Exemplo n.º 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);
 }
Exemplo n.º 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);
 }
Exemplo n.º 3
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);
 }