/// <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();
     this.radChartView1 = new Telerik.WinControls.UI.RadChartView();
     ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radChartView1
     //
     this.radChartView1.AreaDesign = cartesianArea1;
     categoricalAxis1.AxisType     = Telerik.Charting.AxisType.Second;
     categoricalAxis1.IsPrimary    = true;
     linearAxis1.IsPrimary         = true;
     linearAxis1.TickOrigin        = null;
     this.radChartView1.Axes.AddRange(new Telerik.WinControls.UI.Axis[] {
         categoricalAxis1,
         linearAxis1
     });
     this.radChartView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.radChartView1.Location = new System.Drawing.Point(0, 0);
     this.radChartView1.Name     = "radChartView1";
     barSeries1.CategoryMember   = "Product";
     barSeries1.HorizontalAxis   = linearAxis1;
     barSeries1.LegendTitle      = "Total Quantity";
     barSeries1.ValueMember      = "TotalQuantity";
     barSeries1.VerticalAxis     = categoricalAxis1;
     this.radChartView1.Series.AddRange(new Telerik.WinControls.UI.ChartSeries[] {
         barSeries1
     });
     this.radChartView1.ShowGrid   = false;
     this.radChartView1.ShowLegend = true;
     this.radChartView1.Size       = new System.Drawing.Size(614, 447);
     this.radChartView1.TabIndex   = 0;
     //
     // CustomerProductsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(614, 447);
     this.Controls.Add(this.radChartView1);
     this.Name = "CustomerProductsForm";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text = "CustomerProductsForm";
     ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).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()
 {
     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();
     this.radChartView1 = new Telerik.WinControls.UI.RadChartView();
     ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).BeginInit();
     this.SuspendLayout();
     //
     // radChartView1
     //
     this.radChartView1.AreaDesign = cartesianArea1;
     categoricalAxis1.IsPrimary    = true;
     linearAxis1.AxisType          = Telerik.Charting.AxisType.Second;
     linearAxis1.IsPrimary         = true;
     this.radChartView1.Axes.AddRange(new Telerik.WinControls.UI.Axis[] {
         categoricalAxis1,
         linearAxis1
     });
     this.radChartView1.Location = new System.Drawing.Point(25, 21);
     this.radChartView1.Name     = "radChartView1";
     barSeries1.HorizontalAxis   = categoricalAxis1;
     barSeries1.VerticalAxis     = linearAxis1;
     this.radChartView1.Series.AddRange(new Telerik.WinControls.UI.ChartSeries[] {
         barSeries1
     });
     this.radChartView1.ShowGrid = false;
     this.radChartView1.Size     = new System.Drawing.Size(827, 270);
     this.radChartView1.TabIndex = 0;
     this.radChartView1.Text     = "radChartView1";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(872, 367);
     this.Controls.Add(this.radChartView1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).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()
 {
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn4  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn5  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn6  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn7  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn8  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn9  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn10 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn11 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn12 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn13 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn14 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.TableViewDefinition   tableViewDefinition1    = new Telerik.WinControls.UI.TableViewDefinition();
     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.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();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint11 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint12 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint13 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.WinControls.UI.BarSeries             barSeries2             = new Telerik.WinControls.UI.BarSeries();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint14 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint15 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint16 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint17 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint18 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint19 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint20 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint21 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint22 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint23 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint24 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint25 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint26 = new Telerik.Charting.CategoricalDataPoint();
     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.C1GaugeRange       c1GaugeRange1       = new C1.Win.C1Gauge.C1GaugeRange();
     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();
     this.aaaaaa          = new Telerik.WinControls.RootRadElement();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.cb_year         = new System.Windows.Forms.ComboBox();
     this.radSeparator3   = new Telerik.WinControls.UI.RadSeparator();
     this.label2          = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.radSeparator2   = new Telerik.WinControls.UI.RadSeparator();
     this.rBut_print      = new Telerik.WinControls.UI.RadButton();
     this.rBut_ok         = new Telerik.WinControls.UI.RadButton();
     this.monthData       = new Telerik.WinControls.UI.RadGridView();
     this.radChartView1   = new Telerik.WinControls.UI.RadChartView();
     this.radPanel1       = new Telerik.WinControls.UI.RadPanel();
     this.c1Gauge11       = new C1.Win.C1Gauge.C1Gauge();
     this.c1RG            = new C1.Win.C1Gauge.C1RadialGauge();
     this.lb_name         = new System.Windows.Forms.Label();
     this.panel3          = new System.Windows.Forms.Panel();
     this.radLabel4       = new Telerik.WinControls.UI.RadLabel();
     this.radLabel3       = new Telerik.WinControls.UI.RadLabel();
     this.panel2          = new System.Windows.Forms.Panel();
     this.lastyeartet     = new Telerik.WinControls.UI.RadLabel();
     this.lb_lastyear     = new Telerik.WinControls.UI.RadLabel();
     this.panel1          = new System.Windows.Forms.Panel();
     this.currentYearTxt  = new Telerik.WinControls.UI.RadLabel();
     this.currentYearLbl  = new Telerik.WinControls.UI.RadLabel();
     this.radSeparator1   = new Telerik.WinControls.UI.RadSeparator();
     this.bbbbbb          = new Telerik.WinControls.RootRadElement();
     this.printDialog1    = new System.Windows.Forms.PrintDialog();
     this.printDocument1  = new System.Drawing.Printing.PrintDocument();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rBut_print)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rBut_ok)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.monthData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.monthData.MasterTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit();
     this.radPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge11)).BeginInit();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lastyeartet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lb_lastyear)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.currentYearTxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.currentYearLbl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator1)).BeginInit();
     this.SuspendLayout();
     //
     // aaaaaa
     //
     this.aaaaaa.Name = "aaaaaa";
     this.aaaaaa.StretchHorizontally = true;
     this.aaaaaa.StretchVertically   = true;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.Location   = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name       = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.Window;
     this.splitContainer1.Panel1.Controls.Add(this.cb_year);
     this.splitContainer1.Panel1.Controls.Add(this.radSeparator3);
     this.splitContainer1.Panel1.Controls.Add(this.label2);
     this.splitContainer1.Panel1.Controls.Add(this.label1);
     this.splitContainer1.Panel1.Controls.Add(this.radSeparator2);
     this.splitContainer1.Panel1.Controls.Add(this.rBut_print);
     this.splitContainer1.Panel1.Controls.Add(this.rBut_ok);
     this.splitContainer1.Panel1.Controls.Add(this.monthData);
     this.splitContainer1.Panel1.Controls.Add(this.radChartView1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.radPanel1);
     this.splitContainer1.Size             = new System.Drawing.Size(1288, 730);
     this.splitContainer1.SplitterDistance = 958;
     this.splitContainer1.TabIndex         = 0;
     //
     // cb_year
     //
     this.cb_year.FormattingEnabled = true;
     this.cb_year.Location          = new System.Drawing.Point(773, 16);
     this.cb_year.Name     = "cb_year";
     this.cb_year.Size     = new System.Drawing.Size(58, 20);
     this.cb_year.TabIndex = 86;
     //
     // radSeparator3
     //
     this.radSeparator3.Location = new System.Drawing.Point(23, 70);
     this.radSeparator3.Name     = "radSeparator3";
     this.radSeparator3.Size     = new System.Drawing.Size(109, 10);
     this.radSeparator3.TabIndex = 80;
     this.radSeparator3.Text     = "radSeparator2";
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator3.GetChildAt(0).GetChildAt(0))).SeparatorOrientation = Telerik.WinControls.SepOrientation.Horizontal;
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator3.GetChildAt(0).GetChildAt(0))).SweepAngle           = 0;
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator3.GetChildAt(0).GetChildAt(0))).FitToSizeMode        = Telerik.WinControls.RadFitToSizeMode.FitToParentPadding;
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator3.GetChildAt(0).GetChildAt(0))).BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(212)))), ((int)(((byte)(218)))));
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator3.GetChildAt(0).GetChildAt(0))).SmoothingMode        = System.Drawing.Drawing2D.SmoothingMode.None;
     //
     // label2
     //
     this.label2.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.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location  = new System.Drawing.Point(26, 358);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(110, 16);
     this.label2.TabIndex  = 81;
     this.label2.Text      = "多年指标数据";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label1
     //
     this.label1.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.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location  = new System.Drawing.Point(20, 48);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(110, 16);
     this.label1.TabIndex  = 81;
     this.label1.Text      = "当年指标数据";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // radSeparator2
     //
     this.radSeparator2.Location = new System.Drawing.Point(27, 377);
     this.radSeparator2.Name     = "radSeparator2";
     this.radSeparator2.Size     = new System.Drawing.Size(109, 10);
     this.radSeparator2.TabIndex = 80;
     this.radSeparator2.Text     = "radSeparator2";
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator2.GetChildAt(0).GetChildAt(0))).SeparatorOrientation = Telerik.WinControls.SepOrientation.Horizontal;
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator2.GetChildAt(0).GetChildAt(0))).SweepAngle           = 0;
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator2.GetChildAt(0).GetChildAt(0))).FitToSizeMode        = Telerik.WinControls.RadFitToSizeMode.FitToParentPadding;
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator2.GetChildAt(0).GetChildAt(0))).BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(212)))), ((int)(((byte)(218)))));
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator2.GetChildAt(0).GetChildAt(0))).SmoothingMode        = System.Drawing.Drawing2D.SmoothingMode.None;
     //
     // rBut_print
     //
     this.rBut_print.Location = new System.Drawing.Point(899, 16);
     this.rBut_print.Name     = "rBut_print";
     this.rBut_print.Size     = new System.Drawing.Size(56, 20);
     this.rBut_print.TabIndex = 84;
     this.rBut_print.Text     = "打印报表";
     this.rBut_print.Click   += new System.EventHandler(this.rBut_print_Click);
     //
     // rBut_ok
     //
     this.rBut_ok.Location = new System.Drawing.Point(837, 16);
     this.rBut_ok.Name     = "rBut_ok";
     this.rBut_ok.Size     = new System.Drawing.Size(56, 20);
     this.rBut_ok.TabIndex = 85;
     this.rBut_ok.Text     = "确定";
     this.rBut_ok.Click   += new System.EventHandler(this.rBut_ok_Click);
     //
     // monthData
     //
     this.monthData.Location = new System.Drawing.Point(16, 398);
     //
     //
     //
     gridViewTextBoxColumn1.HeaderText  = "年份";
     gridViewTextBoxColumn1.Name        = "yearCol";
     gridViewTextBoxColumn1.Width       = 68;
     gridViewTextBoxColumn2.HeaderText  = "一月";
     gridViewTextBoxColumn2.Name        = "month01Col";
     gridViewTextBoxColumn2.Width       = 68;
     gridViewTextBoxColumn3.HeaderText  = "二月";
     gridViewTextBoxColumn3.Name        = "month02Col";
     gridViewTextBoxColumn3.Width       = 68;
     gridViewTextBoxColumn4.HeaderText  = "三月";
     gridViewTextBoxColumn4.Name        = "month03Col";
     gridViewTextBoxColumn4.Width       = 68;
     gridViewTextBoxColumn5.HeaderText  = "四月";
     gridViewTextBoxColumn5.Name        = "month04Col";
     gridViewTextBoxColumn5.Width       = 68;
     gridViewTextBoxColumn6.HeaderText  = "五月";
     gridViewTextBoxColumn6.Name        = "month05Col";
     gridViewTextBoxColumn6.Width       = 68;
     gridViewTextBoxColumn7.HeaderText  = "六月";
     gridViewTextBoxColumn7.Name        = "month06Col";
     gridViewTextBoxColumn7.Width       = 68;
     gridViewTextBoxColumn8.HeaderText  = "七月";
     gridViewTextBoxColumn8.Name        = "month07Col";
     gridViewTextBoxColumn8.Width       = 68;
     gridViewTextBoxColumn9.HeaderText  = "八月";
     gridViewTextBoxColumn9.Name        = "month08Col";
     gridViewTextBoxColumn9.Width       = 68;
     gridViewTextBoxColumn10.HeaderText = "九月";
     gridViewTextBoxColumn10.Name       = "month09Col";
     gridViewTextBoxColumn10.Width      = 68;
     gridViewTextBoxColumn11.HeaderText = "十月";
     gridViewTextBoxColumn11.Name       = "month10Col";
     gridViewTextBoxColumn11.Width      = 68;
     gridViewTextBoxColumn12.HeaderText = "十一月";
     gridViewTextBoxColumn12.Name       = "month11Col";
     gridViewTextBoxColumn12.Width      = 68;
     gridViewTextBoxColumn13.HeaderText = "十二月";
     gridViewTextBoxColumn13.Name       = "month12Col";
     gridViewTextBoxColumn13.Width      = 68;
     gridViewTextBoxColumn14.HeaderText = "总数";
     gridViewTextBoxColumn14.Name       = "Sum";
     gridViewTextBoxColumn14.Width      = 67;
     this.monthData.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
         gridViewTextBoxColumn1,
         gridViewTextBoxColumn2,
         gridViewTextBoxColumn3,
         gridViewTextBoxColumn4,
         gridViewTextBoxColumn5,
         gridViewTextBoxColumn6,
         gridViewTextBoxColumn7,
         gridViewTextBoxColumn8,
         gridViewTextBoxColumn9,
         gridViewTextBoxColumn10,
         gridViewTextBoxColumn11,
         gridViewTextBoxColumn12,
         gridViewTextBoxColumn13,
         gridViewTextBoxColumn14
     });
     this.monthData.MasterTemplate.ShowRowHeaderColumn = false;
     this.monthData.MasterTemplate.ViewDefinition      = tableViewDefinition1;
     this.monthData.Name           = "monthData";
     this.monthData.ReadOnly       = true;
     this.monthData.ShowGroupPanel = false;
     this.monthData.Size           = new System.Drawing.Size(939, 332);
     this.monthData.TabIndex       = 83;
     this.monthData.Text           = "radGridView1";
     //
     // 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.radChartView1.Location     = new System.Drawing.Point(-25, 62);
     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;
     categoricalDataPoint6.Category  = "F";
     categoricalDataPoint6.Label     = "12";
     categoricalDataPoint6.Value     = 12D;
     categoricalDataPoint7.Category  = "G";
     categoricalDataPoint7.Label     = 45D;
     categoricalDataPoint7.Value     = 45D;
     categoricalDataPoint8.Category  = "H";
     categoricalDataPoint8.Label     = 33D;
     categoricalDataPoint8.Value     = 33D;
     categoricalDataPoint9.Category  = "I";
     categoricalDataPoint9.Label     = 22D;
     categoricalDataPoint9.Value     = 22D;
     categoricalDataPoint10.Category = "J";
     categoricalDataPoint10.Label    = 11D;
     categoricalDataPoint10.Value    = 11D;
     categoricalDataPoint11.Category = "K";
     categoricalDataPoint11.Label    = 3D;
     categoricalDataPoint11.Value    = 3D;
     categoricalDataPoint12.Category = "L";
     categoricalDataPoint12.Label    = 45D;
     categoricalDataPoint12.Value    = 45D;
     categoricalDataPoint13.Category = "M";
     categoricalDataPoint13.Label    = 23D;
     categoricalDataPoint13.Value    = 23D;
     barSeries1.DataPoints.AddRange(new Telerik.Charting.DataPoint[] {
         categoricalDataPoint1,
         categoricalDataPoint2,
         categoricalDataPoint3,
         categoricalDataPoint4,
         categoricalDataPoint5,
         categoricalDataPoint6,
         categoricalDataPoint7,
         categoricalDataPoint8,
         categoricalDataPoint9,
         categoricalDataPoint10,
         categoricalDataPoint11,
         categoricalDataPoint12,
         categoricalDataPoint13
     });
     barSeries1.HorizontalAxis       = categoricalAxis1;
     barSeries1.LabelMode            = Telerik.WinControls.UI.BarLabelModes.Top;
     barSeries1.LegendTitle          = null;
     barSeries1.ShowLabels           = true;
     barSeries1.VerticalAxis         = linearAxis1;
     categoricalDataPoint14.Category = "A";
     categoricalDataPoint14.Label    = 18D;
     categoricalDataPoint14.Value    = 18D;
     categoricalDataPoint15.Category = "B";
     categoricalDataPoint15.Label    = 70D;
     categoricalDataPoint15.Value    = 70D;
     categoricalDataPoint16.Category = "C";
     categoricalDataPoint16.Label    = 41D;
     categoricalDataPoint16.Value    = 41D;
     categoricalDataPoint17.Category = "D";
     categoricalDataPoint17.Label    = 40D;
     categoricalDataPoint17.Value    = 40D;
     categoricalDataPoint18.Category = "E";
     categoricalDataPoint18.Label    = 54D;
     categoricalDataPoint18.Value    = 54D;
     categoricalDataPoint19.Category = "F";
     categoricalDataPoint19.Label    = 44D;
     categoricalDataPoint19.Value    = 44D;
     categoricalDataPoint20.Category = "G";
     categoricalDataPoint20.Label    = 45D;
     categoricalDataPoint20.Value    = 45D;
     categoricalDataPoint21.Category = "H";
     categoricalDataPoint21.Label    = 23D;
     categoricalDataPoint21.Value    = 23D;
     categoricalDataPoint22.Category = "I";
     categoricalDataPoint22.Label    = 65D;
     categoricalDataPoint22.Value    = 65D;
     categoricalDataPoint23.Category = "J";
     categoricalDataPoint23.Label    = 34D;
     categoricalDataPoint23.Value    = 34D;
     categoricalDataPoint24.Category = "K";
     categoricalDataPoint24.Label    = 23D;
     categoricalDataPoint24.Value    = 23D;
     categoricalDataPoint25.Category = "L";
     categoricalDataPoint25.Label    = 34D;
     categoricalDataPoint25.Value    = 34D;
     categoricalDataPoint26.Category = "M";
     categoricalDataPoint26.Label    = 22D;
     categoricalDataPoint26.Value    = 22D;
     barSeries2.DataPoints.AddRange(new Telerik.Charting.DataPoint[] {
         categoricalDataPoint14,
         categoricalDataPoint15,
         categoricalDataPoint16,
         categoricalDataPoint17,
         categoricalDataPoint18,
         categoricalDataPoint19,
         categoricalDataPoint20,
         categoricalDataPoint21,
         categoricalDataPoint22,
         categoricalDataPoint23,
         categoricalDataPoint24,
         categoricalDataPoint25,
         categoricalDataPoint26
     });
     barSeries2.HorizontalAxis = categoricalAxis1;
     barSeries2.LabelMode      = Telerik.WinControls.UI.BarLabelModes.Top;
     barSeries2.LegendTitle    = null;
     barSeries2.ShowLabels     = true;
     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(987, 329);
     this.radChartView1.TabIndex = 1;
     this.radChartView1.Text     = "radChartView1";
     //
     // radPanel1
     //
     this.radPanel1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(247)))), ((int)(((byte)(248)))));
     this.radPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.radPanel1.Controls.Add(this.c1Gauge11);
     this.radPanel1.Controls.Add(this.lb_name);
     this.radPanel1.Controls.Add(this.panel3);
     this.radPanel1.Controls.Add(this.panel2);
     this.radPanel1.Controls.Add(this.panel1);
     this.radPanel1.Controls.Add(this.radSeparator1);
     this.radPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.radPanel1.Location = new System.Drawing.Point(0, 0);
     this.radPanel1.Name     = "radPanel1";
     this.radPanel1.Size     = new System.Drawing.Size(326, 730);
     this.radPanel1.TabIndex = 0;
     //
     // c1Gauge11
     //
     this.c1Gauge11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.c1Gauge11.Gauges.AddRange(new C1.Win.C1Gauge.C1GaugeBase[] {
         this.c1RG
     });
     this.c1Gauge11.Location = new System.Drawing.Point(40, 28);
     this.c1Gauge11.Name     = "c1Gauge11";
     this.c1Gauge11.Size     = new System.Drawing.Size(251, 259);
     this.c1Gauge11.TabIndex = 83;
     this.c1Gauge11.ViewTag  = ((long)(664700988505669265));
     //
     // c1RG
     //
     this.c1RG.Cap.Border.Color         = System.Drawing.Color.DarkGray;
     this.c1RG.Cap.Filling.BrushType    = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     this.c1RG.Cap.Filling.Color        = System.Drawing.Color.WhiteSmoke;
     this.c1RG.Cap.Filling.Color2       = System.Drawing.Color.LightGray;
     this.c1RG.Cap.Filling.SwapColors   = true;
     this.c1RG.Cap.Gradient.Direction   = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialInner;
     this.c1RG.Cap.Gradient.Falloff     = C1.Win.C1Gauge.C1GaugeGradientFalloff.Triangular;
     this.c1RG.Cap.Gradient.FocusScaleX = 0.3D;
     this.c1RG.Cap.Gradient.FocusScaleY = 0.3D;
     this.c1RG.Cap.Radius             = 12D;
     this.c1RG.Cap.Shadow.Visible     = true;
     c1GaugeLabels1.AllowFlip         = true;
     c1GaugeLabels1.Color             = System.Drawing.Color.Black;
     c1GaugeLabels1.FontSize          = 10D;
     c1GaugeLabels1.Interval          = 10D;
     c1GaugeLabels1.Location          = 75D;
     c1GaugeLabels1.ViewTag           = ((long)(728035773812438077));
     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           = 10D;
     c1GaugeMarks1.Length             = 12D;
     c1GaugeMarks1.Location           = 60D;
     c1GaugeMarks1.ViewTag            = ((long)(730850523579544637));
     c1GaugeMarks1.Width              = 1D;
     c1GaugeMarks2.Border.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     c1GaugeMarks2.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks2.Filling.Color      = System.Drawing.Color.Black;
     c1GaugeMarks2.Interval           = 2.5D;
     c1GaugeMarks2.Length             = 5D;
     c1GaugeMarks2.Location           = 60D;
     c1GaugeMarks2.ViewTag            = ((long)(731413473532965949));
     c1GaugeMarks2.Width              = 1D;
     c1GaugeRange1.AntiAliasing       = C1.Win.C1Gauge.C1GaugeRangeAntiAliasing.LowQuality;
     c1GaugeRange1.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeRange1.Filling.Color      = System.Drawing.Color.LightGray;
     c1GaugeRange1.From               = 75D;
     c1GaugeRange1.Location2          = 40D;
     c1GaugeRange1.ViewTag            = ((long)(728598723765859389));
     c1GaugeRange1.Width              = 1D;
     c1GaugeRange1.Width2             = 12D;
     c1GaugeSingleLabel1.Angle        = 180D;
     c1GaugeSingleLabel1.Font         = new System.Drawing.Font("Courier New", 14.25F);
     c1GaugeSingleLabel1.PointerIndex = 1;
     c1GaugeSingleLabel1.ViewTag      = ((long)(820920637043466495));
     this.c1RG.Decorators.AddRange(new C1.Win.C1Gauge.C1GaugeDecorator[] {
         c1GaugeLabels1,
         c1GaugeMarks1,
         c1GaugeMarks2,
         c1GaugeRange1,
         c1GaugeSingleLabel1
     });
     c1GaugeEllipse1.Border.LineStyle  = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeEllipse1.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeEllipse1.Filling.Color     = System.Drawing.Color.WhiteSmoke;
     c1GaugeEllipse1.Filling.Color2    = System.Drawing.Color.LightGray;
     c1GaugeEllipse1.Height            = -1.05D;
     c1GaugeEllipse1.HitTestable       = false;
     c1GaugeEllipse1.Width             = -1.05D;
     c1GaugeEllipse2.Border.LineStyle  = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeEllipse2.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeEllipse2.Filling.Color     = System.Drawing.Color.LightGray;
     c1GaugeEllipse2.Filling.Color2    = System.Drawing.Color.WhiteSmoke;
     c1GaugeEllipse2.HitTestable       = false;
     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.Gainsboro;
     c1GaugeEllipse3.Gradient.Falloff  = C1.Win.C1Gauge.C1GaugeGradientFalloff.Triangular;
     c1GaugeEllipse3.Gradient.Focus    = 0.08D;
     c1GaugeEllipse3.Height            = -0.93D;
     c1GaugeEllipse3.HitTestable       = false;
     c1GaugeEllipse3.Width             = -0.93D;
     c1GaugeCaption1.CenterPointY      = 0.9D;
     c1GaugeCaption1.FontSize          = 10D;
     c1GaugeCaption1.Text         = "C1Gauge";
     c1GaugeCaption1.Visible      = false;
     c1GaugeCaption2.CenterPointY = 1.12D;
     c1GaugeCaption2.Font         = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
     c1GaugeCaption2.Text         = "包内化学指标卡不合格报告数 ";
     c1GaugeCaption2.Visible      = false;
     this.c1RG.FaceShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
         c1GaugeEllipse1,
         c1GaugeEllipse2,
         c1GaugeEllipse3,
         c1GaugeCaption1,
         c1GaugeCaption2
     });
     this.c1RG.Name = "c1RG";
     this.c1RG.Pointer.Border.Color       = System.Drawing.Color.IndianRed;
     this.c1RG.Pointer.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     this.c1RG.Pointer.Filling.Color      = System.Drawing.Color.Salmon;
     this.c1RG.Pointer.Filling.HatchStyle = C1.Win.C1Gauge.C1GaugeHatchStyle.Wave;
     this.c1RG.Pointer.Length             = 100D;
     this.c1RG.Pointer.Offset             = -30D;
     this.c1RG.Pointer.Shadow.Visible     = true;
     this.c1RG.Pointer.Shape = C1.Win.C1Gauge.C1GaugePointerShape.Round;
     this.c1RG.Pointer.Width = 6D;
     this.c1RG.Radius        = 0.45D;
     this.c1RG.StartAngle    = -130D;
     this.c1RG.SweepAngle    = 260D;
     this.c1RG.ViewTag       = ((long)(727472823859016765));
     //
     // lb_name
     //
     this.lb_name.AutoSize  = true;
     this.lb_name.Font      = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lb_name.Location  = new System.Drawing.Point(64, 290);
     this.lb_name.Name      = "lb_name";
     this.lb_name.Size      = new System.Drawing.Size(178, 16);
     this.lb_name.TabIndex  = 82;
     this.lb_name.Text      = "每月平均处理器械件数\t\r\n";
     this.lb_name.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.SystemColors.Window;
     this.panel3.Controls.Add(this.radLabel4);
     this.panel3.Controls.Add(this.radLabel3);
     this.panel3.Location = new System.Drawing.Point(18, 544);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(296, 61);
     this.panel3.TabIndex = 80;
     //
     // 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(46, 18);
     this.radLabel4.Name          = "radLabel4";
     this.radLabel4.Size          = new System.Drawing.Size(117, 31);
     this.radLabel4.TabIndex      = 84;
     this.radLabel4.Text          = "指标趋势:";
     this.radLabel4.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     //
     // 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(209, 14);
     this.radLabel3.Name     = "radLabel3";
     this.radLabel3.Size     = new System.Drawing.Size(59, 35);
     this.radLabel3.TabIndex = 85;
     this.radLabel3.Text     = "上升";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.Window;
     this.panel2.Controls.Add(this.lastyeartet);
     this.panel2.Controls.Add(this.lb_lastyear);
     this.panel2.Location = new System.Drawing.Point(18, 450);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(296, 61);
     this.panel2.TabIndex = 80;
     //
     // 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(209, 18);
     this.lastyeartet.Name     = "lastyeartet";
     this.lastyeartet.Size     = new System.Drawing.Size(48, 35);
     this.lastyeartet.TabIndex = 86;
     this.lastyeartet.Text     = "680";
     //
     // 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, 18);
     this.lb_lastyear.Name          = "lb_lastyear";
     this.lb_lastyear.Size          = new System.Drawing.Size(160, 31);
     this.lb_lastyear.TabIndex      = 83;
     this.lb_lastyear.Text          = "去年处理总数:";
     this.lb_lastyear.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.Window;
     this.panel1.Controls.Add(this.currentYearTxt);
     this.panel1.Controls.Add(this.currentYearLbl);
     this.panel1.ForeColor = System.Drawing.Color.Black;
     this.panel1.Location  = new System.Drawing.Point(18, 365);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(296, 61);
     this.panel1.TabIndex  = 80;
     //
     // 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(209, 12);
     this.currentYearTxt.Name     = "currentYearTxt";
     this.currentYearTxt.Size     = new System.Drawing.Size(60, 35);
     this.currentYearTxt.TabIndex = 87;
     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, 16);
     this.currentYearLbl.Name          = "currentYearLbl";
     this.currentYearLbl.Size          = new System.Drawing.Size(160, 31);
     this.currentYearLbl.TabIndex      = 82;
     this.currentYearLbl.Text          = "今年处理总数:";
     this.currentYearLbl.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     //
     // radSeparator1
     //
     this.radSeparator1.Location = new System.Drawing.Point(18, 319);
     this.radSeparator1.Name     = "radSeparator1";
     this.radSeparator1.Size     = new System.Drawing.Size(296, 10);
     this.radSeparator1.TabIndex = 79;
     this.radSeparator1.Text     = "radSeparator1";
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator1.GetChildAt(0).GetChildAt(0))).SeparatorOrientation = Telerik.WinControls.SepOrientation.Horizontal;
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator1.GetChildAt(0).GetChildAt(0))).SweepAngle           = 0;
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator1.GetChildAt(0).GetChildAt(0))).FitToSizeMode        = Telerik.WinControls.RadFitToSizeMode.FitToParentPadding;
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator1.GetChildAt(0).GetChildAt(0))).BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(212)))), ((int)(((byte)(218)))));
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator1.GetChildAt(0).GetChildAt(0))).SmoothingMode        = System.Drawing.Drawing2D.SmoothingMode.None;
     //
     // bbbbbb
     //
     this.bbbbbb.ClipDrawing         = true;
     this.bbbbbb.Name                = "bbbbbb";
     this.bbbbbb.StretchHorizontally = true;
     this.bbbbbb.StretchVertically   = true;
     //
     // printDialog1
     //
     this.printDialog1.UseEXDialog = true;
     //
     // printDocument1
     //
     this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // DisposeInstrument
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Window;
     this.ClientSize          = new System.Drawing.Size(1288, 730);
     this.Controls.Add(this.splitContainer1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DisposeInstrument";
     this.ShowIcon        = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "每月平均处理器械件数";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rBut_print)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rBut_ok)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.monthData.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.monthData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit();
     this.radPanel1.ResumeLayout(false);
     this.radPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge11)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lastyeartet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lb_lastyear)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.currentYearTxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.currentYearLbl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator1)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #4
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   cartesianArea2         = new Telerik.WinControls.UI.CartesianArea();
     Telerik.WinControls.UI.CategoricalAxis categoricalAxis2       = new Telerik.WinControls.UI.CategoricalAxis();
     Telerik.WinControls.UI.LinearAxis      linearAxis2            = new Telerik.WinControls.UI.LinearAxis();
     Telerik.WinControls.UI.BarSeries       barSeries3             = new Telerik.WinControls.UI.BarSeries();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint11 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint12 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint13 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint14 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint15 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.WinControls.UI.BarSeries       barSeries4             = new Telerik.WinControls.UI.BarSeries();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint16 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint17 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint18 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint19 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint20 = new Telerik.Charting.CategoricalDataPoint();
     C1.Win.C1Gauge.C1GaugeLabels           c1GaugeLabels2         = new C1.Win.C1Gauge.C1GaugeLabels();
     C1.Win.C1Gauge.C1GaugeMarks            c1GaugeMarks3          = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks            c1GaugeMarks4          = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeRange            c1GaugeRange2          = new C1.Win.C1Gauge.C1GaugeRange();
     C1.Win.C1Gauge.C1GaugeSingleLabel      c1GaugeSingleLabel2    = new C1.Win.C1Gauge.C1GaugeSingleLabel();
     C1.Win.C1Gauge.C1GaugeEllipse          c1GaugeEllipse4        = new C1.Win.C1Gauge.C1GaugeEllipse();
     C1.Win.C1Gauge.C1GaugeEllipse          c1GaugeEllipse5        = new C1.Win.C1Gauge.C1GaugeEllipse();
     C1.Win.C1Gauge.C1GaugeEllipse          c1GaugeEllipse6        = new C1.Win.C1Gauge.C1GaugeEllipse();
     C1.Win.C1Gauge.C1GaugeCaption          c1GaugeCaption3        = new C1.Win.C1Gauge.C1GaugeCaption();
     C1.Win.C1Gauge.C1GaugeCaption          c1GaugeCaption4        = new C1.Win.C1Gauge.C1GaugeCaption();
     this.button1           = new System.Windows.Forms.Button();
     this.radChartView1     = new Telerik.WinControls.UI.RadChartView();
     this.cb_month          = new System.Windows.Forms.ComboBox();
     this.label2            = new System.Windows.Forms.Label();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
     this.radLabel3         = new Telerik.WinControls.UI.RadLabel();
     this.radLabel4         = new Telerik.WinControls.UI.RadLabel();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.currentYearTxt    = new Telerik.WinControls.UI.RadLabel();
     this.currentYearLbl    = new Telerik.WinControls.UI.RadLabel();
     this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
     this.lastyeartet       = new Telerik.WinControls.UI.RadLabel();
     this.lb_lastyear       = new Telerik.WinControls.UI.RadLabel();
     this.radSeparator3     = new Telerik.WinControls.UI.RadSeparator();
     this.c1Gauge11         = new C1.Win.C1Gauge.C1Gauge();
     this.c1RG15            = new C1.Win.C1Gauge.C1RadialGauge();
     this.radSeparator2     = new Telerik.WinControls.UI.RadSeparator();
     this.dataGridView1     = new System.Windows.Forms.DataGridView();
     this.Column1           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column6           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column7           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column8           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column9           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column10          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column11          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column12          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.radPanel1         = new Telerik.WinControls.UI.RadPanel();
     this.radPanel2         = new Telerik.WinControls.UI.RadPanel();
     ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.tableLayoutPanel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     this.tableLayoutPanel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.currentYearTxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.currentYearLbl)).BeginInit();
     this.tableLayoutPanel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lastyeartet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lb_lastyear)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit();
     this.radPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel2)).BeginInit();
     this.radPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Segoe UI", 9F);
     this.button1.Location = new System.Drawing.Point(843, 10);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(112, 21);
     this.button1.TabIndex = 5;
     this.button1.Text     = "确定";
     this.button1.UseVisualStyleBackColor = true;
     //
     // radChartView1
     //
     this.radChartView1.AreaDesign       = cartesianArea2;
     categoricalAxis2.IsPrimary          = true;
     categoricalAxis2.LabelRotationAngle = 300D;
     categoricalAxis2.Title         = "";
     linearAxis2.AxisType           = Telerik.Charting.AxisType.Second;
     linearAxis2.IsPrimary          = true;
     linearAxis2.LabelRotationAngle = 300D;
     linearAxis2.MajorStep          = 10D;
     linearAxis2.TickOrigin         = null;
     linearAxis2.Title = "";
     this.radChartView1.Axes.AddRange(new Telerik.WinControls.UI.Axis[] {
         categoricalAxis2,
         linearAxis2
     });
     this.radChartView1.Location     = new System.Drawing.Point(19, 58);
     this.radChartView1.Margin       = new System.Windows.Forms.Padding(50, 3, 3, 10);
     this.radChartView1.Name         = "radChartView1";
     categoricalDataPoint11.Category = "A";
     categoricalDataPoint11.Label    = 16D;
     categoricalDataPoint11.Value    = 16D;
     categoricalDataPoint12.Category = "B";
     categoricalDataPoint12.Label    = 80D;
     categoricalDataPoint12.Value    = 80D;
     categoricalDataPoint13.Category = "C";
     categoricalDataPoint13.Label    = 25D;
     categoricalDataPoint13.Value    = 25D;
     categoricalDataPoint14.Category = "D";
     categoricalDataPoint14.Label    = 34D;
     categoricalDataPoint14.Value    = 34D;
     categoricalDataPoint15.Category = "E";
     categoricalDataPoint15.Label    = 52D;
     categoricalDataPoint15.Value    = 52D;
     barSeries3.DataPoints.AddRange(new Telerik.Charting.DataPoint[] {
         categoricalDataPoint11,
         categoricalDataPoint12,
         categoricalDataPoint13,
         categoricalDataPoint14,
         categoricalDataPoint15
     });
     barSeries3.HorizontalAxis       = categoricalAxis2;
     barSeries3.LabelMode            = Telerik.WinControls.UI.BarLabelModes.Top;
     barSeries3.LegendTitle          = null;
     barSeries3.VerticalAxis         = linearAxis2;
     categoricalDataPoint16.Category = "A";
     categoricalDataPoint16.Label    = 18D;
     categoricalDataPoint16.Value    = 18D;
     categoricalDataPoint17.Category = "B";
     categoricalDataPoint17.Label    = 70D;
     categoricalDataPoint17.Value    = 70D;
     categoricalDataPoint18.Category = "C";
     categoricalDataPoint18.Label    = 41D;
     categoricalDataPoint18.Value    = 41D;
     categoricalDataPoint19.Category = "D";
     categoricalDataPoint19.Label    = 40D;
     categoricalDataPoint19.Value    = 40D;
     categoricalDataPoint20.Category = "E";
     categoricalDataPoint20.Label    = 54D;
     categoricalDataPoint20.Value    = 54D;
     barSeries4.DataPoints.AddRange(new Telerik.Charting.DataPoint[] {
         categoricalDataPoint16,
         categoricalDataPoint17,
         categoricalDataPoint18,
         categoricalDataPoint19,
         categoricalDataPoint20
     });
     barSeries4.HorizontalAxis = categoricalAxis2;
     barSeries4.LabelMode      = Telerik.WinControls.UI.BarLabelModes.Top;
     barSeries4.LegendTitle    = null;
     barSeries4.VerticalAxis   = linearAxis2;
     this.radChartView1.Series.AddRange(new Telerik.WinControls.UI.ChartSeries[] {
         barSeries3,
         barSeries4
     });
     this.radChartView1.ShowGrid = false;
     this.radChartView1.Size     = new System.Drawing.Size(919, 320);
     this.radChartView1.TabIndex = 0;
     this.radChartView1.Text     = "radChartView1";
     //
     // cb_month
     //
     this.cb_month.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.cb_month.FormattingEnabled = true;
     this.cb_month.Location          = new System.Drawing.Point(632, 9);
     this.cb_month.Name     = "cb_month";
     this.cb_month.Size     = new System.Drawing.Size(107, 20);
     this.cb_month.TabIndex = 2;
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(790, 8);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(27, 21);
     this.label2.TabIndex = 4;
     this.label2.Text     = "年";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor   = System.Drawing.SystemColors.Window;
     this.tableLayoutPanel1.ColumnCount = 4;
     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.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.radSeparator2, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.radPanel1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.radPanel2, 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(1349, 789);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // tableLayoutPanel2
     //
     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.tableLayoutPanel3, 0, 2);
     this.tableLayoutPanel2.Controls.Add(this.radSeparator3, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.c1Gauge11, 0, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(1001, 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.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(324, 783);
     this.tableLayoutPanel2.TabIndex = 1;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.BackColor   = System.Drawing.SystemColors.Control;
     this.tableLayoutPanel3.ColumnCount = 1;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 56.46259F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 43.53741F));
     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, 434);
     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(324, 349);
     this.tableLayoutPanel3.TabIndex = 79;
     //
     // 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.89764F));
     this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 31.10236F));
     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, 228);
     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(284, 64);
     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(198, 14);
     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(75, 16);
     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;
     //
     // 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, 68.11024F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 31.88976F));
     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(284, 64);
     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(196, 14);
     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(8, 16);
     this.currentYearLbl.Name          = "currentYearLbl";
     this.currentYearLbl.Size          = new System.Drawing.Size(182, 31);
     this.currentYearLbl.TabIndex      = 0;
     this.currentYearLbl.Text          = "今年不及格总数:";
     this.currentYearLbl.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, 68.89764F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 31.10236F));
     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, 124);
     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(284, 64);
     this.tableLayoutPanel5.TabIndex = 7;
     //
     // 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(198, 14);
     this.lastyeartet.Name     = "lastyeartet";
     this.lastyeartet.Size     = new System.Drawing.Size(48, 35);
     this.lastyeartet.TabIndex = 1;
     this.lastyeartet.Text     = "680";
     //
     // 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(10, 16);
     this.lb_lastyear.Name          = "lb_lastyear";
     this.lb_lastyear.Size          = new System.Drawing.Size(182, 31);
     this.lb_lastyear.TabIndex      = 0;
     this.lb_lastyear.Text          = "去年不及格总数:";
     this.lb_lastyear.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
     //
     // 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(32, 429);
     this.radSeparator3.Name     = "radSeparator3";
     this.radSeparator3.Size     = new System.Drawing.Size(260, 2);
     this.radSeparator3.TabIndex = 0;
     this.radSeparator3.Text     = "radSeparator3";
     //
     // c1Gauge11
     //
     this.c1Gauge11.Dock = System.Windows.Forms.DockStyle.Fill;
     this.c1Gauge11.Gauges.AddRange(new C1.Win.C1Gauge.C1GaugeBase[] {
         this.c1RG15
     });
     this.c1Gauge11.Location = new System.Drawing.Point(3, 3);
     this.c1Gauge11.Name     = "c1Gauge11";
     this.c1Gauge11.Size     = new System.Drawing.Size(318, 420);
     this.c1Gauge11.TabIndex = 77;
     this.c1Gauge11.ViewTag  = ((long)(664700988505669265));
     //
     // c1RG15
     //
     this.c1RG15.Cap.Border.Color         = System.Drawing.Color.DarkGray;
     this.c1RG15.Cap.Filling.BrushType    = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     this.c1RG15.Cap.Filling.Color        = System.Drawing.Color.WhiteSmoke;
     this.c1RG15.Cap.Filling.Color2       = System.Drawing.Color.LightGray;
     this.c1RG15.Cap.Filling.SwapColors   = true;
     this.c1RG15.Cap.Gradient.Direction   = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialInner;
     this.c1RG15.Cap.Gradient.Falloff     = C1.Win.C1Gauge.C1GaugeGradientFalloff.Triangular;
     this.c1RG15.Cap.Gradient.FocusScaleX = 0.3D;
     this.c1RG15.Cap.Gradient.FocusScaleY = 0.3D;
     this.c1RG15.Cap.Radius           = 12D;
     this.c1RG15.Cap.Shadow.Visible   = true;
     c1GaugeLabels2.AllowFlip         = true;
     c1GaugeLabels2.Color             = System.Drawing.Color.Black;
     c1GaugeLabels2.FontSize          = 10D;
     c1GaugeLabels2.Interval          = 10D;
     c1GaugeLabels2.Location          = 75D;
     c1GaugeLabels2.ViewTag           = ((long)(728035773812438077));
     c1GaugeMarks3.Border.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     c1GaugeMarks3.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks3.Filling.Color      = System.Drawing.Color.Black;
     c1GaugeMarks3.Interval           = 10D;
     c1GaugeMarks3.Length             = 12D;
     c1GaugeMarks3.Location           = 60D;
     c1GaugeMarks3.ViewTag            = ((long)(730850523579544637));
     c1GaugeMarks3.Width              = 1D;
     c1GaugeMarks4.Border.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     c1GaugeMarks4.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeMarks4.Filling.Color      = System.Drawing.Color.Black;
     c1GaugeMarks4.Interval           = 2.5D;
     c1GaugeMarks4.Length             = 5D;
     c1GaugeMarks4.Location           = 60D;
     c1GaugeMarks4.ViewTag            = ((long)(731413473532965949));
     c1GaugeMarks4.Width              = 1D;
     c1GaugeRange2.AntiAliasing       = C1.Win.C1Gauge.C1GaugeRangeAntiAliasing.LowQuality;
     c1GaugeRange2.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeRange2.Filling.Color      = System.Drawing.Color.LightGray;
     c1GaugeRange2.From               = 75D;
     c1GaugeRange2.Location2          = 40D;
     c1GaugeRange2.ViewTag            = ((long)(728598723765859389));
     c1GaugeRange2.Width              = 1D;
     c1GaugeRange2.Width2             = 12D;
     c1GaugeSingleLabel2.Angle        = 180D;
     c1GaugeSingleLabel2.Font         = new System.Drawing.Font("Courier New", 14.25F);
     c1GaugeSingleLabel2.PointerIndex = 1;
     c1GaugeSingleLabel2.ViewTag      = ((long)(820920637043466495));
     this.c1RG15.Decorators.AddRange(new C1.Win.C1Gauge.C1GaugeDecorator[] {
         c1GaugeLabels2,
         c1GaugeMarks3,
         c1GaugeMarks4,
         c1GaugeRange2,
         c1GaugeSingleLabel2
     });
     c1GaugeEllipse4.Border.LineStyle  = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeEllipse4.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeEllipse4.Filling.Color     = System.Drawing.Color.WhiteSmoke;
     c1GaugeEllipse4.Filling.Color2    = System.Drawing.Color.LightGray;
     c1GaugeEllipse4.Height            = -1.05D;
     c1GaugeEllipse4.HitTestable       = false;
     c1GaugeEllipse4.Width             = -1.05D;
     c1GaugeEllipse5.Border.LineStyle  = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeEllipse5.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeEllipse5.Filling.Color     = System.Drawing.Color.LightGray;
     c1GaugeEllipse5.Filling.Color2    = System.Drawing.Color.WhiteSmoke;
     c1GaugeEllipse5.HitTestable       = false;
     c1GaugeEllipse6.Border.LineStyle  = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeEllipse6.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeEllipse6.Filling.Color     = System.Drawing.Color.White;
     c1GaugeEllipse6.Filling.Color2    = System.Drawing.Color.Gainsboro;
     c1GaugeEllipse6.Gradient.Falloff  = C1.Win.C1Gauge.C1GaugeGradientFalloff.Triangular;
     c1GaugeEllipse6.Gradient.Focus    = 0.08D;
     c1GaugeEllipse6.Height            = -0.93D;
     c1GaugeEllipse6.HitTestable       = false;
     c1GaugeEllipse6.Width             = -0.93D;
     c1GaugeCaption3.CenterPointY      = 0.9D;
     c1GaugeCaption3.FontSize          = 10D;
     c1GaugeCaption3.Text         = "C1Gauge";
     c1GaugeCaption3.Visible      = false;
     c1GaugeCaption4.CenterPointY = 1.05D;
     c1GaugeCaption4.Font         = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     c1GaugeCaption4.Text         = "包内化学指标卡不合格报告数 ";
     this.c1RG15.FaceShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
         c1GaugeEllipse4,
         c1GaugeEllipse5,
         c1GaugeEllipse6,
         c1GaugeCaption3,
         c1GaugeCaption4
     });
     this.c1RG15.Name = "c1RG15";
     this.c1RG15.Pointer.Border.Color       = System.Drawing.Color.IndianRed;
     this.c1RG15.Pointer.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     this.c1RG15.Pointer.Filling.Color      = System.Drawing.Color.Salmon;
     this.c1RG15.Pointer.Filling.HatchStyle = C1.Win.C1Gauge.C1GaugeHatchStyle.Wave;
     this.c1RG15.Pointer.Length             = 100D;
     this.c1RG15.Pointer.Offset             = -30D;
     this.c1RG15.Pointer.Shadow.Visible     = true;
     this.c1RG15.Pointer.Shape = C1.Win.C1Gauge.C1GaugePointerShape.Round;
     this.c1RG15.Pointer.Width = 6D;
     this.c1RG15.Radius        = 0.45D;
     this.c1RG15.StartAngle    = -130D;
     this.c1RG15.SweepAngle    = 260D;
     this.c1RG15.ViewTag       = ((long)(727472823859016765));
     //
     // radSeparator2
     //
     this.radSeparator2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.radSeparator2.Location    = new System.Drawing.Point(993, 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, 783);
     this.radSeparator2.TabIndex = 1;
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows       = false;
     this.dataGridView1.AllowUserToResizeColumns = false;
     this.dataGridView1.BackgroundColor          = System.Drawing.SystemColors.Window;
     this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2,
         this.Column3,
         this.Column4,
         this.Column5,
         this.Column6,
         this.Column7,
         this.Column8,
         this.Column9,
         this.Column10,
         this.Column11,
         this.Column12
     });
     this.dataGridView1.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.Location                = new System.Drawing.Point(0, 0);
     this.dataGridView1.Margin                  = new System.Windows.Forms.Padding(50, 10, 3, 40);
     this.dataGridView1.MultiSelect             = false;
     this.dataGridView1.Name                    = "dataGridView1";
     this.dataGridView1.ReadOnly                = true;
     this.dataGridView1.RowHeadersVisible       = false;
     this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToDisplayedHeaders;
     this.dataGridView1.RowTemplate.Height      = 23;
     this.dataGridView1.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size                    = new System.Drawing.Size(984, 389);
     this.dataGridView1.TabIndex                = 2;
     //
     // Column1
     //
     this.Column1.HeaderText = "一月";
     this.Column1.Name       = "Column1";
     this.Column1.ReadOnly   = true;
     this.Column1.Width      = 72;
     //
     // Column2
     //
     this.Column2.HeaderText = "二月";
     this.Column2.Name       = "Column2";
     this.Column2.ReadOnly   = true;
     this.Column2.Width      = 72;
     //
     // Column3
     //
     this.Column3.HeaderText = "三月";
     this.Column3.Name       = "Column3";
     this.Column3.ReadOnly   = true;
     this.Column3.Width      = 72;
     //
     // Column4
     //
     this.Column4.HeaderText = "四月";
     this.Column4.Name       = "Column4";
     this.Column4.ReadOnly   = true;
     this.Column4.Width      = 72;
     //
     // Column5
     //
     this.Column5.HeaderText = "五月";
     this.Column5.Name       = "Column5";
     this.Column5.ReadOnly   = true;
     this.Column5.Width      = 72;
     //
     // Column6
     //
     this.Column6.HeaderText = "六月";
     this.Column6.Name       = "Column6";
     this.Column6.ReadOnly   = true;
     this.Column6.Width      = 72;
     //
     // Column7
     //
     this.Column7.HeaderText = "七月";
     this.Column7.Name       = "Column7";
     this.Column7.ReadOnly   = true;
     this.Column7.Width      = 72;
     //
     // Column8
     //
     this.Column8.HeaderText = "八月";
     this.Column8.Name       = "Column8";
     this.Column8.ReadOnly   = true;
     this.Column8.Width      = 72;
     //
     // Column9
     //
     this.Column9.HeaderText = "九月";
     this.Column9.Name       = "Column9";
     this.Column9.ReadOnly   = true;
     this.Column9.Width      = 72;
     //
     // Column10
     //
     this.Column10.HeaderText = "十月";
     this.Column10.Name       = "Column10";
     this.Column10.ReadOnly   = true;
     this.Column10.Width      = 78;
     //
     // Column11
     //
     this.Column11.HeaderText = "十一月";
     this.Column11.Name       = "Column11";
     this.Column11.ReadOnly   = true;
     this.Column11.Width      = 78;
     //
     // Column12
     //
     this.Column12.HeaderText = "十二月";
     this.Column12.Name       = "Column12";
     this.Column12.ReadOnly   = true;
     this.Column12.Width      = 78;
     //
     // radPanel1
     //
     this.radPanel1.Controls.Add(this.dataGridView1);
     this.radPanel1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.radPanel1.Location      = new System.Drawing.Point(3, 397);
     this.radPanel1.Name          = "radPanel1";
     this.radPanel1.Size          = new System.Drawing.Size(984, 389);
     this.radPanel1.TabIndex      = 4;
     this.radPanel1.TextAlignment = System.Drawing.ContentAlignment.TopLeft;
     //
     // radPanel2
     //
     this.radPanel2.Controls.Add(this.button1);
     this.radPanel2.Controls.Add(this.radChartView1);
     this.radPanel2.Controls.Add(this.label2);
     this.radPanel2.Controls.Add(this.cb_month);
     this.radPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.radPanel2.Location = new System.Drawing.Point(3, 3);
     this.radPanel2.Name     = "radPanel2";
     this.radPanel2.Size     = new System.Drawing.Size(984, 388);
     this.radPanel2.TabIndex = 5;
     //
     // norm_10
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1349, 789);
     this.Controls.Add(this.tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "norm_10";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "norm_1";
     ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel6.ResumeLayout(false);
     this.tableLayoutPanel6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     this.tableLayoutPanel4.ResumeLayout(false);
     this.tableLayoutPanel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.currentYearTxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.currentYearLbl)).EndInit();
     this.tableLayoutPanel5.ResumeLayout(false);
     this.tableLayoutPanel5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lastyeartet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lb_lastyear)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit();
     this.radPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radPanel2)).EndInit();
     this.radPanel2.ResumeLayout(false);
     this.radPanel2.PerformLayout();
     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()
 {
     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.WinControls.UI.BarSeries       barSeries2       = new Telerik.WinControls.UI.BarSeries();
     this.PageView = new Telerik.WinControls.UI.RadPageView();
     this.Page1    = new Telerik.WinControls.UI.RadPageViewPage();
     this.chart1   = new Telerik.WinControls.UI.RadChartView();
     this.Page2    = new Telerik.WinControls.UI.RadPageViewPage();
     this.Page3    = new Telerik.WinControls.UI.RadPageViewPage();
     this.Page4    = new Telerik.WinControls.UI.RadPageViewPage();
     this.Page5    = new Telerik.WinControls.UI.RadPageViewPage();
     this.Page6    = new Telerik.WinControls.UI.RadPageViewPage();
     this.Page7    = new Telerik.WinControls.UI.RadPageViewPage();
     this.Page8    = new Telerik.WinControls.UI.RadPageViewPage();
     ((System.ComponentModel.ISupportInitialize)(this.PageView)).BeginInit();
     this.PageView.SuspendLayout();
     this.Page1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // PageView
     //
     this.PageView.Controls.Add(this.Page1);
     this.PageView.Controls.Add(this.Page2);
     this.PageView.Controls.Add(this.Page3);
     this.PageView.Controls.Add(this.Page4);
     this.PageView.Controls.Add(this.Page5);
     this.PageView.Controls.Add(this.Page6);
     this.PageView.Controls.Add(this.Page7);
     this.PageView.Controls.Add(this.Page8);
     this.PageView.DefaultPage          = this.Page1;
     this.PageView.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.PageView.Location             = new System.Drawing.Point(0, 0);
     this.PageView.Name                 = "PageView";
     this.PageView.SelectedPage         = this.Page1;
     this.PageView.Size                 = new System.Drawing.Size(836, 582);
     this.PageView.TabIndex             = 0;
     this.PageView.SelectedPageChanged += new System.EventHandler(this.PageView_SelectedPageChanged);
     //
     // Page1
     //
     this.Page1.Controls.Add(this.chart1);
     this.Page1.ItemSize      = new System.Drawing.SizeF(65F, 28F);
     this.Page1.Location      = new System.Drawing.Point(10, 37);
     this.Page1.Name          = "Page1";
     this.Page1.Size          = new System.Drawing.Size(815, 534);
     this.Page1.Tag           = "Val1";
     this.Page1.Text          = "Cavidad 1";
     this.Page1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // chart1
     //
     this.chart1.AreaDesign              = cartesianArea1;
     categoricalAxis1.IsPrimary          = true;
     categoricalAxis1.LabelRotationAngle = 300D;
     categoricalAxis1.Title              = "Reflectividad";
     linearAxis1.AxisType           = Telerik.Charting.AxisType.Second;
     linearAxis1.IsPrimary          = true;
     linearAxis1.LabelRotationAngle = 300D;
     linearAxis1.TickOrigin         = null;
     linearAxis1.Title = "Frecuencia";
     this.chart1.Axes.AddRange(new Telerik.WinControls.UI.Axis[] {
         categoricalAxis1,
         linearAxis1
     });
     this.chart1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.chart1.EnableAnalytics = false;
     this.chart1.Location        = new System.Drawing.Point(0, 0);
     this.chart1.Name            = "chart1";
     this.chart1.SelectionMode   = Telerik.WinControls.UI.ChartSelectionMode.SingleDataPoint;
     barSeries1.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(213)))), ((int)(((byte)(230)))));
     barSeries1.BorderColor      = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(213)))), ((int)(((byte)(230)))));
     barSeries1.HorizontalAxis   = categoricalAxis1;
     barSeries1.LabelMode        = Telerik.WinControls.UI.BarLabelModes.Top;
     barSeries1.LegendTitle      = null;
     barSeries1.ShowLabels       = true;
     barSeries1.VerticalAxis     = linearAxis1;
     barSeries2.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(158)))), ((int)(((byte)(144)))));
     barSeries2.BorderColor      = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(158)))), ((int)(((byte)(144)))));
     barSeries2.HorizontalAxis   = categoricalAxis1;
     barSeries2.LabelMode        = Telerik.WinControls.UI.BarLabelModes.Top;
     barSeries2.LegendTitle      = null;
     barSeries2.ShowLabels       = true;
     barSeries2.VerticalAxis     = linearAxis1;
     this.chart1.Series.AddRange(new Telerik.WinControls.UI.ChartSeries[] {
         barSeries1,
         barSeries2
     });
     this.chart1.ShowGrid            = false;
     this.chart1.ShowPanZoom         = true;
     this.chart1.ShowTitle           = true;
     this.chart1.ShowTrackBall       = true;
     this.chart1.Size                = new System.Drawing.Size(815, 534);
     this.chart1.TabIndex            = 1;
     this.chart1.Title               = "Cavidad";
     this.chart1.UseDataSource       = false;
     this.chart1.ContextMenuOpening += new Telerik.WinControls.UI.ChartViewContextMenuOpeningEventHandler(this.Chart_ContextMenuOpening);
     //
     // Page2
     //
     this.Page2.ItemSize = new System.Drawing.SizeF(65F, 28F);
     this.Page2.Location = new System.Drawing.Point(10, 37);
     this.Page2.Name     = "Page2";
     this.Page2.Size     = new System.Drawing.Size(811, 532);
     this.Page2.Tag      = "Val2";
     this.Page2.Text     = "Cavidad 2";
     //
     // Page3
     //
     this.Page3.ItemSize = new System.Drawing.SizeF(65F, 28F);
     this.Page3.Location = new System.Drawing.Point(10, 37);
     this.Page3.Name     = "Page3";
     this.Page3.Size     = new System.Drawing.Size(811, 532);
     this.Page3.Tag      = "Val3";
     this.Page3.Text     = "Cavidad 3";
     //
     // Page4
     //
     this.Page4.ItemSize = new System.Drawing.SizeF(65F, 28F);
     this.Page4.Location = new System.Drawing.Point(10, 37);
     this.Page4.Name     = "Page4";
     this.Page4.Size     = new System.Drawing.Size(811, 532);
     this.Page4.Tag      = "Val4";
     this.Page4.Text     = "Cavidad 4";
     //
     // Page5
     //
     this.Page5.ItemSize = new System.Drawing.SizeF(65F, 28F);
     this.Page5.Location = new System.Drawing.Point(10, 37);
     this.Page5.Name     = "Page5";
     this.Page5.Size     = new System.Drawing.Size(811, 532);
     this.Page5.Tag      = "Val5";
     this.Page5.Text     = "Cavidad 5";
     //
     // Page6
     //
     this.Page6.ItemSize = new System.Drawing.SizeF(65F, 28F);
     this.Page6.Location = new System.Drawing.Point(10, 37);
     this.Page6.Name     = "Page6";
     this.Page6.Size     = new System.Drawing.Size(811, 532);
     this.Page6.Tag      = "Val6";
     this.Page6.Text     = "Cavidad 6";
     //
     // Page7
     //
     this.Page7.ItemSize = new System.Drawing.SizeF(65F, 28F);
     this.Page7.Location = new System.Drawing.Point(10, 37);
     this.Page7.Name     = "Page7";
     this.Page7.Size     = new System.Drawing.Size(811, 532);
     this.Page7.Tag      = "Val7";
     this.Page7.Text     = "Cavidad 7";
     //
     // Page8
     //
     this.Page8.ItemSize = new System.Drawing.SizeF(65F, 28F);
     this.Page8.Location = new System.Drawing.Point(10, 37);
     this.Page8.Name     = "Page8";
     this.Page8.Size     = new System.Drawing.Size(811, 532);
     this.Page8.Tag      = "Val8";
     this.Page8.Text     = "Cavidad 8";
     //
     // frmHistograma
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(836, 582);
     this.Controls.Add(this.PageView);
     this.MinimizeBox = false;
     this.Name        = "frmHistograma";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.ShowIcon  = false;
     this.Text      = "HISTOGRAMAS";
     this.ThemeName = "MaterialTeal";
     this.Load     += new System.EventHandler(this.frmHistograma_Load);
     ((System.ComponentModel.ISupportInitialize)(this.PageView)).EndInit();
     this.PageView.ResumeLayout(false);
     this.Page1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).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(HCSRS_DisinfectFail));
     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.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();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint11  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint12  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.WinControls.UI.BarSeries             barSeries2              = new Telerik.WinControls.UI.BarSeries();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint13  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint14  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint15  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint16  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint17  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint18  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint19  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint20  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint21  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint22  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint23  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint        categoricalDataPoint24  = new Telerik.Charting.CategoricalDataPoint();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn4  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn5  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn6  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn7  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn8  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn9  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn10 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn11 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn12 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn13 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn14 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.TableViewDefinition   tableViewDefinition1    = new Telerik.WinControls.UI.TableViewDefinition();
     C1.Win.C1Gauge.C1GaugeRange       c1GaugeRange1       = new C1.Win.C1Gauge.C1GaugeRange();
     C1.Win.C1Gauge.C1GaugeMarks       c1GaugeMarks1       = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks       c1GaugeMarks2       = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeLabels      c1GaugeLabels1      = new C1.Win.C1Gauge.C1GaugeLabels();
     C1.Win.C1Gauge.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.C1GaugeEllipse     c1GaugeEllipse4     = new C1.Win.C1Gauge.C1GaugeEllipse();
     C1.Win.C1Gauge.C1GaugeCaption     c1GaugeCaption1     = new C1.Win.C1Gauge.C1GaugeCaption();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.radChartView1   = new Telerik.WinControls.UI.RadChartView();
     this.cb_month        = new System.Windows.Forms.ComboBox();
     this.cb_year         = new System.Windows.Forms.ComboBox();
     this.radSeparator3   = new Telerik.WinControls.UI.RadSeparator();
     this.label2          = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.radSeparator2   = new Telerik.WinControls.UI.RadSeparator();
     this.rBut_print      = new Telerik.WinControls.UI.RadButton();
     this.rBut_ok         = new Telerik.WinControls.UI.RadButton();
     this.monthData       = new Telerik.WinControls.UI.RadGridView();
     this.lb_year         = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.radPanel1       = new Telerik.WinControls.UI.RadPanel();
     this.c1Gauge3        = new C1.Win.C1Gauge.C1Gauge();
     this.c1RG7           = new C1.Win.C1Gauge.C1RadialGauge();
     this.panel3          = new System.Windows.Forms.Panel();
     this.radLabel4       = new Telerik.WinControls.UI.RadLabel();
     this.radLabel3       = new Telerik.WinControls.UI.RadLabel();
     this.panel2          = new System.Windows.Forms.Panel();
     this.lastyeartet     = new Telerik.WinControls.UI.RadLabel();
     this.lb_lastyear     = new Telerik.WinControls.UI.RadLabel();
     this.panel1          = new System.Windows.Forms.Panel();
     this.currentYearTxt  = new Telerik.WinControls.UI.RadLabel();
     this.currentYearLbl  = new Telerik.WinControls.UI.RadLabel();
     this.radSeparator1   = new Telerik.WinControls.UI.RadSeparator();
     this.aaaaaa          = new Telerik.WinControls.RootRadElement();
     this.bbbbbb          = new Telerik.WinControls.RootRadElement();
     this.printDialog1    = new System.Windows.Forms.PrintDialog();
     this.printDocument1  = new System.Drawing.Printing.PrintDocument();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rBut_print)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rBut_ok)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.monthData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.monthData.MasterTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit();
     this.radPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge3)).BeginInit();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lastyeartet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lb_lastyear)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.currentYearTxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.currentYearLbl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     resources.ApplyResources(this.splitContainer1, "splitContainer1");
     this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.Name       = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.Window;
     this.splitContainer1.Panel1.Controls.Add(this.radChartView1);
     this.splitContainer1.Panel1.Controls.Add(this.cb_month);
     this.splitContainer1.Panel1.Controls.Add(this.cb_year);
     this.splitContainer1.Panel1.Controls.Add(this.radSeparator3);
     this.splitContainer1.Panel1.Controls.Add(this.label2);
     this.splitContainer1.Panel1.Controls.Add(this.label1);
     this.splitContainer1.Panel1.Controls.Add(this.radSeparator2);
     this.splitContainer1.Panel1.Controls.Add(this.rBut_print);
     this.splitContainer1.Panel1.Controls.Add(this.rBut_ok);
     this.splitContainer1.Panel1.Controls.Add(this.monthData);
     this.splitContainer1.Panel1.Controls.Add(this.lb_year);
     this.splitContainer1.Panel1.Controls.Add(this.label3);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.radPanel1);
     //
     // radChartView1
     //
     this.radChartView1.AreaDesign       = cartesianArea1;
     categoricalAxis1.IsPrimary          = true;
     categoricalAxis1.LabelRotationAngle = 300D;
     categoricalAxis1.Title         = "";
     linearAxis1.AxisType           = Telerik.Charting.AxisType.Second;
     linearAxis1.IsPrimary          = true;
     linearAxis1.LabelRotationAngle = 300D;
     linearAxis1.MajorStep          = 0.1D;
     linearAxis1.Maximum            = 1D;
     linearAxis1.Minimum            = 0D;
     linearAxis1.TickOrigin         = null;
     linearAxis1.Title = "";
     this.radChartView1.Axes.AddRange(new Telerik.WinControls.UI.Axis[] {
         categoricalAxis1,
         linearAxis1
     });
     resources.ApplyResources(this.radChartView1, "radChartView1");
     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;
     categoricalDataPoint6.Category  = "F";
     categoricalDataPoint6.Label     = "12";
     categoricalDataPoint6.Value     = 12D;
     categoricalDataPoint7.Category  = "G";
     categoricalDataPoint7.Label     = "30";
     categoricalDataPoint7.Value     = 30D;
     categoricalDataPoint8.Category  = "H";
     categoricalDataPoint8.Label     = 65D;
     categoricalDataPoint8.Value     = 65D;
     categoricalDataPoint9.Category  = "I";
     categoricalDataPoint9.Label     = 45D;
     categoricalDataPoint9.Value     = 45D;
     categoricalDataPoint10.Category = "J";
     categoricalDataPoint10.Label    = 49D;
     categoricalDataPoint10.Value    = 49D;
     categoricalDataPoint11.Category = "K";
     categoricalDataPoint11.Label    = 65D;
     categoricalDataPoint11.Value    = 65D;
     categoricalDataPoint12.Category = "L";
     categoricalDataPoint12.Label    = 12D;
     categoricalDataPoint12.Value    = 12D;
     barSeries1.DataPoints.AddRange(new Telerik.Charting.DataPoint[] {
         categoricalDataPoint1,
         categoricalDataPoint2,
         categoricalDataPoint3,
         categoricalDataPoint4,
         categoricalDataPoint5,
         categoricalDataPoint6,
         categoricalDataPoint7,
         categoricalDataPoint8,
         categoricalDataPoint9,
         categoricalDataPoint10,
         categoricalDataPoint11,
         categoricalDataPoint12
     });
     barSeries1.HorizontalAxis       = categoricalAxis1;
     barSeries1.LabelMode            = Telerik.WinControls.UI.BarLabelModes.Top;
     barSeries1.LegendTitle          = null;
     barSeries1.VerticalAxis         = linearAxis1;
     categoricalDataPoint13.Category = "A";
     categoricalDataPoint13.Label    = 18D;
     categoricalDataPoint13.Value    = 0.18D;
     categoricalDataPoint14.Category = "B";
     categoricalDataPoint14.Label    = 70D;
     categoricalDataPoint14.Value    = 0.7D;
     categoricalDataPoint15.Category = "C";
     categoricalDataPoint15.Label    = 41D;
     categoricalDataPoint15.Value    = 0.41D;
     categoricalDataPoint16.Category = "D";
     categoricalDataPoint16.Label    = 40D;
     categoricalDataPoint16.Value    = 0.4D;
     categoricalDataPoint17.Category = "E";
     categoricalDataPoint17.Label    = 54D;
     categoricalDataPoint17.Value    = 0.49D;
     categoricalDataPoint18.Category = "F";
     categoricalDataPoint18.Label    = 0.59D;
     categoricalDataPoint18.Value    = 0.59D;
     categoricalDataPoint19.Category = "G";
     categoricalDataPoint19.Label    = 0.14D;
     categoricalDataPoint19.Value    = 0.14D;
     categoricalDataPoint20.Category = "H";
     categoricalDataPoint20.Label    = 0.78D;
     categoricalDataPoint20.Value    = 0.78D;
     categoricalDataPoint21.Category = "I";
     categoricalDataPoint21.Label    = 0.68D;
     categoricalDataPoint21.Value    = 0.68D;
     categoricalDataPoint22.Category = "J";
     categoricalDataPoint22.Label    = 0.32D;
     categoricalDataPoint22.Value    = 0.32D;
     categoricalDataPoint23.Category = "K";
     categoricalDataPoint23.Label    = 0.56D;
     categoricalDataPoint23.Value    = 0.56D;
     categoricalDataPoint24.Category = "L";
     categoricalDataPoint24.Label    = 0.12D;
     categoricalDataPoint24.Value    = 0.12D;
     barSeries2.DataPoints.AddRange(new Telerik.Charting.DataPoint[] {
         categoricalDataPoint13,
         categoricalDataPoint14,
         categoricalDataPoint15,
         categoricalDataPoint16,
         categoricalDataPoint17,
         categoricalDataPoint18,
         categoricalDataPoint19,
         categoricalDataPoint20,
         categoricalDataPoint21,
         categoricalDataPoint22,
         categoricalDataPoint23,
         categoricalDataPoint24
     });
     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;
     //
     // cb_month
     //
     this.cb_month.FormattingEnabled = true;
     resources.ApplyResources(this.cb_month, "cb_month");
     this.cb_month.Name = "cb_month";
     //
     // cb_year
     //
     this.cb_year.FormattingEnabled = true;
     resources.ApplyResources(this.cb_year, "cb_year");
     this.cb_year.Name = "cb_year";
     //
     // radSeparator3
     //
     resources.ApplyResources(this.radSeparator3, "radSeparator3");
     this.radSeparator3.Name = "radSeparator3";
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator3.GetChildAt(0).GetChildAt(0))).SeparatorOrientation = Telerik.WinControls.SepOrientation.Horizontal;
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator3.GetChildAt(0).GetChildAt(0))).SweepAngle           = 0;
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator3.GetChildAt(0).GetChildAt(0))).FitToSizeMode        = Telerik.WinControls.RadFitToSizeMode.FitToParentPadding;
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator3.GetChildAt(0).GetChildAt(0))).BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(212)))), ((int)(((byte)(218)))));
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator3.GetChildAt(0).GetChildAt(0))).SmoothingMode        = System.Drawing.Drawing2D.SmoothingMode.None;
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // radSeparator2
     //
     resources.ApplyResources(this.radSeparator2, "radSeparator2");
     this.radSeparator2.Name = "radSeparator2";
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator2.GetChildAt(0).GetChildAt(0))).SeparatorOrientation = Telerik.WinControls.SepOrientation.Horizontal;
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator2.GetChildAt(0).GetChildAt(0))).SweepAngle           = 0;
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator2.GetChildAt(0).GetChildAt(0))).FitToSizeMode        = Telerik.WinControls.RadFitToSizeMode.FitToParentPadding;
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator2.GetChildAt(0).GetChildAt(0))).BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(212)))), ((int)(((byte)(218)))));
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator2.GetChildAt(0).GetChildAt(0))).SmoothingMode        = System.Drawing.Drawing2D.SmoothingMode.None;
     //
     // rBut_print
     //
     resources.ApplyResources(this.rBut_print, "rBut_print");
     this.rBut_print.Name   = "rBut_print";
     this.rBut_print.Click += new System.EventHandler(this.rBut_print_Click);
     //
     // rBut_ok
     //
     resources.ApplyResources(this.rBut_ok, "rBut_ok");
     this.rBut_ok.Name   = "rBut_ok";
     this.rBut_ok.Click += new System.EventHandler(this.rBut_ok_Click);
     //
     // monthData
     //
     resources.ApplyResources(this.monthData, "monthData");
     //
     //
     //
     resources.ApplyResources(gridViewTextBoxColumn1, "gridViewTextBoxColumn1");
     gridViewTextBoxColumn1.Name  = "yearCol";
     gridViewTextBoxColumn1.Width = 68;
     resources.ApplyResources(gridViewTextBoxColumn2, "gridViewTextBoxColumn2");
     gridViewTextBoxColumn2.Name  = "month01Col";
     gridViewTextBoxColumn2.Width = 68;
     resources.ApplyResources(gridViewTextBoxColumn3, "gridViewTextBoxColumn3");
     gridViewTextBoxColumn3.Name  = "month02Col";
     gridViewTextBoxColumn3.Width = 68;
     resources.ApplyResources(gridViewTextBoxColumn4, "gridViewTextBoxColumn4");
     gridViewTextBoxColumn4.Name  = "month03Col";
     gridViewTextBoxColumn4.Width = 68;
     resources.ApplyResources(gridViewTextBoxColumn5, "gridViewTextBoxColumn5");
     gridViewTextBoxColumn5.Name  = "month04Col";
     gridViewTextBoxColumn5.Width = 68;
     resources.ApplyResources(gridViewTextBoxColumn6, "gridViewTextBoxColumn6");
     gridViewTextBoxColumn6.Name  = "month05Col";
     gridViewTextBoxColumn6.Width = 68;
     resources.ApplyResources(gridViewTextBoxColumn7, "gridViewTextBoxColumn7");
     gridViewTextBoxColumn7.Name  = "month06Col";
     gridViewTextBoxColumn7.Width = 68;
     resources.ApplyResources(gridViewTextBoxColumn8, "gridViewTextBoxColumn8");
     gridViewTextBoxColumn8.Name  = "month07Col";
     gridViewTextBoxColumn8.Width = 68;
     resources.ApplyResources(gridViewTextBoxColumn9, "gridViewTextBoxColumn9");
     gridViewTextBoxColumn9.Name  = "month08Col";
     gridViewTextBoxColumn9.Width = 68;
     resources.ApplyResources(gridViewTextBoxColumn10, "gridViewTextBoxColumn10");
     gridViewTextBoxColumn10.Name  = "month09Col";
     gridViewTextBoxColumn10.Width = 68;
     resources.ApplyResources(gridViewTextBoxColumn11, "gridViewTextBoxColumn11");
     gridViewTextBoxColumn11.Name  = "month10Col";
     gridViewTextBoxColumn11.Width = 68;
     resources.ApplyResources(gridViewTextBoxColumn12, "gridViewTextBoxColumn12");
     gridViewTextBoxColumn12.Name  = "month11Col";
     gridViewTextBoxColumn12.Width = 68;
     resources.ApplyResources(gridViewTextBoxColumn13, "gridViewTextBoxColumn13");
     gridViewTextBoxColumn13.Name  = "month12Col";
     gridViewTextBoxColumn13.Width = 68;
     resources.ApplyResources(gridViewTextBoxColumn14, "gridViewTextBoxColumn14");
     gridViewTextBoxColumn14.Name  = "Sum";
     gridViewTextBoxColumn14.Width = 67;
     this.monthData.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
         gridViewTextBoxColumn1,
         gridViewTextBoxColumn2,
         gridViewTextBoxColumn3,
         gridViewTextBoxColumn4,
         gridViewTextBoxColumn5,
         gridViewTextBoxColumn6,
         gridViewTextBoxColumn7,
         gridViewTextBoxColumn8,
         gridViewTextBoxColumn9,
         gridViewTextBoxColumn10,
         gridViewTextBoxColumn11,
         gridViewTextBoxColumn12,
         gridViewTextBoxColumn13,
         gridViewTextBoxColumn14
     });
     this.monthData.MasterTemplate.ShowRowHeaderColumn = false;
     this.monthData.MasterTemplate.ViewDefinition      = tableViewDefinition1;
     this.monthData.Name           = "monthData";
     this.monthData.ReadOnly       = true;
     this.monthData.ShowGroupPanel = false;
     //
     // lb_year
     //
     resources.ApplyResources(this.lb_year, "lb_year");
     this.lb_year.Name = "lb_year";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // radPanel1
     //
     this.radPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(247)))), ((int)(((byte)(248)))));
     resources.ApplyResources(this.radPanel1, "radPanel1");
     this.radPanel1.Controls.Add(this.c1Gauge3);
     this.radPanel1.Controls.Add(this.panel3);
     this.radPanel1.Controls.Add(this.panel2);
     this.radPanel1.Controls.Add(this.panel1);
     this.radPanel1.Controls.Add(this.radSeparator1);
     this.radPanel1.Name = "radPanel1";
     //
     // c1Gauge3
     //
     this.c1Gauge3.Gauges.AddRange(new C1.Win.C1Gauge.C1GaugeBase[] {
         this.c1RG7
     });
     resources.ApplyResources(this.c1Gauge3, "c1Gauge3");
     this.c1Gauge3.Name    = "c1Gauge3";
     this.c1Gauge3.ViewTag = ((long)(668645945831768325));
     //
     // c1RG7
     //
     this.c1RG7.Cap.Border.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.c1RG7.Cap.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     this.c1RG7.Cap.Filling.Color     = System.Drawing.Color.OrangeRed;
     this.c1RG7.Cap.Filling.Color2    = System.Drawing.Color.Red;
     this.c1RG7.Cap.Radius            = 7D;
     c1GaugeRange1.Border.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
     c1GaugeRange1.Filling.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     c1GaugeRange1.Location           = 80D;
     c1GaugeRange1.ViewTag            = ((long)(670334823582687703));
     c1GaugeRange1.Width                  = 3D;
     c1GaugeMarks1.Border.Color           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     c1GaugeMarks1.CustomShape.EndWidth   = 2D;
     c1GaugeMarks1.CustomShape.StartWidth = 6D;
     c1GaugeMarks1.Filling.Color          = System.Drawing.Color.Silver;
     c1GaugeMarks1.FlipShape              = true;
     c1GaugeMarks1.Interval               = 0.1D;
     c1GaugeMarks1.Length                 = 12D;
     c1GaugeMarks1.Location               = 80D;
     c1GaugeMarks1.Shape                  = C1.Win.C1Gauge.C1GaugeMarkShape.Custom;
     c1GaugeMarks1.ViewTag                = ((long)(669771854387727418));
     c1GaugeMarks2.Border.Color           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     c1GaugeMarks2.Filling.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     c1GaugeMarks2.Interval               = 0.025D;
     c1GaugeMarks2.Length                 = 5D;
     c1GaugeMarks2.Location               = 80D;
     c1GaugeMarks2.ViewTag                = ((long)(670053348298499076));
     c1GaugeMarks2.Width                  = 2D;
     c1GaugeLabels1.Color                 = System.Drawing.Color.Black;
     resources.ApplyResources(c1GaugeLabels1, "c1GaugeLabels1");
     c1GaugeLabels1.FontSize      = 7D;
     c1GaugeLabels1.Interval      = 0.1D;
     c1GaugeLabels1.IntervalCoeff = 0.1D;
     c1GaugeLabels1.ViewTag       = ((long)(671742206135936763));
     c1GaugeSingleLabel1.Angle    = 180D;
     resources.ApplyResources(c1GaugeSingleLabel1, "c1GaugeSingleLabel1");
     c1GaugeSingleLabel1.PointerIndex = 1;
     c1GaugeSingleLabel1.ViewTag      = ((long)(675678731832762095));
     this.c1RG7.Decorators.AddRange(new C1.Win.C1Gauge.C1GaugeDecorator[] {
         c1GaugeRange1,
         c1GaugeMarks1,
         c1GaugeMarks2,
         c1GaugeLabels1,
         c1GaugeSingleLabel1
     });
     c1GaugeEllipse1.Border.LineStyle   = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeEllipse1.Filling.BrushType  = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeEllipse1.Filling.Color      = System.Drawing.Color.Gray;
     c1GaugeEllipse1.Filling.Color2     = System.Drawing.Color.White;
     c1GaugeEllipse1.Gradient.Direction = C1.Win.C1Gauge.C1GaugeGradientDirection.BackwardDiagonal;
     c1GaugeEllipse1.Gradient.Falloff   = C1.Win.C1Gauge.C1GaugeGradientFalloff.Triangular;
     c1GaugeEllipse1.Gradient.ScaleX    = 0.3D;
     c1GaugeEllipse1.Gradient.ScaleY    = 0.3D;
     c1GaugeEllipse1.Height             = -1.06D;
     c1GaugeEllipse1.HitTestable        = false;
     c1GaugeEllipse1.Width                = -1.06D;
     c1GaugeEllipse2.Border.LineStyle     = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeEllipse2.Filling.BrushType    = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeEllipse2.Filling.Color        = System.Drawing.Color.DarkGray;
     c1GaugeEllipse2.Filling.Color2       = System.Drawing.Color.White;
     c1GaugeEllipse2.Gradient.Falloff     = C1.Win.C1Gauge.C1GaugeGradientFalloff.SigmaBell;
     c1GaugeEllipse2.Gradient.FocusScaleX = 0.5D;
     c1GaugeEllipse2.Gradient.ScaleX      = 1.5D;
     c1GaugeEllipse2.Height               = -0.96D;
     c1GaugeEllipse2.HitTestable          = false;
     c1GaugeEllipse2.Width                = -0.96D;
     c1GaugeEllipse3.Border.LineStyle     = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeEllipse3.Filling.BrushType    = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeEllipse3.Filling.Color        = System.Drawing.Color.DarkGray;
     c1GaugeEllipse3.Filling.Color2       = System.Drawing.Color.White;
     c1GaugeEllipse3.Filling.SwapColors   = true;
     c1GaugeEllipse3.Gradient.FocusScaleY = 0.8D;
     c1GaugeEllipse3.Height               = -0.94D;
     c1GaugeEllipse3.HitTestable          = false;
     c1GaugeEllipse3.Width                = -0.94D;
     c1GaugeEllipse4.Border.LineStyle     = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeEllipse4.Filling.BrushType    = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeEllipse4.Filling.Color        = System.Drawing.Color.White;
     c1GaugeEllipse4.Filling.Color2       = System.Drawing.Color.LightGray;
     c1GaugeEllipse4.Gradient.Direction   = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialInner;
     c1GaugeEllipse4.Height               = -0.92D;
     c1GaugeEllipse4.HitTestable          = false;
     c1GaugeEllipse4.Width                = -0.92D;
     c1GaugeCaption1.CenterPointY         = 1.1D;
     c1GaugeCaption1.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     resources.ApplyResources(c1GaugeCaption1, "c1GaugeCaption1");
     this.c1RG7.FaceShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
         c1GaugeEllipse1,
         c1GaugeEllipse2,
         c1GaugeEllipse3,
         c1GaugeEllipse4,
         c1GaugeCaption1
     });
     this.c1RG7.Maximum = 1D;
     this.c1RG7.Name    = "c1RG7";
     this.c1RG7.Pointer.Border.Color  = System.Drawing.Color.Firebrick;
     this.c1RG7.Pointer.Filling.Color = System.Drawing.Color.IndianRed;
     this.c1RG7.Pointer.Length        = 80D;
     this.c1RG7.Pointer.Width         = 6D;
     this.c1RG7.StartAngle            = -120D;
     this.c1RG7.SweepAngle            = 270D;
     this.c1RG7.Viewport.AspectPinX   = 0.5D;
     this.c1RG7.Viewport.AspectPinY   = 0.5D;
     this.c1RG7.Viewport.AspectRatio  = 1D;
     this.c1RG7.ViewTag = ((long)(669490370761900293));
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.SystemColors.Window;
     this.panel3.Controls.Add(this.radLabel4);
     this.panel3.Controls.Add(this.radLabel3);
     resources.ApplyResources(this.panel3, "panel3");
     this.panel3.Name = "panel3";
     //
     // radLabel4
     //
     resources.ApplyResources(this.radLabel4, "radLabel4");
     this.radLabel4.Name = "radLabel4";
     //
     // radLabel3
     //
     resources.ApplyResources(this.radLabel3, "radLabel3");
     this.radLabel3.Name = "radLabel3";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.Window;
     this.panel2.Controls.Add(this.lastyeartet);
     this.panel2.Controls.Add(this.lb_lastyear);
     resources.ApplyResources(this.panel2, "panel2");
     this.panel2.Name = "panel2";
     //
     // lastyeartet
     //
     resources.ApplyResources(this.lastyeartet, "lastyeartet");
     this.lastyeartet.Name = "lastyeartet";
     //
     // lb_lastyear
     //
     resources.ApplyResources(this.lb_lastyear, "lb_lastyear");
     this.lb_lastyear.Name = "lb_lastyear";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.Window;
     this.panel1.Controls.Add(this.currentYearTxt);
     this.panel1.Controls.Add(this.currentYearLbl);
     this.panel1.ForeColor = System.Drawing.Color.Black;
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.Name = "panel1";
     //
     // currentYearTxt
     //
     resources.ApplyResources(this.currentYearTxt, "currentYearTxt");
     this.currentYearTxt.Name = "currentYearTxt";
     //
     // currentYearLbl
     //
     resources.ApplyResources(this.currentYearLbl, "currentYearLbl");
     this.currentYearLbl.Name = "currentYearLbl";
     //
     // radSeparator1
     //
     resources.ApplyResources(this.radSeparator1, "radSeparator1");
     this.radSeparator1.Name = "radSeparator1";
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator1.GetChildAt(0).GetChildAt(0))).SeparatorOrientation = Telerik.WinControls.SepOrientation.Horizontal;
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator1.GetChildAt(0).GetChildAt(0))).SweepAngle           = 0;
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator1.GetChildAt(0).GetChildAt(0))).FitToSizeMode        = Telerik.WinControls.RadFitToSizeMode.FitToParentPadding;
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator1.GetChildAt(0).GetChildAt(0))).BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(212)))), ((int)(((byte)(218)))));
     ((Telerik.WinControls.Primitives.LinePrimitive)(this.radSeparator1.GetChildAt(0).GetChildAt(0))).SmoothingMode        = System.Drawing.Drawing2D.SmoothingMode.None;
     //
     // aaaaaa
     //
     this.aaaaaa.Name = "aaaaaa";
     this.aaaaaa.StretchHorizontally = true;
     this.aaaaaa.StretchVertically   = true;
     //
     // bbbbbb
     //
     this.bbbbbb.ClipDrawing         = true;
     this.bbbbbb.Name                = "bbbbbb";
     this.bbbbbb.StretchHorizontally = true;
     this.bbbbbb.StretchVertically   = true;
     //
     // printDialog1
     //
     this.printDialog1.UseEXDialog = true;
     //
     // printDocument1
     //
     this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // HCSRS_DisinfectFail
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor     = System.Drawing.SystemColors.Window;
     this.Controls.Add(this.splitContainer1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "HCSRS_DisinfectFail";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.ShowIcon = false;
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rBut_print)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rBut_ok)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.monthData.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.monthData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit();
     this.radPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge3)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lastyeartet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lb_lastyear)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.currentYearTxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.currentYearLbl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).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(RadForm1));
     Telerik.WinControls.UI.CartesianArea           cartesianArea1 = new Telerik.WinControls.UI.CartesianArea();
     Telerik.WinControls.UI.LinearAxis      linearAxis1            = new Telerik.WinControls.UI.LinearAxis();
     Telerik.WinControls.UI.LinearAxis      linearAxis2            = new Telerik.WinControls.UI.LinearAxis();
     Telerik.WinControls.UI.ScatterSeries   scatterSeries1         = new Telerik.WinControls.UI.ScatterSeries();
     Telerik.WinControls.UI.CartesianArea   cartesianArea2         = new Telerik.WinControls.UI.CartesianArea();
     Telerik.WinControls.UI.CategoricalAxis categoricalAxis1       = new Telerik.WinControls.UI.CategoricalAxis();
     Telerik.WinControls.UI.LinearAxis      linearAxis3            = new Telerik.WinControls.UI.LinearAxis();
     Telerik.WinControls.UI.BarSeries       barSeries1             = new Telerik.WinControls.UI.BarSeries();
     this.materialTheme1      = new Telerik.WinControls.Themes.MaterialTheme();
     this.radPageView1        = new Telerik.WinControls.UI.RadPageView();
     this.radPageViewPage1    = new Telerik.WinControls.UI.RadPageViewPage();
     this.radButton1          = new Telerik.WinControls.UI.RadButton();
     this.doubleRange1        = new TelerikWinFormsApp2.DoubleRange();
     this.labeledIntValue1    = new TelerikWinFormsApp2.LabeledIntValue();
     this.radPageViewPage2    = new Telerik.WinControls.UI.RadPageViewPage();
     this.radButton2          = new Telerik.WinControls.UI.RadButton();
     this.labeledDoubleValye2 = new TelerikWinFormsApp2.LabeledDoubleValye();
     this.labeledDoubleValye1 = new TelerikWinFormsApp2.LabeledDoubleValye();
     this.labeledIntValue2    = new TelerikWinFormsApp2.LabeledIntValue();
     this.radPageViewPage3    = new Telerik.WinControls.UI.RadPageViewPage();
     this.labeledDoubleValye3 = new TelerikWinFormsApp2.LabeledDoubleValye();
     this.labeledIntValue3    = new TelerikWinFormsApp2.LabeledIntValue();
     this.radButton3          = new Telerik.WinControls.UI.RadButton();
     this.radPageViewPage4    = new Telerik.WinControls.UI.RadPageViewPage();
     this.radPageViewPage5    = new Telerik.WinControls.UI.RadPageViewPage();
     this.radPageView2        = new Telerik.WinControls.UI.RadPageView();
     this.radPageViewPage6    = new Telerik.WinControls.UI.RadPageViewPage();
     this.radSplitContainer2  = new Telerik.WinControls.UI.RadSplitContainer();
     this.splitPanel3         = new Telerik.WinControls.UI.SplitPanel();
     this.scatterplotView1    = new Accord.Controls.ScatterplotView();
     this.splitPanel4         = new Telerik.WinControls.UI.SplitPanel();
     this.histogramView1      = new Accord.Controls.HistogramView();
     this.radPageViewPage7    = new Telerik.WinControls.UI.RadPageViewPage();
     this.radSplitContainer1  = new Telerik.WinControls.UI.RadSplitContainer();
     this.splitPanel1         = new Telerik.WinControls.UI.SplitPanel();
     this.radChartView1       = new Telerik.WinControls.UI.RadChartView();
     this.splitPanel2         = new Telerik.WinControls.UI.SplitPanel();
     this.radChartView2       = new Telerik.WinControls.UI.RadChartView();
     ((System.ComponentModel.ISupportInitialize)(this.radPageView1)).BeginInit();
     this.radPageView1.SuspendLayout();
     this.radPageViewPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
     this.radPageViewPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radButton2)).BeginInit();
     this.radPageViewPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radButton3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPageView2)).BeginInit();
     this.radPageView2.SuspendLayout();
     this.radPageViewPage6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer2)).BeginInit();
     this.radSplitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel3)).BeginInit();
     this.splitPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel4)).BeginInit();
     this.splitPanel4.SuspendLayout();
     this.radPageViewPage7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).BeginInit();
     this.radSplitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).BeginInit();
     this.splitPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel2)).BeginInit();
     this.splitPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radChartView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radPageView1
     //
     this.radPageView1.Controls.Add(this.radPageViewPage1);
     this.radPageView1.Controls.Add(this.radPageViewPage2);
     this.radPageView1.Controls.Add(this.radPageViewPage3);
     this.radPageView1.Controls.Add(this.radPageViewPage4);
     this.radPageView1.Controls.Add(this.radPageViewPage5);
     this.radPageView1.Dock         = System.Windows.Forms.DockStyle.Left;
     this.radPageView1.ItemSizeMode = ((Telerik.WinControls.UI.PageViewItemSizeMode)((Telerik.WinControls.UI.PageViewItemSizeMode.EqualWidth | Telerik.WinControls.UI.PageViewItemSizeMode.EqualHeight)));
     this.radPageView1.Location     = new System.Drawing.Point(0, 0);
     this.radPageView1.Name         = "radPageView1";
     this.radPageView1.SelectedPage = this.radPageViewPage3;
     this.radPageView1.Size         = new System.Drawing.Size(402, 843);
     this.radPageView1.TabIndex     = 0;
     this.radPageView1.ThemeName    = "Material";
     this.radPageView1.ViewMode     = Telerik.WinControls.UI.PageViewMode.Outlook;
     //
     // radPageViewPage1
     //
     this.radPageViewPage1.Controls.Add(this.radButton1);
     this.radPageViewPage1.Controls.Add(this.doubleRange1);
     this.radPageViewPage1.Controls.Add(this.labeledIntValue1);
     this.radPageViewPage1.ItemSize = new System.Drawing.SizeF(400F, 49F);
     this.radPageViewPage1.Location = new System.Drawing.Point(6, 57);
     this.radPageViewPage1.Name     = "radPageViewPage1";
     this.radPageViewPage1.Size     = new System.Drawing.Size(390, 479);
     this.radPageViewPage1.Text     = "Равномерное распределение";
     //
     // radButton1
     //
     this.radButton1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.radButton1.Location  = new System.Drawing.Point(0, 443);
     this.radButton1.Name      = "radButton1";
     this.radButton1.Size      = new System.Drawing.Size(390, 36);
     this.radButton1.TabIndex  = 2;
     this.radButton1.Text      = "Создать выборку";
     this.radButton1.ThemeName = "Material";
     this.radButton1.Click    += new System.EventHandler(this.radButton1_Click);
     //
     // doubleRange1
     //
     this.doubleRange1.From     = -1D;
     this.doubleRange1.Location = new System.Drawing.Point(-6, 106);
     this.doubleRange1.MaxValue = 100D;
     this.doubleRange1.MinValue = -100D;
     this.doubleRange1.Name     = "doubleRange1";
     this.doubleRange1.Padding  = new System.Windows.Forms.Padding(3);
     this.doubleRange1.Size     = new System.Drawing.Size(402, 165);
     this.doubleRange1.SubTitle = "Диапазон (от и до)";
     this.doubleRange1.TabIndex = 1;
     this.doubleRange1.Title    = "Диапазон";
     this.doubleRange1.To       = 1D;
     //
     // labeledIntValue1
     //
     this.labeledIntValue1.Location = new System.Drawing.Point(7, 4);
     this.labeledIntValue1.MaxValue = 9000;
     this.labeledIntValue1.MinValue = 0;
     this.labeledIntValue1.Name     = "labeledIntValue1";
     this.labeledIntValue1.Padding  = new System.Windows.Forms.Padding(3);
     this.labeledIntValue1.Size     = new System.Drawing.Size(373, 96);
     this.labeledIntValue1.TabIndex = 0;
     this.labeledIntValue1.Title    = "Объем выборки";
     this.labeledIntValue1.Value    = 3000;
     //
     // radPageViewPage2
     //
     this.radPageViewPage2.Controls.Add(this.radButton2);
     this.radPageViewPage2.Controls.Add(this.labeledDoubleValye2);
     this.radPageViewPage2.Controls.Add(this.labeledDoubleValye1);
     this.radPageViewPage2.Controls.Add(this.labeledIntValue2);
     this.radPageViewPage2.ItemSize = new System.Drawing.SizeF(400F, 49F);
     this.radPageViewPage2.Location = new System.Drawing.Point(6, 57);
     this.radPageViewPage2.Name     = "radPageViewPage2";
     this.radPageViewPage2.Size     = new System.Drawing.Size(390, 479);
     this.radPageViewPage2.Text     = "Нормальное распределение";
     //
     // radButton2
     //
     this.radButton2.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.radButton2.Location  = new System.Drawing.Point(0, 443);
     this.radButton2.Name      = "radButton2";
     this.radButton2.Size      = new System.Drawing.Size(390, 36);
     this.radButton2.TabIndex  = 4;
     this.radButton2.Text      = "Создать выборку";
     this.radButton2.ThemeName = "Material";
     this.radButton2.Click    += new System.EventHandler(this.radButton2_Click);
     //
     // labeledDoubleValye2
     //
     this.labeledDoubleValye2.BackColor = System.Drawing.Color.Orange;
     this.labeledDoubleValye2.DecPlaces = 3;
     this.labeledDoubleValye2.Location  = new System.Drawing.Point(7, 160);
     this.labeledDoubleValye2.MaxValue  = 1000D;
     this.labeledDoubleValye2.MinValue  = 1D;
     this.labeledDoubleValye2.Name      = "labeledDoubleValye2";
     this.labeledDoubleValye2.Size      = new System.Drawing.Size(373, 48);
     this.labeledDoubleValye2.TabIndex  = 3;
     this.labeledDoubleValye2.Title     = "Станд отклонение";
     this.labeledDoubleValye2.Value     = 1D;
     //
     // labeledDoubleValye1
     //
     this.labeledDoubleValye1.BackColor = System.Drawing.Color.YellowGreen;
     this.labeledDoubleValye1.DecPlaces = 3;
     this.labeledDoubleValye1.Location  = new System.Drawing.Point(6, 105);
     this.labeledDoubleValye1.MaxValue  = 1000D;
     this.labeledDoubleValye1.MinValue  = -1000D;
     this.labeledDoubleValye1.Name      = "labeledDoubleValye1";
     this.labeledDoubleValye1.Size      = new System.Drawing.Size(373, 48);
     this.labeledDoubleValye1.TabIndex  = 2;
     this.labeledDoubleValye1.Title     = "Мат  ожидание";
     this.labeledDoubleValye1.Value     = 0D;
     //
     // labeledIntValue2
     //
     this.labeledIntValue2.Location = new System.Drawing.Point(6, 3);
     this.labeledIntValue2.MaxValue = 9000;
     this.labeledIntValue2.MinValue = 0;
     this.labeledIntValue2.Name     = "labeledIntValue2";
     this.labeledIntValue2.Padding  = new System.Windows.Forms.Padding(3);
     this.labeledIntValue2.Size     = new System.Drawing.Size(373, 96);
     this.labeledIntValue2.TabIndex = 1;
     this.labeledIntValue2.Title    = "Объем выборки";
     this.labeledIntValue2.Value    = 3000;
     //
     // radPageViewPage3
     //
     this.radPageViewPage3.Controls.Add(this.labeledDoubleValye3);
     this.radPageViewPage3.Controls.Add(this.labeledIntValue3);
     this.radPageViewPage3.Controls.Add(this.radButton3);
     this.radPageViewPage3.ItemSize = new System.Drawing.SizeF(400F, 49F);
     this.radPageViewPage3.Location = new System.Drawing.Point(6, 57);
     this.radPageViewPage3.Name     = "radPageViewPage3";
     this.radPageViewPage3.Size     = new System.Drawing.Size(390, 479);
     this.radPageViewPage3.Text     = "Экспоненциальное распределение";
     //
     // labeledDoubleValye3
     //
     this.labeledDoubleValye3.DecPlaces = 3;
     this.labeledDoubleValye3.Location  = new System.Drawing.Point(6, 105);
     this.labeledDoubleValye3.MaxValue  = 100D;
     this.labeledDoubleValye3.MinValue  = 1E-07D;
     this.labeledDoubleValye3.Name      = "labeledDoubleValye3";
     this.labeledDoubleValye3.Size      = new System.Drawing.Size(373, 48);
     this.labeledDoubleValye3.TabIndex  = 3;
     this.labeledDoubleValye3.Title     = "Уровень";
     this.labeledDoubleValye3.Value     = 1D;
     //
     // labeledIntValue3
     //
     this.labeledIntValue3.Location = new System.Drawing.Point(6, 3);
     this.labeledIntValue3.MaxValue = 9000;
     this.labeledIntValue3.MinValue = 0;
     this.labeledIntValue3.Name     = "labeledIntValue3";
     this.labeledIntValue3.Padding  = new System.Windows.Forms.Padding(3);
     this.labeledIntValue3.Size     = new System.Drawing.Size(373, 96);
     this.labeledIntValue3.TabIndex = 2;
     this.labeledIntValue3.Title    = "Объем выборки";
     this.labeledIntValue3.Value    = 3000;
     //
     // radButton3
     //
     this.radButton3.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.radButton3.Location  = new System.Drawing.Point(0, 443);
     this.radButton3.Name      = "radButton3";
     this.radButton3.Size      = new System.Drawing.Size(390, 36);
     this.radButton3.TabIndex  = 0;
     this.radButton3.Text      = "Создать выборку";
     this.radButton3.ThemeName = "Material";
     this.radButton3.Click    += new System.EventHandler(this.radButton3_Click);
     //
     // radPageViewPage4
     //
     this.radPageViewPage4.ItemSize = new System.Drawing.SizeF(400F, 49F);
     this.radPageViewPage4.Location = new System.Drawing.Point(6, 57);
     this.radPageViewPage4.Name     = "radPageViewPage4";
     this.radPageViewPage4.Size     = new System.Drawing.Size(322, 479);
     this.radPageViewPage4.Text     = "radPageViewPage4";
     //
     // radPageViewPage5
     //
     this.radPageViewPage5.ItemSize = new System.Drawing.SizeF(400F, 49F);
     this.radPageViewPage5.Location = new System.Drawing.Point(6, 57);
     this.radPageViewPage5.Name     = "radPageViewPage5";
     this.radPageViewPage5.Size     = new System.Drawing.Size(322, 479);
     this.radPageViewPage5.Text     = "radPageViewPage5";
     //
     // radPageView2
     //
     this.radPageView2.Controls.Add(this.radPageViewPage6);
     this.radPageView2.Controls.Add(this.radPageViewPage7);
     this.radPageView2.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.radPageView2.Location     = new System.Drawing.Point(402, 0);
     this.radPageView2.Name         = "radPageView2";
     this.radPageView2.SelectedPage = this.radPageViewPage6;
     this.radPageView2.Size         = new System.Drawing.Size(846, 843);
     this.radPageView2.TabIndex     = 1;
     this.radPageView2.ThemeName    = "Material";
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.radPageView2.GetChildAt(0))).ItemFitMode = Telerik.WinControls.UI.StripViewItemFitMode.Fill;
     //
     // radPageViewPage6
     //
     this.radPageViewPage6.Controls.Add(this.radSplitContainer2);
     this.radPageViewPage6.ItemSize = new System.Drawing.SizeF(384F, 49F);
     this.radPageViewPage6.Location = new System.Drawing.Point(6, 55);
     this.radPageViewPage6.Name     = "radPageViewPage6";
     this.radPageViewPage6.Size     = new System.Drawing.Size(834, 782);
     this.radPageViewPage6.Text     = "Accord";
     //
     // radSplitContainer2
     //
     this.radSplitContainer2.Controls.Add(this.splitPanel3);
     this.radSplitContainer2.Controls.Add(this.splitPanel4);
     this.radSplitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.radSplitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.radSplitContainer2.Name        = "radSplitContainer2";
     this.radSplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     //
     //
     this.radSplitContainer2.RootElement.MinSize = new System.Drawing.Size(25, 25);
     this.radSplitContainer2.Size          = new System.Drawing.Size(834, 782);
     this.radSplitContainer2.SplitterWidth = 8;
     this.radSplitContainer2.TabIndex      = 0;
     this.radSplitContainer2.TabStop       = false;
     this.radSplitContainer2.ThemeName     = "Material";
     //
     // splitPanel3
     //
     this.splitPanel3.Controls.Add(this.scatterplotView1);
     this.splitPanel3.Location = new System.Drawing.Point(0, 0);
     this.splitPanel3.Name     = "splitPanel3";
     //
     //
     //
     this.splitPanel3.RootElement.MinSize = new System.Drawing.Size(25, 25);
     this.splitPanel3.Size      = new System.Drawing.Size(834, 387);
     this.splitPanel3.TabIndex  = 0;
     this.splitPanel3.TabStop   = false;
     this.splitPanel3.Text      = "splitPanel3";
     this.splitPanel3.ThemeName = "Material";
     //
     // scatterplotView1
     //
     this.scatterplotView1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.scatterplotView1.LinesVisible = false;
     this.scatterplotView1.Location     = new System.Drawing.Point(0, 0);
     this.scatterplotView1.Name         = "scatterplotView1";
     this.scatterplotView1.ScaleTight   = false;
     this.scatterplotView1.Size         = new System.Drawing.Size(834, 387);
     this.scatterplotView1.SymbolSize   = 7F;
     this.scatterplotView1.TabIndex     = 0;
     //
     // splitPanel4
     //
     this.splitPanel4.Controls.Add(this.histogramView1);
     this.splitPanel4.Location = new System.Drawing.Point(0, 395);
     this.splitPanel4.Name     = "splitPanel4";
     //
     //
     //
     this.splitPanel4.RootElement.MinSize = new System.Drawing.Size(25, 25);
     this.splitPanel4.Size      = new System.Drawing.Size(834, 387);
     this.splitPanel4.TabIndex  = 1;
     this.splitPanel4.TabStop   = false;
     this.splitPanel4.Text      = "splitPanel4";
     this.splitPanel4.ThemeName = "Material";
     //
     // histogramView1
     //
     this.histogramView1.BinWidth     = 0.2D;
     this.histogramView1.DataSource   = ((object)(resources.GetObject("histogramView1.DataSource")));
     this.histogramView1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.histogramView1.Histogram    = ((Accord.Statistics.Visualizations.Histogram)(resources.GetObject("histogramView1.Histogram")));
     this.histogramView1.Location     = new System.Drawing.Point(0, 0);
     this.histogramView1.Name         = "histogramView1";
     this.histogramView1.NumberOfBins = null;
     this.histogramView1.Size         = new System.Drawing.Size(834, 387);
     this.histogramView1.TabIndex     = 0;
     //
     // radPageViewPage7
     //
     this.radPageViewPage7.Controls.Add(this.radSplitContainer1);
     this.radPageViewPage7.ItemSize = new System.Drawing.SizeF(381F, 49F);
     this.radPageViewPage7.Location = new System.Drawing.Point(6, 55);
     this.radPageViewPage7.Name     = "radPageViewPage7";
     this.radPageViewPage7.Size     = new System.Drawing.Size(834, 782);
     this.radPageViewPage7.Text     = "Telerik";
     //
     // radSplitContainer1
     //
     this.radSplitContainer1.Controls.Add(this.splitPanel1);
     this.radSplitContainer1.Controls.Add(this.splitPanel2);
     this.radSplitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.radSplitContainer1.Location    = new System.Drawing.Point(0, 0);
     this.radSplitContainer1.Name        = "radSplitContainer1";
     this.radSplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     //
     //
     this.radSplitContainer1.RootElement.MinSize = new System.Drawing.Size(25, 25);
     this.radSplitContainer1.Size          = new System.Drawing.Size(834, 782);
     this.radSplitContainer1.SplitterWidth = 8;
     this.radSplitContainer1.TabIndex      = 0;
     this.radSplitContainer1.TabStop       = false;
     this.radSplitContainer1.ThemeName     = "Material";
     //
     // splitPanel1
     //
     this.splitPanel1.Controls.Add(this.radChartView1);
     this.splitPanel1.Location = new System.Drawing.Point(0, 0);
     this.splitPanel1.Name     = "splitPanel1";
     //
     //
     //
     this.splitPanel1.RootElement.MinSize = new System.Drawing.Size(25, 25);
     this.splitPanel1.Size     = new System.Drawing.Size(834, 387);
     this.splitPanel1.TabIndex = 0;
     this.splitPanel1.TabStop  = false;
     this.splitPanel1.Text     = "splitPanel1";
     //
     // radChartView1
     //
     this.radChartView1.AreaDesign  = cartesianArea1;
     linearAxis1.AxisType           = Telerik.Charting.AxisType.Second;
     linearAxis1.IsPrimary          = true;
     linearAxis1.LabelRotationAngle = 300D;
     linearAxis1.TickOrigin         = null;
     linearAxis1.Title              = "";
     linearAxis2.IsPrimary          = true;
     linearAxis2.LabelRotationAngle = 300D;
     linearAxis2.TickOrigin         = null;
     linearAxis2.Title              = "";
     this.radChartView1.Axes.AddRange(new Telerik.WinControls.UI.Axis[] {
         linearAxis1,
         linearAxis2
     });
     this.radChartView1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.radChartView1.Location         = new System.Drawing.Point(0, 0);
     this.radChartView1.Name             = "radChartView1";
     scatterSeries1.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(196)))), ((int)(((byte)(65)))));
     scatterSeries1.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(196)))), ((int)(((byte)(65)))));
     scatterSeries1.HorizontalAxis       = linearAxis1;
     scatterSeries1.LabelAngle           = 90D;
     scatterSeries1.LabelDistanceToPoint = 15D;
     scatterSeries1.LegendTitle          = null;
     scatterSeries1.VerticalAxis         = linearAxis2;
     this.radChartView1.Series.AddRange(new Telerik.WinControls.UI.ChartSeries[] {
         scatterSeries1
     });
     this.radChartView1.ShowGrid      = false;
     this.radChartView1.ShowPanZoom   = true;
     this.radChartView1.ShowTrackBall = true;
     this.radChartView1.Size          = new System.Drawing.Size(834, 387);
     this.radChartView1.TabIndex      = 0;
     this.radChartView1.ThemeName     = "Material";
     //
     // splitPanel2
     //
     this.splitPanel2.Controls.Add(this.radChartView2);
     this.splitPanel2.Location = new System.Drawing.Point(0, 395);
     this.splitPanel2.Name     = "splitPanel2";
     //
     //
     //
     this.splitPanel2.RootElement.MinSize = new System.Drawing.Size(25, 25);
     this.splitPanel2.Size     = new System.Drawing.Size(834, 387);
     this.splitPanel2.TabIndex = 1;
     this.splitPanel2.TabStop  = false;
     this.splitPanel2.Text     = "splitPanel2";
     //
     // radChartView2
     //
     this.radChartView2.AreaDesign       = cartesianArea2;
     categoricalAxis1.IsPrimary          = true;
     categoricalAxis1.LabelRotationAngle = 300D;
     categoricalAxis1.Title         = "";
     linearAxis3.AxisType           = Telerik.Charting.AxisType.Second;
     linearAxis3.IsPrimary          = true;
     linearAxis3.LabelRotationAngle = 300D;
     linearAxis3.TickOrigin         = null;
     linearAxis3.Title = "";
     this.radChartView2.Axes.AddRange(new Telerik.WinControls.UI.Axis[] {
         categoricalAxis1,
         linearAxis3
     });
     this.radChartView2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.radChartView2.Location = new System.Drawing.Point(0, 0);
     this.radChartView2.Name     = "radChartView2";
     barSeries1.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(196)))), ((int)(((byte)(65)))));
     barSeries1.BorderColor      = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(196)))), ((int)(((byte)(65)))));
     barSeries1.HorizontalAxis   = categoricalAxis1;
     barSeries1.LabelMode        = Telerik.WinControls.UI.BarLabelModes.Top;
     barSeries1.VerticalAxis     = linearAxis3;
     this.radChartView2.Series.AddRange(new Telerik.WinControls.UI.ChartSeries[] {
         barSeries1
     });
     this.radChartView2.ShowGrid      = false;
     this.radChartView2.ShowPanZoom   = true;
     this.radChartView2.ShowTrackBall = true;
     this.radChartView2.Size          = new System.Drawing.Size(834, 387);
     this.radChartView2.TabIndex      = 0;
     this.radChartView2.ThemeName     = "Material";
     //
     // RadForm1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1248, 843);
     this.Controls.Add(this.radPageView2);
     this.Controls.Add(this.radPageView1);
     this.Name = "RadForm1";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text      = "RadForm1";
     this.ThemeName = "Material";
     ((System.ComponentModel.ISupportInitialize)(this.radPageView1)).EndInit();
     this.radPageView1.ResumeLayout(false);
     this.radPageViewPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
     this.radPageViewPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radButton2)).EndInit();
     this.radPageViewPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radButton3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPageView2)).EndInit();
     this.radPageView2.ResumeLayout(false);
     this.radPageViewPage6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer2)).EndInit();
     this.radSplitContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel3)).EndInit();
     this.splitPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel4)).EndInit();
     this.splitPanel4.ResumeLayout(false);
     this.radPageViewPage7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).EndInit();
     this.radSplitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).EndInit();
     this.splitPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel2)).EndInit();
     this.splitPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radChartView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #8
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);
 }
Exemple #9
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.WinControls.UI.BarSeries       barSeries2       = new Telerik.WinControls.UI.BarSeries();
     this.PageView = new Telerik.WinControls.UI.RadPageView();
     this.Page1    = new Telerik.WinControls.UI.RadPageViewPage();
     this.chart1   = new Telerik.WinControls.UI.RadChartView();
     this.Page2    = new Telerik.WinControls.UI.RadPageViewPage();
     this.Page3    = new Telerik.WinControls.UI.RadPageViewPage();
     ((System.ComponentModel.ISupportInitialize)(this.PageView)).BeginInit();
     this.PageView.SuspendLayout();
     this.Page1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // PageView
     //
     this.PageView.Controls.Add(this.Page1);
     this.PageView.Controls.Add(this.Page2);
     this.PageView.Controls.Add(this.Page3);
     this.PageView.DefaultPage          = this.Page1;
     this.PageView.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.PageView.Location             = new System.Drawing.Point(0, 0);
     this.PageView.Name                 = "PageView";
     this.PageView.SelectedPage         = this.Page1;
     this.PageView.Size                 = new System.Drawing.Size(785, 450);
     this.PageView.TabIndex             = 1;
     this.PageView.SelectedPageChanged += new System.EventHandler(this.PageView_SelectedPageChanged);
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.PageView.GetChildAt(0))).StripButtons  = Telerik.WinControls.UI.StripViewButtons.None;
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.PageView.GetChildAt(0))).ItemAlignment = Telerik.WinControls.UI.StripViewItemAlignment.Near;
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.PageView.GetChildAt(0))).ItemFitMode   = Telerik.WinControls.UI.StripViewItemFitMode.None;
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.PageView.GetChildAt(0))).ItemSpacing   = 0;
     //
     // Page1
     //
     this.Page1.Controls.Add(this.chart1);
     this.Page1.ItemSize      = new System.Drawing.SizeF(56F, 28F);
     this.Page1.Location      = new System.Drawing.Point(10, 37);
     this.Page1.Name          = "Page1";
     this.Page1.Size          = new System.Drawing.Size(764, 402);
     this.Page1.Tag           = "Valor0";
     this.Page1.Text          = "Valor 0°";
     this.Page1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // chart1
     //
     this.chart1.AreaDesign              = cartesianArea1;
     categoricalAxis1.IsPrimary          = true;
     categoricalAxis1.LabelRotationAngle = 300D;
     categoricalAxis1.Title              = "Reflectividad";
     linearAxis1.AxisType           = Telerik.Charting.AxisType.Second;
     linearAxis1.IsPrimary          = true;
     linearAxis1.LabelRotationAngle = 300D;
     linearAxis1.TickOrigin         = null;
     linearAxis1.Title = "Frecuencia";
     this.chart1.Axes.AddRange(new Telerik.WinControls.UI.Axis[] {
         categoricalAxis1,
         linearAxis1
     });
     this.chart1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.chart1.EnableAnalytics = false;
     this.chart1.Location        = new System.Drawing.Point(0, 0);
     this.chart1.Name            = "chart1";
     this.chart1.SelectionMode   = Telerik.WinControls.UI.ChartSelectionMode.SingleDataPoint;
     barSeries1.HorizontalAxis   = categoricalAxis1;
     barSeries1.LabelMode        = Telerik.WinControls.UI.BarLabelModes.Top;
     barSeries1.LegendTitle      = null;
     barSeries1.ShowLabels       = true;
     barSeries1.VerticalAxis     = linearAxis1;
     barSeries2.HorizontalAxis   = categoricalAxis1;
     barSeries2.LabelMode        = Telerik.WinControls.UI.BarLabelModes.Top;
     barSeries2.LegendTitle      = null;
     barSeries2.ShowLabels       = true;
     barSeries2.VerticalAxis     = linearAxis1;
     this.chart1.Series.AddRange(new Telerik.WinControls.UI.ChartSeries[] {
         barSeries1,
         barSeries2
     });
     this.chart1.ShowGrid      = false;
     this.chart1.ShowPanZoom   = true;
     this.chart1.ShowTitle     = true;
     this.chart1.ShowTrackBall = true;
     this.chart1.Size          = new System.Drawing.Size(764, 402);
     this.chart1.TabIndex      = 1;
     this.chart1.Title         = "Valor";
     this.chart1.UseDataSource = false;
     //
     // Page2
     //
     this.Page2.ItemSize = new System.Drawing.SizeF(62F, 28F);
     this.Page2.Location = new System.Drawing.Point(10, 37);
     this.Page2.Name     = "Page2";
     this.Page2.Size     = new System.Drawing.Size(760, 400);
     this.Page2.Tag      = "Valor1";
     this.Page2.Text     = "Valor 20°";
     //
     // Page3
     //
     this.Page3.ItemSize = new System.Drawing.SizeF(66F, 28F);
     this.Page3.Location = new System.Drawing.Point(10, 37);
     this.Page3.Name     = "Page3";
     this.Page3.Size     = new System.Drawing.Size(760, 400);
     this.Page3.Tag      = "Valor2";
     this.Page3.Text     = "Valor -20°";
     //
     // frmGraficaQA
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(785, 450);
     this.Controls.Add(this.PageView);
     this.Name = "frmGraficaQA";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.ShowIcon  = false;
     this.Text      = "HISTOGRAMA";
     this.ThemeName = "MaterialTeal";
     this.Load     += new System.EventHandler(this.frmGraficaQA_Load);
     ((System.ComponentModel.ISupportInitialize)(this.PageView)).EndInit();
     this.PageView.ResumeLayout(false);
     this.Page1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).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()
 {
     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.WinControls.UI.BarSeries       barSeries2            = new Telerik.WinControls.UI.BarSeries();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint4 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint5 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint6 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.WinControls.UI.BarSeries       barSeries3            = new Telerik.WinControls.UI.BarSeries();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint7 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint8 = new Telerik.Charting.CategoricalDataPoint();
     Telerik.Charting.CategoricalDataPoint  categoricalDataPoint9 = new Telerik.Charting.CategoricalDataPoint();
     this.radChartView       = new Telerik.WinControls.UI.RadChartView();
     this.radLabel1          = new Telerik.WinControls.UI.RadLabel();
     this.radSplitContainer1 = new Telerik.WinControls.UI.RadSplitContainer();
     this.splitPanel2        = new Telerik.WinControls.UI.SplitPanel();
     this.splitPanel1        = new Telerik.WinControls.UI.SplitPanel();
     this.radRangeSelector1  = new Telerik.WinControls.UI.RadRangeSelector();
     this.radChartView1      = new Telerik.WinControls.UI.RadChartView();
     this.radLabel2          = new Telerik.WinControls.UI.RadLabel();
     ((System.ComponentModel.ISupportInitialize)(this.radChartView)).BeginInit();
     this.radChartView.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).BeginInit();
     this.radSplitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel2)).BeginInit();
     this.splitPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).BeginInit();
     this.splitPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radRangeSelector1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).BeginInit();
     this.radChartView1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     this.SuspendLayout();
     //
     // radChartView
     //
     this.radChartView.AreaType = Telerik.WinControls.UI.ChartAreaType.Pie;
     this.radChartView.Controls.Add(this.radLabel1);
     this.radChartView.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.radChartView.Location      = new System.Drawing.Point(0, 0);
     this.radChartView.Name          = "radChartView";
     this.radChartView.ShowGrid      = false;
     this.radChartView.ShowLegend    = true;
     this.radChartView.ShowPanZoom   = true;
     this.radChartView.ShowTitle     = true;
     this.radChartView.ShowToolTip   = true;
     this.radChartView.ShowTrackBall = true;
     this.radChartView.Size          = new System.Drawing.Size(407, 588);
     this.radChartView.TabIndex      = 0;
     //
     // radLabel1
     //
     this.radLabel1.Font      = new System.Drawing.Font("Century Gothic", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel1.ForeColor = System.Drawing.Color.Gray;
     this.radLabel1.Location  = new System.Drawing.Point(23, 1);
     this.radLabel1.Name      = "radLabel1";
     this.radLabel1.Size      = new System.Drawing.Size(338, 40);
     this.radLabel1.TabIndex  = 0;
     this.radLabel1.Text      = "Students by specialties";
     this.radLabel1.ThemeName = "Material";
     //
     // radSplitContainer1
     //
     this.radSplitContainer1.Controls.Add(this.splitPanel2);
     this.radSplitContainer1.Controls.Add(this.splitPanel1);
     this.radSplitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.radSplitContainer1.Location = new System.Drawing.Point(0, 0);
     this.radSplitContainer1.Name     = "radSplitContainer1";
     //
     //
     //
     this.radSplitContainer1.RootElement.MinSize = new System.Drawing.Size(25, 25);
     this.radSplitContainer1.Size          = new System.Drawing.Size(980, 588);
     this.radSplitContainer1.SplitterWidth = 8;
     this.radSplitContainer1.TabIndex      = 1;
     this.radSplitContainer1.TabStop       = false;
     this.radSplitContainer1.ThemeName     = "Material";
     //
     // splitPanel2
     //
     this.splitPanel2.Controls.Add(this.radChartView);
     this.splitPanel2.Location = new System.Drawing.Point(0, 0);
     this.splitPanel2.Name     = "splitPanel2";
     //
     //
     //
     this.splitPanel2.RootElement.MinSize = new System.Drawing.Size(25, 25);
     this.splitPanel2.Size = new System.Drawing.Size(407, 588);
     this.splitPanel2.SizeInfo.AutoSizeScale      = new System.Drawing.SizeF(-0.08127573F, 0F);
     this.splitPanel2.SizeInfo.SplitterCorrection = new System.Drawing.Size(-79, 0);
     this.splitPanel2.TabIndex  = 1;
     this.splitPanel2.TabStop   = false;
     this.splitPanel2.Text      = "splitPanel2";
     this.splitPanel2.ThemeName = "Material";
     //
     // splitPanel1
     //
     this.splitPanel1.Controls.Add(this.radRangeSelector1);
     this.splitPanel1.Controls.Add(this.radChartView1);
     this.splitPanel1.Location = new System.Drawing.Point(415, 0);
     this.splitPanel1.Name     = "splitPanel1";
     //
     //
     //
     this.splitPanel1.RootElement.MinSize = new System.Drawing.Size(25, 25);
     this.splitPanel1.Size = new System.Drawing.Size(565, 588);
     this.splitPanel1.SizeInfo.AutoSizeScale      = new System.Drawing.SizeF(0.0812757F, 0F);
     this.splitPanel1.SizeInfo.SplitterCorrection = new System.Drawing.Size(79, 0);
     this.splitPanel1.TabIndex  = 0;
     this.splitPanel1.TabStop   = false;
     this.splitPanel1.Text      = "splitPanel1";
     this.splitPanel1.ThemeName = "Material";
     //
     // radRangeSelector1
     //
     this.radRangeSelector1.AssociatedControl = this.radChartView1;
     this.radRangeSelector1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.radRangeSelector1.Location = new System.Drawing.Point(0, 438);
     this.radRangeSelector1.Name     = "radRangeSelector1";
     this.radRangeSelector1.Size     = new System.Drawing.Size(565, 150);
     this.radRangeSelector1.TabIndex = 2;
     //
     // radChartView1
     //
     this.radChartView1.AreaDesign       = cartesianArea1;
     categoricalAxis1.IsPrimary          = true;
     categoricalAxis1.LabelRotationAngle = 300D;
     categoricalAxis1.Title         = "";
     linearAxis1.AxisType           = Telerik.Charting.AxisType.Second;
     linearAxis1.IsPrimary          = true;
     linearAxis1.LabelRotationAngle = 300D;
     linearAxis1.MajorStep          = 10D;
     linearAxis1.TickOrigin         = null;
     linearAxis1.Title = "";
     this.radChartView1.Axes.AddRange(new Telerik.WinControls.UI.Axis[] {
         categoricalAxis1,
         linearAxis1
     });
     this.radChartView1.Controls.Add(this.radLabel2);
     this.radChartView1.Dock        = System.Windows.Forms.DockStyle.Top;
     this.radChartView1.LegendTitle = "Specialties";
     this.radChartView1.Location    = new System.Drawing.Point(0, 0);
     this.radChartView1.Name        = "radChartView1";
     categoricalDataPoint1.Category = "Web Design";
     categoricalDataPoint1.Label    = 78D;
     categoricalDataPoint1.Value    = 78D;
     categoricalDataPoint2.Category = "Algebra";
     categoricalDataPoint2.Label    = 57D;
     categoricalDataPoint2.Value    = 57D;
     categoricalDataPoint3.Category = "Physics";
     categoricalDataPoint3.Label    = 65D;
     categoricalDataPoint3.Value    = 65D;
     barSeries1.DataPoints.AddRange(new Telerik.Charting.DataPoint[] {
         categoricalDataPoint1,
         categoricalDataPoint2,
         categoricalDataPoint3
     });
     barSeries1.HorizontalAxis      = categoricalAxis1;
     barSeries1.LabelMode           = Telerik.WinControls.UI.BarLabelModes.Top;
     barSeries1.LegendTitle         = "Networking";
     barSeries1.VerticalAxis        = linearAxis1;
     categoricalDataPoint4.Category = "Web Design";
     categoricalDataPoint4.Label    = 95D;
     categoricalDataPoint4.Value    = 95D;
     categoricalDataPoint5.Category = "Algebra";
     categoricalDataPoint5.Label    = 80D;
     categoricalDataPoint5.Value    = 80D;
     categoricalDataPoint6.Category = "Physics";
     categoricalDataPoint6.Label    = 47D;
     categoricalDataPoint6.Value    = 47D;
     barSeries2.DataPoints.AddRange(new Telerik.Charting.DataPoint[] {
         categoricalDataPoint4,
         categoricalDataPoint5,
         categoricalDataPoint6
     });
     barSeries2.HorizontalAxis      = categoricalAxis1;
     barSeries2.LabelMode           = Telerik.WinControls.UI.BarLabelModes.Top;
     barSeries2.LegendTitle         = "Computer Science";
     barSeries2.VerticalAxis        = linearAxis1;
     categoricalDataPoint7.Category = "Web Design";
     categoricalDataPoint7.Label    = 56D;
     categoricalDataPoint7.Value    = 56D;
     categoricalDataPoint8.Category = "Algebra";
     categoricalDataPoint8.Label    = 98D;
     categoricalDataPoint8.Value    = 98D;
     categoricalDataPoint9.Category = "Physics";
     categoricalDataPoint9.Label    = 95D;
     categoricalDataPoint9.Value    = 95D;
     barSeries3.DataPoints.AddRange(new Telerik.Charting.DataPoint[] {
         categoricalDataPoint7,
         categoricalDataPoint8,
         categoricalDataPoint9
     });
     barSeries3.HorizontalAxis = categoricalAxis1;
     barSeries3.LabelMode      = Telerik.WinControls.UI.BarLabelModes.Top;
     barSeries3.LegendTitle    = "Electronics";
     barSeries3.VerticalAxis   = linearAxis1;
     this.radChartView1.Series.AddRange(new Telerik.WinControls.UI.ChartSeries[] {
         barSeries1,
         barSeries2,
         barSeries3
     });
     this.radChartView1.ShowGrid      = false;
     this.radChartView1.ShowLegend    = true;
     this.radChartView1.ShowPanZoom   = true;
     this.radChartView1.ShowTitle     = true;
     this.radChartView1.ShowToolTip   = true;
     this.radChartView1.ShowTrackBall = true;
     this.radChartView1.Size          = new System.Drawing.Size(565, 437);
     this.radChartView1.TabIndex      = 1;
     //
     // radLabel2
     //
     this.radLabel2.Font      = new System.Drawing.Font("Century Gothic", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel2.ForeColor = System.Drawing.Color.Gray;
     this.radLabel2.Location  = new System.Drawing.Point(55, 2);
     this.radLabel2.Name      = "radLabel2";
     this.radLabel2.Size      = new System.Drawing.Size(430, 40);
     this.radLabel2.TabIndex  = 1;
     this.radLabel2.Text      = "Average grades by specialty";
     this.radLabel2.ThemeName = "Material";
     //
     // ChartView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.Controls.Add(this.radSplitContainer1);
     this.Name  = "ChartView";
     this.Size  = new System.Drawing.Size(980, 588);
     this.Load += new System.EventHandler(this.ChartView_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radChartView)).EndInit();
     this.radChartView.ResumeLayout(false);
     this.radChartView.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).EndInit();
     this.radSplitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel2)).EndInit();
     this.splitPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).EndInit();
     this.splitPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radRangeSelector1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).EndInit();
     this.radChartView1.ResumeLayout(false);
     this.radChartView1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).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()
 {
     C1.Win.C1Gauge.C1GaugeLabels           c1GaugeLabels1         = new C1.Win.C1Gauge.C1GaugeLabels();
     C1.Win.C1Gauge.C1GaugeRange            c1GaugeRange1          = new C1.Win.C1Gauge.C1GaugeRange();
     C1.Win.C1Gauge.C1GaugeMarks            c1GaugeMarks1          = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeMarks            c1GaugeMarks2          = new C1.Win.C1Gauge.C1GaugeMarks();
     C1.Win.C1Gauge.C1GaugeSingleLabel      c1GaugeSingleLabel1    = new C1.Win.C1Gauge.C1GaugeSingleLabel();
     C1.Win.C1Gauge.C1GaugeRange            c1GaugeRange2          = new C1.Win.C1Gauge.C1GaugeRange();
     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();
     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();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.dataGridView1     = new System.Windows.Forms.DataGridView();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.textBox3          = new System.Windows.Forms.TextBox();
     this.label3            = new System.Windows.Forms.Label();
     this.textBox2          = new System.Windows.Forms.TextBox();
     this.label2            = new System.Windows.Forms.Label();
     this.c1Gauge10         = new C1.Win.C1Gauge.C1Gauge();
     this.c1RG10            = new C1.Win.C1Gauge.C1RadialGauge();
     this.textBox1          = new System.Windows.Forms.TextBox();
     this.label1            = new System.Windows.Forms.Label();
     this.radChartView1     = new Telerik.WinControls.UI.RadChartView();
     this.Column1           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column6           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column7           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column8           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column9           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column10          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column11          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column12          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.radChartView1, 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, 50.42493F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 49.57507F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1173, 650);
     this.tableLayoutPanel1.TabIndex = 0;
     this.tableLayoutPanel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint);
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows          = false;
     this.dataGridView1.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.AutoSizeRowsMode            = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCellsExceptHeaders;
     this.dataGridView1.BackgroundColor             = System.Drawing.SystemColors.Window;
     this.dataGridView1.BorderStyle                 = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2,
         this.Column3,
         this.Column4,
         this.Column5,
         this.Column6,
         this.Column7,
         this.Column8,
         this.Column9,
         this.Column10,
         this.Column11,
         this.Column12
     });
     this.dataGridView1.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.dataGridView1.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.Location                = new System.Drawing.Point(3, 330);
     this.dataGridView1.MultiSelect             = false;
     this.dataGridView1.Name                    = "dataGridView1";
     this.dataGridView1.ReadOnly                = true;
     this.dataGridView1.RowHeadersVisible       = false;
     this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToDisplayedHeaders;
     this.dataGridView1.RowTemplate.Height      = 23;
     this.dataGridView1.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size                    = new System.Drawing.Size(911, 317);
     this.dataGridView1.TabIndex                = 0;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.textBox3, 0, 6);
     this.tableLayoutPanel2.Controls.Add(this.label3, 0, 5);
     this.tableLayoutPanel2.Controls.Add(this.textBox2, 0, 4);
     this.tableLayoutPanel2.Controls.Add(this.label2, 0, 3);
     this.tableLayoutPanel2.Controls.Add(this.c1Gauge10, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.textBox1, 0, 2);
     this.tableLayoutPanel2.Controls.Add(this.label1, 0, 1);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(920, 3);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 7;
     this.tableLayoutPanel1.SetRowSpan(this.tableLayoutPanel2, 2);
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.695652F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 24.34783F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.695652F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 24.63768F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.958477F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 27.33564F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(250, 644);
     this.tableLayoutPanel2.TabIndex = 1;
     //
     // textBox3
     //
     this.textBox3.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox3.Location  = new System.Drawing.Point(3, 575);
     this.textBox3.Multiline = true;
     this.textBox3.Name      = "textBox3";
     this.textBox3.Size      = new System.Drawing.Size(244, 58);
     this.textBox3.TabIndex  = 84;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label3.Font      = new System.Drawing.Font("宋体", 15F);
     this.label3.Location  = new System.Drawing.Point(3, 542);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(244, 22);
     this.label3.TabIndex  = 83;
     this.label3.Text      = "同比指数:";
     //
     // textBox2
     //
     this.textBox2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox2.Location  = new System.Drawing.Point(3, 480);
     this.textBox2.Multiline = true;
     this.textBox2.Name      = "textBox2";
     this.textBox2.Size      = new System.Drawing.Size(244, 54);
     this.textBox2.TabIndex  = 82;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label2.Font      = new System.Drawing.Font("宋体", 15F);
     this.label2.Location  = new System.Drawing.Point(3, 448);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(244, 24);
     this.label2.TabIndex  = 81;
     this.label2.Text      = "去年器械功能不全总数:";
     //
     // c1Gauge10
     //
     this.c1Gauge10.Gauges.AddRange(new C1.Win.C1Gauge.C1GaugeBase[] {
         this.c1RG10
     });
     this.c1Gauge10.Location = new System.Drawing.Point(30, 30);
     this.c1Gauge10.Margin   = new System.Windows.Forms.Padding(30);
     this.c1Gauge10.Name     = "c1Gauge10";
     this.c1Gauge10.Size     = new System.Drawing.Size(190, 295);
     this.c1Gauge10.TabIndex = 78;
     this.c1Gauge10.ViewTag  = ((long)(947584405483118740));
     //
     // c1RG10
     //
     this.c1RG10.Cap.Border.Color      = System.Drawing.Color.DimGray;
     this.c1RG10.Cap.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     this.c1RG10.Cap.Filling.Color     = System.Drawing.Color.White;
     this.c1RG10.Cap.Filling.Color2    = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.c1RG10.Cap.Radius            = 12D;
     this.c1RG10.Cap.Shadow.Visible    = true;
     c1GaugeLabels1.Color                  = System.Drawing.Color.Black;
     c1GaugeLabels1.FontSize               = 10D;
     c1GaugeLabels1.Interval               = 10D;
     c1GaugeLabels1.IsRotated              = true;
     c1GaugeLabels1.Location               = 68D;
     c1GaugeLabels1.ViewTag                = ((long)(728035773812438077));
     c1GaugeRange1.AntiAliasing            = C1.Win.C1Gauge.C1GaugeRangeAntiAliasing.LowQuality;
     c1GaugeRange1.Border.LineStyle        = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeRange1.Filling.Color           = System.Drawing.Color.DeepSkyBlue;
     c1GaugeRange1.Location                = 82D;
     c1GaugeRange1.ViewTag                 = ((long)(728598723765859389));
     c1GaugeRange1.Width                   = 5D;
     c1GaugeMarks1.Border.Color            = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     c1GaugeMarks1.CustomShape.EndRadius   = 1D;
     c1GaugeMarks1.CustomShape.EndWidth    = 2D;
     c1GaugeMarks1.CustomShape.StartRadius = 1D;
     c1GaugeMarks1.CustomShape.StartWidth  = 6D;
     c1GaugeMarks1.Filling.Color           = System.Drawing.Color.White;
     c1GaugeMarks1.FlipShape               = true;
     c1GaugeMarks1.Interval                = 10D;
     c1GaugeMarks1.Length                  = 12D;
     c1GaugeMarks1.Location                = 82D;
     c1GaugeMarks1.Shape                   = C1.Win.C1Gauge.C1GaugeMarkShape.Custom;
     c1GaugeMarks1.ViewTag                 = ((long)(730850523579544637));
     c1GaugeMarks2.Border.Color            = System.Drawing.Color.DimGray;
     c1GaugeMarks2.Filling.Color           = System.Drawing.Color.White;
     c1GaugeMarks2.Interval                = 2.5D;
     c1GaugeMarks2.Length                  = 8D;
     c1GaugeMarks2.Location                = 82D;
     c1GaugeMarks2.ViewTag                 = ((long)(731413473532965949));
     c1GaugeMarks2.Width                   = 3D;
     c1GaugeSingleLabel1.Angle             = 180D;
     c1GaugeSingleLabel1.Color             = System.Drawing.Color.Black;
     c1GaugeSingleLabel1.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     c1GaugeSingleLabel1.FontSize          = 20D;
     c1GaugeSingleLabel1.Format            = "0##";
     c1GaugeSingleLabel1.PointerIndex      = 1;
     c1GaugeSingleLabel1.ViewTag           = ((long)(731976423486387261));
     c1GaugeRange2.Border.Color            = System.Drawing.Color.DimGray;
     c1GaugeRange2.From     = 60D;
     c1GaugeRange2.Location = 50D;
     c1GaugeRange2.To       = 90D;
     c1GaugeRange2.ValueColors.AddRange(new C1.Win.C1Gauge.C1GaugeValueColor[] {
         new C1.Win.C1Gauge.C1GaugeValueColor(60D, -1, System.Drawing.Color.Cyan, 1D, ((long)(658714595053779480))),
         new C1.Win.C1Gauge.C1GaugeValueColor(75D, -1, System.Drawing.Color.Fuchsia, 1D, ((long)(658996070035638145))),
         new C1.Win.C1Gauge.C1GaugeValueColor(90D, -1, System.Drawing.Color.Purple, 1D, ((long)(659277545018432811)))
     });
     c1GaugeRange2.ViewTag = ((long)(658433118857458681));
     c1GaugeRange2.Width   = 10D;
     c1GaugeRange2.Width2  = 15D;
     this.c1RG10.Decorators.AddRange(new C1.Win.C1Gauge.C1GaugeDecorator[] {
         c1GaugeLabels1,
         c1GaugeRange1,
         c1GaugeMarks1,
         c1GaugeMarks2,
         c1GaugeSingleLabel1,
         c1GaugeRange2
     });
     c1GaugeEllipse1.Border.LineStyle  = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeEllipse1.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeEllipse1.Filling.Color     = System.Drawing.Color.LightGray;
     c1GaugeEllipse1.Filling.Color2    = System.Drawing.Color.Gray;
     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.Gray;
     c1GaugeEllipse2.Filling.Color2    = System.Drawing.Color.LightGray;
     c1GaugeEllipse2.HitTestable       = false;
     c1GaugeEllipse3.Border.LineStyle  = C1.Win.C1Gauge.C1GaugeBorderStyle.None;
     c1GaugeEllipse3.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     c1GaugeEllipse3.Filling.Color     = System.Drawing.Color.LightGray;
     c1GaugeEllipse3.Filling.Color2    = System.Drawing.Color.Gray;
     c1GaugeEllipse3.Height            = -0.95D;
     c1GaugeEllipse3.HitTestable       = false;
     c1GaugeEllipse3.Width             = -0.95D;
     c1GaugeCaption1.CenterPointY      = 1.12D;
     c1GaugeCaption1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
     c1GaugeCaption1.Text = "每月平均器械功能不全发生数";
     this.c1RG10.FaceShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] {
         c1GaugeEllipse1,
         c1GaugeEllipse2,
         c1GaugeEllipse3,
         c1GaugeCaption1
     });
     this.c1RG10.Name = "c1RG10";
     this.c1RG10.Pointer.Border.Color           = System.Drawing.Color.DimGray;
     this.c1RG10.Pointer.CustomShape.EndWidth   = 2D;
     this.c1RG10.Pointer.CustomShape.StartWidth = 12D;
     this.c1RG10.Pointer.Filling.BrushType      = C1.Win.C1Gauge.C1GaugeBrushType.Gradient;
     this.c1RG10.Pointer.Filling.Color          = System.Drawing.Color.OrangeRed;
     this.c1RG10.Pointer.Filling.Color2         = System.Drawing.Color.PeachPuff;
     this.c1RG10.Pointer.Filling.HatchStyle     = C1.Win.C1Gauge.C1GaugeHatchStyle.Wave;
     this.c1RG10.Pointer.Length         = 86D;
     this.c1RG10.Pointer.Offset         = 0D;
     this.c1RG10.Pointer.Shadow.Visible = true;
     this.c1RG10.Pointer.Shape          = C1.Win.C1Gauge.C1GaugePointerShape.Custom;
     this.c1RG10.Radius     = 0.45D;
     this.c1RG10.StartAngle = -150D;
     this.c1RG10.SweepAngle = 300D;
     this.c1RG10.ViewTag    = ((long)(727472823859016765));
     //
     // textBox1
     //
     this.textBox1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.Location  = new System.Drawing.Point(3, 386);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(244, 54);
     this.textBox1.TabIndex  = 80;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("宋体", 15F);
     this.label1.Location  = new System.Drawing.Point(3, 355);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(244, 24);
     this.label1.TabIndex  = 79;
     this.label1.Text      = "今年器械功能不全总数:";
     //
     // radChartView1
     //
     this.radChartView1.AreaDesign       = cartesianArea1;
     categoricalAxis1.IsPrimary          = true;
     categoricalAxis1.LabelRotationAngle = 300D;
     categoricalAxis1.Title         = "";
     linearAxis1.AxisType           = Telerik.Charting.AxisType.Second;
     linearAxis1.IsPrimary          = true;
     linearAxis1.LabelRotationAngle = 300D;
     linearAxis1.MajorStep          = 10D;
     linearAxis1.TickOrigin         = null;
     linearAxis1.Title = "";
     this.radChartView1.Axes.AddRange(new Telerik.WinControls.UI.Axis[] {
         categoricalAxis1,
         linearAxis1
     });
     this.radChartView1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.radChartView1.Location    = new System.Drawing.Point(3, 3);
     this.radChartView1.Name        = "radChartView1";
     categoricalDataPoint1.Category = "A";
     categoricalDataPoint1.Label    = 59D;
     categoricalDataPoint1.Value    = 59D;
     categoricalDataPoint2.Category = "B";
     categoricalDataPoint2.Label    = 67D;
     categoricalDataPoint2.Value    = 67D;
     categoricalDataPoint3.Category = "C";
     categoricalDataPoint3.Label    = 52D;
     categoricalDataPoint3.Value    = 52D;
     categoricalDataPoint4.Category = "D";
     categoricalDataPoint4.Label    = 33D;
     categoricalDataPoint4.Value    = 33D;
     categoricalDataPoint5.Category = "E";
     categoricalDataPoint5.Label    = 32D;
     categoricalDataPoint5.Value    = 32D;
     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     = 78D;
     categoricalDataPoint6.Value     = 78D;
     categoricalDataPoint7.Category  = "B";
     categoricalDataPoint7.Label     = 70D;
     categoricalDataPoint7.Value     = 70D;
     categoricalDataPoint8.Category  = "C";
     categoricalDataPoint8.Label     = 30D;
     categoricalDataPoint8.Value     = 30D;
     categoricalDataPoint9.Category  = "D";
     categoricalDataPoint9.Label     = 15D;
     categoricalDataPoint9.Value     = 15D;
     categoricalDataPoint10.Category = "E";
     categoricalDataPoint10.Label    = 61D;
     categoricalDataPoint10.Value    = 61D;
     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(911, 321);
     this.radChartView1.TabIndex = 2;
     this.radChartView1.Text     = "radChartView1";
     //
     // Column1
     //
     this.Column1.FillWeight   = 164.6218F;
     this.Column1.HeaderText   = "一月";
     this.Column1.MinimumWidth = 40;
     this.Column1.Name         = "Column1";
     this.Column1.ReadOnly     = true;
     //
     // Column2
     //
     this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Column2.FillWeight   = 243.6548F;
     this.Column2.HeaderText   = "二月";
     this.Column2.MinimumWidth = 40;
     this.Column2.Name         = "Column2";
     this.Column2.ReadOnly     = true;
     //
     // Column3
     //
     this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Column3.FillWeight   = 198.804F;
     this.Column3.HeaderText   = "三月";
     this.Column3.MinimumWidth = 40;
     this.Column3.Name         = "Column3";
     this.Column3.ReadOnly     = true;
     //
     // Column4
     //
     this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Column4.FillWeight   = 37.97582F;
     this.Column4.HeaderText   = "四月";
     this.Column4.MinimumWidth = 40;
     this.Column4.Name         = "Column4";
     this.Column4.ReadOnly     = true;
     //
     // Column5
     //
     this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Column5.FillWeight   = 45.32549F;
     this.Column5.HeaderText   = "五月";
     this.Column5.MinimumWidth = 40;
     this.Column5.Name         = "Column5";
     this.Column5.ReadOnly     = true;
     //
     // Column6
     //
     this.Column6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Column6.FillWeight   = 52.50956F;
     this.Column6.HeaderText   = "六月";
     this.Column6.MinimumWidth = 40;
     this.Column6.Name         = "Column6";
     this.Column6.ReadOnly     = true;
     //
     // Column7
     //
     this.Column7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Column7.FillWeight   = 59.53172F;
     this.Column7.HeaderText   = "七月";
     this.Column7.MinimumWidth = 40;
     this.Column7.Name         = "Column7";
     this.Column7.ReadOnly     = true;
     //
     // Column8
     //
     this.Column8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Column8.FillWeight   = 66.39574F;
     this.Column8.HeaderText   = "八月";
     this.Column8.MinimumWidth = 40;
     this.Column8.Name         = "Column8";
     this.Column8.ReadOnly     = true;
     //
     // Column9
     //
     this.Column9.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Column9.FillWeight   = 73.10503F;
     this.Column9.HeaderText   = "九月";
     this.Column9.MinimumWidth = 40;
     this.Column9.Name         = "Column9";
     this.Column9.ReadOnly     = true;
     //
     // Column10
     //
     this.Column10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Column10.FillWeight   = 79.66315F;
     this.Column10.HeaderText   = "十月";
     this.Column10.MinimumWidth = 40;
     this.Column10.Name         = "Column10";
     this.Column10.ReadOnly     = true;
     //
     // Column11
     //
     this.Column11.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Column11.FillWeight   = 86.07355F;
     this.Column11.HeaderText   = "十一月";
     this.Column11.MinimumWidth = 50;
     this.Column11.Name         = "Column11";
     this.Column11.ReadOnly     = true;
     //
     // Column12
     //
     this.Column12.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Column12.FillWeight   = 92.33943F;
     this.Column12.HeaderText   = "十二月 ";
     this.Column12.MinimumWidth = 50;
     this.Column12.Name         = "Column12";
     this.Column12.ReadOnly     = true;
     //
     // unwashing
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1173, 650);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "unwashing";
     this.Text = "unwashing";
     this.tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Gauge10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).EndInit();
     this.ResumeLayout(false);
 }