namespace TProduct.Link.Debugger
|
{
|
partial class Form1
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
this.gaugeControl1 = new DevExpress.XtraGauges.Win.GaugeControl();
|
this.digitalGauge1 = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge();
|
this.digitalBackgroundLayerComponent1 = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent();
|
((System.ComponentModel.ISupportInitialize)(this.digitalGauge1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.digitalBackgroundLayerComponent1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// simpleButton1
|
//
|
this.simpleButton1.Location = new System.Drawing.Point(116, 98);
|
this.simpleButton1.Name = "simpleButton1";
|
this.simpleButton1.Size = new System.Drawing.Size(75, 23);
|
this.simpleButton1.TabIndex = 0;
|
this.simpleButton1.Text = "simpleButton1";
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
//
|
// gaugeControl1
|
//
|
this.gaugeControl1.Gauges.AddRange(new DevExpress.XtraGauges.Base.IGauge[] {
|
this.digitalGauge1});
|
this.gaugeControl1.Location = new System.Drawing.Point(422, 145);
|
this.gaugeControl1.Name = "gaugeControl1";
|
this.gaugeControl1.Size = new System.Drawing.Size(250, 250);
|
this.gaugeControl1.TabIndex = 1;
|
//
|
// digitalGauge1
|
//
|
this.digitalGauge1.AppearanceOff.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#00FFFFFF");
|
this.digitalGauge1.AppearanceOn.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:WhiteSmoke");
|
this.digitalGauge1.BackgroundLayers.AddRange(new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent[] {
|
this.digitalBackgroundLayerComponent1});
|
this.digitalGauge1.Bounds = new System.Drawing.Rectangle(6, 6, 238, 238);
|
this.digitalGauge1.DigitCount = 5;
|
this.digitalGauge1.Name = "digitalGauge1";
|
this.digitalGauge1.Text = "00,000";
|
//
|
// digitalBackgroundLayerComponent1
|
//
|
this.digitalBackgroundLayerComponent1.BottomRight = new DevExpress.XtraGauges.Core.Base.PointF2D(259.8125F, 99.9625F);
|
this.digitalBackgroundLayerComponent1.Name = "digitalBackgroundLayerComponent7";
|
this.digitalBackgroundLayerComponent1.ShapeType = DevExpress.XtraGauges.Core.Model.DigitalBackgroundShapeSetType.Style7;
|
this.digitalBackgroundLayerComponent1.TopLeft = new DevExpress.XtraGauges.Core.Base.PointF2D(20F, 0F);
|
this.digitalBackgroundLayerComponent1.ZOrder = 1000;
|
//
|
// Form1
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
this.Controls.Add(this.gaugeControl1);
|
this.Controls.Add(this.simpleButton1);
|
this.Name = "Form1";
|
this.Text = "Form1";
|
((System.ComponentModel.ISupportInitialize)(this.digitalGauge1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.digitalBackgroundLayerComponent1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
private DevExpress.XtraGauges.Win.GaugeControl gaugeControl1;
|
private DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge digitalGauge1;
|
private DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent digitalBackgroundLayerComponent1;
|
}
|
}
|