Example #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Win.C1Gauge.CommonFilling      commonFilling1      = new C1.Win.C1Gauge.CommonFilling();
     C1.Win.C1Gauge.CommonFilling      commonFilling2      = new C1.Win.C1Gauge.CommonFilling();
     C1.Win.C1Gauge.CommonFilling      commonFilling3      = new C1.Win.C1Gauge.CommonFilling();
     C1.Win.C1Gauge.CommonFilling      commonFilling4      = new C1.Win.C1Gauge.CommonFilling();
     C1.Win.C1Gauge.CommonFilling      commonFilling5      = new C1.Win.C1Gauge.CommonFilling();
     C1.Win.C1Gauge.CommonGradient     commonGradient1     = new C1.Win.C1Gauge.CommonGradient();
     C1.Win.C1Gauge.CommonGradient     commonGradient2     = new C1.Win.C1Gauge.CommonGradient();
     C1.Win.C1Gauge.C1GaugeSingleMark  c1GaugeSingleMark1  = new C1.Win.C1Gauge.C1GaugeSingleMark();
     C1.Win.C1Gauge.C1GaugeSingleMark  c1GaugeSingleMark2  = new C1.Win.C1Gauge.C1GaugeSingleMark();
     C1.Win.C1Gauge.C1GaugeRange       c1GaugeRange1       = new C1.Win.C1Gauge.C1GaugeRange();
     C1.Win.C1Gauge.C1GaugeSingleLabel c1GaugeSingleLabel1 = new C1.Win.C1Gauge.C1GaugeSingleLabel();
     C1.Win.C1Gauge.C1GaugeSingleLabel c1GaugeSingleLabel2 = new C1.Win.C1Gauge.C1GaugeSingleLabel();
     C1.Win.C1Gauge.C1GaugeSingleMark  c1GaugeSingleMark3  = new C1.Win.C1Gauge.C1GaugeSingleMark();
     C1.Win.C1Gauge.C1GaugeSingleLabel c1GaugeSingleLabel3 = new C1.Win.C1Gauge.C1GaugeSingleLabel();
     C1.Win.C1Gauge.C1GaugeSingleLabel c1GaugeSingleLabel4 = new C1.Win.C1Gauge.C1GaugeSingleLabel();
     C1.Win.C1Gauge.C1GaugeRectangle   c1GaugeRectangle1   = new C1.Win.C1Gauge.C1GaugeRectangle();
     this.c1Gauge1       = new C1.Win.C1Gauge.C1Gauge();
     this.c1LinearGauge1 = new C1.Win.C1Gauge.C1LinearGauge();
     this.gaugePanel.SuspendLayout();
     this.gridPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).BeginInit();
     this.SuspendLayout();
     //
     // gaugePanel
     //
     this.gaugePanel.Controls.Add(this.c1Gauge1);
     //
     // gaugeGrid
     //
     this.gaugeGrid.SelectedObject = this.c1LinearGauge1;
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 50;
     //
     // c1Gauge1
     //
     this.c1Gauge1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.c1Gauge1.Gauges.AddRange(new C1.Win.C1Gauge.C1GaugeBase[] {
         this.c1LinearGauge1
     });
     this.c1Gauge1.Location = new System.Drawing.Point(3, 92);
     this.c1Gauge1.Name     = "c1Gauge1";
     this.c1Gauge1.Size     = new System.Drawing.Size(382, 222);
     this.c1Gauge1.SupportsTransitionEffect = true;
     this.c1Gauge1.TabIndex = 0;
     this.c1Gauge1.ViewTag  = ((long)(639206783579924141));
     //
     // c1LinearGauge1
     //
     this.c1LinearGauge1.AxisLength = 0.55;
     this.c1LinearGauge1.AxisStart  = 0.25;
     this.c1LinearGauge1.BaseFactor = 0.88;
     this.c1LinearGauge1.BaseOrigin = 0.06;
     commonFilling1.BrushType       = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     commonFilling1.Color           = System.Drawing.Color.DimGray;
     commonFilling1.Color2          = System.Drawing.Color.White;
     commonFilling1.Name            = "normalButton";
     commonFilling1.SwapColors      = true;
     commonFilling2.BrushType       = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     commonFilling2.Color           = System.Drawing.Color.LightCoral;
     commonFilling2.Color2          = System.Drawing.Color.MistyRose;
     commonFilling2.Name            = "pressedButton";
     commonFilling2.SwapColors      = true;
     commonFilling3.BrushType       = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     commonFilling3.Color           = System.Drawing.Color.SeaGreen;
     commonFilling3.Color2          = System.Drawing.Color.White;
     commonFilling3.Name            = "hotButton";
     commonFilling3.SwapColors      = true;
     commonFilling4.BrushType       = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     commonFilling4.Color           = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     commonFilling4.Color2          = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     commonFilling4.Name            = "normalPointer";
     commonFilling4.SwapColors      = true;
     commonFilling5.BrushType       = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     commonFilling5.Color           = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     commonFilling5.Color2          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     commonFilling5.Name            = "hotPointer";
     commonFilling5.SwapColors      = true;
     this.c1LinearGauge1.CommonFillings.AddRange(new C1.Win.C1Gauge.CommonFilling[] {
         commonFilling1,
         commonFilling2,
         commonFilling3,
         commonFilling4,
         commonFilling5
     });
     commonGradient1.CenterPointX = 0.7;
     commonGradient1.CenterPointY = 0.7;
     commonGradient1.Direction    = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialOuter;
     commonGradient1.FocusScaleX  = 0.2;
     commonGradient1.FocusScaleY  = 0.2;
     commonGradient1.Name         = "normal";
     commonGradient2.CenterPointX = 0.6;
     commonGradient2.CenterPointY = 0.6;
     commonGradient2.Direction    = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialOuter;
     commonGradient2.FocusScaleX  = 0.2;
     commonGradient2.FocusScaleY  = 0.2;
     commonGradient2.Name         = "pressed";
     this.c1LinearGauge1.CommonGradients.AddRange(new C1.Win.C1Gauge.CommonGradient[] {
         commonGradient1,
         commonGradient2
     });
     c1GaugeSingleMark1.Border.LineStyle            = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeSingleMark1.CustomShape.EndRadius       = 12;
     c1GaugeSingleMark1.CustomShape.EndWidth        = 36;
     c1GaugeSingleMark1.CustomShape.StartRadius     = 12;
     c1GaugeSingleMark1.CustomShape.StartWidth      = 36;
     c1GaugeSingleMark1.Filling.CommonFillingName   = "normalButton";
     c1GaugeSingleMark1.Gradient.CommonGradientName = "normal";
     c1GaugeSingleMark1.Length                      = 36;
     c1GaugeSingleMark1.Location                    = 50;
     c1GaugeSingleMark1.Name                        = "minusButton";
     c1GaugeSingleMark1.Position                    = -0.25;
     c1GaugeSingleMark1.Shape                       = C1.Win.C1Gauge.C1GaugeMarkShape.Custom;
     c1GaugeSingleMark1.ViewTag                     = ((long)(635265244106009517));
     c1GaugeSingleMark2.Border.LineStyle            = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeSingleMark2.CustomShape.EndRadius       = 12;
     c1GaugeSingleMark2.CustomShape.EndWidth        = 36;
     c1GaugeSingleMark2.CustomShape.StartRadius     = 12;
     c1GaugeSingleMark2.CustomShape.StartWidth      = 36;
     c1GaugeSingleMark2.Filling.CommonFillingName   = "normalButton";
     c1GaugeSingleMark2.Gradient.CommonGradientName = "normal";
     c1GaugeSingleMark2.Length                      = 36;
     c1GaugeSingleMark2.Location                    = 50;
     c1GaugeSingleMark2.Name                        = "plusButton";
     c1GaugeSingleMark2.Position                    = 1.15;
     c1GaugeSingleMark2.Shape                       = C1.Win.C1Gauge.C1GaugeMarkShape.Custom;
     c1GaugeSingleMark2.ViewTag                     = ((long)(635546719779070002));
     c1GaugeRange1.Border.LineStyle                 = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeRange1.Filling.BrushType                = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeRange1.Filling.Color                    = System.Drawing.Color.RosyBrown;
     c1GaugeRange1.Filling.Color2                   = System.Drawing.Color.White;
     c1GaugeRange1.Filling.SwapColors               = true;
     c1GaugeRange1.Location              = 50;
     c1GaugeRange1.ViewTag               = ((long)(635828197239232703));
     c1GaugeSingleLabel1.Color           = System.Drawing.Color.SeaGreen;
     c1GaugeSingleLabel1.FontSize        = 29;
     c1GaugeSingleLabel1.HitTestable     = false;
     c1GaugeSingleLabel1.Location        = 50;
     c1GaugeSingleLabel1.Name            = "minusLabel";
     c1GaugeSingleLabel1.Position        = -0.25;
     c1GaugeSingleLabel1.Text            = "-";
     c1GaugeSingleLabel1.ViewTag         = ((long)(636109824900026389));
     c1GaugeSingleLabel2.Color           = System.Drawing.Color.SeaGreen;
     c1GaugeSingleLabel2.FontSize        = 27;
     c1GaugeSingleLabel2.HitTestable     = false;
     c1GaugeSingleLabel2.Location        = 50;
     c1GaugeSingleLabel2.Name            = "plusLabel";
     c1GaugeSingleLabel2.Position        = 1.15;
     c1GaugeSingleLabel2.Text            = "+";
     c1GaugeSingleLabel2.ViewTag         = ((long)(636391301269766722));
     c1GaugeSingleMark3.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeSingleMark3.Filling.Color    = System.Drawing.Color.Gray;
     c1GaugeSingleMark3.Location         = 50;
     c1GaugeSingleMark3.Name             = "offMark";
     c1GaugeSingleMark3.Shape            = C1.Win.C1Gauge.C1GaugeMarkShape.Round;
     c1GaugeSingleMark3.ViewTag          = ((long)(638361660776914335));
     c1GaugeSingleMark3.Width            = 7;
     c1GaugeSingleLabel3.FontSize        = 12;
     c1GaugeSingleLabel3.Location        = 75;
     c1GaugeSingleLabel3.Text            = "Off";
     c1GaugeSingleLabel3.ViewTag         = ((long)(638643135785906837));
     c1GaugeSingleLabel4.Color           = System.Drawing.Color.Firebrick;
     c1GaugeSingleLabel4.FontSize        = 14;
     c1GaugeSingleLabel4.Format          = "0.0";
     c1GaugeSingleLabel4.Location        = 23;
     c1GaugeSingleLabel4.PointerIndex    = 100;
     c1GaugeSingleLabel4.Position        = 0.5;
     c1GaugeSingleLabel4.ViewTag         = ((long)(637244294654167433));
     this.c1LinearGauge1.Decorators.AddRange(new C1.Win.C1Gauge.C1GaugeDecorator[] {
         c1GaugeSingleMark1,
         c1GaugeSingleMark2,
         c1GaugeRange1,
         c1GaugeSingleLabel1,
         c1GaugeSingleLabel2,
         c1GaugeSingleMark3,
         c1GaugeSingleLabel3,
         c1GaugeSingleLabel4
     });
     c1GaugeRectangle1.Border.Color      = System.Drawing.Color.Gray;
     c1GaugeRectangle1.CenterPointX      = 0.455;
     c1GaugeRectangle1.CornerRadius      = 10;
     c1GaugeRectangle1.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeRectangle1.Filling.Color     = System.Drawing.Color.LightGray;
     c1GaugeRectangle1.Filling.Color2    = System.Drawing.Color.Gray;
     c1GaugeRectangle1.HitTestable       = false;
     c1GaugeRectangle1.Width             = -1.76;
     this.c1LinearGauge1.FaceShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
         c1GaugeRectangle1
     });
     this.c1LinearGauge1.Name                 = "c1LinearGauge1";
     this.c1LinearGauge1.OffPosition          = 0.21;
     this.c1LinearGauge1.Pointer.Alignment    = C1.Win.C1Gauge.C1GaugeAlignment.Center;
     this.c1LinearGauge1.Pointer.Border.Color = System.Drawing.Color.DarkGray;
     this.c1LinearGauge1.Pointer.Filling.CommonFillingName = "normalPointer";
     this.c1LinearGauge1.Pointer.Length       = 25;
     this.c1LinearGauge1.Pointer.Offset       = 50;
     this.c1LinearGauge1.Pointer.Shape        = C1.Win.C1Gauge.C1GaugePointerShape.Round;
     this.c1LinearGauge1.Pointer.Width        = 12;
     this.c1LinearGauge1.Viewport.AspectRatio = 3;
     this.c1LinearGauge1.ViewTag           = ((long)(634702292464031625));
     this.c1LinearGauge1.ItemMouseDown    += new C1.Win.C1Gauge.ItemMouseEventHandler(this.c1LinearGauge1_ItemMouseDown);
     this.c1LinearGauge1.ItemMouseUp      += new C1.Win.C1Gauge.ItemMouseEventHandler(this.c1LinearGauge1_ItemMouseUp);
     this.c1LinearGauge1.ItemStateChanged += new C1.Win.C1Gauge.ItemEventHandler(this.c1LinearGauge1_ItemStateChanged);
     this.c1LinearGauge1.PointerDragMove  += new C1.Win.C1Gauge.PointerDragEventHandler(this.c1LinearGauge1_PointerDragMove);
     //
     // PageTrackBar
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.Name = "PageTrackBar";
     this.gaugePanel.ResumeLayout(false);
     this.gridPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).EndInit();
     this.ResumeLayout(false);
 }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Win.C1Gauge.C1GaugeSingleMark  c1GaugeSingleMark1  = new C1.Win.C1Gauge.C1GaugeSingleMark();
     C1.Win.C1Gauge.C1GaugeMarks       c1GaugeMarks1       = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks       c1GaugeMarks2       = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeSingleLabel c1GaugeSingleLabel1 = new C1.Win.C1Gauge.C1GaugeSingleLabel();
     C1.Win.C1Gauge.C1GaugeMarks       c1GaugeMarks3       = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeEllipse     c1GaugeEllipse1     = new C1.Win.C1Gauge.C1GaugeEllipse();
     C1.Win.C1Gauge.C1GaugeEllipse     c1GaugeEllipse2     = new C1.Win.C1Gauge.C1GaugeEllipse();
     C1.Win.C1Gauge.CommonFilling      commonFilling1      = new C1.Win.C1Gauge.CommonFilling();
     C1.Win.C1Gauge.CommonFilling      commonFilling2      = new C1.Win.C1Gauge.CommonFilling();
     C1.Win.C1Gauge.CommonFilling      commonFilling3      = new C1.Win.C1Gauge.CommonFilling();
     C1.Win.C1Gauge.CommonFilling      commonFilling4      = new C1.Win.C1Gauge.CommonFilling();
     C1.Win.C1Gauge.CommonFilling      commonFilling5      = new C1.Win.C1Gauge.CommonFilling();
     C1.Win.C1Gauge.CommonGradient     commonGradient1     = new C1.Win.C1Gauge.CommonGradient();
     C1.Win.C1Gauge.CommonGradient     commonGradient2     = new C1.Win.C1Gauge.CommonGradient();
     C1.Win.C1Gauge.C1GaugeSingleMark  c1GaugeSingleMark2  = new C1.Win.C1Gauge.C1GaugeSingleMark();
     C1.Win.C1Gauge.C1GaugeSingleMark  c1GaugeSingleMark3  = new C1.Win.C1Gauge.C1GaugeSingleMark();
     C1.Win.C1Gauge.C1GaugeRange       c1GaugeRange1       = new C1.Win.C1Gauge.C1GaugeRange();
     C1.Win.C1Gauge.C1GaugeSingleLabel c1GaugeSingleLabel2 = new C1.Win.C1Gauge.C1GaugeSingleLabel();
     C1.Win.C1Gauge.C1GaugeSingleLabel c1GaugeSingleLabel3 = new C1.Win.C1Gauge.C1GaugeSingleLabel();
     C1.Win.C1Gauge.C1GaugeSingleMark  c1GaugeSingleMark4  = new C1.Win.C1Gauge.C1GaugeSingleMark();
     C1.Win.C1Gauge.C1GaugeSingleLabel c1GaugeSingleLabel4 = new C1.Win.C1Gauge.C1GaugeSingleLabel();
     C1.Win.C1Gauge.C1GaugeRectangle   c1GaugeRectangle1   = new C1.Win.C1Gauge.C1GaugeRectangle();
     this.c1Gauge2          = new C1.Win.C1Gauge.C1Gauge();
     this.c1RadialGauge1    = new C1.Win.C1Gauge.C1RadialGauge();
     this.c1Gauge1          = new C1.Win.C1Gauge.C1Gauge();
     this.c1LinearGauge1    = new C1.Win.C1Gauge.C1LinearGauge();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // c1Gauge2
     //
     this.c1Gauge2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.c1Gauge2.Gauges.AddRange(new C1.Win.C1Gauge.C1GaugeBase[] {
         this.c1RadialGauge1
     });
     this.c1Gauge2.Location = new System.Drawing.Point(3, 3);
     this.c1Gauge2.Name     = "c1Gauge2";
     this.c1Gauge2.Size     = new System.Drawing.Size(975, 516);
     this.c1Gauge2.TabIndex = 2;
     this.c1Gauge2.ViewTag  = ((long)(634420765215871213));
     //
     // c1RadialGauge1
     //
     this.c1RadialGauge1.Cap.Visible       = false;
     c1GaugeSingleMark1.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeSingleMark1.Filling.BrushType  = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeSingleMark1.Filling.Color      = System.Drawing.Color.LightGray;
     c1GaugeSingleMark1.Filling.Color2     = System.Drawing.Color.DimGray;
     c1GaugeSingleMark1.Filling.SwapColors = true;
     c1GaugeSingleMark1.HitTestable        = false;
     c1GaugeSingleMark1.IsRotated          = false;
     c1GaugeSingleMark1.Length             = 30D;
     c1GaugeSingleMark1.Location           = 37D;
     c1GaugeSingleMark1.PointerIndex       = 100;
     c1GaugeSingleMark1.Shape         = C1.Win.C1Gauge.C1GaugeMarkShape.Round;
     c1GaugeSingleMark1.ViewTag       = ((long)(635546684858422655));
     c1GaugeSingleMark1.Width         = 30D;
     c1GaugeMarks1.Border.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
     c1GaugeMarks1.Filling.BrushType  = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeMarks1.Filling.Color      = System.Drawing.Color.White;
     c1GaugeMarks1.Filling.Color2     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     c1GaugeMarks1.FlipShape          = true;
     c1GaugeMarks1.FromPointerIndex   = 100;
     c1GaugeMarks1.Interval           = 20D;
     c1GaugeMarks1.Length             = 12D;
     c1GaugeMarks1.Location           = 67D;
     c1GaugeMarks1.ScaleFrom          = 0D;
     c1GaugeMarks1.Shape              = C1.Win.C1Gauge.C1GaugeMarkShape.Triangle;
     c1GaugeMarks1.ViewTag            = ((long)(636672592310256828));
     c1GaugeMarks1.Visible            = false;
     c1GaugeMarks1.Width              = 10D;
     c1GaugeMarks2.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks2.Filling.Color      = System.Drawing.Color.DimGray;
     c1GaugeMarks2.Interval           = 10D;
     c1GaugeMarks2.Length             = 10D;
     c1GaugeMarks2.Location           = 67D;
     c1GaugeMarks2.ViewTag            = ((long)(640614197281329506));
     c1GaugeMarks2.Width              = 2D;
     c1GaugeSingleLabel1.Angle        = -137D;
     c1GaugeSingleLabel1.FontSize     = 10D;
     c1GaugeSingleLabel1.Format       = "#0.0";
     c1GaugeSingleLabel1.Location     = 120D;
     c1GaugeSingleLabel1.PointerIndex = 100;
     c1GaugeSingleLabel1.ViewTag      = ((long)(636954074038533652));
     c1GaugeMarks3.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks3.Filling.BrushType  = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeMarks3.Filling.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     c1GaugeMarks3.Filling.Color2     = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
     c1GaugeMarks3.From = 0D;
     c1GaugeMarks3.Gradient.Direction = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialOuter;
     c1GaugeMarks3.Interval           = 1D;
     c1GaugeMarks3.Length             = 10D;
     c1GaugeMarks3.Location           = 67D;
     c1GaugeMarks3.SequenceNo         = -1;
     c1GaugeMarks3.ToPointerIndex     = 100;
     c1GaugeMarks3.ViewTag            = ((long)(662287804584039276));
     c1GaugeMarks3.Width = 2D;
     this.c1RadialGauge1.Decorators.AddRange(new C1.Win.C1Gauge.C1GaugeDecorator[] {
         c1GaugeSingleMark1,
         c1GaugeMarks1,
         c1GaugeMarks2,
         c1GaugeSingleLabel1,
         c1GaugeMarks3
     });
     c1GaugeEllipse1.Border.Color       = System.Drawing.Color.Gray;
     c1GaugeEllipse1.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeEllipse1.Border.Thickness   = 2D;
     c1GaugeEllipse1.Filling.BrushType  = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeEllipse1.Filling.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     c1GaugeEllipse1.Filling.Color2     = System.Drawing.Color.Silver;
     c1GaugeEllipse1.Gradient.Direction = C1.Win.C1Gauge.C1GaugeGradientDirection.Vertical;
     c1GaugeEllipse1.Height             = 150D;
     c1GaugeEllipse1.Width             = 150D;
     c1GaugeEllipse2.Border.Color      = System.Drawing.SystemColors.AppWorkspace;
     c1GaugeEllipse2.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeEllipse2.Filling.Color     = System.Drawing.Color.Gainsboro;
     c1GaugeEllipse2.Filling.Color2    = System.Drawing.Color.DimGray;
     c1GaugeEllipse2.Height            = 120D;
     c1GaugeEllipse2.HitTestable       = false;
     c1GaugeEllipse2.Width             = 120D;
     this.c1RadialGauge1.FaceShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
         c1GaugeEllipse1,
         c1GaugeEllipse2
     });
     this.c1RadialGauge1.Name = "c1RadialGauge1";
     this.c1RadialGauge1.Pointer.Border.LineStyle  = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     this.c1RadialGauge1.Pointer.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.None;
     this.c1RadialGauge1.Pointer.Length            = 30D;
     this.c1RadialGauge1.Pointer.Offset            = 22D;
     this.c1RadialGauge1.Pointer.Shape             = C1.Win.C1Gauge.C1GaugePointerShape.Round;
     this.c1RadialGauge1.Pointer.Value             = 10D;
     this.c1RadialGauge1.Pointer.Width             = 30D;
     this.c1RadialGauge1.Radius           = 0.5D;
     this.c1RadialGauge1.StartAngle       = -180D;
     this.c1RadialGauge1.SweepAngle       = 360D;
     this.c1RadialGauge1.ViewTag          = ((long)(634702240281386949));
     this.c1RadialGauge1.PointerDragMove += new C1.Win.C1Gauge.PointerDragEventHandler(this.c1RadialGauge1_PointerDragMove);
     //
     // c1Gauge1
     //
     this.c1Gauge1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.c1Gauge1.FramesPerSecond = 50D;
     this.c1Gauge1.Gauges.AddRange(new C1.Win.C1Gauge.C1GaugeBase[] {
         this.c1LinearGauge1
     });
     this.c1Gauge1.Location = new System.Drawing.Point(3, 525);
     this.c1Gauge1.Name     = "c1Gauge1";
     this.c1Gauge1.Size     = new System.Drawing.Size(975, 218);
     this.c1Gauge1.SupportsTransitionEffect = true;
     this.c1Gauge1.TabIndex = 3;
     this.c1Gauge1.ViewTag  = ((long)(634420817357073519));
     //
     // c1LinearGauge1
     //
     this.c1LinearGauge1.AxisStart = 0.075D;
     commonFilling1.BrushType      = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     commonFilling1.Color          = System.Drawing.Color.LightCoral;
     commonFilling1.Color2         = System.Drawing.Color.White;
     commonFilling1.Name           = "normalButton";
     commonFilling1.SwapColors     = true;
     commonFilling2.BrushType      = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     commonFilling2.Color          = System.Drawing.Color.SeaGreen;
     commonFilling2.Color2         = System.Drawing.Color.White;
     commonFilling2.Name           = "hotButton";
     commonFilling2.SwapColors     = true;
     commonFilling3.BrushType      = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     commonFilling3.Color          = System.Drawing.Color.SeaGreen;
     commonFilling3.Color2         = System.Drawing.Color.DarkSeaGreen;
     commonFilling3.Name           = "pressedButton";
     commonFilling3.SwapColors     = true;
     commonFilling4.BrushType      = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     commonFilling4.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     commonFilling4.Color2         = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     commonFilling4.Name           = "normalPointer";
     commonFilling4.SwapColors     = true;
     commonFilling5.BrushType      = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     commonFilling5.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     commonFilling5.Color2         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     commonFilling5.Name           = "hotPointer";
     commonFilling5.SwapColors     = true;
     this.c1LinearGauge1.CommonFillings.AddRange(new C1.Win.C1Gauge.CommonFilling[] {
         commonFilling1,
         commonFilling2,
         commonFilling3,
         commonFilling4,
         commonFilling5
     });
     commonGradient1.CenterPointX = 0.7D;
     commonGradient1.CenterPointY = 0.7D;
     commonGradient1.Direction    = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialInner;
     commonGradient1.FocusScaleX  = 0.2D;
     commonGradient1.FocusScaleY  = 0.2D;
     commonGradient1.Name         = "normal";
     commonGradient2.CenterPointX = 0.6D;
     commonGradient2.CenterPointY = 0.6D;
     commonGradient2.Direction    = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialInner;
     commonGradient2.FocusScaleX  = 0.2D;
     commonGradient2.FocusScaleY  = 0.2D;
     commonGradient2.Name         = "pressed";
     this.c1LinearGauge1.CommonGradients.AddRange(new C1.Win.C1Gauge.CommonGradient[] {
         commonGradient1,
         commonGradient2
     });
     c1GaugeSingleMark2.Border.LineStyle            = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeSingleMark2.CustomShape.EndRadius       = 18D;
     c1GaugeSingleMark2.CustomShape.EndWidth        = 36D;
     c1GaugeSingleMark2.CustomShape.StartRadius     = 18D;
     c1GaugeSingleMark2.CustomShape.StartWidth      = 36D;
     c1GaugeSingleMark2.Filling.CommonFillingName   = "normalButton";
     c1GaugeSingleMark2.Gradient.CommonGradientName = "normal";
     c1GaugeSingleMark2.Length                      = 36D;
     c1GaugeSingleMark2.Location                    = 50D;
     c1GaugeSingleMark2.Name                        = "minusButton";
     c1GaugeSingleMark2.Position                    = -0.3D;
     c1GaugeSingleMark2.Shape                       = C1.Win.C1Gauge.C1GaugeMarkShape.Custom;
     c1GaugeSingleMark2.ViewTag                     = ((long)(635265244106009517));
     c1GaugeSingleMark3.Border.LineStyle            = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeSingleMark3.CustomShape.EndRadius       = 18D;
     c1GaugeSingleMark3.CustomShape.EndWidth        = 36D;
     c1GaugeSingleMark3.CustomShape.StartRadius     = 18D;
     c1GaugeSingleMark3.CustomShape.StartWidth      = 36D;
     c1GaugeSingleMark3.Filling.CommonFillingName   = "normalButton";
     c1GaugeSingleMark3.Gradient.CommonGradientName = "normal";
     c1GaugeSingleMark3.Length                      = 36D;
     c1GaugeSingleMark3.Location                    = 50D;
     c1GaugeSingleMark3.Name                        = "plusButton";
     c1GaugeSingleMark3.Position                    = 1.2D;
     c1GaugeSingleMark3.Shape                       = C1.Win.C1Gauge.C1GaugeMarkShape.Custom;
     c1GaugeSingleMark3.ViewTag                     = ((long)(635546719779070002));
     c1GaugeRange1.Border.LineStyle                 = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeRange1.Filling.BrushType                = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeRange1.Filling.Color                    = System.Drawing.Color.DarkKhaki;
     c1GaugeRange1.Filling.Color2                   = System.Drawing.Color.White;
     c1GaugeRange1.Filling.SwapColors               = true;
     c1GaugeRange1.Location              = 50D;
     c1GaugeRange1.ViewTag               = ((long)(635828197239232703));
     c1GaugeSingleLabel2.Color           = System.Drawing.Color.LightCoral;
     c1GaugeSingleLabel2.FontSize        = 29D;
     c1GaugeSingleLabel2.HitTestable     = false;
     c1GaugeSingleLabel2.Location        = 50D;
     c1GaugeSingleLabel2.Name            = "minusLabel";
     c1GaugeSingleLabel2.Position        = -0.3D;
     c1GaugeSingleLabel2.Text            = "-";
     c1GaugeSingleLabel2.ViewTag         = ((long)(636109824900026389));
     c1GaugeSingleLabel3.Color           = System.Drawing.Color.LightCoral;
     c1GaugeSingleLabel3.FontSize        = 27D;
     c1GaugeSingleLabel3.HitTestable     = false;
     c1GaugeSingleLabel3.Location        = 52D;
     c1GaugeSingleLabel3.Name            = "plusLabel";
     c1GaugeSingleLabel3.Position        = 1.2D;
     c1GaugeSingleLabel3.Text            = "+";
     c1GaugeSingleLabel3.ViewTag         = ((long)(636391301269766722));
     c1GaugeSingleMark4.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeSingleMark4.Filling.Color    = System.Drawing.Color.Yellow;
     c1GaugeSingleMark4.Length           = 12D;
     c1GaugeSingleMark4.Location         = 50D;
     c1GaugeSingleMark4.Shape            = C1.Win.C1Gauge.C1GaugeMarkShape.Round;
     c1GaugeSingleMark4.ViewTag          = ((long)(638361660776914335));
     c1GaugeSingleLabel4.FontSize        = 10D;
     c1GaugeSingleLabel4.Location        = 75D;
     c1GaugeSingleLabel4.Text            = "Off";
     c1GaugeSingleLabel4.ViewTag         = ((long)(638643135785906837));
     this.c1LinearGauge1.Decorators.AddRange(new C1.Win.C1Gauge.C1GaugeDecorator[] {
         c1GaugeSingleMark2,
         c1GaugeSingleMark3,
         c1GaugeRange1,
         c1GaugeSingleLabel2,
         c1GaugeSingleLabel3,
         c1GaugeSingleMark4,
         c1GaugeSingleLabel4
     });
     c1GaugeRectangle1.Border.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     c1GaugeRectangle1.CenterPointX      = 0.45D;
     c1GaugeRectangle1.CornerRadius      = 10D;
     c1GaugeRectangle1.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeRectangle1.Filling.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     c1GaugeRectangle1.Filling.Color2    = System.Drawing.Color.DarkSeaGreen;
     c1GaugeRectangle1.Width             = -1.78D;
     this.c1LinearGauge1.FaceShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
         c1GaugeRectangle1
     });
     this.c1LinearGauge1.Name                 = "c1LinearGauge1";
     this.c1LinearGauge1.OffPosition          = -0.025D;
     this.c1LinearGauge1.Pointer.Alignment    = C1.Win.C1Gauge.C1GaugeAlignment.Center;
     this.c1LinearGauge1.Pointer.Border.Color = System.Drawing.Color.DarkGray;
     this.c1LinearGauge1.Pointer.Filling.CommonFillingName = "normalPointer";
     this.c1LinearGauge1.Pointer.Length       = 25D;
     this.c1LinearGauge1.Pointer.Offset       = 50D;
     this.c1LinearGauge1.Pointer.Shape        = C1.Win.C1Gauge.C1GaugePointerShape.Round;
     this.c1LinearGauge1.Pointer.Width        = 12D;
     this.c1LinearGauge1.Viewport.AspectRatio = 1.5D;
     this.c1LinearGauge1.ViewTag           = ((long)(634702292464031625));
     this.c1LinearGauge1.ItemMouseDown    += new C1.Win.C1Gauge.ItemMouseEventHandler(this.c1LinearGauge1_ItemMouseDown);
     this.c1LinearGauge1.ItemStateChanged += new C1.Win.C1Gauge.ItemEventHandler(this.c1LinearGauge1_ItemStateChanged);
     this.c1LinearGauge1.PointerDragMove  += new C1.Win.C1Gauge.PointerDragEventHandler(this.c1LinearGauge1_PointerDragMove);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.c1Gauge2, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.c1Gauge1, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 70F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(981, 746);
     this.tableLayoutPanel1.TabIndex = 4;
     //
     // Interaction
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(981, 746);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name  = "Interaction";
     this.Text  = "Interaction";
     this.Load += new System.EventHandler(this.Interaction_Load);
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Win.C1Gauge.C1GaugeSingleLabel c1GaugeSingleLabel1 = new C1.Win.C1Gauge.C1GaugeSingleLabel();
     C1.Win.C1Gauge.C1GaugeRectangle   c1GaugeRectangle1   = new C1.Win.C1Gauge.C1GaugeRectangle();
     this.c1Gauge1       = new C1.Win.C1Gauge.C1Gauge();
     this.c1LinearGauge1 = new C1.Win.C1Gauge.C1LinearGauge();
     this.trackBar1      = new System.Windows.Forms.TrackBar();
     this.gaugePanel.SuspendLayout();
     this.gridPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     this.SuspendLayout();
     //
     // gaugePanel
     //
     this.gaugePanel.Controls.Add(this.trackBar1);
     this.gaugePanel.Controls.Add(this.c1Gauge1);
     //
     // gaugeGrid
     //
     this.gaugeGrid.SelectedObject = this.c1LinearGauge1;
     //
     // c1Gauge1
     //
     this.c1Gauge1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.c1Gauge1.Gauges.AddRange(new C1.Win.C1Gauge.C1GaugeBase[] {
         this.c1LinearGauge1
     });
     this.c1Gauge1.Location = new System.Drawing.Point(3, 3);
     this.c1Gauge1.Name     = "c1Gauge1";
     this.c1Gauge1.Size     = new System.Drawing.Size(387, 385);
     this.c1Gauge1.TabIndex = 0;
     this.c1Gauge1.ViewTag  = ((long)(639096176253039103));
     //
     // c1LinearGauge1
     //
     this.c1LinearGauge1.BaseFactor   = 0.9;
     this.c1LinearGauge1.BaseOrigin   = 0.05;
     c1GaugeSingleLabel1.Color        = System.Drawing.Color.Silver;
     c1GaugeSingleLabel1.Font         = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     c1GaugeSingleLabel1.FontSize     = 8;
     c1GaugeSingleLabel1.Format       = "p1";
     c1GaugeSingleLabel1.Location     = 17;
     c1GaugeSingleLabel1.PointerIndex = 100;
     c1GaugeSingleLabel1.Position     = 0.8;
     c1GaugeSingleLabel1.ViewTag      = ((long)(646977542129652696));
     this.c1LinearGauge1.Decorators.AddRange(new C1.Win.C1Gauge.C1GaugeDecorator[] {
         c1GaugeSingleLabel1
     });
     c1GaugeRectangle1.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeRectangle1.Filling.Color    = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     this.c1LinearGauge1.FaceShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
         c1GaugeRectangle1
     });
     this.c1LinearGauge1.Maximum              = 1;
     this.c1LinearGauge1.Name                 = "c1LinearGauge1";
     this.c1LinearGauge1.Pointer.Value        = 0.67;
     this.c1LinearGauge1.Pointer.Visible      = false;
     this.c1LinearGauge1.Viewport.AspectRatio = 1.5;
     this.c1LinearGauge1.ViewTag              = ((long)(639377651282252762));
     //
     // trackBar1
     //
     this.trackBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.trackBar1.Location      = new System.Drawing.Point(15, 384);
     this.trackBar1.Maximum       = 100;
     this.trackBar1.Name          = "trackBar1";
     this.trackBar1.Size          = new System.Drawing.Size(360, 45);
     this.trackBar1.TabIndex      = 1;
     this.trackBar1.Value         = 67;
     this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
     //
     // PageLituus
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Name = "PageLituus";
     this.gaugePanel.ResumeLayout(false);
     this.gaugePanel.PerformLayout();
     this.gridPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     this.ResumeLayout(false);
 }
Example #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Win.C1Gauge.CommonColorMap     commonColorMap1     = new C1.Win.C1Gauge.CommonColorMap();
     C1.Win.C1Gauge.C1GaugeRange       c1GaugeRange1       = new C1.Win.C1Gauge.C1GaugeRange();
     C1.Win.C1Gauge.C1GaugeMarks       c1GaugeMarks1       = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks       c1GaugeMarks2       = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeLabels      c1GaugeLabels1      = new C1.Win.C1Gauge.C1GaugeLabels();
     C1.Win.C1Gauge.C1GaugeSingleMark  c1GaugeSingleMark1  = new C1.Win.C1Gauge.C1GaugeSingleMark();
     C1.Win.C1Gauge.C1GaugeSingleLabel c1GaugeSingleLabel1 = new C1.Win.C1Gauge.C1GaugeSingleLabel();
     C1.Win.C1Gauge.C1GaugeEllipse     c1GaugeEllipse1     = new C1.Win.C1Gauge.C1GaugeEllipse();
     C1.Win.C1Gauge.C1GaugeEllipse     c1GaugeEllipse2     = new C1.Win.C1Gauge.C1GaugeEllipse();
     C1.Win.C1Gauge.C1GaugeEllipse     c1GaugeEllipse3     = new C1.Win.C1Gauge.C1GaugeEllipse();
     C1.Win.C1Gauge.C1GaugeRectangle   c1GaugeRectangle1   = new C1.Win.C1Gauge.C1GaugeRectangle();
     this.C1Gauge1       = new C1.Win.C1Gauge.C1Gauge();
     this.C1RadialGauge1 = new C1.Win.C1Gauge.C1RadialGauge();
     this.gaugePanel.SuspendLayout();
     this.gridPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.C1Gauge1)).BeginInit();
     this.SuspendLayout();
     //
     // gaugePanel
     //
     this.gaugePanel.Controls.Add(this.C1Gauge1);
     //
     // gaugeGrid
     //
     this.gaugeGrid.SelectedObject = this.C1RadialGauge1;
     //
     // C1Gauge1
     //
     this.C1Gauge1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.C1Gauge1.Gauges.AddRange(new C1.Win.C1Gauge.C1GaugeBase[] {
         this.C1RadialGauge1
     });
     this.C1Gauge1.Location = new System.Drawing.Point(15, 15);
     this.C1Gauge1.Name     = "C1Gauge1";
     this.C1Gauge1.Size     = new System.Drawing.Size(361, 406);
     this.C1Gauge1.TabIndex = 1;
     this.C1Gauge1.ViewTag  = ((long)(638369401555506787));
     //
     // C1RadialGauge1
     //
     this.C1RadialGauge1.Cap.Border.LineStyle  = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     this.C1RadialGauge1.Cap.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     this.C1RadialGauge1.Cap.Filling.Color     = System.Drawing.Color.LightSkyBlue;
     this.C1RadialGauge1.Cap.Filling.Color2    = System.Drawing.Color.Black;
     this.C1RadialGauge1.Cap.HitTestable       = false;
     this.C1RadialGauge1.Cap.Radius            = 30;
     this.C1RadialGauge1.Cap.Shadow.Visible    = true;
     commonColorMap1.Name = "rangeColors";
     commonColorMap1.ValueColors.AddRange(new C1.Win.C1Gauge.C1GaugeValueColor[] {
         new C1.Win.C1Gauge.C1GaugeValueColor(0, -1, System.Drawing.Color.LightSkyBlue, 1, ((long)(637241566911221021))),
         new C1.Win.C1Gauge.C1GaugeValueColor(30, -1, System.Drawing.Color.LimeGreen, 1, ((long)(637523042084282907))),
         new C1.Win.C1Gauge.C1GaugeValueColor(60, -1, System.Drawing.Color.Yellow, 1, ((long)(640057159105629385))),
         new C1.Win.C1Gauge.C1GaugeValueColor(100, -1, System.Drawing.Color.OrangeRed, 1, ((long)(637804517159929222)))
     });
     commonColorMap1.ViewTag = ((long)(636960091733788884));
     this.C1RadialGauge1.ColorMaps.AddRange(new C1.Win.C1Gauge.CommonColorMap[] {
         commonColorMap1
     });
     c1GaugeRange1.Alignment             = C1.Win.C1Gauge.C1GaugeAlignment.Out;
     c1GaugeRange1.AntiAliasing          = C1.Win.C1Gauge.C1GaugeRangeAntiAliasing.LowQuality;
     c1GaugeRange1.Border.LineStyle      = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeRange1.ColorMapName          = "rangeColors";
     c1GaugeRange1.HitTestable           = false;
     c1GaugeRange1.Location              = 61;
     c1GaugeRange1.ViewTag               = ((long)(636678616231258153));
     c1GaugeMarks1.Alignment             = C1.Win.C1Gauge.C1GaugeAlignment.Out;
     c1GaugeMarks1.Border.LineStyle      = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks1.Filling.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     c1GaugeMarks1.HitTestable           = false;
     c1GaugeMarks1.Interval              = 10;
     c1GaugeMarks1.Length                = 20;
     c1GaugeMarks1.Location              = 60;
     c1GaugeMarks1.Shape                 = C1.Win.C1Gauge.C1GaugeMarkShape.Round;
     c1GaugeMarks1.ViewTag               = ((long)(635271056971997689));
     c1GaugeMarks1.Width                 = 3;
     c1GaugeMarks2.Alignment             = C1.Win.C1Gauge.C1GaugeAlignment.Out;
     c1GaugeMarks2.Border.LineStyle      = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks2.Filling.Color         = System.Drawing.Color.DimGray;
     c1GaugeMarks2.HitTestable           = false;
     c1GaugeMarks2.Interval              = 2.5;
     c1GaugeMarks2.Location              = 60;
     c1GaugeMarks2.Shape                 = C1.Win.C1Gauge.C1GaugeMarkShape.Round;
     c1GaugeMarks2.ViewTag               = ((long)(635552533455524530));
     c1GaugeMarks2.Width                 = 3;
     c1GaugeLabels1.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     c1GaugeLabels1.FontSize             = 10;
     c1GaugeLabels1.HitTestable          = false;
     c1GaugeLabels1.Interval             = 10;
     c1GaugeLabels1.IsRotated            = true;
     c1GaugeLabels1.Location             = 89;
     c1GaugeLabels1.ViewTag              = ((long)(636115488361649120));
     c1GaugeSingleMark1.Angle            = 0;
     c1GaugeSingleMark1.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeSingleMark1.Clippings.AddRange(new C1.Win.C1Gauge.C1GaugeClipping[] {
         new C1.Win.C1Gauge.C1GaugeClipping("face", C1.Win.C1Gauge.C1GaugeClipOperation.Exclude, 1)
     });
     c1GaugeSingleMark1.ColorMapName  = "rangeColors";
     c1GaugeSingleMark1.Filling.Color = System.Drawing.Color.DarkGray;
     c1GaugeSingleMark1.HitTestable   = false;
     c1GaugeSingleMark1.Length        = 212;
     c1GaugeSingleMark1.Location      = 0;
     c1GaugeSingleMark1.PointerIndex  = 100;
     c1GaugeSingleMark1.Shape         = C1.Win.C1Gauge.C1GaugeMarkShape.Round;
     c1GaugeSingleMark1.ViewTag       = ((long)(636396980395055364));
     c1GaugeSingleMark1.Width         = 212;
     c1GaugeSingleLabel1.Angle        = 180;
     c1GaugeSingleLabel1.Color        = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     c1GaugeSingleLabel1.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     c1GaugeSingleLabel1.FontSize     = 10;
     c1GaugeSingleLabel1.Format       = "0.0";
     c1GaugeSingleLabel1.HitTestable  = false;
     c1GaugeSingleLabel1.Location     = 76;
     c1GaugeSingleLabel1.PointerIndex = 100;
     c1GaugeSingleLabel1.ViewTag      = ((long)(639774705812283003));
     this.C1RadialGauge1.Decorators.AddRange(new C1.Win.C1Gauge.C1GaugeDecorator[] {
         c1GaugeRange1,
         c1GaugeMarks1,
         c1GaugeMarks2,
         c1GaugeLabels1,
         c1GaugeSingleMark1,
         c1GaugeSingleLabel1
     });
     c1GaugeEllipse1.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeEllipse1.Filling.BrushType  = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeEllipse1.Filling.Color      = System.Drawing.Color.White;
     c1GaugeEllipse1.Filling.Color2     = System.Drawing.Color.DarkSlateBlue;
     c1GaugeEllipse1.Gradient.Direction = C1.Win.C1Gauge.C1GaugeGradientDirection.BackwardDiagonal;
     c1GaugeEllipse1.Gradient.Falloff   = C1.Win.C1Gauge.C1GaugeGradientFalloff.Triangular;
     c1GaugeEllipse1.Height             = 224;
     c1GaugeEllipse1.Name                 = "back";
     c1GaugeEllipse1.Width                = 224;
     c1GaugeEllipse2.Border.LineStyle     = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeEllipse2.Filling.BrushType    = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeEllipse2.Filling.Color        = System.Drawing.Color.RoyalBlue;
     c1GaugeEllipse2.Filling.Color2       = System.Drawing.Color.White;
     c1GaugeEllipse2.HitTestable          = false;
     c1GaugeEllipse2.Name                 = "face";
     c1GaugeEllipse3.Border.LineStyle     = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeEllipse3.Filling.BrushType    = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeEllipse3.Filling.Color        = System.Drawing.Color.DarkSlateBlue;
     c1GaugeEllipse3.Filling.Color2       = System.Drawing.Color.WhiteSmoke;
     c1GaugeEllipse3.Filling.SwapColors   = true;
     c1GaugeEllipse3.Height               = 100;
     c1GaugeEllipse3.HitTestable          = false;
     c1GaugeEllipse3.Width                = 100;
     c1GaugeRectangle1.Border.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     c1GaugeRectangle1.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeRectangle1.Border.Thickness   = 0.5;
     c1GaugeRectangle1.CenterPointY       = 0.88;
     c1GaugeRectangle1.CornerRadius       = 5;
     c1GaugeRectangle1.Filling.BrushType  = C1.Win.C1Gauge.C1GaugeBrushType.Hatch;
     c1GaugeRectangle1.Filling.Color      = System.Drawing.Color.Transparent;
     c1GaugeRectangle1.Filling.Color2     = System.Drawing.Color.DimGray;
     c1GaugeRectangle1.Filling.HatchStyle = C1.Win.C1Gauge.C1GaugeHatchStyle.NarrowHorizontal;
     c1GaugeRectangle1.Height             = 16;
     c1GaugeRectangle1.HitTestable        = false;
     c1GaugeRectangle1.Width              = 34;
     this.C1RadialGauge1.FaceShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
         c1GaugeEllipse1,
         c1GaugeEllipse2,
         c1GaugeEllipse3,
         c1GaugeRectangle1
     });
     this.C1RadialGauge1.Name     = "C1RadialGauge1";
     this.C1RadialGauge1.OffAngle = -180;
     this.C1RadialGauge1.Pointer.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     this.C1RadialGauge1.Pointer.Filling.BrushType  = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     this.C1RadialGauge1.Pointer.Filling.Color      = System.Drawing.Color.Black;
     this.C1RadialGauge1.Pointer.Filling.Color2     = System.Drawing.Color.LightBlue;
     this.C1RadialGauge1.Pointer.Gradient.Direction = C1.Win.C1Gauge.C1GaugeGradientDirection.Vertical;
     this.C1RadialGauge1.Pointer.HitTestable        = false;
     this.C1RadialGauge1.Pointer.Length             = 30;
     this.C1RadialGauge1.Pointer.Offset             = 28;
     this.C1RadialGauge1.Pointer.Shadow.Visible     = true;
     this.C1RadialGauge1.Pointer.Width  = 12;
     this.C1RadialGauge1.Radius         = 0.44;
     this.C1RadialGauge1.StartAngle     = -150;
     this.C1RadialGauge1.SweepAngle     = 300;
     this.C1RadialGauge1.ViewTag        = ((long)(636959884989692302));
     this.C1RadialGauge1.ItemMouseDown += new C1.Win.C1Gauge.ItemMouseEventHandler(this.c1RadialGauge1_ItemMouseMove);
     this.C1RadialGauge1.ItemMouseMove += new C1.Win.C1Gauge.ItemMouseEventHandler(this.c1RadialGauge1_ItemMouseMove);
     this.C1RadialGauge1.FormatLabel   += new C1.Win.C1Gauge.FormatLabelEventHandler(this.c1RadialGauge1_FormatLabel);
     //
     // PageInteractive
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.Name = "PageInteractive";
     this.gaugePanel.ResumeLayout(false);
     this.gridPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.C1Gauge1)).EndInit();
     this.ResumeLayout(false);
 }
Example #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Win.C1Gauge.CommonFont         commonFont2         = new C1.Win.C1Gauge.CommonFont();
     C1.Win.C1Gauge.C1GaugeLabels      c1GaugeLabels3      = new C1.Win.C1Gauge.C1GaugeLabels();
     C1.Win.C1Gauge.C1GaugeLabels      c1GaugeLabels4      = new C1.Win.C1Gauge.C1GaugeLabels();
     C1.Win.C1Gauge.C1GaugeRange       c1GaugeRange2       = new C1.Win.C1Gauge.C1GaugeRange();
     C1.Win.C1Gauge.C1GaugeMarks       c1GaugeMarks6       = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks       c1GaugeMarks7       = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks       c1GaugeMarks8       = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks       c1GaugeMarks9       = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks       c1GaugeMarks10      = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeSingleLabel c1GaugeSingleLabel2 = new C1.Win.C1Gauge.C1GaugeSingleLabel();
     C1.Win.C1Gauge.C1GaugeRectangle   c1GaugeRectangle2   = new C1.Win.C1Gauge.C1GaugeRectangle();
     C1.Win.C1Gauge.C1GaugeSector      c1GaugeSector5      = new C1.Win.C1Gauge.C1GaugeSector();
     C1.Win.C1Gauge.C1GaugeSector      c1GaugeSector6      = new C1.Win.C1Gauge.C1GaugeSector();
     C1.Win.C1Gauge.C1GaugeSector      c1GaugeSector7      = new C1.Win.C1Gauge.C1GaugeSector();
     C1.Win.C1Gauge.C1GaugeSector      c1GaugeSector8      = new C1.Win.C1Gauge.C1GaugeSector();
     this.c1Gauge1       = new C1.Win.C1Gauge.C1Gauge();
     this.c1RadialGauge1 = new C1.Win.C1Gauge.C1RadialGauge();
     this.label1         = new System.Windows.Forms.Label();
     this.gaugePanel.SuspendLayout();
     this.gridPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).BeginInit();
     this.SuspendLayout();
     //
     // gaugePanel
     //
     this.gaugePanel.Controls.Add(this.label1);
     this.gaugePanel.Controls.Add(this.c1Gauge1);
     //
     // gaugeGrid
     //
     this.gaugeGrid.SelectedObject = this.c1RadialGauge1;
     //
     // c1Gauge1
     //
     this.c1Gauge1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.c1Gauge1.Gauges.AddRange(new C1.Win.C1Gauge.C1GaugeBase[] {
         this.c1RadialGauge1
     });
     this.c1Gauge1.Location = new System.Drawing.Point(6, 6);
     this.c1Gauge1.Name     = "c1Gauge1";
     this.c1Gauge1.Size     = new System.Drawing.Size(379, 424);
     this.c1Gauge1.TabIndex = 0;
     this.c1Gauge1.ViewTag  = ((long)(636406609817355893));
     //
     // c1RadialGauge1
     //
     this.c1RadialGauge1.Cap.Visible = false;
     commonFont2.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     commonFont2.FontSize = 2.6;
     commonFont2.Name     = "labelFont";
     this.c1RadialGauge1.CommonFonts.AddRange(new C1.Win.C1Gauge.CommonFont[] {
         commonFont2
     });
     c1GaugeLabels3.CommonFontName  = "labelFont";
     c1GaugeLabels3.HitTestable     = false;
     c1GaugeLabels3.Interval        = 1;
     c1GaugeLabels3.IntervalCoeff   = 18;
     c1GaugeLabels3.IsRotated       = true;
     c1GaugeLabels3.Location        = 95;
     c1GaugeLabels3.To              = 300;
     c1GaugeLabels3.ValueOffset     = -100;
     c1GaugeLabels3.ViewTag         = ((long)(646258289201856091));
     c1GaugeLabels4.CommonFontName  = "labelFont";
     c1GaugeLabels4.From            = 400;
     c1GaugeLabels4.HitTestable     = false;
     c1GaugeLabels4.Interval        = 1;
     c1GaugeLabels4.IntervalCoeff   = 9;
     c1GaugeLabels4.IsRotated       = true;
     c1GaugeLabels4.Location        = 95;
     c1GaugeLabels4.To              = 600;
     c1GaugeLabels4.ValueOffset     = -100;
     c1GaugeLabels4.ViewTag         = ((long)(649354648548552152));
     c1GaugeRange2.Alignment        = C1.Win.C1Gauge.C1GaugeAlignment.Out;
     c1GaugeRange2.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeRange2.Filling.Color    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     c1GaugeRange2.From             = 600;
     c1GaugeRange2.HitTestable      = false;
     c1GaugeRange2.Location         = 87.5;
     c1GaugeRange2.ViewTag          = ((long)(649636126668672600));
     c1GaugeRange2.Width            = 3;
     c1GaugeMarks6.Alignment        = C1.Win.C1Gauge.C1GaugeAlignment.Out;
     c1GaugeMarks6.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks6.Filling.Color    = System.Drawing.Color.Black;
     c1GaugeMarks6.HitTestable      = false;
     c1GaugeMarks6.Interval         = 1;
     c1GaugeMarks6.IntervalCoeff    = 18;
     c1GaugeMarks6.Length           = 5;
     c1GaugeMarks6.Location         = 87.5;
     c1GaugeMarks6.ViewTag          = ((long)(645976808331978366));
     c1GaugeMarks6.Width            = 0.2;
     c1GaugeMarks7.Alignment        = C1.Win.C1Gauge.C1GaugeAlignment.Out;
     c1GaugeMarks7.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks7.Filling.Color    = System.Drawing.Color.Black;
     c1GaugeMarks7.From             = 100;
     c1GaugeMarks7.HitTestable      = false;
     c1GaugeMarks7.Interval         = 1;
     c1GaugeMarks7.IntervalCoeff    = 180;
     c1GaugeMarks7.Length           = 3;
     c1GaugeMarks7.Location         = 87.5;
     c1GaugeMarks7.To                        = 150;
     c1GaugeMarks7.ViewTag                   = ((long)(650199140502477661));
     c1GaugeMarks7.Width                     = 0.2;
     c1GaugeMarks8.Alignment                 = C1.Win.C1Gauge.C1GaugeAlignment.Out;
     c1GaugeMarks8.Border.LineStyle          = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks8.Filling.Color             = System.Drawing.Color.Black;
     c1GaugeMarks8.From                      = 150;
     c1GaugeMarks8.HitTestable               = false;
     c1GaugeMarks8.Interval                  = 1;
     c1GaugeMarks8.IntervalCoeff             = 90;
     c1GaugeMarks8.Length                    = 3;
     c1GaugeMarks8.Location                  = 87.5;
     c1GaugeMarks8.To                        = 600;
     c1GaugeMarks8.ViewTag                   = ((long)(650480635266470085));
     c1GaugeMarks8.Width                     = 0.2;
     c1GaugeMarks9.Alignment                 = C1.Win.C1Gauge.C1GaugeAlignment.Out;
     c1GaugeMarks9.Border.LineStyle          = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks9.Filling.Color             = System.Drawing.Color.Black;
     c1GaugeMarks9.From                      = 600;
     c1GaugeMarks9.HitTestable               = false;
     c1GaugeMarks9.Interval                  = 1;
     c1GaugeMarks9.IntervalCoeff             = 36;
     c1GaugeMarks9.Length                    = 3;
     c1GaugeMarks9.Location                  = 87.5;
     c1GaugeMarks9.ViewTag                   = ((long)(651043594119340417));
     c1GaugeMarks9.Width                     = 0.2;
     c1GaugeMarks10.Alignment                = C1.Win.C1Gauge.C1GaugeAlignment.Out;
     c1GaugeMarks10.Border.LineStyle         = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks10.Filling.Color            = System.Drawing.Color.Black;
     c1GaugeMarks10.HitTestable              = false;
     c1GaugeMarks10.Interval                 = 1;
     c1GaugeMarks10.IntervalCoeff            = 18;
     c1GaugeMarks10.Length                   = 4;
     c1GaugeMarks10.Location                 = 73;
     c1GaugeMarks10.SequenceNo               = 1;
     c1GaugeMarks10.ViewTag                  = ((long)(649917638929085762));
     c1GaugeMarks10.Width                    = 0.2;
     c1GaugeSingleLabel2.Angle               = -8;
     c1GaugeSingleLabel2.FontSize            = 4;
     c1GaugeSingleLabel2.Format              = "\"V = [\"0\"]\"";
     c1GaugeSingleLabel2.HitTestable         = false;
     c1GaugeSingleLabel2.Location            = 60;
     c1GaugeSingleLabel2.OrthogonalAlignment = C1.Win.C1Gauge.C1GaugeAlignment.Out;
     c1GaugeSingleLabel2.PointerIndex        = 100;
     c1GaugeSingleLabel2.ValueColorFalloff   = C1.Win.C1Gauge.C1GaugeValueColorFalloff.None;
     c1GaugeSingleLabel2.ValueColors.AddRange(new C1.Win.C1Gauge.C1GaugeValueColor[] {
         new C1.Win.C1Gauge.C1GaugeValueColor(100, -1, System.Drawing.Color.Black, 1, ((long)(684539149286312450))),
         new C1.Win.C1Gauge.C1GaugeValueColor(600.5, -1, System.Drawing.Color.Red, 1, ((long)(684820624429572632)))
     });
     c1GaugeSingleLabel2.ValueOffset = -100;
     c1GaugeSingleLabel2.ViewTag     = ((long)(660613758344991672));
     this.c1RadialGauge1.Decorators.AddRange(new C1.Win.C1Gauge.C1GaugeDecorator[] {
         c1GaugeLabels3,
         c1GaugeLabels4,
         c1GaugeRange2,
         c1GaugeMarks6,
         c1GaugeMarks7,
         c1GaugeMarks8,
         c1GaugeMarks9,
         c1GaugeMarks10,
         c1GaugeSingleLabel2
     });
     c1GaugeRectangle2.Border.Color       = System.Drawing.Color.LightSteelBlue;
     c1GaugeRectangle2.CenterPointY       = 0.125;
     c1GaugeRectangle2.Filling.BrushType  = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeRectangle2.Filling.Color      = System.Drawing.Color.LightSteelBlue;
     c1GaugeRectangle2.Filling.Color2     = System.Drawing.Color.White;
     c1GaugeRectangle2.Gradient.Direction = C1.Win.C1Gauge.C1GaugeGradientDirection.Vertical;
     c1GaugeRectangle2.Height             = -0.25;
     c1GaugeRectangle2.Width             = -0.5;
     c1GaugeSector5.Border.Color         = System.Drawing.Color.Gray;
     c1GaugeSector5.CenterRadius         = 1.3;
     c1GaugeSector5.CornerRadius         = 1;
     c1GaugeSector5.Filling.BrushType    = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeSector5.Filling.Color        = System.Drawing.Color.Gray;
     c1GaugeSector5.Filling.Color2       = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     c1GaugeSector5.Gradient.Direction   = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialInner;
     c1GaugeSector5.Gradient.FocusScaleX = 0.7;
     c1GaugeSector5.Gradient.FocusScaleY = 0.7;
     c1GaugeSector5.HitTestable          = false;
     c1GaugeSector5.InnerRadius          = 73;
     c1GaugeSector5.OuterRadius          = 98.5;
     c1GaugeSector5.StartAngle           = -29;
     c1GaugeSector5.SweepAngle           = 58;
     c1GaugeSector6.Border.LineStyle     = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeSector6.CenterRadius         = 1.3;
     c1GaugeSector6.Filling.BrushType    = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeSector6.Filling.Color        = System.Drawing.Color.Gainsboro;
     c1GaugeSector6.Filling.Color2       = System.Drawing.Color.DimGray;
     c1GaugeSector6.Filling.SwapColors   = true;
     c1GaugeSector6.Gradient.Direction   = C1.Win.C1Gauge.C1GaugeGradientDirection.Horizontal;
     c1GaugeSector6.Gradient.Falloff     = C1.Win.C1Gauge.C1GaugeGradientFalloff.Triangular;
     c1GaugeSector6.Gradient.FocusScaleX = 0.7;
     c1GaugeSector6.Gradient.FocusScaleY = 0.7;
     c1GaugeSector6.Gradient.ScaleX      = 0.6;
     c1GaugeSector6.Gradient.ScaleY      = 0.2;
     c1GaugeSector6.Gradient.TranslateX  = 0.2;
     c1GaugeSector6.HitTestable          = false;
     c1GaugeSector6.InnerRadius          = 80;
     c1GaugeSector6.OuterRadius          = 84.5;
     c1GaugeSector6.StartAngle           = -29;
     c1GaugeSector6.SweepAngle           = 58;
     c1GaugeSector7.Border.LineStyle     = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeSector7.CenterRadius         = 1.3;
     c1GaugeSector7.Filling.BrushType    = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeSector7.Filling.Color        = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     c1GaugeSector7.Filling.Color2       = System.Drawing.Color.Gray;
     c1GaugeSector7.Filling.SwapColors   = true;
     c1GaugeSector7.Gradient.Direction   = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialInner;
     c1GaugeSector7.Gradient.FocusScaleX = 0.98;
     c1GaugeSector7.Gradient.FocusScaleY = 0.98;
     c1GaugeSector7.HitTestable          = false;
     c1GaugeSector7.InnerRadius          = 84.4;
     c1GaugeSector7.OuterRadius          = 85.5;
     c1GaugeSector7.StartAngle           = -29;
     c1GaugeSector7.SweepAngle           = 58;
     c1GaugeSector8.Border.LineStyle     = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeSector8.CenterRadius         = 1.3;
     c1GaugeSector8.Filling.BrushType    = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeSector8.Filling.Color        = System.Drawing.Color.White;
     c1GaugeSector8.Filling.Color2       = System.Drawing.Color.Gray;
     c1GaugeSector8.Gradient.Direction   = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialInner;
     c1GaugeSector8.Gradient.FocusScaleX = 0.98;
     c1GaugeSector8.Gradient.FocusScaleY = 0.98;
     c1GaugeSector8.HitTestable          = false;
     c1GaugeSector8.InnerRadius          = 79;
     c1GaugeSector8.OuterRadius          = 80.1;
     c1GaugeSector8.StartAngle           = -29;
     c1GaugeSector8.SweepAngle           = 58;
     this.c1RadialGauge1.FaceShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
         c1GaugeRectangle2,
         c1GaugeSector5,
         c1GaugeSector6,
         c1GaugeSector7,
         c1GaugeSector8
     });
     this.c1RadialGauge1.IsLogarithmic              = true;
     this.c1RadialGauge1.Maximum                    = 850;
     this.c1RadialGauge1.Minimum                    = 100;
     this.c1RadialGauge1.Name                       = "c1RadialGauge1";
     this.c1RadialGauge1.Pointer.Border.Color       = System.Drawing.Color.DodgerBlue;
     this.c1RadialGauge1.Pointer.Border.Thickness   = 0.2;
     this.c1RadialGauge1.Pointer.Filling.BrushType  = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     this.c1RadialGauge1.Pointer.Filling.Color      = System.Drawing.Color.Black;
     this.c1RadialGauge1.Pointer.Filling.Color2     = System.Drawing.Color.Gainsboro;
     this.c1RadialGauge1.Pointer.Filling.Opacity    = 0.7;
     this.c1RadialGauge1.Pointer.Filling.Opacity2   = 0.5;
     this.c1RadialGauge1.Pointer.Gradient.Direction = C1.Win.C1Gauge.C1GaugeGradientDirection.Vertical;
     this.c1RadialGauge1.Pointer.HitTestable        = false;
     this.c1RadialGauge1.Pointer.Length             = 22;
     this.c1RadialGauge1.Pointer.Offset             = 67;
     this.c1RadialGauge1.Pointer.Shape              = C1.Win.C1Gauge.C1GaugePointerShape.Arrow2;
     this.c1RadialGauge1.Pointer.Value              = 300;
     this.c1RadialGauge1.Pointer.ValueOffset        = 100;
     this.c1RadialGauge1.Pointer.Width              = 1.3;
     this.c1RadialGauge1.PointerOriginY             = 2;
     this.c1RadialGauge1.Radius                     = 2;
     this.c1RadialGauge1.StartAngle                 = -28;
     this.c1RadialGauge1.SweepAngle                 = 56;
     this.c1RadialGauge1.Viewport.AspectPinY        = 0.5;
     this.c1RadialGauge1.Viewport.AspectRatio       = 2;
     this.c1RadialGauge1.ViewTag                    = ((long)(636688084856520121));
     this.c1RadialGauge1.ItemMouseDown             += new C1.Win.C1Gauge.ItemMouseEventHandler(this.c1RadialGauge1_ItemMouseMove);
     this.c1RadialGauge1.ItemMouseMove             += new C1.Win.C1Gauge.ItemMouseEventHandler(this.c1RadialGauge1_ItemMouseMove);
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(13, 407);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(135, 13);
     this.label1.TabIndex = 1;
     this.label1.Text     = "* You can drag the pointer or click the scale";
     //
     // PageLogScale
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.Name = "PageLogScale";
     this.gaugePanel.ResumeLayout(false);
     this.gaugePanel.PerformLayout();
     this.gridPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).EndInit();
     this.ResumeLayout(false);
 }
Example #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PageRuler));
     C1.Win.C1Gauge.CommonBorder     commonBorder1            = new C1.Win.C1Gauge.CommonBorder();
     C1.Win.C1Gauge.CommonBorder     commonBorder2            = new C1.Win.C1Gauge.CommonBorder();
     C1.Win.C1Gauge.CommonBorder     commonBorder3            = new C1.Win.C1Gauge.CommonBorder();
     C1.Win.C1Gauge.CommonFilling    commonFilling1           = new C1.Win.C1Gauge.CommonFilling();
     C1.Win.C1Gauge.CommonFilling    commonFilling2           = new C1.Win.C1Gauge.CommonFilling();
     C1.Win.C1Gauge.CommonFilling    commonFilling3           = new C1.Win.C1Gauge.CommonFilling();
     C1.Win.C1Gauge.CommonShape      commonShape1             = new C1.Win.C1Gauge.CommonShape();
     C1.Win.C1Gauge.C1GaugeRange     c1GaugeRange1            = new C1.Win.C1Gauge.C1GaugeRange();
     C1.Win.C1Gauge.C1GaugeLabels    c1GaugeLabels1           = new C1.Win.C1Gauge.C1GaugeLabels();
     C1.Win.C1Gauge.C1GaugeMarks     c1GaugeMarks1            = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks     c1GaugeMarks2            = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks     c1GaugeMarks3            = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeRange     c1GaugeRange2            = new C1.Win.C1Gauge.C1GaugeRange();
     C1.Win.C1Gauge.C1GaugeRectangle c1GaugeRectangle1        = new C1.Win.C1Gauge.C1GaugeRectangle();
     C1.Win.C1Gauge.C1GaugePointer   c1GaugePointer1          = new C1.Win.C1Gauge.C1GaugePointer();
     C1.Win.C1Gauge.C1GaugePointer   c1GaugePointer2          = new C1.Win.C1Gauge.C1GaugePointer();
     C1.Win.C1Gauge.C1GaugePointer   c1GaugePointer3          = new C1.Win.C1Gauge.C1GaugePointer();
     C1.Win.C1Gauge.C1GaugePointer   c1GaugePointer4          = new C1.Win.C1Gauge.C1GaugePointer();
     C1.Win.C1Gauge.C1GaugePointer   c1GaugePointer5          = new C1.Win.C1Gauge.C1GaugePointer();
     this.panel1       = new System.Windows.Forms.Panel();
     this.panel2       = new System.Windows.Forms.Panel();
     this.richTextBox1 = new System.Windows.Forms.RichTextBox();
     this.c1Gauge1     = new C1.Win.C1Gauge.C1Gauge();
     this.rulerGauge   = new C1.Win.C1Gauge.C1LinearGauge();
     this.toolTip1     = new System.Windows.Forms.ToolTip(this.components);
     this.gaugePanel.SuspendLayout();
     this.gridPanel.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).BeginInit();
     this.SuspendLayout();
     //
     // gaugePanel
     //
     this.gaugePanel.Controls.Add(this.panel1);
     //
     // gaugeGrid
     //
     this.gaugeGrid.SelectedObject = this.rulerGauge;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(172)))), ((int)(((byte)(181)))));
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.c1Gauge1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.panel1.Name     = "panel1";
     this.panel1.Padding  = new System.Windows.Forms.Padding(1);
     this.panel1.Size     = new System.Drawing.Size(391, 436);
     this.panel1.TabIndex = 2;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.panel2.Controls.Add(this.richTextBox1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(1, 34);
     this.panel2.Name     = "panel2";
     this.panel2.Padding  = new System.Windows.Forms.Padding(8, 0, 8, 8);
     this.panel2.Size     = new System.Drawing.Size(389, 401);
     this.panel2.TabIndex = 3;
     //
     // richTextBox1
     //
     this.richTextBox1.BorderStyle         = System.Windows.Forms.BorderStyle.None;
     this.richTextBox1.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.richTextBox1.Location            = new System.Drawing.Point(8, 0);
     this.richTextBox1.Margin              = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.richTextBox1.Name                = "richTextBox1";
     this.richTextBox1.RightMargin         = 320;
     this.richTextBox1.ShowSelectionMargin = true;
     this.richTextBox1.Size                = new System.Drawing.Size(373, 393);
     this.richTextBox1.TabIndex            = 2;
     this.richTextBox1.Text                = resources.GetString("richTextBox1.Text");
     this.richTextBox1.WordWrap            = false;
     this.richTextBox1.SelectionChanged   += new System.EventHandler(this.richTextBox1_SelectionChanged);
     //
     // c1Gauge1
     //
     this.c1Gauge1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.c1Gauge1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.c1Gauge1.Gauges.AddRange(new C1.Win.C1Gauge.C1GaugeBase[] {
         this.rulerGauge
     });
     this.c1Gauge1.Location = new System.Drawing.Point(1, 1);
     this.c1Gauge1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.c1Gauge1.Name     = "c1Gauge1";
     this.c1Gauge1.Size     = new System.Drawing.Size(389, 33);
     this.c1Gauge1.TabIndex = 1;
     this.c1Gauge1.ViewTag  = ((long)(634807802611695961));
     this.c1Gauge1.Resize  += new System.EventHandler(this.c1Gauge1_Resize);
     //
     // rulerGauge
     //
     this.rulerGauge.AxisLength = 1;
     this.rulerGauge.AxisStart  = 0;
     this.rulerGauge.BaseFactor = 1;
     this.rulerGauge.BaseOrigin = 0;
     commonBorder1.Color        = System.Drawing.Color.DimGray;
     commonBorder1.Name         = "Normal";
     commonBorder2.Color        = System.Drawing.Color.IndianRed;
     commonBorder2.Name         = "Hot";
     commonBorder3.Color        = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(135)))), ((int)(((byte)(143)))));
     commonBorder3.Name         = "Outer";
     this.rulerGauge.CommonBorders.AddRange(new C1.Win.C1Gauge.CommonBorder[] {
         commonBorder1,
         commonBorder2,
         commonBorder3
     });
     commonFilling1.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     commonFilling1.Color     = System.Drawing.Color.Gray;
     commonFilling1.Color2    = System.Drawing.Color.White;
     commonFilling1.Name      = "Normal";
     commonFilling2.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     commonFilling2.Color     = System.Drawing.Color.LightCoral;
     commonFilling2.Color2    = System.Drawing.Color.White;
     commonFilling2.Name      = "Hot";
     commonFilling3.Color     = System.Drawing.Color.Black;
     commonFilling3.Name      = "Outer";
     commonFilling3.Opacity   = 0.1;
     this.rulerGauge.CommonFillings.AddRange(new C1.Win.C1Gauge.CommonFilling[] {
         commonFilling1,
         commonFilling2,
         commonFilling3
     });
     commonShape1.EndAngle   = 45;
     commonShape1.EndWidth   = 50;
     commonShape1.Name       = "SimplePointer";
     commonShape1.StartWidth = 50;
     this.rulerGauge.CommonShapes.AddRange(new C1.Win.C1Gauge.CommonShape[] {
         commonShape1
     });
     c1GaugeRange1.Alignment = C1.Win.C1Gauge.C1GaugeAlignment.Out;
     c1GaugeRange1.Border.CommonBorderName   = "Outer";
     c1GaugeRange1.Filling.CommonFillingName = "Outer";
     c1GaugeRange1.HitTestable               = false;
     c1GaugeRange1.Location                  = 0;
     c1GaugeRange1.To                        = 0;
     c1GaugeRange1.ViewTag                   = ((long)(658173190335200112));
     c1GaugeRange1.Width                     = 100;
     c1GaugeLabels1.Color                    = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(91)))), ((int)(((byte)(94)))));
     c1GaugeLabels1.Font                     = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     c1GaugeLabels1.From                     = 40;
     c1GaugeLabels1.Interval                 = 40;
     c1GaugeLabels1.Location                 = 52;
     c1GaugeLabels1.ValueFactor              = 0.025;
     c1GaugeLabels1.ViewTag                  = ((long)(688832955907896122));
     c1GaugeMarks1.Border.LineStyle          = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks1.Filling.BrushType         = C1.Win.C1Gauge.C1GaugeBrushType.None;
     c1GaugeMarks1.HitTestable               = false;
     c1GaugeMarks1.Interval                  = 40;
     c1GaugeMarks1.ScaleFrom                 = 0;
     c1GaugeMarks1.ViewTag                   = ((long)(689395905861317434));
     c1GaugeMarks2.Border.Color              = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(91)))), ((int)(((byte)(94)))));
     c1GaugeMarks2.Filling.BrushType         = C1.Win.C1Gauge.C1GaugeBrushType.None;
     c1GaugeMarks2.HitTestable               = false;
     c1GaugeMarks2.Interval                  = 20;
     c1GaugeMarks2.Length                    = 40;
     c1GaugeMarks2.Location                  = 50;
     c1GaugeMarks2.ScaleFrom                 = 0;
     c1GaugeMarks2.ViewTag                   = ((long)(664362727045719722));
     c1GaugeMarks2.Width                     = 0.1;
     c1GaugeMarks3.Border.Color              = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(91)))), ((int)(((byte)(94)))));
     c1GaugeMarks3.Filling.BrushType         = C1.Win.C1Gauge.C1GaugeBrushType.None;
     c1GaugeMarks3.HitTestable               = false;
     c1GaugeMarks3.Interval                  = 10;
     c1GaugeMarks3.Length                    = 16;
     c1GaugeMarks3.Location                  = 50;
     c1GaugeMarks3.ScaleFrom                 = 0;
     c1GaugeMarks3.ViewTag                   = ((long)(664644205730878892));
     c1GaugeMarks3.Width                     = 0.1;
     c1GaugeRange2.Alignment                 = C1.Win.C1Gauge.C1GaugeAlignment.Out;
     c1GaugeRange2.Border.CommonBorderName   = "Outer";
     c1GaugeRange2.Filling.CommonFillingName = "Outer";
     c1GaugeRange2.FromPointerIndex          = 0;
     c1GaugeRange2.HitTestable               = false;
     c1GaugeRange2.Location                  = 0;
     c1GaugeRange2.ViewTag                   = ((long)(653385666070406411));
     c1GaugeRange2.Width                     = 100;
     this.rulerGauge.Decorators.AddRange(new C1.Win.C1Gauge.C1GaugeDecorator[] {
         c1GaugeRange1,
         c1GaugeLabels1,
         c1GaugeMarks1,
         c1GaugeMarks2,
         c1GaugeMarks3,
         c1GaugeRange2
     });
     c1GaugeRectangle1.Border.Color  = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(135)))), ((int)(((byte)(143)))));
     c1GaugeRectangle1.Filling.Color = System.Drawing.Color.White;
     c1GaugeRectangle1.HitTestable   = false;
     this.rulerGauge.FaceShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
         c1GaugeRectangle1
     });
     this.rulerGauge.Maximum           = 365;
     this.rulerGauge.Minimum           = -8;
     c1GaugePointer1.Border.LineStyle  = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugePointer1.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.None;
     c1GaugePointer1.Length            = 100;
     c1GaugePointer1.Name    = "RightMargin";
     c1GaugePointer1.Offset  = 0;
     c1GaugePointer1.Shape   = C1.Win.C1Gauge.C1GaugePointerShape.Rectangle;
     c1GaugePointer1.Value   = 320;
     c1GaugePointer1.ViewTag = ((long)(657044864145362080));
     c1GaugePointer1.Width   = 30;
     c1GaugePointer2.Border.CommonBorderName   = "Normal";
     c1GaugePointer2.Filling.CommonFillingName = "Normal";
     c1GaugePointer2.Length    = 36;
     c1GaugePointer2.Name      = "LeftIndent";
     c1GaugePointer2.Offset    = 100;
     c1GaugePointer2.Shape     = C1.Win.C1Gauge.C1GaugePointerShape.Rectangle;
     c1GaugePointer2.ViewTag   = ((long)(637341394413943775));
     c1GaugePointer2.Width     = 56;
     c1GaugePointer3.Alignment = C1.Win.C1Gauge.C1GaugeAlignment.In;
     c1GaugePointer3.Border.CommonBorderName     = "Normal";
     c1GaugePointer3.CustomShape.CommonShapeName = "SimplePointer";
     c1GaugePointer3.CustomShape.EndWidth        = 56;
     c1GaugePointer3.CustomShape.StartWidth      = 56;
     c1GaugePointer3.Filling.CommonFillingName   = "Normal";
     c1GaugePointer3.FlipShape = true;
     c1GaugePointer3.Length    = 50;
     c1GaugePointer3.Name      = "HangingIndent";
     c1GaugePointer3.Offset    = 100;
     c1GaugePointer3.Shape     = C1.Win.C1Gauge.C1GaugePointerShape.Custom;
     c1GaugePointer3.ViewTag   = ((long)(664925685614266166));
     c1GaugePointer4.Border.CommonBorderName     = "Normal";
     c1GaugePointer4.CustomShape.CommonShapeName = "SimplePointer";
     c1GaugePointer4.CustomShape.EndWidth        = 56;
     c1GaugePointer4.CustomShape.StartWidth      = 56;
     c1GaugePointer4.Filling.CommonFillingName   = "Normal";
     c1GaugePointer4.Length    = 50;
     c1GaugePointer4.Name      = "FirstLineIndent";
     c1GaugePointer4.Offset    = -20;
     c1GaugePointer4.Shape     = C1.Win.C1Gauge.C1GaugePointerShape.Custom;
     c1GaugePointer4.ViewTag   = ((long)(637622871569666258));
     c1GaugePointer5.Alignment = C1.Win.C1Gauge.C1GaugeAlignment.In;
     c1GaugePointer5.Border.CommonBorderName     = "Normal";
     c1GaugePointer5.CustomShape.CommonShapeName = "SimplePointer";
     c1GaugePointer5.CustomShape.EndWidth        = 56;
     c1GaugePointer5.CustomShape.StartWidth      = 56;
     c1GaugePointer5.Filling.CommonFillingName   = "Normal";
     c1GaugePointer5.FlipShape = true;
     c1GaugePointer5.Length    = 50;
     c1GaugePointer5.Name      = "RightIndent";
     c1GaugePointer5.Offset    = 100;
     c1GaugePointer5.Shape     = C1.Win.C1Gauge.C1GaugePointerShape.Custom;
     c1GaugePointer5.Value     = 320;
     c1GaugePointer5.ViewTag   = ((long)(665207218141115929));
     this.rulerGauge.MorePointers.AddRange(new C1.Win.C1Gauge.C1GaugePointer[] {
         c1GaugePointer1,
         c1GaugePointer2,
         c1GaugePointer3,
         c1GaugePointer4,
         c1GaugePointer5
     });
     this.rulerGauge.Name                 = "rulerGauge";
     this.rulerGauge.Pointer.Visible      = false;
     this.rulerGauge.Viewport.Height      = 16;
     this.rulerGauge.Viewport.MarginX     = 8;
     this.rulerGauge.Viewport.MarginY     = 6;
     this.rulerGauge.ViewTag              = ((long)(688270005954464810));
     this.rulerGauge.PointerValueChanged += new C1.Win.C1Gauge.PointerValueChangedEventHandler(this.rulerGauge_PointerValueChanged);
     this.rulerGauge.ItemMouseLeave      += new C1.Win.C1Gauge.ItemEventHandler(this.rulerGauge_ItemMouseLeave);
     this.rulerGauge.PointerDragEnd      += new C1.Win.C1Gauge.PointerDragEventHandler(this.rulerGauge_PointerDragEnd);
     this.rulerGauge.ItemStateChanged    += new C1.Win.C1Gauge.ItemEventHandler(this.rulerGauge_ItemStateChanged);
     this.rulerGauge.PointerDragMove     += new C1.Win.C1Gauge.PointerDragEventHandler(this.rulerGauge_PointerDragMove);
     this.rulerGauge.ItemMouseEnter      += new C1.Win.C1Gauge.ItemEventHandler(this.rulerGauge_ItemMouseEnter);
     //
     // PageRuler
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Name = "PageRuler";
     this.gaugePanel.ResumeLayout(false);
     this.gridPanel.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).EndInit();
     this.ResumeLayout(false);
 }
Example #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Win.C1Gauge.C1GaugeMarks       c1GaugeMarks1       = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks       c1GaugeMarks2       = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeLabels      c1GaugeLabels1      = new C1.Win.C1Gauge.C1GaugeLabels();
     C1.Win.C1Gauge.C1GaugeSingleLabel c1GaugeSingleLabel1 = new C1.Win.C1Gauge.C1GaugeSingleLabel();
     C1.Win.C1Gauge.C1GaugeSingleLabel c1GaugeSingleLabel2 = new C1.Win.C1Gauge.C1GaugeSingleLabel();
     C1.Win.C1Gauge.C1GaugeRange       c1GaugeRange1       = new C1.Win.C1Gauge.C1GaugeRange();
     C1.Win.C1Gauge.C1GaugeSingleLabel c1GaugeSingleLabel3 = new C1.Win.C1Gauge.C1GaugeSingleLabel();
     C1.Win.C1Gauge.C1GaugeSingleLabel c1GaugeSingleLabel4 = new C1.Win.C1Gauge.C1GaugeSingleLabel();
     C1.Win.C1Gauge.C1GaugeSingleLabel c1GaugeSingleLabel5 = new C1.Win.C1Gauge.C1GaugeSingleLabel();
     C1.Win.C1Gauge.C1GaugeSingleMark  c1GaugeSingleMark1  = new C1.Win.C1Gauge.C1GaugeSingleMark();
     C1.Win.C1Gauge.C1GaugeRectangle   c1GaugeRectangle1   = new C1.Win.C1Gauge.C1GaugeRectangle();
     C1.Win.C1Gauge.C1GaugePointer     c1GaugePointer1     = new C1.Win.C1Gauge.C1GaugePointer();
     C1.Win.C1Gauge.C1GaugePointer     c1GaugePointer2     = new C1.Win.C1Gauge.C1GaugePointer();
     this.c1Gauge1       = new C1.Win.C1Gauge.C1Gauge();
     this.c1LinearGauge1 = new C1.Win.C1Gauge.C1LinearGauge();
     this.button1        = new System.Windows.Forms.Button();
     this.button2        = new System.Windows.Forms.Button();
     this.button3        = new System.Windows.Forms.Button();
     this.gaugePanel.SuspendLayout();
     this.gridPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).BeginInit();
     this.SuspendLayout();
     //
     // gaugePanel
     //
     this.gaugePanel.Controls.Add(this.button3);
     this.gaugePanel.Controls.Add(this.button2);
     this.gaugePanel.Controls.Add(this.button1);
     this.gaugePanel.Controls.Add(this.c1Gauge1);
     //
     // gaugeGrid
     //
     this.gaugeGrid.SelectedObject = this.c1LinearGauge1;
     //
     // c1Gauge1
     //
     this.c1Gauge1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.c1Gauge1.Gauges.AddRange(new C1.Win.C1Gauge.C1GaugeBase[] {
         this.c1LinearGauge1
     });
     this.c1Gauge1.Location = new System.Drawing.Point(8, 3);
     this.c1Gauge1.Name     = "c1Gauge1";
     this.c1Gauge1.Size     = new System.Drawing.Size(376, 330);
     this.c1Gauge1.TabIndex = 0;
     this.c1Gauge1.ViewTag  = ((long)(636563101699690835));
     //
     // c1LinearGauge1
     //
     c1GaugeMarks1.Alignment               = C1.Win.C1Gauge.C1GaugeAlignment.Out;
     c1GaugeMarks1.Border.LineStyle        = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks1.Filling.Color           = System.Drawing.Color.Black;
     c1GaugeMarks1.Interval                = 10;
     c1GaugeMarks1.Length                  = 10;
     c1GaugeMarks1.Location                = 50;
     c1GaugeMarks1.ViewTag                 = ((long)(678503004323206706));
     c1GaugeMarks1.Width                   = 1;
     c1GaugeMarks2.Alignment               = C1.Win.C1Gauge.C1GaugeAlignment.Out;
     c1GaugeMarks2.Border.LineStyle        = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks2.Filling.Color           = System.Drawing.Color.Black;
     c1GaugeMarks2.Interval                = 2.5;
     c1GaugeMarks2.Length                  = 6;
     c1GaugeMarks2.Location                = 50;
     c1GaugeMarks2.ViewTag                 = ((long)(674843755455865891));
     c1GaugeMarks2.Width                   = 1;
     c1GaugeLabels1.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     c1GaugeLabels1.FontSize               = 6;
     c1GaugeLabels1.Interval               = 10;
     c1GaugeLabels1.ViewTag                = ((long)(675125231244322976));
     c1GaugeSingleLabel1.Font              = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     c1GaugeSingleLabel1.FontSize          = 7;
     c1GaugeSingleLabel1.Location          = 95;
     c1GaugeSingleLabel1.PointerIndex      = 100;
     c1GaugeSingleLabel1.Position          = 0.5;
     c1GaugeSingleLabel1.Text              = "Value is below Minimum";
     c1GaugeSingleLabel1.ValueColorFalloff = C1.Win.C1Gauge.C1GaugeValueColorFalloff.None;
     c1GaugeSingleLabel1.ValueColors.AddRange(new C1.Win.C1Gauge.C1GaugeValueColor[] {
         new C1.Win.C1Gauge.C1GaugeValueColor(0, -1, System.Drawing.Color.CornflowerBlue, 1, ((long)(673717850602170323))),
         new C1.Win.C1Gauge.C1GaugeValueColor(double.NaN, 0, System.Drawing.Color.White, 0, ((long)(673999326115721684)))
     });
     c1GaugeSingleLabel1.ViewTag           = ((long)(673154898766071328));
     c1GaugeSingleLabel2.Font              = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     c1GaugeSingleLabel2.FontSize          = 7;
     c1GaugeSingleLabel2.Location          = 95;
     c1GaugeSingleLabel2.PointerIndex      = 100;
     c1GaugeSingleLabel2.Position          = 0.5;
     c1GaugeSingleLabel2.Text              = "Value is above Maximum";
     c1GaugeSingleLabel2.ValueColorFalloff = C1.Win.C1Gauge.C1GaugeValueColorFalloff.None;
     c1GaugeSingleLabel2.ValueColors.AddRange(new C1.Win.C1Gauge.C1GaugeValueColor[] {
         new C1.Win.C1Gauge.C1GaugeValueColor(0, -1, System.Drawing.Color.White, 0, ((long)(674280801592380936))),
         new C1.Win.C1Gauge.C1GaugeValueColor(double.NaN, 1, System.Drawing.Color.IndianRed, 1, ((long)(674562276824086177)))
     });
     c1GaugeSingleLabel2.ViewTag     = ((long)(673436374572339432));
     c1GaugeRange1.Border.LineStyle  = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeRange1.Location          = 24;
     c1GaugeRange1.ValueColorFalloff = C1.Win.C1Gauge.C1GaugeValueColorFalloff.None;
     c1GaugeRange1.ValueColors.AddRange(new C1.Win.C1Gauge.C1GaugeValueColor[] {
         new C1.Win.C1Gauge.C1GaugeValueColor(0, -1, System.Drawing.Color.CornflowerBlue, 1, ((long)(675688185048714551))),
         new C1.Win.C1Gauge.C1GaugeValueColor(double.NaN, 0, System.Drawing.Color.LimeGreen, 1, ((long)(675969660391416140))),
         new C1.Win.C1Gauge.C1GaugeValueColor(double.NaN, 1, System.Drawing.Color.IndianRed, 1, ((long)(676251135433310524)))
     });
     c1GaugeRange1.ViewTag                   = ((long)(675406709646489557));
     c1GaugeSingleLabel3.Color               = System.Drawing.Color.White;
     c1GaugeSingleLabel3.Font                = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     c1GaugeSingleLabel3.FontSize            = 7;
     c1GaugeSingleLabel3.Format              = "\"value = \"0";
     c1GaugeSingleLabel3.ImmediateUpdate     = true;
     c1GaugeSingleLabel3.Location            = 7;
     c1GaugeSingleLabel3.PointerIndex        = 100;
     c1GaugeSingleLabel3.Position            = 0.5;
     c1GaugeSingleLabel3.ViewTag             = ((long)(676532625544886845));
     c1GaugeSingleLabel4.Color               = System.Drawing.Color.White;
     c1GaugeSingleLabel4.Font                = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     c1GaugeSingleLabel4.FontSize            = 7;
     c1GaugeSingleLabel4.Format              = "\"min = \"0";
     c1GaugeSingleLabel4.ImmediateUpdate     = true;
     c1GaugeSingleLabel4.Location            = 7;
     c1GaugeSingleLabel4.OrthogonalAlignment = C1.Win.C1Gauge.C1GaugeAlignment.Out;
     c1GaugeSingleLabel4.PointerIndex        = 0;
     c1GaugeSingleLabel4.Position            = 0;
     c1GaugeSingleLabel4.ViewTag             = ((long)(676814100673526191));
     c1GaugeSingleLabel5.Color               = System.Drawing.Color.White;
     c1GaugeSingleLabel5.Font                = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     c1GaugeSingleLabel5.FontSize            = 7;
     c1GaugeSingleLabel5.Format              = "\"max = \"0";
     c1GaugeSingleLabel5.ImmediateUpdate     = true;
     c1GaugeSingleLabel5.Location            = 7;
     c1GaugeSingleLabel5.OrthogonalAlignment = C1.Win.C1Gauge.C1GaugeAlignment.In;
     c1GaugeSingleLabel5.PointerIndex        = 1;
     c1GaugeSingleLabel5.Position            = 1;
     c1GaugeSingleLabel5.ViewTag             = ((long)(677095575673368170));
     c1GaugeSingleMark1.Alignment            = C1.Win.C1Gauge.C1GaugeAlignment.Out;
     c1GaugeSingleMark1.Border.Color         = System.Drawing.Color.Black;
     c1GaugeSingleMark1.Gradient.Direction   = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialOuter;
     c1GaugeSingleMark1.Length               = 15;
     c1GaugeSingleMark1.Location             = 33;
     c1GaugeSingleMark1.PointerIndex         = 100;
     c1GaugeSingleMark1.Shape                = C1.Win.C1Gauge.C1GaugeMarkShape.Triangle;
     c1GaugeSingleMark1.ValueColors.AddRange(new C1.Win.C1Gauge.C1GaugeValueColor[] {
         new C1.Win.C1Gauge.C1GaugeValueColor(double.NaN, 0, System.Drawing.Color.CornflowerBlue, 1, ((long)(677658542811202374))),
         new C1.Win.C1Gauge.C1GaugeValueColor(50, -1, System.Drawing.Color.White, 1, ((long)(677940017979483988))),
         new C1.Win.C1Gauge.C1GaugeValueColor(double.NaN, 1, System.Drawing.Color.IndianRed, 1, ((long)(678221493208209058)))
     });
     c1GaugeSingleMark1.ViewTag = ((long)(677377064084777247));
     c1GaugeSingleMark1.Width   = 9;
     this.c1LinearGauge1.Decorators.AddRange(new C1.Win.C1Gauge.C1GaugeDecorator[] {
         c1GaugeMarks1,
         c1GaugeMarks2,
         c1GaugeLabels1,
         c1GaugeSingleLabel1,
         c1GaugeSingleLabel2,
         c1GaugeRange1,
         c1GaugeSingleLabel3,
         c1GaugeSingleLabel4,
         c1GaugeSingleLabel5,
         c1GaugeSingleMark1
     });
     c1GaugeRectangle1.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeRectangle1.CornerRadius       = 10;
     c1GaugeRectangle1.Filling.BrushType  = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeRectangle1.Filling.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     c1GaugeRectangle1.Filling.Color2     = System.Drawing.Color.White;
     c1GaugeRectangle1.Gradient.Direction = C1.Win.C1Gauge.C1GaugeGradientDirection.Vertical;
     c1GaugeRectangle1.Gradient.Falloff   = C1.Win.C1Gauge.C1GaugeGradientFalloff.SigmaBell;
     c1GaugeRectangle1.Height             = -1.1;
     c1GaugeRectangle1.Width = -1.1;
     this.c1LinearGauge1.FaceShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
         c1GaugeRectangle1
     });
     c1GaugePointer1.Filling.Color = System.Drawing.Color.CornflowerBlue;
     c1GaugePointer1.FlipShape     = true;
     c1GaugePointer1.Length        = 15;
     c1GaugePointer1.Name          = "min";
     c1GaugePointer1.Offset        = 70;
     c1GaugePointer1.Shape         = C1.Win.C1Gauge.C1GaugePointerShape.Triangle;
     c1GaugePointer1.SweepTime     = 6;
     c1GaugePointer1.Value         = 40;
     c1GaugePointer1.ViewTag       = ((long)(640222285677810199));
     c1GaugePointer2.Filling.Color = System.Drawing.Color.IndianRed;
     c1GaugePointer2.FlipShape     = true;
     c1GaugePointer2.Length        = 15;
     c1GaugePointer2.Name          = "max";
     c1GaugePointer2.Offset        = 70;
     c1GaugePointer2.Shape         = C1.Win.C1Gauge.C1GaugePointerShape.Triangle;
     c1GaugePointer2.SweepTime     = 6;
     c1GaugePointer2.Value         = 60;
     c1GaugePointer2.ViewTag       = ((long)(640503760658591088));
     this.c1LinearGauge1.MorePointers.AddRange(new C1.Win.C1Gauge.C1GaugePointer[] {
         c1GaugePointer1,
         c1GaugePointer2
     });
     this.c1LinearGauge1.Name = "c1LinearGauge1";
     this.c1LinearGauge1.Pointer.Alignment         = C1.Win.C1Gauge.C1GaugeAlignment.In;
     this.c1LinearGauge1.Pointer.Border.Color      = System.Drawing.Color.Black;
     this.c1LinearGauge1.Pointer.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.None;
     this.c1LinearGauge1.Pointer.Length            = 15;
     this.c1LinearGauge1.Pointer.Offset            = 33;
     this.c1LinearGauge1.Pointer.Shape             = C1.Win.C1Gauge.C1GaugePointerShape.Rectangle;
     this.c1LinearGauge1.Pointer.SweepTime         = 6;
     this.c1LinearGauge1.Pointer.Value             = 50;
     this.c1LinearGauge1.Pointer.Width             = 0.01;
     this.c1LinearGauge1.Viewport.AspectRatio      = 1.6;
     this.c1LinearGauge1.ViewTag = ((long)(636844576723984213));
     //
     // button1
     //
     this.button1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Location = new System.Drawing.Point(221, 340);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(153, 23);
     this.button1.TabIndex = 1;
     this.button1.Text     = "Start Thread 1 (value)";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.Location = new System.Drawing.Point(221, 369);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(153, 23);
     this.button2.TabIndex = 2;
     this.button2.Text     = "Start Thread 2 (min)";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button3.Location = new System.Drawing.Point(221, 398);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(153, 23);
     this.button3.TabIndex = 3;
     this.button3.Text     = "Start Thread 3 (max)";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // PageCase12
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Name = "PageCase12";
     this.gaugePanel.ResumeLayout(false);
     this.gridPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).EndInit();
     this.ResumeLayout(false);
 }
Example #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Win.C1Gauge.C1GaugeMarks     c1GaugeMarks1     = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks     c1GaugeMarks2     = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeLabels    c1GaugeLabels1    = new C1.Win.C1Gauge.C1GaugeLabels();
     C1.Win.C1Gauge.C1GaugeRectangle c1GaugeRectangle1 = new C1.Win.C1Gauge.C1GaugeRectangle();
     C1.Win.C1Gauge.C1GaugeEllipse   c1GaugeEllipse1   = new C1.Win.C1Gauge.C1GaugeEllipse();
     C1.Win.C1Gauge.C1GaugePointer   c1GaugePointer1   = new C1.Win.C1Gauge.C1GaugePointer();
     C1.Win.C1Gauge.C1GaugePointer   c1GaugePointer2   = new C1.Win.C1Gauge.C1GaugePointer();
     C1.Win.C1Gauge.C1GaugePointer   c1GaugePointer3   = new C1.Win.C1Gauge.C1GaugePointer();
     this.c1Gauge1       = new C1.Win.C1Gauge.C1Gauge();
     this.c1RadialGauge1 = new C1.Win.C1Gauge.C1RadialGauge();
     this.romanCheckBox  = new System.Windows.Forms.CheckBox();
     this.gaugePanel.SuspendLayout();
     this.gridPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).BeginInit();
     this.SuspendLayout();
     //
     // gaugePanel
     //
     this.gaugePanel.Controls.Add(this.romanCheckBox);
     this.gaugePanel.Controls.Add(this.c1Gauge1);
     //
     // gaugeGrid
     //
     this.gaugeGrid.SelectedObject = this.c1RadialGauge1;
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 50;
     //
     // c1Gauge1
     //
     this.c1Gauge1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.c1Gauge1.Gauges.AddRange(new C1.Win.C1Gauge.C1GaugeBase[] {
         this.c1RadialGauge1
     });
     this.c1Gauge1.Location = new System.Drawing.Point(16, 21);
     this.c1Gauge1.Name     = "c1Gauge1";
     this.c1Gauge1.Size     = new System.Drawing.Size(359, 396);
     this.c1Gauge1.TabIndex = 2;
     this.c1Gauge1.ViewTag  = ((long)(637653616036399049));
     //
     // c1RadialGauge1
     //
     this.c1RadialGauge1.Cap.Border.Color      = System.Drawing.Color.DarkSeaGreen;
     this.c1RadialGauge1.Cap.Border.Thickness  = 1.5;
     this.c1RadialGauge1.Cap.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     this.c1RadialGauge1.Cap.Filling.Color     = System.Drawing.Color.MistyRose;
     this.c1RadialGauge1.Cap.Filling.Color2    = System.Drawing.Color.DimGray;
     this.c1RadialGauge1.Cap.Radius            = 5;
     this.c1RadialGauge1.Cap.Shadow.Visible    = true;
     c1GaugeMarks1.Border.LineStyle            = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks1.CustomShape.EndRadius       = 2.5;
     c1GaugeMarks1.CustomShape.StartRadius     = 1.5;
     c1GaugeMarks1.CustomShape.StartWidth      = 3;
     c1GaugeMarks1.Filling.BrushType           = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeMarks1.Filling.Color      = System.Drawing.Color.MistyRose;
     c1GaugeMarks1.Filling.Color2     = System.Drawing.Color.DimGray;
     c1GaugeMarks1.Filling.SwapColors = true;
     c1GaugeMarks1.From             = 0.5;
     c1GaugeMarks1.Interval         = 5;
     c1GaugeMarks1.Length           = 12;
     c1GaugeMarks1.Location         = 86;
     c1GaugeMarks1.ScaleFrom        = 0;
     c1GaugeMarks1.Shadow.OffsetX   = 0.5;
     c1GaugeMarks1.Shadow.OffsetY   = 0.5;
     c1GaugeMarks1.Shadow.Visible   = true;
     c1GaugeMarks1.Shape            = C1.Win.C1Gauge.C1GaugeMarkShape.Custom;
     c1GaugeMarks1.ViewTag          = ((long)(634302468273582893));
     c1GaugeMarks2.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks2.Filling.Color    = System.Drawing.Color.Gray;
     c1GaugeMarks2.From             = 0.5;
     c1GaugeMarks2.Interval         = 1;
     c1GaugeMarks2.Length           = 3;
     c1GaugeMarks2.Location         = 90;
     c1GaugeMarks2.ScaleFrom        = 0;
     c1GaugeMarks2.Shadow.OffsetX   = 0.5;
     c1GaugeMarks2.Shadow.OffsetY   = 0.5;
     c1GaugeMarks2.Shadow.Visible   = true;
     c1GaugeMarks2.Shape            = C1.Win.C1Gauge.C1GaugeMarkShape.Round;
     c1GaugeMarks2.ViewTag          = ((long)(634583943250743575));
     c1GaugeMarks2.Width            = 3;
     c1GaugeLabels1.Color           = System.Drawing.Color.Gainsboro;
     c1GaugeLabels1.Font            = new System.Drawing.Font("Trebuchet MS", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
     c1GaugeLabels1.FontSize        = 17;
     c1GaugeLabels1.From            = 0.5;
     c1GaugeLabels1.Interval        = 5;
     c1GaugeLabels1.Location        = 68;
     c1GaugeLabels1.Name            = "nums";
     c1GaugeLabels1.ScaleFrom       = 0;
     c1GaugeLabels1.Shadow.OffsetX  = 0.5;
     c1GaugeLabels1.Shadow.OffsetY  = 0.5;
     c1GaugeLabels1.Shadow.Visible  = true;
     c1GaugeLabels1.ValueFactor     = 0.2;
     c1GaugeLabels1.ViewTag         = ((long)(634865418227634241));
     this.c1RadialGauge1.Decorators.AddRange(new C1.Win.C1Gauge.C1GaugeDecorator[] {
         c1GaugeMarks1,
         c1GaugeMarks2,
         c1GaugeLabels1
     });
     c1GaugeRectangle1.Border.Color        = System.Drawing.Color.DarkSeaGreen;
     c1GaugeRectangle1.Border.Thickness    = 4;
     c1GaugeRectangle1.CornerRadius        = 30;
     c1GaugeRectangle1.Filling.Color       = System.Drawing.Color.DarkSlateGray;
     c1GaugeRectangle1.Filling.Color2      = System.Drawing.Color.White;
     c1GaugeRectangle1.Gradient.Direction  = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialOuter;
     c1GaugeRectangle1.HitTestable         = false;
     c1GaugeEllipse1.Border.Color          = System.Drawing.Color.DarkSeaGreen;
     c1GaugeEllipse1.Border.LineStyle      = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeEllipse1.Border.Thickness      = 2;
     c1GaugeEllipse1.Filling.BrushType     = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeEllipse1.Filling.Color         = System.Drawing.Color.SlateGray;
     c1GaugeEllipse1.Filling.Color2        = System.Drawing.Color.DarkSlateGray;
     c1GaugeEllipse1.Gradient.CenterPointX = 0.6;
     c1GaugeEllipse1.Gradient.CenterPointY = 0.65;
     c1GaugeEllipse1.Gradient.Direction    = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialInner;
     c1GaugeEllipse1.Gradient.FocusScaleX  = 0.1;
     c1GaugeEllipse1.Gradient.FocusScaleY  = 0.1;
     c1GaugeEllipse1.Height      = -0.97;
     c1GaugeEllipse1.HitTestable = false;
     c1GaugeEllipse1.Width       = -0.97;
     this.c1RadialGauge1.FaceShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
         c1GaugeRectangle1,
         c1GaugeEllipse1
     });
     this.c1RadialGauge1.Maximum             = 60;
     c1GaugePointer1.Border.Color            = System.Drawing.Color.DimGray;
     c1GaugePointer1.CustomShape.EndRadius   = 1.928571428571;
     c1GaugePointer1.CustomShape.EndWidth    = 3.857142857144;
     c1GaugePointer1.CustomShape.StartRadius = 2.571428571429;
     c1GaugePointer1.CustomShape.StartWidth  = 9;
     c1GaugePointer1.Filling.BrushType       = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugePointer1.Filling.Color           = System.Drawing.Color.MistyRose;
     c1GaugePointer1.Filling.Color2          = System.Drawing.Color.DimGray;
     c1GaugePointer1.Length                  = 63;
     c1GaugePointer1.Name                    = "hours";
     c1GaugePointer1.Offset                  = -15;
     c1GaugePointer1.Shadow.Visible          = true;
     c1GaugePointer1.Shape                   = C1.Win.C1Gauge.C1GaugePointerShape.Custom;
     c1GaugePointer1.Value                   = 0.42;
     c1GaugePointer1.ValueFactor             = 5;
     c1GaugePointer1.ViewTag                 = ((long)(635146893204754921));
     c1GaugePointer2.Border.Color            = System.Drawing.Color.DimGray;
     c1GaugePointer2.CustomShape.EndRadius   = 1.928571428571;
     c1GaugePointer2.CustomShape.EndWidth    = 3.857142857144;
     c1GaugePointer2.CustomShape.StartRadius = 2.571428571429;
     c1GaugePointer2.CustomShape.StartWidth  = 9;
     c1GaugePointer2.Filling.BrushType       = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugePointer2.Filling.Color           = System.Drawing.Color.MistyRose;
     c1GaugePointer2.Filling.Color2          = System.Drawing.Color.DimGray;
     c1GaugePointer2.Length                  = 94;
     c1GaugePointer2.Name                    = "minutes";
     c1GaugePointer2.Offset                  = -15;
     c1GaugePointer2.Shadow.Visible          = true;
     c1GaugePointer2.Shape                   = C1.Win.C1Gauge.C1GaugePointerShape.Custom;
     c1GaugePointer2.Value                   = 22.3;
     c1GaugePointer2.ViewTag                 = ((long)(635428368181515579));
     c1GaugePointer3.Border.LineStyle        = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugePointer3.Filling.Color           = System.Drawing.Color.DarkSeaGreen;
     c1GaugePointer3.Length                  = 115;
     c1GaugePointer3.Name                    = "seconds";
     c1GaugePointer3.Offset                  = -25;
     c1GaugePointer3.Shadow.Visible          = true;
     c1GaugePointer3.Shape                   = C1.Win.C1Gauge.C1GaugePointerShape.Round;
     c1GaugePointer3.Value                   = 17;
     c1GaugePointer3.ViewTag                 = ((long)(635709843158236236));
     c1GaugePointer3.Width                   = 2;
     this.c1RadialGauge1.MorePointers.AddRange(new C1.Win.C1Gauge.C1GaugePointer[] {
         c1GaugePointer1,
         c1GaugePointer2,
         c1GaugePointer3
     });
     this.c1RadialGauge1.Name            = "c1RadialGauge1";
     this.c1RadialGauge1.Pointer.Visible = false;
     this.c1RadialGauge1.Radius          = 0.49;
     this.c1RadialGauge1.StartAngle      = 0;
     this.c1RadialGauge1.SweepAngle      = 360;
     this.c1RadialGauge1.ViewTag         = ((long)(636272793112967623));
     this.c1RadialGauge1.FormatLabel    += new C1.Win.C1Gauge.FormatLabelEventHandler(this.c1RadialGauge1_FormatLabel);
     //
     // romanCheckBox
     //
     this.romanCheckBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.romanCheckBox.AutoSize = true;
     this.romanCheckBox.Location = new System.Drawing.Point(326, 12);
     this.romanCheckBox.Name     = "romanCheckBox";
     this.romanCheckBox.Size     = new System.Drawing.Size(59, 17);
     this.romanCheckBox.TabIndex = 3;
     this.romanCheckBox.Text     = "Roman";
     this.romanCheckBox.UseVisualStyleBackColor = true;
     this.romanCheckBox.Click += new System.EventHandler(this.romanCheckBox_Click);
     //
     // PageClock
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Name = "PageClock";
     this.gaugePanel.ResumeLayout(false);
     this.gaugePanel.PerformLayout();
     this.gridPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).EndInit();
     this.ResumeLayout(false);
 }
Example #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.Win.C1Gauge.C1GaugeMarks     c1GaugeMarks1     = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks     c1GaugeMarks2     = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks     c1GaugeMarks3     = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks     c1GaugeMarks4     = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks     c1GaugeMarks5     = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks     c1GaugeMarks6     = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks     c1GaugeMarks7     = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks     c1GaugeMarks8     = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks     c1GaugeMarks9     = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks     c1GaugeMarks10    = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeRectangle c1GaugeRectangle1 = new C1.Win.C1Gauge.C1GaugeRectangle();
     C1.Win.C1Gauge.C1GaugeCaption   c1GaugeCaption1   = new C1.Win.C1Gauge.C1GaugeCaption();
     C1.Win.C1Gauge.C1GaugeCaption   c1GaugeCaption2   = new C1.Win.C1Gauge.C1GaugeCaption();
     C1.Win.C1Gauge.C1GaugeCaption   c1GaugeCaption3   = new C1.Win.C1Gauge.C1GaugeCaption();
     C1.Win.C1Gauge.C1GaugeCaption   c1GaugeCaption4   = new C1.Win.C1Gauge.C1GaugeCaption();
     C1.Win.C1Gauge.C1GaugeCaption   c1GaugeCaption5   = new C1.Win.C1Gauge.C1GaugeCaption();
     C1.Win.C1Gauge.C1GaugeCaption   c1GaugeCaption6   = new C1.Win.C1Gauge.C1GaugeCaption();
     C1.Win.C1Gauge.C1GaugeCaption   c1GaugeCaption7   = new C1.Win.C1Gauge.C1GaugeCaption();
     C1.Win.C1Gauge.C1GaugeCaption   c1GaugeCaption8   = new C1.Win.C1Gauge.C1GaugeCaption();
     C1.Win.C1Gauge.C1GaugeCaption   c1GaugeCaption9   = new C1.Win.C1Gauge.C1GaugeCaption();
     C1.Win.C1Gauge.C1GaugeCaption   c1GaugeCaption10  = new C1.Win.C1Gauge.C1GaugeCaption();
     C1.Win.C1Gauge.C1GaugePointer   c1GaugePointer1   = new C1.Win.C1Gauge.C1GaugePointer();
     C1.Win.C1Gauge.C1GaugePointer   c1GaugePointer2   = new C1.Win.C1Gauge.C1GaugePointer();
     C1.Win.C1Gauge.C1GaugePointer   c1GaugePointer3   = new C1.Win.C1Gauge.C1GaugePointer();
     C1.Win.C1Gauge.C1GaugePointer   c1GaugePointer4   = new C1.Win.C1Gauge.C1GaugePointer();
     C1.Win.C1Gauge.C1GaugePointer   c1GaugePointer5   = new C1.Win.C1Gauge.C1GaugePointer();
     C1.Win.C1Gauge.C1GaugePointer   c1GaugePointer6   = new C1.Win.C1Gauge.C1GaugePointer();
     C1.Win.C1Gauge.C1GaugePointer   c1GaugePointer7   = new C1.Win.C1Gauge.C1GaugePointer();
     C1.Win.C1Gauge.C1GaugePointer   c1GaugePointer8   = new C1.Win.C1Gauge.C1GaugePointer();
     C1.Win.C1Gauge.C1GaugePointer   c1GaugePointer9   = new C1.Win.C1Gauge.C1GaugePointer();
     C1.Win.C1Gauge.C1GaugePointer   c1GaugePointer10  = new C1.Win.C1Gauge.C1GaugePointer();
     this.c1Gauge1       = new C1.Win.C1Gauge.C1Gauge();
     this.c1LinearGauge1 = new C1.Win.C1Gauge.C1LinearGauge();
     this.gaugePanel.SuspendLayout();
     this.gridPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).BeginInit();
     this.SuspendLayout();
     //
     // gaugePanel
     //
     this.gaugePanel.Controls.Add(this.c1Gauge1);
     //
     // gaugeGrid
     //
     this.gaugeGrid.SelectedObject = this.c1LinearGauge1;
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 300;
     //
     // c1Gauge1
     //
     this.c1Gauge1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.c1Gauge1.Gauges.AddRange(new C1.Win.C1Gauge.C1GaugeBase[] {
         this.c1LinearGauge1
     });
     this.c1Gauge1.Location = new System.Drawing.Point(15, 15);
     this.c1Gauge1.Name     = "c1Gauge1";
     this.c1Gauge1.Size     = new System.Drawing.Size(359, 406);
     this.c1Gauge1.TabIndex = 0;
     this.c1Gauge1.ViewTag  = ((long)(634306981512399298));
     //
     // c1LinearGauge1
     //
     this.c1LinearGauge1.AxisStart     = 0.025;
     this.c1LinearGauge1.BaseFactor    = 0.95;
     this.c1LinearGauge1.BaseOrigin    = 0.025;
     c1GaugeMarks1.Border.LineStyle    = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks1.From                = 0.001;
     c1GaugeMarks1.IntervalWidth       = 3;
     c1GaugeMarks1.Length              = 7;
     c1GaugeMarks1.Location            = 5;
     c1GaugeMarks1.OrthogonalAlignment = C1.Win.C1Gauge.C1GaugeAlignment.In;
     c1GaugeMarks1.ScaleFrom           = 0;
     c1GaugeMarks1.Shape               = C1.Win.C1Gauge.C1GaugeMarkShape.Round;
     c1GaugeMarks1.ValueColorFalloff   = C1.Win.C1Gauge.C1GaugeValueColorFalloff.None;
     c1GaugeMarks1.ValueColors.AddRange(new C1.Win.C1Gauge.C1GaugeValueColor[] {
         new C1.Win.C1Gauge.C1GaugeValueColor(0, -1, System.Drawing.Color.Khaki, 1, ((long)(635432888687017615))),
         new C1.Win.C1Gauge.C1GaugeValueColor(double.NaN, 0, System.Drawing.Color.DimGray, 0.5, ((long)(641906831190384476)))
     });
     c1GaugeMarks1.ViewTag             = ((long)(635151407842501340));
     c1GaugeMarks1.Width               = 2;
     c1GaugeMarks2.Border.LineStyle    = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks2.From                = 0.001;
     c1GaugeMarks2.IntervalWidth       = 3;
     c1GaugeMarks2.Length              = 7;
     c1GaugeMarks2.Location            = 15;
     c1GaugeMarks2.OrthogonalAlignment = C1.Win.C1Gauge.C1GaugeAlignment.In;
     c1GaugeMarks2.ScaleFrom           = 0;
     c1GaugeMarks2.Shape               = C1.Win.C1Gauge.C1GaugeMarkShape.Round;
     c1GaugeMarks2.ValueColorFalloff   = C1.Win.C1Gauge.C1GaugeValueColorFalloff.None;
     c1GaugeMarks2.ValueColors.AddRange(new C1.Win.C1Gauge.C1GaugeValueColor[] {
         new C1.Win.C1Gauge.C1GaugeValueColor(0, -1, System.Drawing.Color.DeepSkyBlue, 1, ((long)(635432888687017615))),
         new C1.Win.C1Gauge.C1GaugeValueColor(double.NaN, 1, System.Drawing.Color.DimGray, 0.5, ((long)(641906831190384476)))
     });
     c1GaugeMarks2.ViewTag             = ((long)(635151407842501341));
     c1GaugeMarks2.Width               = 2;
     c1GaugeMarks3.Border.LineStyle    = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks3.From                = 0.001;
     c1GaugeMarks3.IntervalWidth       = 3;
     c1GaugeMarks3.Length              = 7;
     c1GaugeMarks3.Location            = 25;
     c1GaugeMarks3.OrthogonalAlignment = C1.Win.C1Gauge.C1GaugeAlignment.In;
     c1GaugeMarks3.ScaleFrom           = 0;
     c1GaugeMarks3.Shape               = C1.Win.C1Gauge.C1GaugeMarkShape.Round;
     c1GaugeMarks3.ValueColorFalloff   = C1.Win.C1Gauge.C1GaugeValueColorFalloff.None;
     c1GaugeMarks3.ValueColors.AddRange(new C1.Win.C1Gauge.C1GaugeValueColor[] {
         new C1.Win.C1Gauge.C1GaugeValueColor(0, -1, System.Drawing.Color.SpringGreen, 1, ((long)(635432888687017615))),
         new C1.Win.C1Gauge.C1GaugeValueColor(double.NaN, 2, System.Drawing.Color.DimGray, 0.5, ((long)(641906831190384476)))
     });
     c1GaugeMarks3.ViewTag             = ((long)(635151407842501342));
     c1GaugeMarks3.Width               = 2;
     c1GaugeMarks4.Border.LineStyle    = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks4.From                = 0.001;
     c1GaugeMarks4.IntervalWidth       = 3;
     c1GaugeMarks4.Length              = 7;
     c1GaugeMarks4.Location            = 35;
     c1GaugeMarks4.OrthogonalAlignment = C1.Win.C1Gauge.C1GaugeAlignment.In;
     c1GaugeMarks4.ScaleFrom           = 0;
     c1GaugeMarks4.Shape               = C1.Win.C1Gauge.C1GaugeMarkShape.Round;
     c1GaugeMarks4.ValueColorFalloff   = C1.Win.C1Gauge.C1GaugeValueColorFalloff.None;
     c1GaugeMarks4.ValueColors.AddRange(new C1.Win.C1Gauge.C1GaugeValueColor[] {
         new C1.Win.C1Gauge.C1GaugeValueColor(0, -1, System.Drawing.Color.LightSteelBlue, 1, ((long)(635432888687017615))),
         new C1.Win.C1Gauge.C1GaugeValueColor(double.NaN, 3, System.Drawing.Color.DimGray, 0.5, ((long)(641906831190384476)))
     });
     c1GaugeMarks4.ViewTag             = ((long)(635151407842501343));
     c1GaugeMarks4.Width               = 2;
     c1GaugeMarks5.Border.LineStyle    = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks5.From                = 0.001;
     c1GaugeMarks5.IntervalWidth       = 3;
     c1GaugeMarks5.Length              = 7;
     c1GaugeMarks5.Location            = 45;
     c1GaugeMarks5.OrthogonalAlignment = C1.Win.C1Gauge.C1GaugeAlignment.In;
     c1GaugeMarks5.ScaleFrom           = 0;
     c1GaugeMarks5.Shape               = C1.Win.C1Gauge.C1GaugeMarkShape.Round;
     c1GaugeMarks5.ValueColorFalloff   = C1.Win.C1Gauge.C1GaugeValueColorFalloff.None;
     c1GaugeMarks5.ValueColors.AddRange(new C1.Win.C1Gauge.C1GaugeValueColor[] {
         new C1.Win.C1Gauge.C1GaugeValueColor(0, -1, System.Drawing.Color.Pink, 1, ((long)(635432888687017615))),
         new C1.Win.C1Gauge.C1GaugeValueColor(double.NaN, 4, System.Drawing.Color.DimGray, 0.5, ((long)(641906831190384476)))
     });
     c1GaugeMarks5.ViewTag             = ((long)(635151407842501344));
     c1GaugeMarks5.Width               = 2;
     c1GaugeMarks6.Border.LineStyle    = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks6.From                = 0.001;
     c1GaugeMarks6.IntervalWidth       = 3;
     c1GaugeMarks6.Length              = 7;
     c1GaugeMarks6.Location            = 55;
     c1GaugeMarks6.OrthogonalAlignment = C1.Win.C1Gauge.C1GaugeAlignment.In;
     c1GaugeMarks6.ScaleFrom           = 0;
     c1GaugeMarks6.Shape               = C1.Win.C1Gauge.C1GaugeMarkShape.Round;
     c1GaugeMarks6.ValueColorFalloff   = C1.Win.C1Gauge.C1GaugeValueColorFalloff.None;
     c1GaugeMarks6.ValueColors.AddRange(new C1.Win.C1Gauge.C1GaugeValueColor[] {
         new C1.Win.C1Gauge.C1GaugeValueColor(0, -1, System.Drawing.Color.PaleGreen, 1, ((long)(635432888687017615))),
         new C1.Win.C1Gauge.C1GaugeValueColor(double.NaN, 5, System.Drawing.Color.DimGray, 0.5, ((long)(641906831190384476)))
     });
     c1GaugeMarks6.ViewTag             = ((long)(635151407842501345));
     c1GaugeMarks6.Width               = 2;
     c1GaugeMarks7.Border.LineStyle    = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks7.From                = 0.001;
     c1GaugeMarks7.IntervalWidth       = 3;
     c1GaugeMarks7.Length              = 7;
     c1GaugeMarks7.Location            = 65;
     c1GaugeMarks7.OrthogonalAlignment = C1.Win.C1Gauge.C1GaugeAlignment.In;
     c1GaugeMarks7.ScaleFrom           = 0;
     c1GaugeMarks7.Shape               = C1.Win.C1Gauge.C1GaugeMarkShape.Round;
     c1GaugeMarks7.ValueColorFalloff   = C1.Win.C1Gauge.C1GaugeValueColorFalloff.None;
     c1GaugeMarks7.ValueColors.AddRange(new C1.Win.C1Gauge.C1GaugeValueColor[] {
         new C1.Win.C1Gauge.C1GaugeValueColor(0, -1, System.Drawing.Color.Cyan, 1, ((long)(635432888687017615))),
         new C1.Win.C1Gauge.C1GaugeValueColor(double.NaN, 6, System.Drawing.Color.DimGray, 0.5, ((long)(641906831190384476)))
     });
     c1GaugeMarks7.ViewTag             = ((long)(635151407842501346));
     c1GaugeMarks7.Width               = 2;
     c1GaugeMarks8.Border.LineStyle    = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks8.From                = 0.001;
     c1GaugeMarks8.IntervalWidth       = 3;
     c1GaugeMarks8.Length              = 7;
     c1GaugeMarks8.Location            = 75;
     c1GaugeMarks8.OrthogonalAlignment = C1.Win.C1Gauge.C1GaugeAlignment.In;
     c1GaugeMarks8.ScaleFrom           = 0;
     c1GaugeMarks8.Shape               = C1.Win.C1Gauge.C1GaugeMarkShape.Round;
     c1GaugeMarks8.ValueColorFalloff   = C1.Win.C1Gauge.C1GaugeValueColorFalloff.None;
     c1GaugeMarks8.ValueColors.AddRange(new C1.Win.C1Gauge.C1GaugeValueColor[] {
         new C1.Win.C1Gauge.C1GaugeValueColor(0, -1, System.Drawing.Color.Gold, 1, ((long)(635432888687017615))),
         new C1.Win.C1Gauge.C1GaugeValueColor(double.NaN, 7, System.Drawing.Color.DimGray, 0.5, ((long)(641906831190384476)))
     });
     c1GaugeMarks8.ViewTag             = ((long)(635151407842501347));
     c1GaugeMarks8.Width               = 2;
     c1GaugeMarks9.Border.LineStyle    = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks9.From                = 0.001;
     c1GaugeMarks9.IntervalWidth       = 3;
     c1GaugeMarks9.Length              = 7;
     c1GaugeMarks9.OrthogonalAlignment = C1.Win.C1Gauge.C1GaugeAlignment.In;
     c1GaugeMarks9.ScaleFrom           = 0;
     c1GaugeMarks9.Shape               = C1.Win.C1Gauge.C1GaugeMarkShape.Round;
     c1GaugeMarks9.ValueColorFalloff   = C1.Win.C1Gauge.C1GaugeValueColorFalloff.None;
     c1GaugeMarks9.ValueColors.AddRange(new C1.Win.C1Gauge.C1GaugeValueColor[] {
         new C1.Win.C1Gauge.C1GaugeValueColor(0, -1, System.Drawing.Color.LightCoral, 1, ((long)(635432888687017615))),
         new C1.Win.C1Gauge.C1GaugeValueColor(double.NaN, 8, System.Drawing.Color.DimGray, 0.5, ((long)(641906831190384476)))
     });
     c1GaugeMarks9.ViewTag              = ((long)(635151407842501348));
     c1GaugeMarks9.Width                = 2;
     c1GaugeMarks10.Border.LineStyle    = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks10.From                = 0.001;
     c1GaugeMarks10.IntervalWidth       = 3;
     c1GaugeMarks10.Length              = 7;
     c1GaugeMarks10.Location            = 95;
     c1GaugeMarks10.OrthogonalAlignment = C1.Win.C1Gauge.C1GaugeAlignment.In;
     c1GaugeMarks10.ScaleFrom           = 0;
     c1GaugeMarks10.Shape               = C1.Win.C1Gauge.C1GaugeMarkShape.Round;
     c1GaugeMarks10.ValueColorFalloff   = C1.Win.C1Gauge.C1GaugeValueColorFalloff.None;
     c1GaugeMarks10.ValueColors.AddRange(new C1.Win.C1Gauge.C1GaugeValueColor[] {
         new C1.Win.C1Gauge.C1GaugeValueColor(0, -1, System.Drawing.Color.OldLace, 1, ((long)(635432888687017615))),
         new C1.Win.C1Gauge.C1GaugeValueColor(double.NaN, 9, System.Drawing.Color.DimGray, 0.5, ((long)(641906831190384476)))
     });
     c1GaugeMarks10.ViewTag = ((long)(635151407842501349));
     c1GaugeMarks10.Width   = 2;
     this.c1LinearGauge1.Decorators.AddRange(new C1.Win.C1Gauge.C1GaugeDecorator[] {
         c1GaugeMarks1,
         c1GaugeMarks2,
         c1GaugeMarks3,
         c1GaugeMarks4,
         c1GaugeMarks5,
         c1GaugeMarks6,
         c1GaugeMarks7,
         c1GaugeMarks8,
         c1GaugeMarks9,
         c1GaugeMarks10
     });
     c1GaugeRectangle1.Border.LineStyle    = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeRectangle1.Filling.Color       = System.Drawing.Color.Black;
     c1GaugeRectangle1.Viewport.ScaleY     = 1.07;
     c1GaugeRectangle1.Viewport.TranslateY = -0.01;
     c1GaugeCaption1.CenterPointX          = 0.055;
     c1GaugeCaption1.CenterPointY          = 1.03;
     c1GaugeCaption1.Color         = System.Drawing.Color.White;
     c1GaugeCaption1.FontSize      = 4;
     c1GaugeCaption1.Text          = "31Hz";
     c1GaugeCaption2.CenterPointX  = 0.15;
     c1GaugeCaption2.CenterPointY  = 1.03;
     c1GaugeCaption2.Color         = System.Drawing.Color.White;
     c1GaugeCaption2.FontSize      = 4;
     c1GaugeCaption2.Text          = "62";
     c1GaugeCaption3.CenterPointX  = 0.25;
     c1GaugeCaption3.CenterPointY  = 1.03;
     c1GaugeCaption3.Color         = System.Drawing.Color.White;
     c1GaugeCaption3.FontSize      = 4;
     c1GaugeCaption3.Text          = "125";
     c1GaugeCaption4.CenterPointX  = 0.35;
     c1GaugeCaption4.CenterPointY  = 1.03;
     c1GaugeCaption4.Color         = System.Drawing.Color.White;
     c1GaugeCaption4.FontSize      = 4;
     c1GaugeCaption4.Text          = "250";
     c1GaugeCaption5.CenterPointX  = 0.45;
     c1GaugeCaption5.CenterPointY  = 1.03;
     c1GaugeCaption5.Color         = System.Drawing.Color.White;
     c1GaugeCaption5.FontSize      = 4;
     c1GaugeCaption5.Text          = "500";
     c1GaugeCaption6.CenterPointX  = 0.55;
     c1GaugeCaption6.CenterPointY  = 1.03;
     c1GaugeCaption6.Color         = System.Drawing.Color.White;
     c1GaugeCaption6.FontSize      = 4;
     c1GaugeCaption6.Text          = "1KHz";
     c1GaugeCaption7.CenterPointX  = 0.65;
     c1GaugeCaption7.CenterPointY  = 1.03;
     c1GaugeCaption7.Color         = System.Drawing.Color.White;
     c1GaugeCaption7.FontSize      = 4;
     c1GaugeCaption7.Text          = "2";
     c1GaugeCaption8.CenterPointX  = 0.75;
     c1GaugeCaption8.CenterPointY  = 1.03;
     c1GaugeCaption8.Color         = System.Drawing.Color.White;
     c1GaugeCaption8.FontSize      = 4;
     c1GaugeCaption8.Text          = "4";
     c1GaugeCaption9.CenterPointX  = 0.85;
     c1GaugeCaption9.CenterPointY  = 1.03;
     c1GaugeCaption9.Color         = System.Drawing.Color.White;
     c1GaugeCaption9.FontSize      = 4;
     c1GaugeCaption9.Text          = "8";
     c1GaugeCaption10.CenterPointX = 0.94;
     c1GaugeCaption10.CenterPointY = 1.03;
     c1GaugeCaption10.Color        = System.Drawing.Color.White;
     c1GaugeCaption10.FontSize     = 4;
     c1GaugeCaption10.Text         = "16KHz";
     this.c1LinearGauge1.FaceShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
         c1GaugeRectangle1,
         c1GaugeCaption1,
         c1GaugeCaption2,
         c1GaugeCaption3,
         c1GaugeCaption4,
         c1GaugeCaption5,
         c1GaugeCaption6,
         c1GaugeCaption7,
         c1GaugeCaption8,
         c1GaugeCaption9,
         c1GaugeCaption10
     });
     this.c1LinearGauge1.IsReversed = true;
     c1GaugePointer1.SweepTime      = 1;
     c1GaugePointer1.Value          = 9;
     c1GaugePointer1.ViewTag        = ((long)(639092078879292408));
     c1GaugePointer1.Visible        = false;
     c1GaugePointer2.SweepTime      = 1;
     c1GaugePointer2.Value          = 50;
     c1GaugePointer2.ViewTag        = ((long)(639373554037453443));
     c1GaugePointer2.Visible        = false;
     c1GaugePointer3.SweepTime      = 1;
     c1GaugePointer3.Value          = 68;
     c1GaugePointer3.ViewTag        = ((long)(639655029020324451));
     c1GaugePointer3.Visible        = false;
     c1GaugePointer4.SweepTime      = 1;
     c1GaugePointer4.Value          = 44;
     c1GaugePointer4.ViewTag        = ((long)(639936504002445416));
     c1GaugePointer4.Visible        = false;
     c1GaugePointer5.SweepTime      = 1;
     c1GaugePointer5.Value          = 89;
     c1GaugePointer5.ViewTag        = ((long)(640217978982406258));
     c1GaugePointer5.Visible        = false;
     c1GaugePointer6.SweepTime      = 1;
     c1GaugePointer6.Value          = 62;
     c1GaugePointer6.ViewTag        = ((long)(640499453962297096));
     c1GaugePointer6.Visible        = false;
     c1GaugePointer7.SweepTime      = 1;
     c1GaugePointer7.Value          = 27;
     c1GaugePointer7.ViewTag        = ((long)(640780928942047926));
     c1GaugePointer7.Visible        = false;
     c1GaugePointer8.SweepTime      = 1;
     c1GaugePointer8.Value          = 46;
     c1GaugePointer8.ViewTag        = ((long)(641062403921548742));
     c1GaugePointer8.Visible        = false;
     c1GaugePointer9.SweepTime      = 1;
     c1GaugePointer9.Value          = 75;
     c1GaugePointer9.ViewTag        = ((long)(641343878901929608));
     c1GaugePointer9.Visible        = false;
     c1GaugePointer10.SweepTime     = 1;
     c1GaugePointer10.Value         = 37;
     c1GaugePointer10.ViewTag       = ((long)(641625353888230812));
     c1GaugePointer10.Visible       = false;
     this.c1LinearGauge1.MorePointers.AddRange(new C1.Win.C1Gauge.C1GaugePointer[] {
         c1GaugePointer1,
         c1GaugePointer2,
         c1GaugePointer3,
         c1GaugePointer4,
         c1GaugePointer5,
         c1GaugePointer6,
         c1GaugePointer7,
         c1GaugePointer8,
         c1GaugePointer9,
         c1GaugePointer10
     });
     this.c1LinearGauge1.Name            = "c1LinearGauge1";
     this.c1LinearGauge1.Orientation     = C1.Win.C1Gauge.C1GaugeOrientation.Vertical;
     this.c1LinearGauge1.Pointer.Visible = false;
     this.c1LinearGauge1.ViewTag         = ((long)(634588456711232659));
     //
     // PageCase8
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Name = "PageCase8";
     this.gaugePanel.ResumeLayout(false);
     this.gridPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).EndInit();
     this.ResumeLayout(false);
 }