Beispiel #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.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.C1GaugeSingleLabel c1GaugeSingleLabel3 = new C1.Win.C1Gauge.C1GaugeSingleLabel();
     C1.Win.C1Gauge.C1GaugeSegment     c1GaugeSegment1     = new C1.Win.C1Gauge.C1GaugeSegment();
     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(12, 12);
     this.c1Gauge1.Name     = "c1Gauge1";
     this.c1Gauge1.Size     = new System.Drawing.Size(367, 412);
     this.c1Gauge1.TabIndex = 0;
     this.c1Gauge1.ViewTag  = ((long)(637779738145036078));
     //
     // c1RadialGauge1
     //
     this.c1RadialGauge1.Cap.BehindPointers = true;
     this.c1RadialGauge1.Cap.Filling.Color  = System.Drawing.Color.Black;
     this.c1RadialGauge1.Cap.HitTestable    = false;
     this.c1RadialGauge1.Cap.Radius         = 15;
     c1GaugeRange1.Alignment        = C1.Win.C1Gauge.C1GaugeAlignment.In;
     c1GaugeRange1.AntiAliasing     = C1.Win.C1Gauge.C1GaugeRangeAntiAliasing.HighQuality;
     c1GaugeRange1.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeRange1.Location         = 85;
     c1GaugeRange1.ValueColors.AddRange(new C1.Win.C1Gauge.C1GaugeValueColor[] {
         new C1.Win.C1Gauge.C1GaugeValueColor(0, -1, System.Drawing.Color.Gold, 1, ((long)(636371842368652348))),
         new C1.Win.C1Gauge.C1GaugeValueColor(100, -1, System.Drawing.Color.Red, 1, ((long)(636653317568599396)))
     });
     c1GaugeRange1.ViewTag        = ((long)(636090364653824882));
     c1GaugeRange1.Width          = 0;
     c1GaugeRange1.Width2         = 21;
     c1GaugeSingleLabel1.Angle    = -72;
     c1GaugeSingleLabel1.Font     = new System.Drawing.Font("Segoe UI Symbol", 8.25F);
     c1GaugeSingleLabel1.FontSize = 14;
     c1GaugeSingleLabel1.Location = 80;
     c1GaugeSingleLabel1.Text     = "0";
     c1GaugeSingleLabel1.ViewTag  = ((long)(637216281821005865));
     c1GaugeSingleLabel2.Angle    = 88;
     c1GaugeSingleLabel2.Font     = new System.Drawing.Font("Segoe UI Symbol", 8.25F);
     c1GaugeSingleLabel2.FontSize = 20;
     c1GaugeSingleLabel2.Location = 76;
     c1GaugeSingleLabel2.Text     = "∞";
     c1GaugeSingleLabel2.ViewTag  = ((long)(637497758063980745));
     c1GaugeSingleLabel3.Angle    = 0;
     c1GaugeSingleLabel3.Font     = new System.Drawing.Font("Segoe UI Symbol", 8.25F);
     c1GaugeSingleLabel3.FontSize = 14;
     c1GaugeSingleLabel3.Location = 26;
     c1GaugeSingleLabel3.Text     = "Mb/s";
     c1GaugeSingleLabel3.ViewTag  = ((long)(637779236517313508));
     this.c1RadialGauge1.Decorators.AddRange(new C1.Win.C1Gauge.C1GaugeDecorator[] {
         c1GaugeRange1,
         c1GaugeSingleLabel1,
         c1GaugeSingleLabel2,
         c1GaugeSingleLabel3
     });
     c1GaugeSegment1.Border.Thickness   = 1.5;
     c1GaugeSegment1.CornerRadius       = 3;
     c1GaugeSegment1.Filling.BrushType  = C1.Win.C1Gauge.C1GaugeBrushType.Hatch;
     c1GaugeSegment1.Filling.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     c1GaugeSegment1.Filling.HatchStyle = C1.Win.C1Gauge.C1GaugeHatchStyle.SmallGrid;
     c1GaugeSegment1.InnerRadius        = 800;
     c1GaugeSegment1.StartAngle         = -105;
     c1GaugeSegment1.SweepAngle         = 210;
     this.c1RadialGauge1.FaceShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
         c1GaugeSegment1
     });
     this.c1RadialGauge1.Name = "c1RadialGauge1";
     this.c1RadialGauge1.Pointer.Border.Color           = System.Drawing.Color.DarkRed;
     this.c1RadialGauge1.Pointer.Border.Thickness       = 0.5;
     this.c1RadialGauge1.Pointer.CustomShape.EndRadius  = 0.5;
     this.c1RadialGauge1.Pointer.CustomShape.EndWidth   = 1;
     this.c1RadialGauge1.Pointer.CustomShape.StartAngle = 50;
     this.c1RadialGauge1.Pointer.CustomShape.StartWidth = 10;
     this.c1RadialGauge1.Pointer.Filling.BrushType      = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     this.c1RadialGauge1.Pointer.Filling.Color          = System.Drawing.Color.Pink;
     this.c1RadialGauge1.Pointer.Filling.Color2         = System.Drawing.Color.Red;
     this.c1RadialGauge1.Pointer.Gradient.Direction     = C1.Win.C1Gauge.C1GaugeGradientDirection.Horizontal;
     this.c1RadialGauge1.Pointer.Gradient.Falloff       = C1.Win.C1Gauge.C1GaugeGradientFalloff.SigmaBell;
     this.c1RadialGauge1.Pointer.Gradient.ScaleX        = 2;
     this.c1RadialGauge1.Pointer.HitTestable            = false;
     this.c1RadialGauge1.Pointer.Length         = 85;
     this.c1RadialGauge1.Pointer.Offset         = -2;
     this.c1RadialGauge1.Pointer.Shadow.Visible = true;
     this.c1RadialGauge1.Pointer.Shape          = C1.Win.C1Gauge.C1GaugePointerShape.Custom;
     this.c1RadialGauge1.Pointer.Value          = 70;
     this.c1RadialGauge1.PointerOriginY         = 0.786;
     this.c1RadialGauge1.Radius               = 0.77;
     this.c1RadialGauge1.StartAngle           = -60;
     this.c1RadialGauge1.SweepAngle           = 140;
     this.c1RadialGauge1.Viewport.AspectPinX  = 0.5;
     this.c1RadialGauge1.Viewport.AspectPinY  = 0.5;
     this.c1RadialGauge1.Viewport.AspectRatio = 1.58;
     this.c1RadialGauge1.ViewTag              = ((long)(637777636476463374));
     this.c1RadialGauge1.ItemMouseDown       += new C1.Win.C1Gauge.ItemMouseEventHandler(this.c1RadialGauge1_ItemMouseMove);
     this.c1RadialGauge1.ItemMouseMove       += new C1.Win.C1Gauge.ItemMouseEventHandler(this.c1RadialGauge1_ItemMouseMove);
     //
     // PageYandexGauge
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.Name = "PageYandexGauge";
     this.gaugePanel.ResumeLayout(false);
     this.gridPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            C1.Win.C1Gauge.C1GaugeSegment c1GaugeSegment2 = new C1.Win.C1Gauge.C1GaugeSegment();
            C1.Win.C1Gauge.C1GaugeLabels c1GaugeLabels4 = new C1.Win.C1Gauge.C1GaugeLabels();
            C1.Win.C1Gauge.C1GaugeMarks c1GaugeMarks6 = new C1.Win.C1Gauge.C1GaugeMarks();
            C1.Win.C1Gauge.C1GaugeMarks c1GaugeMarks7 = new C1.Win.C1Gauge.C1GaugeMarks();
            C1.Win.C1Gauge.C1GaugeLabels c1GaugeLabels5 = new C1.Win.C1Gauge.C1GaugeLabels();
            C1.Win.C1Gauge.C1GaugeMarks c1GaugeMarks8 = new C1.Win.C1Gauge.C1GaugeMarks();
            C1.Win.C1Gauge.C1GaugeEllipse c1GaugeEllipse4 = new C1.Win.C1Gauge.C1GaugeEllipse();
            C1.Win.C1Gauge.C1GaugeEllipse c1GaugeEllipse5 = new C1.Win.C1Gauge.C1GaugeEllipse();
            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.C1GaugeRange c1GaugeRange3 = new C1.Win.C1Gauge.C1GaugeRange();
            C1.Win.C1Gauge.C1GaugeMarks c1GaugeMarks9 = new C1.Win.C1Gauge.C1GaugeMarks();
            C1.Win.C1Gauge.C1GaugeMarks c1GaugeMarks10 = new C1.Win.C1Gauge.C1GaugeMarks();
            C1.Win.C1Gauge.C1GaugeLabels c1GaugeLabels6 = new C1.Win.C1Gauge.C1GaugeLabels();
            C1.Win.C1Gauge.C1GaugeSingleMark c1GaugeSingleMark2 = new C1.Win.C1Gauge.C1GaugeSingleMark();
            C1.Win.C1Gauge.C1GaugeRange c1GaugeRange4 = new C1.Win.C1Gauge.C1GaugeRange();
            C1.Win.C1Gauge.C1GaugeEllipse c1GaugeEllipse6 = new C1.Win.C1Gauge.C1GaugeEllipse();
            this.c1Ribbon1 = new C1.Win.C1Ribbon.C1Ribbon();
            this.ribbonApplicationMenu1 = new C1.Win.C1Ribbon.RibbonApplicationMenu();
            this.ribbonConfigToolBar1 = new C1.Win.C1Ribbon.RibbonConfigToolBar();
            this.colorSchemeMenu = new C1.Win.C1Ribbon.RibbonMenu();
            this.blue2007Button = new C1.Win.C1Ribbon.RibbonToggleButton();
            this.silver2007Button = new C1.Win.C1Ribbon.RibbonToggleButton();
            this.black2007Button = new C1.Win.C1Ribbon.RibbonToggleButton();
            this.blue2010Button = new C1.Win.C1Ribbon.RibbonToggleButton();
            this.silver2010Button = new C1.Win.C1Ribbon.RibbonToggleButton();
            this.black2010Button = new C1.Win.C1Ribbon.RibbonToggleButton();
            this.windows7Button = new C1.Win.C1Ribbon.RibbonToggleButton();
            this.ribbonQat1 = new C1.Win.C1Ribbon.RibbonQat();
            this.ribbonTab1 = new C1.Win.C1Ribbon.RibbonTab();
            this.ribbonGroup1 = new C1.Win.C1Ribbon.RibbonGroup();
            this.ribbonTab2 = new C1.Win.C1Ribbon.RibbonTab();
            this.ribbonGroup2 = new C1.Win.C1Ribbon.RibbonGroup();
            this.ribbonButton1 = new C1.Win.C1Ribbon.RibbonButton();
            this.ribbonButton2 = new C1.Win.C1Ribbon.RibbonButton();
            this.ribbonButton3 = new C1.Win.C1Ribbon.RibbonButton();
            this.c1StatusBar1 = new C1.Win.C1Ribbon.C1StatusBar();
            this.c1SplitContainer1 = new C1.Win.C1SplitContainer.C1SplitContainer();
            this.c1SplitterPanel1 = new C1.Win.C1SplitContainer.C1SplitterPanel();
            this.c1Sizer1 = new C1.Win.C1Sizer.C1Sizer();
            this.lblRLrpm = new C1.Win.C1SuperTooltip.C1SuperLabel();
            this.lblFLrpm = new C1.Win.C1SuperTooltip.C1SuperLabel();
            this.lblRRrpm = new C1.Win.C1SuperTooltip.C1SuperLabel();
            this.lblFRrpm = new C1.Win.C1SuperTooltip.C1SuperLabel();
            this.c1PictureBox1 = new C1.Win.C1Input.C1PictureBox();
            this.c1SplitterPanel2 = new C1.Win.C1SplitContainer.C1SplitterPanel();
            this.c1Gauge2 = new C1.Win.C1Gauge.C1Gauge();
            this.speedometer = new C1.Win.C1Gauge.C1RadialGauge();
            this.c1SplitterPanel3 = new C1.Win.C1SplitContainer.C1SplitterPanel();
            this.c1Gauge1 = new C1.Win.C1Gauge.C1Gauge();
            this.tachometer = new C1.Win.C1Gauge.C1RadialGauge();
            ((System.ComponentModel.ISupportInitialize)(this.c1Ribbon1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.c1StatusBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.c1SplitContainer1)).BeginInit();
            this.c1SplitContainer1.SuspendLayout();
            this.c1SplitterPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.c1Sizer1)).BeginInit();
            this.c1Sizer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.c1PictureBox1)).BeginInit();
            this.c1SplitterPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.c1Gauge2)).BeginInit();
            this.c1SplitterPanel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).BeginInit();
            this.SuspendLayout();
            // 
            // c1Ribbon1
            // 
            this.c1Ribbon1.ApplicationMenuHolder = this.ribbonApplicationMenu1;
            this.c1Ribbon1.ConfigToolBarHolder = this.ribbonConfigToolBar1;
            this.c1Ribbon1.Location = new System.Drawing.Point(0, 0);
            this.c1Ribbon1.Name = "c1Ribbon1";
            this.c1Ribbon1.QatHolder = this.ribbonQat1;
            this.c1Ribbon1.Size = new System.Drawing.Size(913, 153);
            this.c1Ribbon1.Tabs.Add(this.ribbonTab1);
            this.c1Ribbon1.Tabs.Add(this.ribbonTab2);
            // 
            // ribbonApplicationMenu1
            // 
            this.ribbonApplicationMenu1.Name = "ribbonApplicationMenu1";
            // 
            // ribbonConfigToolBar1
            // 
            this.ribbonConfigToolBar1.Items.Add(this.colorSchemeMenu);
            this.ribbonConfigToolBar1.Name = "ribbonConfigToolBar1";
            // 
            // colorSchemeMenu
            // 
            this.colorSchemeMenu.Items.Add(this.blue2007Button);
            this.colorSchemeMenu.Items.Add(this.silver2007Button);
            this.colorSchemeMenu.Items.Add(this.black2007Button);
            this.colorSchemeMenu.Items.Add(this.blue2010Button);
            this.colorSchemeMenu.Items.Add(this.silver2010Button);
            this.colorSchemeMenu.Items.Add(this.black2010Button);
            this.colorSchemeMenu.Items.Add(this.windows7Button);
            this.colorSchemeMenu.Name = "colorSchemeMenu";
            this.colorSchemeMenu.SmallImage = ((System.Drawing.Image)(resources.GetObject("colorSchemeMenu.SmallImage")));
            this.colorSchemeMenu.Text = "Style";
            // 
            // blue2007Button
            // 
            this.blue2007Button.CanDepress = false;
            this.blue2007Button.Name = "blue2007Button";
            this.blue2007Button.SmallImage = ((System.Drawing.Image)(resources.GetObject("blue2007Button.SmallImage")));
            this.blue2007Button.Text = "Blue 2007";
            this.blue2007Button.ToggleGroupName = "visualStyle";
            this.blue2007Button.PressedButtonChanged += new System.EventHandler(this.visualStyle_PressedButtonChanged);
            // 
            // silver2007Button
            // 
            this.silver2007Button.CanDepress = false;
            this.silver2007Button.Name = "silver2007Button";
            this.silver2007Button.SmallImage = ((System.Drawing.Image)(resources.GetObject("silver2007Button.SmallImage")));
            this.silver2007Button.Text = "Silver 2007";
            this.silver2007Button.ToggleGroupName = "visualStyle";
            // 
            // black2007Button
            // 
            this.black2007Button.CanDepress = false;
            this.black2007Button.Name = "black2007Button";
            this.black2007Button.SmallImage = ((System.Drawing.Image)(resources.GetObject("black2007Button.SmallImage")));
            this.black2007Button.Text = "Black 2007";
            this.black2007Button.ToggleGroupName = "visualStyle";
            // 
            // blue2010Button
            // 
            this.blue2010Button.CanDepress = false;
            this.blue2010Button.Name = "blue2010Button";
            this.blue2010Button.SmallImage = ((System.Drawing.Image)(resources.GetObject("blue2010Button.SmallImage")));
            this.blue2010Button.Text = "Blue 2010";
            this.blue2010Button.ToggleGroupName = "visualStyle";
            // 
            // silver2010Button
            // 
            this.silver2010Button.CanDepress = false;
            this.silver2010Button.Name = "silver2010Button";
            this.silver2010Button.SmallImage = ((System.Drawing.Image)(resources.GetObject("silver2010Button.SmallImage")));
            this.silver2010Button.Text = "Silver 2010";
            this.silver2010Button.ToggleGroupName = "visualStyle";
            // 
            // black2010Button
            // 
            this.black2010Button.CanDepress = false;
            this.black2010Button.Name = "black2010Button";
            this.black2010Button.SmallImage = ((System.Drawing.Image)(resources.GetObject("black2010Button.SmallImage")));
            this.black2010Button.Text = "Black 2010";
            this.black2010Button.ToggleGroupName = "visualStyle";
            // 
            // windows7Button
            // 
            this.windows7Button.CanDepress = false;
            this.windows7Button.Name = "windows7Button";
            this.windows7Button.SmallImage = ((System.Drawing.Image)(resources.GetObject("windows7Button.SmallImage")));
            this.windows7Button.Text = "Windows 7";
            this.windows7Button.ToggleGroupName = "visualStyle";
            // 
            // ribbonQat1
            // 
            this.ribbonQat1.Name = "ribbonQat1";
            // 
            // ribbonTab1
            // 
            this.ribbonTab1.Groups.Add(this.ribbonGroup1);
            this.ribbonTab1.Name = "ribbonTab1";
            this.ribbonTab1.Text = "Home";
            // 
            // ribbonGroup1
            // 
            this.ribbonGroup1.Name = "ribbonGroup1";
            this.ribbonGroup1.Text = "Gauges";
            // 
            // ribbonTab2
            // 
            this.ribbonTab2.Groups.Add(this.ribbonGroup2);
            this.ribbonTab2.Name = "ribbonTab2";
            this.ribbonTab2.Text = "Configuration";
            // 
            // ribbonGroup2
            // 
            this.ribbonGroup2.Items.Add(this.ribbonButton1);
            this.ribbonGroup2.Items.Add(this.ribbonButton2);
            this.ribbonGroup2.Items.Add(this.ribbonButton3);
            this.ribbonGroup2.Name = "ribbonGroup2";
            this.ribbonGroup2.Text = "Network Settings";
            // 
            // ribbonButton1
            // 
            this.ribbonButton1.LargeImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.LargeImage")));
            this.ribbonButton1.Name = "ribbonButton1";
            this.ribbonButton1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.SmallImage")));
            this.ribbonButton1.Text = "Hostname";
            // 
            // ribbonButton2
            // 
            this.ribbonButton2.LargeImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.LargeImage")));
            this.ribbonButton2.Name = "ribbonButton2";
            this.ribbonButton2.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.SmallImage")));
            this.ribbonButton2.Text = "Port";
            // 
            // ribbonButton3
            // 
            this.ribbonButton3.LargeImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton3.LargeImage")));
            this.ribbonButton3.Name = "ribbonButton3";
            this.ribbonButton3.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton3.SmallImage")));
            this.ribbonButton3.Text = "Search";
            // 
            // c1StatusBar1
            // 
            this.c1StatusBar1.Location = new System.Drawing.Point(0, 671);
            this.c1StatusBar1.Name = "c1StatusBar1";
            this.c1StatusBar1.Size = new System.Drawing.Size(913, 23);
            // 
            // c1SplitContainer1
            // 
            this.c1SplitContainer1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(207)))), ((int)(((byte)(223)))));
            this.c1SplitContainer1.CollapsingAreaColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(232)))), ((int)(((byte)(237)))));
            this.c1SplitContainer1.CollapsingCueColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(136)))), ((int)(((byte)(153)))));
            this.c1SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.c1SplitContainer1.FixedLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(156)))), ((int)(((byte)(184)))));
            this.c1SplitContainer1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
            this.c1SplitContainer1.Location = new System.Drawing.Point(0, 153);
            this.c1SplitContainer1.Name = "c1SplitContainer1";
            this.c1SplitContainer1.Panels.Add(this.c1SplitterPanel1);
            this.c1SplitContainer1.Panels.Add(this.c1SplitterPanel2);
            this.c1SplitContainer1.Panels.Add(this.c1SplitterPanel3);
            this.c1SplitContainer1.Size = new System.Drawing.Size(913, 518);
            this.c1SplitContainer1.SplitterColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(156)))), ((int)(((byte)(184)))));
            this.c1SplitContainer1.TabIndex = 4;
            // 
            // c1SplitterPanel1
            // 
            this.c1SplitterPanel1.Collapsible = true;
            this.c1SplitterPanel1.Controls.Add(this.c1Sizer1);
            this.c1SplitterPanel1.Dock = C1.Win.C1SplitContainer.PanelDockStyle.Left;
            this.c1SplitterPanel1.Location = new System.Drawing.Point(0, 21);
            this.c1SplitterPanel1.Name = "c1SplitterPanel1";
            this.c1SplitterPanel1.Size = new System.Drawing.Size(447, 497);
            this.c1SplitterPanel1.TabIndex = 0;
            this.c1SplitterPanel1.Text = "Wheel Speed";
            this.c1SplitterPanel1.Width = 454;
            // 
            // c1Sizer1
            // 
            this.c1Sizer1.Controls.Add(this.lblRLrpm);
            this.c1Sizer1.Controls.Add(this.lblFLrpm);
            this.c1Sizer1.Controls.Add(this.lblRRrpm);
            this.c1Sizer1.Controls.Add(this.lblFRrpm);
            this.c1Sizer1.Controls.Add(this.c1PictureBox1);
            this.c1Sizer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.c1Sizer1.GridDefinition = resources.GetString("c1Sizer1.GridDefinition");
            this.c1Sizer1.Location = new System.Drawing.Point(0, 0);
            this.c1Sizer1.Name = "c1Sizer1";
            this.c1Sizer1.Size = new System.Drawing.Size(447, 497);
            this.c1Sizer1.TabIndex = 0;
            this.c1Sizer1.Text = "c1Sizer1";
            // 
            // lblRLrpm
            // 
            this.lblRLrpm.AutoSize = true;
            this.lblRLrpm.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblRLrpm.Location = new System.Drawing.Point(43, 402);
            this.lblRLrpm.Name = "lblRLrpm";
            this.lblRLrpm.Size = new System.Drawing.Size(54, 39);
            this.lblRLrpm.TabIndex = 8;
            this.lblRLrpm.Text = "000";
            this.lblRLrpm.UseMnemonic = true;
            // 
            // lblFLrpm
            // 
            this.lblFLrpm.AutoSize = true;
            this.lblFLrpm.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblFLrpm.Location = new System.Drawing.Point(43, 142);
            this.lblFLrpm.Name = "lblFLrpm";
            this.lblFLrpm.Size = new System.Drawing.Size(54, 39);
            this.lblFLrpm.TabIndex = 7;
            this.lblFLrpm.Text = "000";
            this.lblFLrpm.UseMnemonic = true;
            // 
            // lblRRrpm
            // 
            this.lblRRrpm.AutoSize = true;
            this.lblRRrpm.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblRRrpm.Location = new System.Drawing.Point(351, 402);
            this.lblRRrpm.Name = "lblRRrpm";
            this.lblRRrpm.Size = new System.Drawing.Size(54, 39);
            this.lblRRrpm.TabIndex = 6;
            this.lblRRrpm.Text = "000";
            this.lblRRrpm.UseMnemonic = true;
            // 
            // lblFRrpm
            // 
            this.lblFRrpm.AutoSize = true;
            this.lblFRrpm.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblFRrpm.Location = new System.Drawing.Point(351, 142);
            this.lblFRrpm.Name = "lblFRrpm";
            this.lblFRrpm.Size = new System.Drawing.Size(54, 39);
            this.lblFRrpm.TabIndex = 5;
            this.lblFRrpm.Text = "000";
            this.lblFRrpm.UseMnemonic = true;
            // 
            // c1PictureBox1
            // 
            this.c1PictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.c1PictureBox1.Image = global::Dashboard.Properties.Resources.Top_View1;
            this.c1PictureBox1.Location = new System.Drawing.Point(0, 0);
            this.c1PictureBox1.Name = "c1PictureBox1";
            this.c1PictureBox1.Size = new System.Drawing.Size(447, 497);
            this.c1PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.c1PictureBox1.TabIndex = 0;
            this.c1PictureBox1.TabStop = false;
            // 
            // c1SplitterPanel2
            // 
            this.c1SplitterPanel2.Collapsible = true;
            this.c1SplitterPanel2.Controls.Add(this.c1Gauge2);
            this.c1SplitterPanel2.Height = 257;
            this.c1SplitterPanel2.Location = new System.Drawing.Point(458, 21);
            this.c1SplitterPanel2.Name = "c1SplitterPanel2";
            this.c1SplitterPanel2.Size = new System.Drawing.Size(455, 229);
            this.c1SplitterPanel2.TabIndex = 1;
            this.c1SplitterPanel2.Text = "Speedometer";
            // 
            // c1Gauge2
            // 
            this.c1Gauge2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.c1Gauge2.Gauges.AddRange(new C1.Win.C1Gauge.C1GaugeBase[] {
            this.speedometer});
            this.c1Gauge2.Location = new System.Drawing.Point(0, 0);
            this.c1Gauge2.Name = "c1Gauge2";
            this.c1Gauge2.Size = new System.Drawing.Size(455, 229);
            this.c1Gauge2.TabIndex = 1;
            this.c1Gauge2.ViewTag = ((long)(637948720373630351));
            // 
            // speedometer
            // 
            this.speedometer.Cap.Border.Color = System.Drawing.Color.DimGray;
            this.speedometer.Cap.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
            this.speedometer.Cap.Filling.Color = System.Drawing.Color.White;
            this.speedometer.Cap.Filling.Color2 = System.Drawing.Color.Black;
            this.speedometer.Cap.Gradient.CenterPointY = 1D;
            this.speedometer.Cap.Gradient.Direction = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialInner;
            this.speedometer.Cap.Gradient.FocusScaleX = 0.3D;
            this.speedometer.Cap.Radius = 18D;
            c1GaugeSegment2.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
            c1GaugeSegment2.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
            c1GaugeSegment2.Filling.Color = System.Drawing.Color.Gray;
            c1GaugeSegment2.Filling.Color2 = System.Drawing.Color.White;
            c1GaugeSegment2.Filling.Opacity = 0.2D;
            c1GaugeSegment2.Filling.Opacity2 = 0.1D;
            c1GaugeSegment2.Gradient.Direction = C1.Win.C1Gauge.C1GaugeGradientDirection.BackwardDiagonal;
            c1GaugeSegment2.Gradient.Falloff = C1.Win.C1Gauge.C1GaugeGradientFalloff.Triangular;
            c1GaugeSegment2.InnerRadius = 110D;
            c1GaugeSegment2.SweepAngle = 180D;
            this.speedometer.CoverShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
            c1GaugeSegment2});
            c1GaugeLabels4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            c1GaugeLabels4.FontSize = 10D;
            c1GaugeLabels4.Interval = 10D;
            c1GaugeLabels4.Location = 78D;
            c1GaugeLabels4.ViewTag = ((long)(733665273754454522));
            c1GaugeMarks6.Alignment = C1.Win.C1Gauge.C1GaugeAlignment.Out;
            c1GaugeMarks6.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            c1GaugeMarks6.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
            c1GaugeMarks6.Filling.Color = System.Drawing.Color.Silver;
            c1GaugeMarks6.Interval = 10D;
            c1GaugeMarks6.Length = 12D;
            c1GaugeMarks6.Location = 88D;
            c1GaugeMarks6.ViewTag = ((long)(734228223707875834));
            c1GaugeMarks6.Width = 2D;
            c1GaugeMarks7.Alignment = C1.Win.C1Gauge.C1GaugeAlignment.Out;
            c1GaugeMarks7.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            c1GaugeMarks7.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
            c1GaugeMarks7.Filling.Color = System.Drawing.Color.Silver;
            c1GaugeMarks7.Interval = 5D;
            c1GaugeMarks7.Length = 8D;
            c1GaugeMarks7.Location = 92D;
            c1GaugeMarks7.ViewTag = ((long)(734791173661297146));
            c1GaugeMarks7.Width = 1D;
            c1GaugeLabels5.Color = System.Drawing.Color.Silver;
            c1GaugeLabels5.FontSize = 8D;
            c1GaugeLabels5.Interval = 12.5D;
            c1GaugeLabels5.Location = 60D;
            c1GaugeLabels5.SequenceNo = 1;
            c1GaugeLabels5.ValueFactor = 1.6D;
            c1GaugeLabels5.ViewTag = ((long)(735354123614718458));
            c1GaugeMarks8.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
            c1GaugeMarks8.Filling.Color = System.Drawing.Color.Silver;
            c1GaugeMarks8.Interval = 12.5D;
            c1GaugeMarks8.Length = 10D;
            c1GaugeMarks8.Location = 45D;
            c1GaugeMarks8.SequenceNo = 1;
            c1GaugeMarks8.ViewTag = ((long)(735917073568139770));
            c1GaugeMarks8.Width = 3D;
            this.speedometer.Decorators.AddRange(new C1.Win.C1Gauge.C1GaugeDecorator[] {
            c1GaugeLabels4,
            c1GaugeMarks6,
            c1GaugeMarks7,
            c1GaugeLabels5,
            c1GaugeMarks8});
            c1GaugeEllipse4.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            c1GaugeEllipse4.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
            c1GaugeEllipse4.Filling.Color = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            c1GaugeEllipse4.Filling.Color2 = System.Drawing.Color.Gray;
            c1GaugeEllipse4.Filling.SwapColors = true;
            c1GaugeEllipse4.Height = -1.03D;
            c1GaugeEllipse4.HitTestable = false;
            c1GaugeEllipse4.Width = -1.03D;
            c1GaugeEllipse5.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            c1GaugeEllipse5.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
            c1GaugeEllipse5.Filling.Color = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            c1GaugeEllipse5.Filling.Color2 = System.Drawing.Color.Gray;
            c1GaugeEllipse5.Gradient.Direction = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialOuter;
            c1GaugeEllipse5.Gradient.Falloff = C1.Win.C1Gauge.C1GaugeGradientFalloff.Triangular;
            c1GaugeEllipse5.Gradient.Focus = 0.3D;
            c1GaugeEllipse5.HitTestable = false;
            c1GaugeCaption4.CenterPointX = 0.3D;
            c1GaugeCaption4.CenterPointY = 0.75D;
            c1GaugeCaption4.Color = System.Drawing.Color.Silver;
            c1GaugeCaption4.FontSize = 11D;
            c1GaugeCaption4.Text = "MPH";
            c1GaugeCaption5.CenterPointX = 0.65D;
            c1GaugeCaption5.CenterPointY = 0.7D;
            c1GaugeCaption5.Color = System.Drawing.Color.Silver;
            c1GaugeCaption5.FontSize = 10D;
            c1GaugeCaption5.Text = "km/h";
            c1GaugeCaption6.CenterPointY = 0.85D;
            c1GaugeCaption6.Color = System.Drawing.Color.Silver;
            c1GaugeCaption6.Font = new System.Drawing.Font("Segoe UI", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
            c1GaugeCaption6.FontSize = 12D;
            c1GaugeCaption6.Text = "Speedometer";
            this.speedometer.FaceShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
            c1GaugeEllipse4,
            c1GaugeEllipse5,
            c1GaugeCaption4,
            c1GaugeCaption5,
            c1GaugeCaption6});
            this.speedometer.Maximum = 150D;
            this.speedometer.Name = "speedometer";
            this.speedometer.Pointer.Border.Color = System.Drawing.Color.DarkOrange;
            this.speedometer.Pointer.CustomShape.EndRadius = 1D;
            this.speedometer.Pointer.CustomShape.EndWidth = 3D;
            this.speedometer.Pointer.CustomShape.StartWidth = 7D;
            this.speedometer.Pointer.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
            this.speedometer.Pointer.Filling.Color = System.Drawing.Color.Orange;
            this.speedometer.Pointer.Filling.Color2 = System.Drawing.Color.White;
            this.speedometer.Pointer.Filling.SwapColors = true;
            this.speedometer.Pointer.Offset = 0D;
            this.speedometer.Pointer.Shadow.Visible = true;
            this.speedometer.Pointer.Shape = C1.Win.C1Gauge.C1GaugePointerShape.Custom;
            this.speedometer.StartAngle = -125D;
            this.speedometer.SweepAngle = 245D;
            this.speedometer.ViewTag = ((long)(733102323801033210));
            // 
            // c1SplitterPanel3
            // 
            this.c1SplitterPanel3.Collapsible = true;
            this.c1SplitterPanel3.Controls.Add(this.c1Gauge1);
            this.c1SplitterPanel3.Height = 100;
            this.c1SplitterPanel3.Location = new System.Drawing.Point(458, 282);
            this.c1SplitterPanel3.Name = "c1SplitterPanel3";
            this.c1SplitterPanel3.Size = new System.Drawing.Size(455, 236);
            this.c1SplitterPanel3.TabIndex = 2;
            this.c1SplitterPanel3.Text = "Tachometer";
            // 
            // c1Gauge1
            // 
            this.c1Gauge1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.c1Gauge1.Gauges.AddRange(new C1.Win.C1Gauge.C1GaugeBase[] {
            this.tachometer});
            this.c1Gauge1.Location = new System.Drawing.Point(0, 0);
            this.c1Gauge1.Name = "c1Gauge1";
            this.c1Gauge1.Size = new System.Drawing.Size(455, 236);
            this.c1Gauge1.TabIndex = 0;
            this.c1Gauge1.ViewTag = ((long)(634852495220619730));
            // 
            // tachometer
            // 
            this.tachometer.Cap.Filling.Color = System.Drawing.Color.Black;
            c1GaugeRange3.Location = 85D;
            c1GaugeRange3.ValueColors.AddRange(new C1.Win.C1Gauge.C1GaugeValueColor[] {
            new C1.Win.C1Gauge.C1GaugeValueColor(0D, -1, System.Drawing.Color.Yellow, 1D, ((long)(676447993969756355))),
            new C1.Win.C1Gauge.C1GaugeValueColor(100D, -1, System.Drawing.Color.Red, 1D, ((long)(676729468951747539)))});
            c1GaugeRange3.ViewTag = ((long)(675322092466294085));
            c1GaugeMarks9.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
            c1GaugeMarks9.Filling.Color = System.Drawing.Color.Black;
            c1GaugeMarks9.Interval = 10D;
            c1GaugeMarks9.Length = 20D;
            c1GaugeMarks9.ViewTag = ((long)(675603567464906931));
            c1GaugeMarks9.Width = 2D;
            c1GaugeMarks10.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
            c1GaugeMarks10.Filling.Color = System.Drawing.Color.Black;
            c1GaugeMarks10.Interval = 5D;
            c1GaugeMarks10.ViewTag = ((long)(675885042467390164));
            c1GaugeMarks10.Width = 1D;
            c1GaugeLabels6.FontSize = 14D;
            c1GaugeLabels6.Interval = 10D;
            c1GaugeLabels6.ViewTag = ((long)(676166517467893199));
            c1GaugeSingleMark2.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
            c1GaugeSingleMark2.Filling.Color = System.Drawing.Color.Black;
            c1GaugeSingleMark2.Length = 8D;
            c1GaugeSingleMark2.OrthogonalAlignment = C1.Win.C1Gauge.C1GaugeAlignment.In;
            c1GaugeSingleMark2.Shape = C1.Win.C1Gauge.C1GaugeMarkShape.Round;
            c1GaugeSingleMark2.ViewTag = ((long)(677010946854350755));
            c1GaugeSingleMark2.Width = 8D;
            c1GaugeRange4.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
            c1GaugeRange4.Filling.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            c1GaugeRange4.From = 75D;
            c1GaugeRange4.ViewTag = ((long)(677292422938942188));
            this.tachometer.Decorators.AddRange(new C1.Win.C1Gauge.C1GaugeDecorator[] {
            c1GaugeRange3,
            c1GaugeMarks9,
            c1GaugeMarks10,
            c1GaugeLabels6,
            c1GaugeSingleMark2,
            c1GaugeRange4});
            c1GaugeEllipse6.Border.Color = System.Drawing.Color.Black;
            c1GaugeEllipse6.Border.Thickness = 1.5D;
            c1GaugeEllipse6.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.None;
            c1GaugeEllipse6.HitTestable = false;
            this.tachometer.FaceShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
            c1GaugeEllipse6});
            this.tachometer.Name = "tachometer";
            this.tachometer.OffAngle = -135D;
            this.tachometer.Pointer.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
            this.tachometer.Pointer.CustomShape.EndWidth = 3D;
            this.tachometer.Pointer.CustomShape.StartWidth = 12D;
            this.tachometer.Pointer.Filling.Color = System.Drawing.Color.Red;
            this.tachometer.Pointer.Length = 115D;
            this.tachometer.Pointer.Offset = -30D;
            this.tachometer.Pointer.Shape = C1.Win.C1Gauge.C1GaugePointerShape.Custom;
            this.tachometer.Pointer.Value = double.NaN;
            this.tachometer.StartAngle = -120D;
            this.tachometer.ViewTag = ((long)(674759141870818574));
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(913, 694);
            this.Controls.Add(this.c1SplitContainer1);
            this.Controls.Add(this.c1StatusBar1);
            this.Controls.Add(this.c1Ribbon1);
            this.Name = "Form1";
            this.Text = "Dashboard";
            this.VisualStyleHolder = C1.Win.C1Ribbon.VisualStyle.Windows7;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
            this.Load += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.c1Ribbon1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.c1StatusBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.c1SplitContainer1)).EndInit();
            this.c1SplitContainer1.ResumeLayout(false);
            this.c1SplitterPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.c1Sizer1)).EndInit();
            this.c1Sizer1.ResumeLayout(false);
            this.c1Sizer1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.c1PictureBox1)).EndInit();
            this.c1SplitterPanel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.c1Gauge2)).EndInit();
            this.c1SplitterPanel3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.UI.CartesianArea   cartesianArea1         = new Telerik.WinControls.UI.CartesianArea();
     Telerik.WinControls.UI.CategoricalAxis categoricalAxis1       = new Telerik.WinControls.UI.CategoricalAxis();
     Telerik.WinControls.UI.LinearAxis      linearAxis1            = new Telerik.WinControls.UI.LinearAxis();
     Telerik.WinControls.UI.BarSeries       barSeries1             = new Telerik.WinControls.UI.BarSeries();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint1  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint2  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint3  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint4  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint5  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.WinControls.UI.BarSeries       barSeries2             = new Telerik.WinControls.UI.BarSeries();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint6  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint7  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint8  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint9  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint10 = new Telerik.Charting.CategoricalDataPoint();
     C1.Win.C1Gauge.C1GaugeSegment          c1GaugeSegment1        = new C1.Win.C1Gauge.C1GaugeSegment();
     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            c1GaugeRange1          = new C1.Win.C1Gauge.C1GaugeRange();
     C1.Win.C1Gauge.C1GaugeLabels           c1GaugeLabels2         = new C1.Win.C1Gauge.C1GaugeLabels();
     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.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();
     this.lastyeartet       = new Telerik.WinControls.UI.RadLabel();
     this.radSeparator2     = new Telerik.WinControls.UI.RadSeparator();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.currentYearTxt    = new Telerik.WinControls.UI.RadLabel();
     this.currentYearLbl    = new Telerik.WinControls.UI.RadLabel();
     this.monthData         = new System.Windows.Forms.DataGridView();
     this.yearCol           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.month01Col        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.month02Col        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.month03Col        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.month04Col        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.month05Col        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.month06Col        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.month07Col        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.month08Col        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.month09Col        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.month10Col        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.month11Col        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.month12Col        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Sum = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
     this.radLabel3         = new Telerik.WinControls.UI.RadLabel();
     this.radLabel4         = new Telerik.WinControls.UI.RadLabel();
     this.lb_lastyear       = new Telerik.WinControls.UI.RadLabel();
     this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
     this.radChartView1     = new Telerik.WinControls.UI.RadChartView();
     this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
     this.button1           = new System.Windows.Forms.Button();
     this.label1            = new System.Windows.Forms.Label();
     this.cb_year           = new System.Windows.Forms.ComboBox();
     this.c1PdfDocument1    = new C1.C1Pdf.C1PdfDocument();
     this.radThemeManager1  = new Telerik.WinControls.RadThemeManager();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.c1Gauge5          = new C1.Win.C1Gauge.C1Gauge();
     this.c1RG3             = new C1.Win.C1Gauge.C1RadialGauge();
     this.radSeparator3     = new Telerik.WinControls.UI.RadSeparator();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     ((System.ComponentModel.ISupportInitialize)(this.lastyeartet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator2)).BeginInit();
     this.tableLayoutPanel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.currentYearTxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.currentYearLbl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.monthData)).BeginInit();
     this.tableLayoutPanel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lb_lastyear)).BeginInit();
     this.tableLayoutPanel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).BeginInit();
     this.tableLayoutPanel7.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator3)).BeginInit();
     this.tableLayoutPanel3.SuspendLayout();
     this.SuspendLayout();
     //
     // lastyeartet
     //
     this.lastyeartet.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lastyeartet.Font     = new System.Drawing.Font("Segoe UI", 17F);
     this.lastyeartet.Location = new System.Drawing.Point(161, 6);
     this.lastyeartet.Name     = "lastyeartet";
     this.lastyeartet.Size     = new System.Drawing.Size(48, 35);
     this.lastyeartet.TabIndex = 1;
     this.lastyeartet.Text     = "680";
     //
     // radSeparator2
     //
     this.radSeparator2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.radSeparator2.Location    = new System.Drawing.Point(821, 3);
     this.radSeparator2.Name        = "radSeparator2";
     this.radSeparator2.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.tableLayoutPanel1.SetRowSpan(this.radSeparator2, 2);
     this.radSeparator2.Size     = new System.Drawing.Size(2, 656);
     this.radSeparator2.TabIndex = 1;
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.BackColor   = System.Drawing.SystemColors.Window;
     this.tableLayoutPanel4.ColumnCount = 2;
     this.tableLayoutPanel3.SetColumnSpan(this.tableLayoutPanel4, 2);
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70.48458F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 29.51542F));
     this.tableLayoutPanel4.Controls.Add(this.currentYearTxt, 1, 0);
     this.tableLayoutPanel4.Controls.Add(this.currentYearLbl, 0, 0);
     this.tableLayoutPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Location = new System.Drawing.Point(20, 20);
     this.tableLayoutPanel4.Margin   = new System.Windows.Forms.Padding(20);
     this.tableLayoutPanel4.Name     = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 1;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel4.Size     = new System.Drawing.Size(227, 47);
     this.tableLayoutPanel4.TabIndex = 6;
     //
     // currentYearTxt
     //
     this.currentYearTxt.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.currentYearTxt.Font     = new System.Drawing.Font("Segoe UI", 17F);
     this.currentYearTxt.Location = new System.Drawing.Point(162, 6);
     this.currentYearTxt.Name     = "currentYearTxt";
     this.currentYearTxt.Size     = new System.Drawing.Size(60, 35);
     this.currentYearTxt.TabIndex = 1;
     this.currentYearTxt.Text     = "1000";
     //
     // currentYearLbl
     //
     this.currentYearLbl.Anchor        = System.Windows.Forms.AnchorStyles.Right;
     this.currentYearLbl.Font          = new System.Drawing.Font("Segoe UI", 15F);
     this.currentYearLbl.Location      = new System.Drawing.Point(3, 8);
     this.currentYearLbl.Name          = "currentYearLbl";
     this.currentYearLbl.Size          = new System.Drawing.Size(153, 31);
     this.currentYearLbl.TabIndex      = 0;
     this.currentYearLbl.Text          = "今年处理总数:";
     this.currentYearLbl.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     //
     // monthData
     //
     this.monthData.AllowUserToAddRows          = false;
     this.monthData.AllowUserToResizeColumns    = false;
     this.monthData.BackgroundColor             = System.Drawing.SystemColors.Window;
     this.monthData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.monthData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.yearCol,
         this.month01Col,
         this.month02Col,
         this.month03Col,
         this.month04Col,
         this.month05Col,
         this.month06Col,
         this.month07Col,
         this.month08Col,
         this.month09Col,
         this.month10Col,
         this.month11Col,
         this.month12Col,
         this.Sum
     });
     this.monthData.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.monthData.Location                = new System.Drawing.Point(50, 341);
     this.monthData.Margin                  = new System.Windows.Forms.Padding(50, 10, 3, 40);
     this.monthData.MultiSelect             = false;
     this.monthData.Name                    = "monthData";
     this.monthData.ReadOnly                = true;
     this.monthData.RowHeadersVisible       = false;
     this.monthData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToDisplayedHeaders;
     this.monthData.RowTemplate.Height      = 23;
     this.monthData.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.monthData.Size                    = new System.Drawing.Size(765, 281);
     this.monthData.TabIndex                = 2;
     //
     // yearCol
     //
     this.yearCol.HeaderText = "年份";
     this.yearCol.Name       = "yearCol";
     this.yearCol.ReadOnly   = true;
     //
     // month01Col
     //
     this.month01Col.HeaderText = "一月";
     this.month01Col.Name       = "month01Col";
     this.month01Col.ReadOnly   = true;
     this.month01Col.Width      = 72;
     //
     // month02Col
     //
     this.month02Col.HeaderText = "二月";
     this.month02Col.Name       = "month02Col";
     this.month02Col.ReadOnly   = true;
     this.month02Col.Width      = 72;
     //
     // month03Col
     //
     this.month03Col.HeaderText = "三月";
     this.month03Col.Name       = "month03Col";
     this.month03Col.ReadOnly   = true;
     this.month03Col.Width      = 72;
     //
     // month04Col
     //
     this.month04Col.HeaderText = "四月";
     this.month04Col.Name       = "month04Col";
     this.month04Col.ReadOnly   = true;
     this.month04Col.Width      = 72;
     //
     // month05Col
     //
     this.month05Col.HeaderText = "五月";
     this.month05Col.Name       = "month05Col";
     this.month05Col.ReadOnly   = true;
     this.month05Col.Width      = 72;
     //
     // month06Col
     //
     this.month06Col.HeaderText = "六月";
     this.month06Col.Name       = "month06Col";
     this.month06Col.ReadOnly   = true;
     this.month06Col.Width      = 72;
     //
     // month07Col
     //
     this.month07Col.HeaderText = "七月";
     this.month07Col.Name       = "month07Col";
     this.month07Col.ReadOnly   = true;
     this.month07Col.Width      = 72;
     //
     // month08Col
     //
     this.month08Col.HeaderText = "八月";
     this.month08Col.Name       = "month08Col";
     this.month08Col.ReadOnly   = true;
     this.month08Col.Width      = 72;
     //
     // month09Col
     //
     this.month09Col.HeaderText = "九月";
     this.month09Col.Name       = "month09Col";
     this.month09Col.ReadOnly   = true;
     this.month09Col.Width      = 72;
     //
     // month10Col
     //
     this.month10Col.HeaderText = "十月";
     this.month10Col.Name       = "month10Col";
     this.month10Col.ReadOnly   = true;
     this.month10Col.Width      = 78;
     //
     // month11Col
     //
     this.month11Col.HeaderText = "十一月";
     this.month11Col.Name       = "month11Col";
     this.month11Col.ReadOnly   = true;
     this.month11Col.Width      = 78;
     //
     // month12Col
     //
     this.month12Col.HeaderText = "十二月";
     this.month12Col.Name       = "month12Col";
     this.month12Col.ReadOnly   = true;
     this.month12Col.Width      = 78;
     //
     // Sum
     //
     this.Sum.HeaderText = "总数";
     this.Sum.Name       = "Sum";
     this.Sum.ReadOnly   = true;
     //
     // tableLayoutPanel6
     //
     this.tableLayoutPanel6.BackColor   = System.Drawing.SystemColors.Window;
     this.tableLayoutPanel6.ColumnCount = 2;
     this.tableLayoutPanel3.SetColumnSpan(this.tableLayoutPanel6, 2);
     this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 68.28194F));
     this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 31.71806F));
     this.tableLayoutPanel6.Controls.Add(this.radLabel3, 1, 0);
     this.tableLayoutPanel6.Controls.Add(this.radLabel4, 0, 0);
     this.tableLayoutPanel6.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel6.Location = new System.Drawing.Point(20, 194);
     this.tableLayoutPanel6.Margin   = new System.Windows.Forms.Padding(20);
     this.tableLayoutPanel6.Name     = "tableLayoutPanel6";
     this.tableLayoutPanel6.RowCount = 1;
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel6.Size     = new System.Drawing.Size(227, 47);
     this.tableLayoutPanel6.TabIndex = 8;
     //
     // radLabel3
     //
     this.radLabel3.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.radLabel3.Font     = new System.Drawing.Font("Segoe UI", 17F);
     this.radLabel3.Location = new System.Drawing.Point(157, 6);
     this.radLabel3.Name     = "radLabel3";
     this.radLabel3.Size     = new System.Drawing.Size(59, 35);
     this.radLabel3.TabIndex = 1;
     this.radLabel3.Text     = "上升";
     //
     // radLabel4
     //
     this.radLabel4.Anchor        = System.Windows.Forms.AnchorStyles.Right;
     this.radLabel4.Font          = new System.Drawing.Font("Segoe UI", 15F);
     this.radLabel4.Location      = new System.Drawing.Point(34, 8);
     this.radLabel4.Name          = "radLabel4";
     this.radLabel4.Size          = new System.Drawing.Size(117, 31);
     this.radLabel4.TabIndex      = 0;
     this.radLabel4.Text          = "指标趋势:";
     this.radLabel4.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lb_lastyear
     //
     this.lb_lastyear.Anchor        = System.Windows.Forms.AnchorStyles.Right;
     this.lb_lastyear.Font          = new System.Drawing.Font("Segoe UI", 15F);
     this.lb_lastyear.Location      = new System.Drawing.Point(3, 8);
     this.lb_lastyear.Name          = "lb_lastyear";
     this.lb_lastyear.Size          = new System.Drawing.Size(152, 31);
     this.lb_lastyear.TabIndex      = 0;
     this.lb_lastyear.Text          = "去年处理总数:";
     this.lb_lastyear.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tableLayoutPanel5
     //
     this.tableLayoutPanel5.BackColor   = System.Drawing.SystemColors.Window;
     this.tableLayoutPanel5.ColumnCount = 2;
     this.tableLayoutPanel3.SetColumnSpan(this.tableLayoutPanel5, 2);
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 69.60352F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30.39647F));
     this.tableLayoutPanel5.Controls.Add(this.lastyeartet, 1, 0);
     this.tableLayoutPanel5.Controls.Add(this.lb_lastyear, 0, 0);
     this.tableLayoutPanel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel5.Location = new System.Drawing.Point(20, 107);
     this.tableLayoutPanel5.Margin   = new System.Windows.Forms.Padding(20);
     this.tableLayoutPanel5.Name     = "tableLayoutPanel5";
     this.tableLayoutPanel5.RowCount = 1;
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel5.Size     = new System.Drawing.Size(227, 47);
     this.tableLayoutPanel5.TabIndex = 7;
     //
     // radChartView1
     //
     this.radChartView1.AreaDesign       = cartesianArea1;
     categoricalAxis1.IsPrimary          = true;
     categoricalAxis1.LabelRotationAngle = 300D;
     categoricalAxis1.Title         = "";
     linearAxis1.AxisType           = Telerik.Charting.AxisType.Second;
     linearAxis1.IsPrimary          = true;
     linearAxis1.LabelInterval      = 10;
     linearAxis1.LabelRotationAngle = 300D;
     linearAxis1.MajorStep          = 10D;
     linearAxis1.Minimum            = 0D;
     linearAxis1.TickOrigin         = null;
     linearAxis1.Title = "";
     this.radChartView1.Axes.AddRange(new Telerik.WinControls.UI.Axis[] {
         categoricalAxis1,
         linearAxis1
     });
     this.tableLayoutPanel7.SetColumnSpan(this.radChartView1, 6);
     this.radChartView1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.radChartView1.Location    = new System.Drawing.Point(50, 32);
     this.radChartView1.Margin      = new System.Windows.Forms.Padding(50, 3, 3, 10);
     this.radChartView1.Name        = "radChartView1";
     categoricalDataPoint1.Category = "A";
     categoricalDataPoint1.Label    = 16D;
     categoricalDataPoint1.Value    = 16D;
     categoricalDataPoint2.Category = "B";
     categoricalDataPoint2.Label    = 80D;
     categoricalDataPoint2.Value    = 80D;
     categoricalDataPoint3.Category = "C";
     categoricalDataPoint3.Label    = 25D;
     categoricalDataPoint3.Value    = 25D;
     categoricalDataPoint4.Category = "D";
     categoricalDataPoint4.Label    = 34D;
     categoricalDataPoint4.Value    = 34D;
     categoricalDataPoint5.Category = "E";
     categoricalDataPoint5.Label    = 52D;
     categoricalDataPoint5.Value    = 52D;
     barSeries1.DataPoints.AddRange(new Telerik.Charting.DataPoint[] {
         categoricalDataPoint1,
         categoricalDataPoint2,
         categoricalDataPoint3,
         categoricalDataPoint4,
         categoricalDataPoint5
     });
     barSeries1.HorizontalAxis       = categoricalAxis1;
     barSeries1.LabelMode            = Telerik.WinControls.UI.BarLabelModes.Top;
     barSeries1.LegendTitle          = null;
     barSeries1.VerticalAxis         = linearAxis1;
     categoricalDataPoint6.Category  = "A";
     categoricalDataPoint6.Label     = 18D;
     categoricalDataPoint6.Value     = 18D;
     categoricalDataPoint7.Category  = "B";
     categoricalDataPoint7.Label     = 70D;
     categoricalDataPoint7.Value     = 70D;
     categoricalDataPoint8.Category  = "C";
     categoricalDataPoint8.Label     = 41D;
     categoricalDataPoint8.Value     = 41D;
     categoricalDataPoint9.Category  = "D";
     categoricalDataPoint9.Label     = 40D;
     categoricalDataPoint9.Value     = 40D;
     categoricalDataPoint10.Category = "E";
     categoricalDataPoint10.Label    = 54D;
     categoricalDataPoint10.Value    = 54D;
     barSeries2.DataPoints.AddRange(new Telerik.Charting.DataPoint[] {
         categoricalDataPoint6,
         categoricalDataPoint7,
         categoricalDataPoint8,
         categoricalDataPoint9,
         categoricalDataPoint10
     });
     barSeries2.HorizontalAxis = categoricalAxis1;
     barSeries2.LabelMode      = Telerik.WinControls.UI.BarLabelModes.Top;
     barSeries2.LegendTitle    = null;
     barSeries2.VerticalAxis   = linearAxis1;
     this.radChartView1.Series.AddRange(new Telerik.WinControls.UI.ChartSeries[] {
         barSeries1,
         barSeries2
     });
     this.radChartView1.ShowGrid = false;
     this.radChartView1.Size     = new System.Drawing.Size(759, 283);
     this.radChartView1.TabIndex = 0;
     this.radChartView1.Text     = "radChartView1";
     //
     // tableLayoutPanel7
     //
     this.tableLayoutPanel7.ColumnCount = 6;
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel7.Controls.Add(this.radChartView1, 0, 1);
     this.tableLayoutPanel7.Controls.Add(this.button1, 5, 0);
     this.tableLayoutPanel7.Controls.Add(this.label1, 4, 0);
     this.tableLayoutPanel7.Controls.Add(this.cb_year, 3, 0);
     this.tableLayoutPanel7.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel7.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel7.Name     = "tableLayoutPanel7";
     this.tableLayoutPanel7.RowCount = 2;
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.230769F));
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90.76923F));
     this.tableLayoutPanel7.Size     = new System.Drawing.Size(812, 325);
     this.tableLayoutPanel7.TabIndex = 3;
     //
     // button1
     //
     this.button1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.button1.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.button1.Location = new System.Drawing.Point(697, 3);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(112, 23);
     this.button1.TabIndex = 5;
     this.button1.Text     = "确定";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(664, 4);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(27, 21);
     this.label1.TabIndex = 3;
     this.label1.Text     = "年";
     //
     // cb_year
     //
     this.cb_year.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.cb_year.FormattingEnabled = true;
     this.cb_year.Location          = new System.Drawing.Point(548, 4);
     this.cb_year.Name     = "cb_year";
     this.cb_year.Size     = new System.Drawing.Size(110, 20);
     this.cb_year.TabIndex = 1;
     //
     // c1PdfDocument1
     //
     this.c1PdfDocument1.RotateAngle    = 0F;
     this.c1PdfDocument1.UseFastTextOut = false;
     this.c1PdfDocument1.UseFileCaching = false;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor   = System.Drawing.SystemColors.Window;
     this.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 8F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.radSeparator2, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.monthData, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel7, 0, 0);
     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, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1099, 662);
     this.tableLayoutPanel1.TabIndex = 2;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.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.tableLayoutPanel2.BackColor   = System.Drawing.SystemColors.Control;
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.c1Gauge5, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.radSeparator3, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 2);
     this.tableLayoutPanel2.Location = new System.Drawing.Point(829, 3);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 3;
     this.tableLayoutPanel1.SetRowSpan(this.tableLayoutPanel2, 2);
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 55F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 45F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(267, 656);
     this.tableLayoutPanel2.TabIndex = 1;
     //
     // c1Gauge5
     //
     this.c1Gauge5.Gauges.AddRange(new C1.Win.C1Gauge.C1GaugeBase[] {
         this.c1RG3
     });
     this.c1Gauge5.Location = new System.Drawing.Point(3, 3);
     this.c1Gauge5.Name     = "c1Gauge5";
     this.c1Gauge5.Size     = new System.Drawing.Size(261, 350);
     this.c1Gauge5.TabIndex = 78;
     this.c1Gauge5.ViewTag  = ((long)(672863763119022325));
     //
     // c1RG3
     //
     this.c1RG3.Cap.Border.Color        = System.Drawing.Color.Black;
     this.c1RG3.Cap.Border.Thickness    = 2D;
     this.c1RG3.Cap.Filling.BrushType   = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     this.c1RG3.Cap.Filling.Color       = System.Drawing.Color.Gold;
     this.c1RG3.Cap.Filling.Color2      = System.Drawing.Color.Black;
     this.c1RG3.Cap.Gradient.Direction  = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialOuter;
     this.c1RG3.Cap.Shadow.Visible      = true;
     c1GaugeSegment1.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeSegment1.Filling.BrushType  = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeSegment1.Filling.Color      = System.Drawing.Color.White;
     c1GaugeSegment1.Filling.Color2     = System.Drawing.Color.CornflowerBlue;
     c1GaugeSegment1.Filling.Opacity    = 0.6D;
     c1GaugeSegment1.Filling.Opacity2   = 0.1D;
     c1GaugeSegment1.Gradient.Direction = C1.Win.C1Gauge.C1GaugeGradientDirection.Vertical;
     c1GaugeSegment1.Gradient.Falloff   = C1.Win.C1Gauge.C1GaugeGradientFalloff.Triangular;
     c1GaugeSegment1.HitTestable        = false;
     c1GaugeSegment1.InnerRadius        = 130D;
     c1GaugeSegment1.SweepAngle         = 190D;
     this.c1RG3.CoverShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
         c1GaugeSegment1
     });
     c1GaugeLabels1.AllowFlip         = true;
     c1GaugeLabels1.FontSize          = 12D;
     c1GaugeLabels1.Interval          = 100D;
     c1GaugeLabels1.Location          = 87D;
     c1GaugeLabels1.ViewTag           = ((long)(728035773812438077));
     c1GaugeMarks1.Alignment          = C1.Win.C1Gauge.C1GaugeAlignment.Out;
     c1GaugeMarks1.Border.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     c1GaugeMarks1.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks1.Filling.Color      = System.Drawing.Color.Black;
     c1GaugeMarks1.Interval           = 50D;
     c1GaugeMarks1.Length             = 16D;
     c1GaugeMarks1.Location           = 60D;
     c1GaugeMarks1.ViewTag            = ((long)(730850523579544637));
     c1GaugeMarks1.Width              = 1D;
     c1GaugeMarks2.Alignment          = C1.Win.C1Gauge.C1GaugeAlignment.Out;
     c1GaugeMarks2.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks2.Filling.Color      = System.Drawing.Color.Black;
     c1GaugeMarks2.Interval           = 10D;
     c1GaugeMarks2.Length             = 8D;
     c1GaugeMarks2.Location           = 60D;
     c1GaugeMarks2.ViewTag            = ((long)(649514403884524153));
     c1GaugeMarks2.Width              = 1D;
     c1GaugeMarks3.Alignment          = C1.Win.C1Gauge.C1GaugeAlignment.In;
     c1GaugeMarks3.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks3.Filling.Color      = System.Drawing.Color.Red;
     c1GaugeMarks3.Interval           = 25D;
     c1GaugeMarks3.Length             = 10D;
     c1GaugeMarks3.Location           = 55D;
     c1GaugeMarks3.ViewTag            = ((long)(649795879440154520));
     c1GaugeMarks3.Width              = 1D;
     c1GaugeRange1.Alignment          = C1.Win.C1Gauge.C1GaugeAlignment.In;
     c1GaugeRange1.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeRange1.Filling.Color      = System.Drawing.Color.Red;
     c1GaugeRange1.Location           = 55D;
     c1GaugeRange1.ViewTag            = ((long)(650077355452711816));
     c1GaugeRange1.Width              = 1D;
     c1GaugeLabels2.Color             = System.Drawing.Color.Red;
     c1GaugeLabels2.FontSize          = 9D;
     c1GaugeLabels2.Format            = "n0";
     c1GaugeLabels2.Interval          = 133.333333D;
     c1GaugeLabels2.Location          = 33D;
     c1GaugeLabels2.ValueFactor       = 15D;
     c1GaugeLabels2.ViewTag           = ((long)(650358830775900693));
     c1GaugeSingleLabel1.Angle        = 180D;
     c1GaugeSingleLabel1.Font         = new System.Drawing.Font("Courier New", 14.25F);
     c1GaugeSingleLabel1.PointerIndex = 1;
     c1GaugeSingleLabel1.ViewTag      = ((long)(820639161589734003));
     this.c1RG3.Decorators.AddRange(new C1.Win.C1Gauge.C1GaugeDecorator[] {
         c1GaugeLabels1,
         c1GaugeMarks1,
         c1GaugeMarks2,
         c1GaugeMarks3,
         c1GaugeRange1,
         c1GaugeLabels2,
         c1GaugeSingleLabel1
     });
     c1GaugeEllipse1.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeEllipse1.Filling.BrushType  = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeEllipse1.Filling.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(199)))), ((int)(((byte)(216)))));
     c1GaugeEllipse1.Filling.Color2     = System.Drawing.Color.White;
     c1GaugeEllipse1.Filling.SwapColors = true;
     c1GaugeEllipse1.Gradient.Direction = C1.Win.C1Gauge.C1GaugeGradientDirection.Vertical;
     c1GaugeEllipse1.Height             = -1.08D;
     c1GaugeEllipse1.HitTestable        = false;
     c1GaugeEllipse1.Width              = -1.08D;
     c1GaugeEllipse2.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeEllipse2.Filling.BrushType  = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeEllipse2.Filling.Color      = System.Drawing.Color.White;
     c1GaugeEllipse2.Filling.Color2     = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(199)))), ((int)(((byte)(216)))));
     c1GaugeEllipse2.Filling.SwapColors = true;
     c1GaugeEllipse2.Height             = -1.02D;
     c1GaugeEllipse2.HitTestable        = false;
     c1GaugeEllipse2.Width              = -1.02D;
     c1GaugeEllipse3.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeEllipse3.Filling.BrushType  = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeEllipse3.Filling.Color      = System.Drawing.Color.White;
     c1GaugeEllipse3.Filling.Color2     = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(199)))), ((int)(((byte)(216)))));
     c1GaugeEllipse3.Gradient.Direction = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialInner;
     c1GaugeEllipse3.Gradient.Falloff   = C1.Win.C1Gauge.C1GaugeGradientFalloff.Triangular;
     c1GaugeEllipse3.Gradient.Focus     = 0.08D;
     c1GaugeEllipse3.HitTestable        = false;
     c1GaugeCaption1.CenterPointY       = 0.9D;
     c1GaugeCaption1.FontSize           = 10D;
     c1GaugeCaption1.Text         = "Bar";
     c1GaugeCaption1.Visible      = false;
     c1GaugeCaption2.CenterPointX = 0.6D;
     c1GaugeCaption2.CenterPointY = 0.38D;
     c1GaugeCaption2.Color        = System.Drawing.Color.Red;
     c1GaugeCaption2.FontSize     = 10D;
     c1GaugeCaption2.Text         = "psi";
     c1GaugeCaption3.CenterPointY = 1.12D;
     c1GaugeCaption3.Font         = new System.Drawing.Font("Segoe UI", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     c1GaugeCaption3.Text         = "每月平均处理外来器械件数";
     this.c1RG3.FaceShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
         c1GaugeEllipse1,
         c1GaugeEllipse2,
         c1GaugeEllipse3,
         c1GaugeCaption1,
         c1GaugeCaption2,
         c1GaugeCaption3
     });
     this.c1RG3.Maximum = 600D;
     this.c1RG3.Name    = "c1RG3";
     this.c1RG3.Pointer.Border.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(53)))), ((int)(((byte)(72)))), ((int)(((byte)(105)))));
     this.c1RG3.Pointer.Border.LineStyle             = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     this.c1RG3.Pointer.CustomShape.EndWidth         = 2D;
     this.c1RG3.Pointer.CustomShape.StartAngle       = 5D;
     this.c1RG3.Pointer.CustomShape.StartRadius      = 5D;
     this.c1RG3.Pointer.CustomShape.StartSwellAngle  = -50D;
     this.c1RG3.Pointer.CustomShape.StartSwellLength = 5D;
     this.c1RG3.Pointer.CustomShape.StartSwellWidth  = 10D;
     this.c1RG3.Pointer.CustomShape.StartWidth       = 10D;
     this.c1RG3.Pointer.Filling.Color                = System.Drawing.Color.Black;
     this.c1RG3.Pointer.Filling.HatchStyle           = C1.Win.C1Gauge.C1GaugeHatchStyle.Wave;
     this.c1RG3.Pointer.Length         = 116D;
     this.c1RG3.Pointer.Offset         = -40D;
     this.c1RG3.Pointer.Shadow.Visible = true;
     this.c1RG3.Pointer.Shape          = C1.Win.C1Gauge.C1GaugePointerShape.Custom;
     this.c1RG3.Pointer.SweepTime      = 2D;
     this.c1RG3.Radius     = 0.45D;
     this.c1RG3.StartAngle = -130D;
     this.c1RG3.SweepAngle = 260D;
     this.c1RG3.ViewTag    = ((long)(727472823859016765));
     //
     // radSeparator3
     //
     this.radSeparator3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.radSeparator3.Location = new System.Drawing.Point(3, 359);
     this.radSeparator3.Name     = "radSeparator3";
     this.radSeparator3.Size     = new System.Drawing.Size(260, 2);
     this.radSeparator3.TabIndex = 0;
     this.radSeparator3.Text     = "radSeparator3";
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.BackColor   = System.Drawing.SystemColors.Control;
     this.tableLayoutPanel3.ColumnCount = 2;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 55F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 45F));
     this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel6, 0, 2);
     this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel4, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel5, 0, 1);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 364);
     this.tableLayoutPanel3.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 4;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(267, 292);
     this.tableLayoutPanel3.TabIndex = 1;
     //
     // OutsideInstrument
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1099, 662);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name  = "OutsideInstrument";
     this.Text  = "每月平均处理外来器械件数";
     this.Load += new System.EventHandler(this.OutsideInstrument_Load);
     ((System.ComponentModel.ISupportInitialize)(this.lastyeartet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator2)).EndInit();
     this.tableLayoutPanel4.ResumeLayout(false);
     this.tableLayoutPanel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.currentYearTxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.currentYearLbl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.monthData)).EndInit();
     this.tableLayoutPanel6.ResumeLayout(false);
     this.tableLayoutPanel6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lb_lastyear)).EndInit();
     this.tableLayoutPanel5.ResumeLayout(false);
     this.tableLayoutPanel5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).EndInit();
     this.tableLayoutPanel7.ResumeLayout(false);
     this.tableLayoutPanel7.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator3)).EndInit();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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.C1GaugeSegment c1GaugeSegment2 = new C1.Win.C1Gauge.C1GaugeSegment();
     C1.Win.C1Gauge.C1GaugeMarks   c1GaugeMarks2   = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeLabels  c1GaugeLabels2  = new C1.Win.C1Gauge.C1GaugeLabels();
     C1.Win.C1Gauge.C1GaugeSector  c1GaugeSector2  = new C1.Win.C1Gauge.C1GaugeSector();
     this.c1Gauge1       = new C1.Win.C1Gauge.C1Gauge();
     this.c1RadialGauge1 = new C1.Win.C1Gauge.C1RadialGauge();
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).BeginInit();
     this.SuspendLayout();
     //
     // c1Gauge1
     //
     this.c1Gauge1.Gauges.AddRange(new C1.Win.C1Gauge.C1GaugeBase[] {
         this.c1RadialGauge1
     });
     this.c1Gauge1.Location = new System.Drawing.Point(266, 243);
     this.c1Gauge1.Name     = "c1Gauge1";
     this.c1Gauge1.Size     = new System.Drawing.Size(200, 200);
     this.c1Gauge1.TabIndex = 0;
     this.c1Gauge1.ViewTag  = ((long)(664140801242852009));
     //
     // c1RadialGauge1
     //
     this.c1RadialGauge1.Cap.Border.Color       = System.Drawing.Color.DimGray;
     this.c1RadialGauge1.Cap.Filling.BrushType  = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     this.c1RadialGauge1.Cap.Filling.Color      = System.Drawing.Color.Silver;
     this.c1RadialGauge1.Cap.Filling.Color2     = System.Drawing.Color.SlateGray;
     this.c1RadialGauge1.Cap.Gradient.Direction = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialInner;
     this.c1RadialGauge1.Cap.Radius             = 7D;
     this.c1RadialGauge1.Cap.Shadow.Visible     = true;
     c1GaugeSegment2.Border.LineStyle           = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeSegment2.Clippings.AddRange(new C1.Win.C1Gauge.C1GaugeClipping[] {
         new C1.Win.C1Gauge.C1GaugeClipping("Face", C1.Win.C1Gauge.C1GaugeClipOperation.Intersect, 1D)
     });
     c1GaugeSegment2.Filling.BrushType  = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeSegment2.Filling.Color      = System.Drawing.Color.White;
     c1GaugeSegment2.Filling.Color2     = System.Drawing.Color.Transparent;
     c1GaugeSegment2.Filling.Opacity    = 0.6D;
     c1GaugeSegment2.Filling.Opacity2   = 0D;
     c1GaugeSegment2.Filling.SwapColors = true;
     c1GaugeSegment2.Gradient.Direction = C1.Win.C1Gauge.C1GaugeGradientDirection.BackwardDiagonal;
     c1GaugeSegment2.HitTestable        = false;
     c1GaugeSegment2.InnerRadius        = 140D;
     c1GaugeSegment2.StartAngle         = -90D;
     c1GaugeSegment2.SweepAngle         = 150D;
     this.c1RadialGauge1.CoverShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
         c1GaugeSegment2
     });
     c1GaugeMarks2.Filling.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     c1GaugeMarks2.Interval      = 10D;
     c1GaugeMarks2.Length        = 10D;
     c1GaugeMarks2.Shape         = C1.Win.C1Gauge.C1GaugeMarkShape.Round;
     c1GaugeMarks2.ViewTag       = ((long)(767083127391568622));
     c1GaugeMarks2.Width         = 1.5D;
     c1GaugeLabels2.Color        = System.Drawing.Color.LightGray;
     c1GaugeLabels2.FontSize     = 6D;
     c1GaugeLabels2.Interval     = 30D;
     c1GaugeLabels2.Location     = 71D;
     c1GaugeLabels2.ViewTag      = ((long)(767646077344989934));
     this.c1RadialGauge1.Decorators.AddRange(new C1.Win.C1Gauge.C1GaugeDecorator[] {
         c1GaugeMarks2,
         c1GaugeLabels2
     });
     c1GaugeSector2.Border.Color       = System.Drawing.Color.Silver;
     c1GaugeSector2.Border.Thickness   = 2D;
     c1GaugeSector2.CenterRadius       = 15D;
     c1GaugeSector2.CornerRadius       = 3D;
     c1GaugeSector2.Filling.BrushType  = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeSector2.Filling.Color      = System.Drawing.Color.SlateGray;
     c1GaugeSector2.Filling.Color2     = System.Drawing.Color.Black;
     c1GaugeSector2.Gradient.Direction = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialInner;
     c1GaugeSector2.HitTestable        = false;
     c1GaugeSector2.Name       = "Face";
     c1GaugeSector2.StartAngle = -90D;
     c1GaugeSector2.SweepAngle = 90D;
     this.c1RadialGauge1.FaceShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
         c1GaugeSector2
     });
     this.c1RadialGauge1.Maximum = 150D;
     this.c1RadialGauge1.Name    = "c1RadialGauge1";
     this.c1RadialGauge1.Pointer.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     this.c1RadialGauge1.Pointer.Filling.Color    = System.Drawing.Color.Firebrick;
     this.c1RadialGauge1.Pointer.Length           = 80D;
     this.c1RadialGauge1.Pointer.Offset           = -15D;
     this.c1RadialGauge1.Pointer.Shadow.Visible   = true;
     this.c1RadialGauge1.Pointer.Shape            = C1.Win.C1Gauge.C1GaugePointerShape.Round;
     this.c1RadialGauge1.Pointer.Value            = 30D;
     this.c1RadialGauge1.Pointer.Width            = 3.5D;
     this.c1RadialGauge1.PointerOriginX           = 0.8D;
     this.c1RadialGauge1.PointerOriginY           = 0.8D;
     this.c1RadialGauge1.Radius               = 0.76D;
     this.c1RadialGauge1.StartAngle           = -90D;
     this.c1RadialGauge1.SweepAngle           = 90D;
     this.c1RadialGauge1.Viewport.AspectPinX  = 0.5D;
     this.c1RadialGauge1.Viewport.AspectPinY  = 0.5D;
     this.c1RadialGauge1.Viewport.AspectRatio = 1D;
     this.c1RadialGauge1.ViewTag              = ((long)(766520177438147310));
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(979, 911);
     this.Controls.Add(this.c1Gauge1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #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.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.C1GaugeSegment c1GaugeSegment1 = new C1.Win.C1Gauge.C1GaugeSegment();
     this.c1Gauge1       = new C1.Win.C1Gauge.C1Gauge();
     this.c1RadialGauge1 = new C1.Win.C1Gauge.C1RadialGauge();
     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.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(20, 29);
     this.c1Gauge1.Name     = "c1Gauge1";
     this.c1Gauge1.Size     = new System.Drawing.Size(314, 373);
     this.c1Gauge1.TabIndex = 0;
     this.c1Gauge1.ViewTag  = ((long)(649504984882777612));
     //
     // c1RadialGauge1
     //
     this.c1RadialGauge1.Cap.Visible = false;
     c1GaugeMarks1.Alignment         = C1.Win.C1Gauge.C1GaugeAlignment.In;
     c1GaugeMarks1.Border.Color      = System.Drawing.Color.Blue;
     c1GaugeMarks1.Border.LineStyle  = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks1.Filling.Color     = System.Drawing.Color.RoyalBlue;
     c1GaugeMarks1.Interval          = 5;
     c1GaugeMarks1.Length            = 6.5;
     c1GaugeMarks1.Location          = 75;
     c1GaugeMarks1.ScaleFrom         = -30;
     c1GaugeMarks1.ScaleTo           = 30;
     c1GaugeMarks1.Shape             = C1.Win.C1Gauge.C1GaugeMarkShape.Round;
     c1GaugeMarks1.ViewTag           = ((long)(648660559952575640));
     c1GaugeMarks1.Width             = 0.6;
     c1GaugeMarks2.Alignment         = C1.Win.C1Gauge.C1GaugeAlignment.In;
     c1GaugeMarks2.Border.LineStyle  = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks2.Filling.Color     = System.Drawing.Color.IndianRed;
     c1GaugeMarks2.Interval          = 1;
     c1GaugeMarks2.Length            = 4;
     c1GaugeMarks2.Location          = 75;
     c1GaugeMarks2.ScaleFrom         = -30;
     c1GaugeMarks2.ScaleTo           = 30;
     c1GaugeMarks2.Shape             = C1.Win.C1Gauge.C1GaugeMarkShape.Round;
     c1GaugeMarks2.ViewTag           = ((long)(648942034929296296));
     c1GaugeMarks2.Width             = 0.6;
     c1GaugeLabels1.Color            = System.Drawing.Color.MidnightBlue;
     c1GaugeLabels1.FontSize         = 4;
     c1GaugeLabels1.Interval         = 5;
     c1GaugeLabels1.IsRotated        = true;
     c1GaugeLabels1.Location         = 63;
     c1GaugeLabels1.ScaleFrom        = -30;
     c1GaugeLabels1.ScaleTo          = 30;
     c1GaugeLabels1.TextAngle        = 90;
     c1GaugeLabels1.ViewTag          = ((long)(649223509906016953));
     this.c1RadialGauge1.Decorators.AddRange(new C1.Win.C1Gauge.C1GaugeDecorator[] {
         c1GaugeMarks1,
         c1GaugeMarks2,
         c1GaugeLabels1
     });
     c1GaugeSegment1.Border.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     c1GaugeSegment1.CenterPointX       = 0.305;
     c1GaugeSegment1.CornerRadius       = 12;
     c1GaugeSegment1.Filling.BrushType  = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeSegment1.Filling.Color      = System.Drawing.Color.SlateGray;
     c1GaugeSegment1.Filling.Color2     = System.Drawing.Color.White;
     c1GaugeSegment1.Filling.HatchStyle = C1.Win.C1Gauge.C1GaugeHatchStyle.Vertical;
     c1GaugeSegment1.Filling.SwapColors = true;
     c1GaugeSegment1.Gradient.Direction = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialInner;
     c1GaugeSegment1.Gradient.Falloff   = C1.Win.C1Gauge.C1GaugeGradientFalloff.SigmaBell;
     c1GaugeSegment1.InnerRadius        = 100;
     c1GaugeSegment1.OuterRadius        = 50;
     c1GaugeSegment1.StartAngle         = -180;
     c1GaugeSegment1.SweepAngle         = 180;
     this.c1RadialGauge1.FaceShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
         c1GaugeSegment1
     });
     this.c1RadialGauge1.Maximum                         = 15;
     this.c1RadialGauge1.Minimum                         = -15;
     this.c1RadialGauge1.Name                            = "c1RadialGauge1";
     this.c1RadialGauge1.Pointer.Alignment               = C1.Win.C1Gauge.C1GaugeAlignment.Center;
     this.c1RadialGauge1.Pointer.Border.Color            = System.Drawing.Color.IndianRed;
     this.c1RadialGauge1.Pointer.CustomShape.EndRadius   = 0.333333333333;
     this.c1RadialGauge1.Pointer.CustomShape.EndWidth    = 0.5;
     this.c1RadialGauge1.Pointer.CustomShape.StartRadius = 0.5;
     this.c1RadialGauge1.Pointer.Filling.BrushType       = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     this.c1RadialGauge1.Pointer.Filling.Color           = System.Drawing.Color.RosyBrown;
     this.c1RadialGauge1.Pointer.Filling.Color2          = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.c1RadialGauge1.Pointer.FlipShape               = true;
     this.c1RadialGauge1.Pointer.Gradient.Direction      = C1.Win.C1Gauge.C1GaugeGradientDirection.BackwardDiagonal;
     this.c1RadialGauge1.Pointer.Length                  = 4;
     this.c1RadialGauge1.Pointer.Offset                  = 80;
     this.c1RadialGauge1.Pointer.Shape                   = C1.Win.C1Gauge.C1GaugePointerShape.Custom;
     this.c1RadialGauge1.PointerOriginX                  = 2;
     this.c1RadialGauge1.Radius                          = 2.2;
     this.c1RadialGauge1.SlidingScale                    = true;
     this.c1RadialGauge1.StartAngle                      = -120;
     this.c1RadialGauge1.SweepAngle                      = 60;
     this.c1RadialGauge1.Viewport.AspectPinX             = 0.45;
     this.c1RadialGauge1.Viewport.AspectRatio            = 0.5;
     this.c1RadialGauge1.ViewTag                         = ((long)(649786459859508269));
     this.c1RadialGauge1.ValueChanged                   += new System.EventHandler(this.c1RadialGauge1_ValueChanged);
     //
     // trackBar1
     //
     this.trackBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.trackBar1.Location      = new System.Drawing.Point(340, 29);
     this.trackBar1.Maximum       = 120;
     this.trackBar1.Minimum       = -120;
     this.trackBar1.Name          = "trackBar1";
     this.trackBar1.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.trackBar1.Size          = new System.Drawing.Size(45, 373);
     this.trackBar1.TabIndex      = 1;
     this.trackBar1.TickStyle     = System.Windows.Forms.TickStyle.TopLeft;
     this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
     //
     // PageSlidingScale
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Name = "PageSlidingScale";
     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);
 }