Mini Kabibi Habibi
namespace DevExpress.XtraGauges.Demos {
partial class ZoomFeature{
/// <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 Component 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.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.zoomTrack = new DevExpress.XtraEditors.ZoomTrackBarControl();
this.gaugeControl1 = new DevExpress.XtraGauges.Win.GaugeControl();
this.circularGauge1 = new DevExpress.XtraGauges.Win.Gauges.Circular.CircularGauge();
this.arcScaleBackgroundLayerComponent1 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleBackgroundLayerComponent();
this.arcScaleComponent1 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent();
this.arcScaleBackgroundLayerComponent2 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleBackgroundLayerComponent();
this.arcScaleNeedleComponent1 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleNeedleComponent();
this.arcScaleComponent2 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent();
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.xtraScrollableControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.zoomTrack)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.zoomTrack.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.circularGauge1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.arcScaleBackgroundLayerComponent1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.arcScaleBackgroundLayerComponent2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.arcScaleNeedleComponent1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
this.SuspendLayout();
//
// xtraScrollableControl1
//
this.xtraScrollableControl1.Controls.Add(this.layoutControl1);
this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.xtraScrollableControl1.Location = new System.Drawing.Point(0, 0);
this.xtraScrollableControl1.Name = "xtraScrollableControl1";
this.xtraScrollableControl1.Padding = new System.Windows.Forms.Padding(0, 8, 0, 12);
this.xtraScrollableControl1.Size = new System.Drawing.Size(601, 480);
this.xtraScrollableControl1.TabIndex = 0;
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.zoomTrack);
this.layoutControl1.Controls.Add(this.gaugeControl1);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 8);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.Root = this.layoutControlGroup1;
this.layoutControl1.Size = new System.Drawing.Size(601, 460);
this.layoutControl1.TabIndex = 1;
this.layoutControl1.Text = "layoutControl1";
//
// zoomTrack
//
this.zoomTrack.EditValue = 3;
this.zoomTrack.Location = new System.Drawing.Point(350, 437);
this.zoomTrack.MaximumSize = new System.Drawing.Size(250, 0);
this.zoomTrack.MinimumSize = new System.Drawing.Size(250, 0);
this.zoomTrack.Name = "zoomTrack";
this.zoomTrack.Properties.Maximum = 18;
this.zoomTrack.Properties.ScrollThumbStyle = DevExpress.XtraEditors.Repository.ScrollThumbStyle.ArrowDownRight;
this.zoomTrack.Size = new System.Drawing.Size(250, 23);
this.zoomTrack.StyleController = this.layoutControl1;
this.zoomTrack.TabIndex = 1;
this.zoomTrack.Value = 3;
this.zoomTrack.EditValueChanged += new System.EventHandler(this.zoomTrackBarControl1_EditValueChanged);
//
// gaugeControl1
//
this.gaugeControl1.AutoLayout = false;
this.gaugeControl1.Gauges.AddRange(new DevExpress.XtraGauges.Base.IGauge[] {
this.circularGauge1});
this.gaugeControl1.Location = new System.Drawing.Point(1, 1);
this.gaugeControl1.Name = "gaugeControl1";
this.gaugeControl1.Size = new System.Drawing.Size(599, 428);
this.gaugeControl1.TabIndex = 0;
//
// circularGauge1
//
this.circularGauge1.BackgroundLayers.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleBackgroundLayerComponent[] {
this.arcScaleBackgroundLayerComponent1,
this.arcScaleBackgroundLayerComponent2});
this.circularGauge1.Bounds = new System.Drawing.Rectangle(6, 6, 586, 412);
this.circularGauge1.Name = "circularGauge1";
this.circularGauge1.Needles.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleNeedleComponent[] {
this.arcScaleNeedleComponent1});
this.circularGauge1.Scales.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent[] {
this.arcScaleComponent1,
this.arcScaleComponent2});
//
// arcScaleBackgroundLayerComponent1
//
this.arcScaleBackgroundLayerComponent1.ArcScale = this.arcScaleComponent1;
this.arcScaleBackgroundLayerComponent1.Name = "arcScaleBackgroundLayerComponent1";
this.arcScaleBackgroundLayerComponent1.ShapeType = DevExpress.XtraGauges.Core.Model.BackgroundLayerShapeType.CircularFull_Style5;
this.arcScaleBackgroundLayerComponent1.ZOrder = 1000;
//
// arcScaleComponent1
//
this.arcScaleComponent1.AppearanceTickmarkText.Font = new System.Drawing.Font("Tahoma", 12F);
this.arcScaleComponent1.AppearanceTickmarkText.TextBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:LightGrey");
this.arcScaleComponent1.Center = new DevExpress.XtraGauges.Core.Base.PointF2D(125F, 125F);
this.arcScaleComponent1.EndAngle = 60F;
this.arcScaleComponent1.MajorTickmark.FormatString = "{0:F0}";
this.arcScaleComponent1.MajorTickmark.ShapeOffset = -21.5F;
this.arcScaleComponent1.MajorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style5_1;
this.arcScaleComponent1.MajorTickmark.TextOffset = -35F;
this.arcScaleComponent1.MajorTickmark.TextOrientation = DevExpress.XtraGauges.Core.Model.LabelOrientation.LeftToRight;
this.arcScaleComponent1.MaxValue = 100F;
this.arcScaleComponent1.MinorTickCount = 4;
this.arcScaleComponent1.MinorTickmark.ShapeOffset = -10F;
this.arcScaleComponent1.MinorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style5_2;
this.arcScaleComponent1.Name = "arcScaleComponent1";
this.arcScaleComponent1.RadiusX = 122F;
this.arcScaleComponent1.RadiusY = 122F;
this.arcScaleComponent1.StartAngle = -240F;
//
// arcScaleBackgroundLayerComponent2
//
this.arcScaleBackgroundLayerComponent2.ArcScale = this.arcScaleComponent1;
this.arcScaleBackgroundLayerComponent2.Name = "arcScaleBackgroundLayerComponent2";
this.arcScaleBackgroundLayerComponent2.ShapeType = DevExpress.XtraGauges.Core.Model.BackgroundLayerShapeType.CircularFull_Style5_1;
this.arcScaleBackgroundLayerComponent2.Size = new System.Drawing.SizeF(216F, 216F);
this.arcScaleBackgroundLayerComponent2.ZOrder = 999;
//
// arcScaleNeedleComponent1
//
this.arcScaleNeedleComponent1.ArcScale = this.arcScaleComponent1;
this.arcScaleNeedleComponent1.Name = "arcScaleNeedleComponent1";
this.arcScaleNeedleComponent1.ShapeType = DevExpress.XtraGauges.Core.Model.NeedleShapeType.CircularFull_Style5;
this.arcScaleNeedleComponent1.StartOffset = -23.5F;
this.arcScaleNeedleComponent1.ZOrder = -50;
//
// arcScaleComponent2
//
this.arcScaleComponent2.AppearanceTickmarkText.TextBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:Silver");
this.arcScaleComponent2.Center = new DevExpress.XtraGauges.Core.Base.PointF2D(125F, 125F);
this.arcScaleComponent2.EndAngle = -30F;
this.arcScaleComponent2.MajorTickCount = 8;
this.arcScaleComponent2.MajorTickmark.FormatString = "{0:F0}";
this.arcScaleComponent2.MajorTickmark.ShapeOffset = -4F;
this.arcScaleComponent2.MajorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style5_4;
this.arcScaleComponent2.MajorTickmark.TextOffset = -15F;
this.arcScaleComponent2.MajorTickmark.TextOrientation = DevExpress.XtraGauges.Core.Model.LabelOrientation.LeftToRight;
this.arcScaleComponent2.MaxValue = 700F;
this.arcScaleComponent2.MinorTickCount = 4;
this.arcScaleComponent2.MinorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style5_5;
this.arcScaleComponent2.Name = "arcScaleComponent2";
this.arcScaleComponent2.RadiusX = 65F;
this.arcScaleComponent2.RadiusY = 65F;
this.arcScaleComponent2.StartAngle = -240F;
//
// layoutControlGroup1
//
this.layoutControlGroup1.AllowDrawBackground = false;
this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
this.layoutControlGroup1.GroupBordersVisible = false;
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1,
this.emptySpaceItem1,
this.layoutControlItem2});
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
this.layoutControlGroup1.Name = "layoutControlGroup1";
this.layoutControlGroup1.Size = new System.Drawing.Size(601, 460);
this.layoutControlGroup1.Text = "layoutControlGroup1";
this.layoutControlGroup1.TextVisible = false;
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.gaugeControl1;
this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
this.layoutControlItem1.Size = new System.Drawing.Size(601, 430);
this.layoutControlItem1.Text = "layoutControlItem1";
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextToControlDistance = 0;
this.layoutControlItem1.TextVisible = false;
//
// emptySpaceItem1
//
this.emptySpaceItem1.AllowHotTrack = false;
this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 430);
this.emptySpaceItem1.Name = "emptySpaceItem1";
this.emptySpaceItem1.Size = new System.Drawing.Size(349, 30);
this.emptySpaceItem1.Text = "emptySpaceItem1";
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.zoomTrack;
this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
this.layoutControlItem2.Location = new System.Drawing.Point(349, 430);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 7, 5);
this.layoutControlItem2.Size = new System.Drawing.Size(252, 30);
this.layoutControlItem2.Text = "layoutControlItem2";
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem2.TextToControlDistance = 0;
this.layoutControlItem2.TextVisible = false;
//
// ZoomFeature
//
this.Controls.Add(this.xtraScrollableControl1);
this.Name = "ZoomFeature";
this.Size = new System.Drawing.Size(601, 480);
this.xtraScrollableControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.zoomTrack.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.zoomTrack)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.circularGauge1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.arcScaleBackgroundLayerComponent1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.arcScaleBackgroundLayerComponent2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.arcScaleNeedleComponent1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraGauges.Win.GaugeControl gaugeControl1;
private DevExpress.XtraGauges.Win.Gauges.Circular.CircularGauge circularGauge1;
private DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleBackgroundLayerComponent arcScaleBackgroundLayerComponent1;
private DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent arcScaleComponent1;
private DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleBackgroundLayerComponent arcScaleBackgroundLayerComponent2;
private DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleNeedleComponent arcScaleNeedleComponent1;
private DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent arcScaleComponent2;
private DevExpress.XtraEditors.ZoomTrackBarControl zoomTrack;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraEditors.XtraScrollableControl xtraScrollableControl1;
}
}