namespace Yw.WinFrmUI { partial class HydroAccuracyFlowCtrl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { gaugeControl1 = new DevExpress.XtraGauges.Win.GaugeControl(); circularGauge1 = new DevExpress.XtraGauges.Win.Gauges.Circular.CircularGauge(); labelComponent1 = new DevExpress.XtraGauges.Win.Base.LabelComponent(); arcScaleRangeBarComponent1 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleRangeBarComponent(); arcScaleComponent1 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent(); ((ISupportInitialize)circularGauge1).BeginInit(); ((ISupportInitialize)labelComponent1).BeginInit(); ((ISupportInitialize)arcScaleRangeBarComponent1).BeginInit(); ((ISupportInitialize)arcScaleComponent1).BeginInit(); SuspendLayout(); // // gaugeControl1 // gaugeControl1.ColorScheme.TargetElements = DevExpress.XtraGauges.Core.Base.TargetElement.RangeBar | DevExpress.XtraGauges.Core.Base.TargetElement.Label; gaugeControl1.Dock = DockStyle.Fill; gaugeControl1.Gauges.AddRange(new DevExpress.XtraGauges.Base.IGauge[] { circularGauge1 }); gaugeControl1.Location = new Point(0, 0); gaugeControl1.Name = "gaugeControl1"; gaugeControl1.Size = new Size(423, 349); gaugeControl1.TabIndex = 0; // // circularGauge1 // circularGauge1.Bounds = new Rectangle(6, 6, 411, 337); circularGauge1.Labels.AddRange(new DevExpress.XtraGauges.Win.Base.LabelComponent[] { labelComponent1 }); circularGauge1.Name = "circularGauge1"; circularGauge1.RangeBars.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleRangeBarComponent[] { arcScaleRangeBarComponent1 }); circularGauge1.Scales.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent[] { arcScaleComponent1 }); // // labelComponent1 // labelComponent1.AllowHTMLString = true; labelComponent1.AppearanceText.DXFont = new DevExpress.Drawing.DXFont("Segoe UI", 22F); labelComponent1.Name = "circularGauge1_Label1"; labelComponent1.Size = new SizeF(140F, 60F); labelComponent1.Text = "15%"; labelComponent1.ZOrder = -1001; // // arcScaleRangeBarComponent1 // arcScaleRangeBarComponent1.ArcScale = arcScaleComponent1; arcScaleRangeBarComponent1.Name = "circularGauge1_RangeBar2"; arcScaleRangeBarComponent1.RoundedCaps = true; arcScaleRangeBarComponent1.ShowBackground = true; arcScaleRangeBarComponent1.StartOffset = 80F; arcScaleRangeBarComponent1.ZOrder = -10; // // arcScaleComponent1 // arcScaleComponent1.AppearanceMajorTickmark.BorderBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White"); arcScaleComponent1.AppearanceMajorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White"); arcScaleComponent1.AppearanceMinorTickmark.BorderBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White"); arcScaleComponent1.AppearanceMinorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White"); arcScaleComponent1.AppearanceTickmarkText.DXFont = new DevExpress.Drawing.DXFont("Tahoma", 8.5F); arcScaleComponent1.AppearanceTickmarkText.TextBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#484E5A"); arcScaleComponent1.Center = new DevExpress.XtraGauges.Core.Base.PointF2D(125F, 125F); arcScaleComponent1.EndAngle = 90F; arcScaleComponent1.MajorTickCount = 0; arcScaleComponent1.MajorTickmark.FormatString = "{0:F0}"; arcScaleComponent1.MajorTickmark.ShapeOffset = -14F; arcScaleComponent1.MajorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style16_1; arcScaleComponent1.MajorTickmark.TextOrientation = DevExpress.XtraGauges.Core.Model.LabelOrientation.LeftToRight; arcScaleComponent1.MaxValue = 100F; arcScaleComponent1.MinorTickCount = 0; arcScaleComponent1.MinorTickmark.ShapeOffset = -7F; arcScaleComponent1.MinorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style16_2; arcScaleComponent1.Name = "scale1"; arcScaleComponent1.StartAngle = -270F; arcScaleComponent1.Value = 10F; // // HydroWorkingItemEvaluationCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(gaugeControl1); Name = "HydroWorkingItemEvaluationCtrl"; Size = new Size(423, 349); ((ISupportInitialize)circularGauge1).EndInit(); ((ISupportInitialize)labelComponent1).EndInit(); ((ISupportInitialize)arcScaleRangeBarComponent1).EndInit(); ((ISupportInitialize)arcScaleComponent1).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraGauges.Win.GaugeControl gaugeControl1; private DevExpress.XtraGauges.Win.Gauges.Circular.CircularGauge circularGauge1; private DevExpress.XtraGauges.Win.Base.LabelComponent labelComponent1; private DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleRangeBarComponent arcScaleRangeBarComponent1; private DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent arcScaleComponent1; } }