/// <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); }
/// <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 cartesianArea2 = new Telerik.WinControls.UI.CartesianArea(); Telerik.WinControls.UI.LinearAxis linearAxis3 = new Telerik.WinControls.UI.LinearAxis(); Telerik.WinControls.UI.LinearAxis linearAxis4 = new Telerik.WinControls.UI.LinearAxis(); Telerik.WinControls.UI.ScatterLineSeries scatterLineSeries3 = new Telerik.WinControls.UI.ScatterLineSeries(); Telerik.WinControls.UI.ScatterLineSeries scatterLineSeries4 = new Telerik.WinControls.UI.ScatterLineSeries(); this.crystalTheme1 = new Telerik.WinControls.Themes.CrystalTheme(); this.radTabbedFormControl1 = new Telerik.WinControls.UI.RadTabbedFormControl(); this.radTabbedFormControlTab1 = new Telerik.WinControls.UI.RadTabbedFormControlTab(); this.radPropertyGrid1 = new Telerik.WinControls.UI.RadPropertyGrid(); this.radTabbedFormControlTab2 = new Telerik.WinControls.UI.RadTabbedFormControlTab(); this.radTabbedFormControlTab3 = new Telerik.WinControls.UI.RadTabbedFormControlTab(); this.radTextBox1 = new Telerik.WinControls.UI.RadTextBox(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.dataGridView2 = new System.Windows.Forms.DataGridView(); this.radTextBox2 = new Telerik.WinControls.UI.RadTextBox(); this.radChartView1 = new Telerik.WinControls.UI.RadChartView(); ((System.ComponentModel.ISupportInitialize)(this.radTabbedFormControl1)).BeginInit(); this.radTabbedFormControl1.SuspendLayout(); this.radTabbedFormControlTab1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.radPropertyGrid1)).BeginInit(); this.radTabbedFormControlTab2.SuspendLayout(); this.radTabbedFormControlTab3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.radTextBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radTextBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); this.SuspendLayout(); // // radTabbedFormControl1 // this.radTabbedFormControl1.Controls.Add(this.radTabbedFormControlTab1); this.radTabbedFormControl1.Controls.Add(this.radTabbedFormControlTab2); this.radTabbedFormControl1.Controls.Add(this.radTabbedFormControlTab3); this.radTabbedFormControl1.Location = new System.Drawing.Point(0, 0); this.radTabbedFormControl1.Name = "radTabbedFormControl1"; this.radTabbedFormControl1.SelectedTab = this.radTabbedFormControlTab1; this.radTabbedFormControl1.ShowNewTabButton = false; this.radTabbedFormControl1.ShowTabCloseButton = false; this.radTabbedFormControl1.Size = new System.Drawing.Size(792, 595); this.radTabbedFormControl1.TabHeight = 29; this.radTabbedFormControl1.TabIndex = 1; this.radTabbedFormControl1.TabSpacing = -1; this.radTabbedFormControl1.Text = "Описательная статистика"; this.radTabbedFormControl1.ThemeName = "Crystal"; this.radTabbedFormControl1.SelectedTabChanged += new System.EventHandler(this.radTabbedFormControlTab2_Enter); // // radTabbedFormControlTab1 // this.radTabbedFormControlTab1.Controls.Add(this.radTextBox1); this.radTabbedFormControlTab1.Controls.Add(this.radPropertyGrid1); this.radTabbedFormControlTab1.Location = new System.Drawing.Point(1, 31); this.radTabbedFormControlTab1.Name = "radTabbedFormControlTab1"; this.radTabbedFormControlTab1.Size = new System.Drawing.Size(790, 563); this.radTabbedFormControlTab1.Text = "Личные данные"; // // radPropertyGrid1 // this.radPropertyGrid1.Dock = System.Windows.Forms.DockStyle.Left; this.radPropertyGrid1.ItemHeight = 30; this.radPropertyGrid1.ItemIndent = 30; this.radPropertyGrid1.Location = new System.Drawing.Point(0, 0); this.radPropertyGrid1.Name = "radPropertyGrid1"; this.radPropertyGrid1.PropertySort = System.Windows.Forms.PropertySort.Categorized; this.radPropertyGrid1.Size = new System.Drawing.Size(425, 563); this.radPropertyGrid1.SortOrder = System.Windows.Forms.SortOrder.Ascending; this.radPropertyGrid1.TabIndex = 0; this.radPropertyGrid1.ThemeName = "Crystal"; // // radTabbedFormControlTab2 // this.radTabbedFormControlTab2.Controls.Add(this.radTextBox2); this.radTabbedFormControlTab2.Controls.Add(this.dataGridView2); this.radTabbedFormControlTab2.Controls.Add(this.dataGridView1); this.radTabbedFormControlTab2.Location = new System.Drawing.Point(1, 31); this.radTabbedFormControlTab2.Name = "radTabbedFormControlTab2"; this.radTabbedFormControlTab2.Size = new System.Drawing.Size(790, 563); this.radTabbedFormControlTab2.Text = "Задание"; this.radTabbedFormControlTab2.Enter += new System.EventHandler(this.radTabbedFormControlTab2_Enter); // // radTabbedFormControlTab3 // this.radTabbedFormControlTab3.Controls.Add(this.radChartView1); this.radTabbedFormControlTab3.Location = new System.Drawing.Point(1, 31); this.radTabbedFormControlTab3.Name = "radTabbedFormControlTab3"; this.radTabbedFormControlTab3.Size = new System.Drawing.Size(790, 563); this.radTabbedFormControlTab3.Text = "Результаты"; // // radTextBox1 // this.radTextBox1.BackColor = System.Drawing.SystemColors.Info; this.radTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.radTextBox1.Location = new System.Drawing.Point(425, 0); this.radTextBox1.Multiline = true; this.radTextBox1.Name = "radTextBox1"; this.radTextBox1.ReadOnly = true; // // // this.radTextBox1.RootElement.StretchVertically = true; this.radTextBox1.Size = new System.Drawing.Size(365, 563); this.radTextBox1.TabIndex = 1; this.radTextBox1.Text = resources.GetString("radTextBox1.Text"); this.radTextBox1.ThemeName = "Crystal"; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableAlwaysIncludeHeaderText; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Left; this.dataGridView1.Location = new System.Drawing.Point(0, 0); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowTemplate.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.dataGridView1.RowTemplate.DefaultCellStyle.NullValue = "0"; this.dataGridView1.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; this.dataGridView1.Size = new System.Drawing.Size(240, 563); this.dataGridView1.TabIndex = 0; // // dataGridView2 // this.dataGridView2.AllowUserToAddRows = false; this.dataGridView2.AllowUserToDeleteRows = false; this.dataGridView2.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableAlwaysIncludeHeaderText; this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Left; this.dataGridView2.Location = new System.Drawing.Point(240, 0); this.dataGridView2.Name = "dataGridView2"; this.dataGridView2.ReadOnly = true; this.dataGridView2.RowTemplate.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.dataGridView2.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridView2.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; this.dataGridView2.Size = new System.Drawing.Size(240, 563); this.dataGridView2.TabIndex = 1; // // radTextBox2 // this.radTextBox2.BackColor = System.Drawing.SystemColors.Info; this.radTextBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.radTextBox2.Location = new System.Drawing.Point(480, 0); this.radTextBox2.Multiline = true; this.radTextBox2.Name = "radTextBox2"; this.radTextBox2.ReadOnly = true; // // // this.radTextBox2.RootElement.StretchVertically = true; this.radTextBox2.Size = new System.Drawing.Size(310, 563); this.radTextBox2.TabIndex = 2; this.radTextBox2.Text = resources.GetString("radTextBox2.Text"); this.radTextBox2.ThemeName = "Crystal"; // // radChartView1 // this.radChartView1.AreaDesign = cartesianArea2; linearAxis3.IsPrimary = true; linearAxis3.TickOrigin = null; linearAxis4.AxisType = Telerik.Charting.AxisType.Second; linearAxis4.IsPrimary = true; linearAxis4.TickOrigin = null; this.radChartView1.Axes.AddRange(new Telerik.WinControls.UI.Axis[] { linearAxis3, linearAxis4 }); this.radChartView1.Location = new System.Drawing.Point(11, 17); this.radChartView1.Name = "radChartView1"; scatterLineSeries3.HorizontalAxis = linearAxis3; scatterLineSeries3.VerticalAxis = linearAxis4; scatterLineSeries4.HorizontalAxis = linearAxis3; scatterLineSeries4.VerticalAxis = linearAxis4; this.radChartView1.Series.AddRange(new Telerik.WinControls.UI.ChartSeries[] { scatterLineSeries3, scatterLineSeries4 }); this.radChartView1.ShowGrid = false; this.radChartView1.Size = new System.Drawing.Size(759, 535); this.radChartView1.TabIndex = 0; this.radChartView1.ThemeName = "Crystal"; // // RadForm1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(792, 595); this.Controls.Add(this.radTabbedFormControl1); this.Name = "RadForm1"; // // // this.RootElement.ApplyShapeToControl = true; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Описательная статистика"; this.ThemeName = "Crystal"; ((System.ComponentModel.ISupportInitialize)(this.radTabbedFormControl1)).EndInit(); this.radTabbedFormControl1.ResumeLayout(false); this.radTabbedFormControlTab1.ResumeLayout(false); this.radTabbedFormControlTab1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.radPropertyGrid1)).EndInit(); this.radTabbedFormControlTab2.ResumeLayout(false); this.radTabbedFormControlTab2.PerformLayout(); this.radTabbedFormControlTab3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.radTextBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radTextBox2)).EndInit(); ((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() { this.radChartView1 = new Telerik.WinControls.UI.RadChartView(); this.radChartView2 = new Telerik.WinControls.UI.RadChartView(); Telerik.WinControls.UI.DateTimeCategoricalAxis horizontalAxis = new Telerik.WinControls.UI.DateTimeCategoricalAxis(); Telerik.WinControls.UI.LinearAxis verticalAxis = new Telerik.WinControls.UI.LinearAxis(); Telerik.WinControls.UI.DateTimeCategoricalAxis horizontalAxis2 = new Telerik.WinControls.UI.DateTimeCategoricalAxis(); Telerik.WinControls.UI.LinearAxis verticalAxis2 = new Telerik.WinControls.UI.LinearAxis(); this.radLabel1 = new Telerik.WinControls.UI.RadLabel(); this.radLabel2 = new Telerik.WinControls.UI.RadLabel(); this.radLabel3 = new Telerik.WinControls.UI.RadLabel(); this.radDropDownList1 = new Telerik.WinControls.UI.RadDropDownList(); this.radDropDownList2 = new Telerik.WinControls.UI.RadDropDownList(); this.radDropDownList3 = new Telerik.WinControls.UI.RadDropDownList(); ((System.ComponentModel.ISupportInitialize)(this.settingsPanel)).BeginInit(); this.settingsPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radChartView2)).BeginInit(); this.radChartView2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.radDropDownList1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radDropDownList2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radDropDownList3)).BeginInit(); this.SuspendLayout(); // // settingsPanel // this.settingsPanel.Controls.Add(this.radDropDownList3); this.settingsPanel.Controls.Add(this.radDropDownList2); this.settingsPanel.Controls.Add(this.radDropDownList1); this.settingsPanel.Controls.Add(this.radLabel1); this.settingsPanel.Controls.Add(this.radLabel2); this.settingsPanel.Controls.Add(this.radLabel3); this.settingsPanel.Location = new System.Drawing.Point(962, 19); this.settingsPanel.Size = new System.Drawing.Size(336, 832); this.settingsPanel.Controls.SetChildIndex(this.radDropDownList1, 0); this.settingsPanel.Controls.SetChildIndex(this.radDropDownList2, 0); this.settingsPanel.Controls.SetChildIndex(this.radDropDownList3, 0); this.settingsPanel.Controls.SetChildIndex(this.radLabel1, 0); this.settingsPanel.Controls.SetChildIndex(this.radLabel2, 0); this.settingsPanel.Controls.SetChildIndex(this.radLabel3, 0); // // radChartView1 // this.radChartView1.Dock = System.Windows.Forms.DockStyle.Bottom; this.radChartView1.Location = new System.Drawing.Point(77, 400); this.radChartView1.Name = "radChartView1"; this.radChartView1.ShowLegend = false; this.radChartView1.ShowTitle = false; this.radChartView1.Size = new System.Drawing.Size(480, 160); this.radChartView1.TabIndex = 1; this.radChartView1.Text = "radChartView1"; this.radChartView1.Title = "Chart title"; this.radChartView1.View.Margin = new System.Windows.Forms.Padding(0, 0, 10, 10); // // horizontalAxis2.LabelFormat = "{0:dd.MM}"; horizontalAxis2.LabelFitMode = Telerik.Charting.AxisLabelFitMode.MultiLine; horizontalAxis2.MajorTickInterval = 5; this.radChartView1.Area.Axes.Add(horizontalAxis2); // // verticalAxis2.Minimum = 0; verticalAxis2.Maximum = 100; verticalAxis2.HorizontalLocation = Telerik.Charting.AxisHorizontalLocation.Right; verticalAxis2.AxisType = Telerik.Charting.AxisType.Second; this.radChartView1.Area.Axes.Add(verticalAxis2); // // radChartView2 // this.radChartView2.Dock = System.Windows.Forms.DockStyle.Fill; this.radChartView2.Location = new System.Drawing.Point(77, 58); this.radChartView2.Name = "radChartView2"; this.radChartView2.ShowLegend = false; this.radChartView2.ShowTitle = false; this.radChartView2.Size = new System.Drawing.Size(480, 320); this.radChartView2.TabIndex = 2; this.radChartView2.Text = "radChartView2"; this.radChartView2.Title = "Chart title"; this.radChartView2.View.Margin = new System.Windows.Forms.Padding(10, 10, 10, 0); this.radChartView2.ShowTitle = true; this.radChartView2.Title = "Investor Adviser: International Software Company (ISC)"; this.radChartView2.ChartElement.TitlePosition = Telerik.WinControls.UI.TitlePosition.Top; this.radChartView2.ChartElement.TitleElement.Margin = new System.Windows.Forms.Padding(10, 10, 0, 0); // // horizontalAxis.LabelFormat = "{0:dd.MM}"; horizontalAxis.LabelFitMode = Telerik.Charting.AxisLabelFitMode.MultiLine; horizontalAxis.MajorTickInterval = 5; this.radChartView2.Area.Axes.Add(horizontalAxis); // // verticalAxis.Minimum = 50; verticalAxis.Maximum = 80; verticalAxis.HorizontalLocation = Telerik.Charting.AxisHorizontalLocation.Right; verticalAxis.AxisType = Telerik.Charting.AxisType.Second; this.radChartView2.Area.Axes.Add(verticalAxis); // // radDropDownList1 // this.radDropDownList1.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; this.radDropDownList1.Location = new System.Drawing.Point(114, 32); this.radDropDownList1.Name = "radDropDownList1"; this.radDropDownList1.Size = new System.Drawing.Size(119, 20); this.radDropDownList1.TabIndex = 1; this.radDropDownList1.Text = "radDropDownList1"; this.radDropDownList1.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(radDropDownList1_SelectedIndexChanged); // // radDropDownList2 // this.radDropDownList2.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; this.radDropDownList2.Location = new System.Drawing.Point(114, 82); this.radDropDownList2.Name = "radDropDownList2"; this.radDropDownList2.Size = new System.Drawing.Size(119, 20); this.radDropDownList2.TabIndex = 2; this.radDropDownList2.Text = "radDropDownList2"; this.radDropDownList2.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(radDropDownList2_SelectedIndexChanged); // // radDropDownList3 // this.radDropDownList3.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; this.radDropDownList3.Location = new System.Drawing.Point(114, 132); this.radDropDownList3.Name = "radDropDownList3"; this.radDropDownList3.Size = new System.Drawing.Size(119, 20); this.radDropDownList3.TabIndex = 3; this.radDropDownList3.Text = "radDropDownList3"; this.radDropDownList3.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(radDropDownList3_SelectedIndexChanged); // // radLabel1 // this.radLabel1.Location = new System.Drawing.Point(114, 8); this.radLabel1.Name = "radLabel1"; this.radLabel1.Size = new System.Drawing.Size(120, 18); this.radLabel1.TabIndex = 0; this.radLabel1.Text = "Series Type:"; // // radLabel2 // this.radLabel2.Location = new System.Drawing.Point(114, 58); this.radLabel2.Name = "radLabel2"; this.radLabel2.Size = new System.Drawing.Size(120, 18); this.radLabel2.TabIndex = 0; this.radLabel2.Text = "Moving Average indicator:"; // // radLabel3 // this.radLabel3.Location = new System.Drawing.Point(114, 108); this.radLabel3.Name = "radLabel3"; this.radLabel3.Size = new System.Drawing.Size(120, 18); this.radLabel3.TabIndex = 0; this.radLabel3.Text = "Financial indicator:"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.radChartView1); this.Controls.Add(this.radChartView2); this.Name = "Form1"; this.Size = new System.Drawing.Size(1195, 832); this.Controls.SetChildIndex(this.settingsPanel, 0); this.Controls.SetChildIndex(this.radChartView1, 0); this.Controls.SetChildIndex(this.radChartView2, 0); ((System.ComponentModel.ISupportInitialize)(this.settingsPanel)).EndInit(); this.settingsPanel.ResumeLayout(false); this.settingsPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radChartView2)).EndInit(); this.radChartView2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.radDropDownList1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radDropDownList2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radDropDownList3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).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.LineSeries lineSeries1 = new Telerik.WinControls.UI.LineSeries(); Telerik.WinControls.UI.LineSeries lineSeries2 = new Telerik.WinControls.UI.LineSeries(); 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 = 1; this.PageView.SelectedPageChanged += new System.EventHandler(this.PageView_SelectedPageChanged); ((Telerik.WinControls.UI.RadPageViewStripElement)(this.PageView.GetChildAt(0))).ShowItemPinButton = false; ((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))).ShowItemCloseButton = false; ((Telerik.WinControls.UI.RadPageViewStripElement)(this.PageView.GetChildAt(0))).ItemSpacing = 5; // // 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 = "Cav1"; 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 = "Tiempo"; linearAxis1.AxisType = Telerik.Charting.AxisType.Second; linearAxis1.IsPrimary = true; linearAxis1.LabelRotationAngle = 300D; linearAxis1.TickOrigin = null; linearAxis1.Title = "Reflectividad"; 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; lineSeries1.HorizontalAxis = categoricalAxis1; lineSeries1.LabelAngle = 90D; lineSeries1.LabelDistanceToPoint = 15D; lineSeries1.VerticalAxis = linearAxis1; lineSeries2.HorizontalAxis = categoricalAxis1; lineSeries2.LabelAngle = 90D; lineSeries2.LabelDistanceToPoint = 15D; lineSeries2.LegendTitle = null; lineSeries2.VerticalAxis = linearAxis1; this.chart1.Series.AddRange(new Telerik.WinControls.UI.ChartSeries[] { lineSeries1, lineSeries2 }); this.chart1.ShowGrid = false; this.chart1.ShowPanZoom = true; this.chart1.ShowTitle = true; this.chart1.ShowToolTip = true; this.chart1.ShowTrackBall = true; this.chart1.Size = new System.Drawing.Size(815, 534); this.chart1.TabIndex = 2; 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 = "Cav2"; 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 = "Cav3"; 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 = "Cav4"; 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 = "Cav5"; 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 = "Cav6"; 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 = "Cav7"; this.Page7.Text = "Cavidad 7"; // // Page8 // this.Page8.ItemSize = new System.Drawing.SizeF(65F, 28F); this.Page8.Location = new System.Drawing.Point(305, 4); this.Page8.Name = "Page8"; this.Page8.Size = new System.Drawing.Size(523, 572); this.Page8.Tag = "Cav8"; this.Page8.Text = "Cavidad 8"; // // frmGraficaControl // 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.Name = "frmGraficaControl"; // // // this.RootElement.ApplyShapeToControl = true; this.ShowIcon = false; this.Text = "GRÁFICA DE CONTROL"; 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(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); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { Telerik.WinControls.UI.CartesianArea cartesianArea1 = new Telerik.WinControls.UI.CartesianArea(); Telerik.WinControls.UI.CategoricalAxis categoricalAxis1 = new Telerik.WinControls.UI.CategoricalAxis(); Telerik.WinControls.UI.LinearAxis linearAxis1 = new Telerik.WinControls.UI.LinearAxis(); Telerik.WinControls.UI.BarSeries barSeries1 = new Telerik.WinControls.UI.BarSeries(); Telerik.Charting.CategoricalDataPoint categoricalDataPoint1 = new Telerik.Charting.CategoricalDataPoint(); Telerik.Charting.CategoricalDataPoint categoricalDataPoint2 = new Telerik.Charting.CategoricalDataPoint(); Telerik.Charting.CategoricalDataPoint categoricalDataPoint3 = new Telerik.Charting.CategoricalDataPoint(); Telerik.Charting.CategoricalDataPoint categoricalDataPoint4 = new Telerik.Charting.CategoricalDataPoint(); Telerik.Charting.CategoricalDataPoint categoricalDataPoint5 = new Telerik.Charting.CategoricalDataPoint(); Telerik.WinControls.UI.BarSeries barSeries2 = new Telerik.WinControls.UI.BarSeries(); Telerik.Charting.CategoricalDataPoint categoricalDataPoint6 = new Telerik.Charting.CategoricalDataPoint(); Telerik.Charting.CategoricalDataPoint categoricalDataPoint7 = new Telerik.Charting.CategoricalDataPoint(); Telerik.Charting.CategoricalDataPoint categoricalDataPoint8 = new Telerik.Charting.CategoricalDataPoint(); Telerik.Charting.CategoricalDataPoint categoricalDataPoint9 = new Telerik.Charting.CategoricalDataPoint(); Telerik.Charting.CategoricalDataPoint categoricalDataPoint10 = new Telerik.Charting.CategoricalDataPoint(); C1.Win.C1Gauge.C1GaugeSegment c1GaugeSegment1 = new C1.Win.C1Gauge.C1GaugeSegment(); C1.Win.C1Gauge.C1GaugeLabels c1GaugeLabels1 = new C1.Win.C1Gauge.C1GaugeLabels(); C1.Win.C1Gauge.C1GaugeMarks c1GaugeMarks1 = new C1.Win.C1Gauge.C1GaugeMarks(); C1.Win.C1Gauge.C1GaugeMarks c1GaugeMarks2 = new C1.Win.C1Gauge.C1GaugeMarks(); C1.Win.C1Gauge.C1GaugeMarks c1GaugeMarks3 = new C1.Win.C1Gauge.C1GaugeMarks(); C1.Win.C1Gauge.C1GaugeRange c1GaugeRange1 = new C1.Win.C1Gauge.C1GaugeRange(); C1.Win.C1Gauge.C1GaugeLabels c1GaugeLabels2 = new C1.Win.C1Gauge.C1GaugeLabels(); C1.Win.C1Gauge.C1GaugeSingleLabel c1GaugeSingleLabel1 = new C1.Win.C1Gauge.C1GaugeSingleLabel(); C1.Win.C1Gauge.C1GaugeEllipse c1GaugeEllipse1 = new C1.Win.C1Gauge.C1GaugeEllipse(); C1.Win.C1Gauge.C1GaugeEllipse c1GaugeEllipse2 = new C1.Win.C1Gauge.C1GaugeEllipse(); C1.Win.C1Gauge.C1GaugeEllipse c1GaugeEllipse3 = new C1.Win.C1Gauge.C1GaugeEllipse(); C1.Win.C1Gauge.C1GaugeCaption c1GaugeCaption1 = new C1.Win.C1Gauge.C1GaugeCaption(); C1.Win.C1Gauge.C1GaugeCaption c1GaugeCaption2 = new C1.Win.C1Gauge.C1GaugeCaption(); C1.Win.C1Gauge.C1GaugeCaption c1GaugeCaption3 = new C1.Win.C1Gauge.C1GaugeCaption(); this.lastyeartet = new Telerik.WinControls.UI.RadLabel(); this.radSeparator2 = new Telerik.WinControls.UI.RadSeparator(); this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.currentYearTxt = new Telerik.WinControls.UI.RadLabel(); this.currentYearLbl = new Telerik.WinControls.UI.RadLabel(); this.monthData = new System.Windows.Forms.DataGridView(); this.yearCol = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.month01Col = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.month02Col = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.month03Col = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.month04Col = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.month05Col = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.month06Col = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.month07Col = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.month08Col = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.month09Col = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.month10Col = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.month11Col = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.month12Col = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Sum = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel(); this.radLabel3 = new Telerik.WinControls.UI.RadLabel(); this.radLabel4 = new Telerik.WinControls.UI.RadLabel(); this.lb_lastyear = new Telerik.WinControls.UI.RadLabel(); this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); this.radChartView1 = new Telerik.WinControls.UI.RadChartView(); this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel(); this.button1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.cb_year = new System.Windows.Forms.ComboBox(); this.c1PdfDocument1 = new C1.C1Pdf.C1PdfDocument(); this.radThemeManager1 = new Telerik.WinControls.RadThemeManager(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.c1Gauge5 = new C1.Win.C1Gauge.C1Gauge(); this.c1RG3 = new C1.Win.C1Gauge.C1RadialGauge(); this.radSeparator3 = new Telerik.WinControls.UI.RadSeparator(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); ((System.ComponentModel.ISupportInitialize)(this.lastyeartet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radSeparator2)).BeginInit(); this.tableLayoutPanel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.currentYearTxt)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.currentYearLbl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.monthData)).BeginInit(); this.tableLayoutPanel6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lb_lastyear)).BeginInit(); this.tableLayoutPanel5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).BeginInit(); this.tableLayoutPanel7.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.c1Gauge5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radSeparator3)).BeginInit(); this.tableLayoutPanel3.SuspendLayout(); this.SuspendLayout(); // // lastyeartet // this.lastyeartet.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lastyeartet.Font = new System.Drawing.Font("Segoe UI", 17F); this.lastyeartet.Location = new System.Drawing.Point(161, 6); this.lastyeartet.Name = "lastyeartet"; this.lastyeartet.Size = new System.Drawing.Size(48, 35); this.lastyeartet.TabIndex = 1; this.lastyeartet.Text = "680"; // // radSeparator2 // this.radSeparator2.Dock = System.Windows.Forms.DockStyle.Fill; this.radSeparator2.Location = new System.Drawing.Point(821, 3); this.radSeparator2.Name = "radSeparator2"; this.radSeparator2.Orientation = System.Windows.Forms.Orientation.Vertical; this.tableLayoutPanel1.SetRowSpan(this.radSeparator2, 2); this.radSeparator2.Size = new System.Drawing.Size(2, 656); this.radSeparator2.TabIndex = 1; // // tableLayoutPanel4 // this.tableLayoutPanel4.BackColor = System.Drawing.SystemColors.Window; this.tableLayoutPanel4.ColumnCount = 2; this.tableLayoutPanel3.SetColumnSpan(this.tableLayoutPanel4, 2); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70.48458F)); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 29.51542F)); this.tableLayoutPanel4.Controls.Add(this.currentYearTxt, 1, 0); this.tableLayoutPanel4.Controls.Add(this.currentYearLbl, 0, 0); this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel4.Location = new System.Drawing.Point(20, 20); this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(20); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; this.tableLayoutPanel4.RowCount = 1; this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel4.Size = new System.Drawing.Size(227, 47); this.tableLayoutPanel4.TabIndex = 6; // // currentYearTxt // this.currentYearTxt.Anchor = System.Windows.Forms.AnchorStyles.Left; this.currentYearTxt.Font = new System.Drawing.Font("Segoe UI", 17F); this.currentYearTxt.Location = new System.Drawing.Point(162, 6); this.currentYearTxt.Name = "currentYearTxt"; this.currentYearTxt.Size = new System.Drawing.Size(60, 35); this.currentYearTxt.TabIndex = 1; this.currentYearTxt.Text = "1000"; // // currentYearLbl // this.currentYearLbl.Anchor = System.Windows.Forms.AnchorStyles.Right; this.currentYearLbl.Font = new System.Drawing.Font("Segoe UI", 15F); this.currentYearLbl.Location = new System.Drawing.Point(3, 8); this.currentYearLbl.Name = "currentYearLbl"; this.currentYearLbl.Size = new System.Drawing.Size(153, 31); this.currentYearLbl.TabIndex = 0; this.currentYearLbl.Text = "今年处理总数:"; this.currentYearLbl.TextAlignment = System.Drawing.ContentAlignment.MiddleRight; // // monthData // this.monthData.AllowUserToAddRows = false; this.monthData.AllowUserToResizeColumns = false; this.monthData.BackgroundColor = System.Drawing.SystemColors.Window; this.monthData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.monthData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.yearCol, this.month01Col, this.month02Col, this.month03Col, this.month04Col, this.month05Col, this.month06Col, this.month07Col, this.month08Col, this.month09Col, this.month10Col, this.month11Col, this.month12Col, this.Sum }); this.monthData.Dock = System.Windows.Forms.DockStyle.Fill; this.monthData.Location = new System.Drawing.Point(50, 341); this.monthData.Margin = new System.Windows.Forms.Padding(50, 10, 3, 40); this.monthData.MultiSelect = false; this.monthData.Name = "monthData"; this.monthData.ReadOnly = true; this.monthData.RowHeadersVisible = false; this.monthData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToDisplayedHeaders; this.monthData.RowTemplate.Height = 23; this.monthData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.monthData.Size = new System.Drawing.Size(765, 281); this.monthData.TabIndex = 2; // // yearCol // this.yearCol.HeaderText = "年份"; this.yearCol.Name = "yearCol"; this.yearCol.ReadOnly = true; // // month01Col // this.month01Col.HeaderText = "一月"; this.month01Col.Name = "month01Col"; this.month01Col.ReadOnly = true; this.month01Col.Width = 72; // // month02Col // this.month02Col.HeaderText = "二月"; this.month02Col.Name = "month02Col"; this.month02Col.ReadOnly = true; this.month02Col.Width = 72; // // month03Col // this.month03Col.HeaderText = "三月"; this.month03Col.Name = "month03Col"; this.month03Col.ReadOnly = true; this.month03Col.Width = 72; // // month04Col // this.month04Col.HeaderText = "四月"; this.month04Col.Name = "month04Col"; this.month04Col.ReadOnly = true; this.month04Col.Width = 72; // // month05Col // this.month05Col.HeaderText = "五月"; this.month05Col.Name = "month05Col"; this.month05Col.ReadOnly = true; this.month05Col.Width = 72; // // month06Col // this.month06Col.HeaderText = "六月"; this.month06Col.Name = "month06Col"; this.month06Col.ReadOnly = true; this.month06Col.Width = 72; // // month07Col // this.month07Col.HeaderText = "七月"; this.month07Col.Name = "month07Col"; this.month07Col.ReadOnly = true; this.month07Col.Width = 72; // // month08Col // this.month08Col.HeaderText = "八月"; this.month08Col.Name = "month08Col"; this.month08Col.ReadOnly = true; this.month08Col.Width = 72; // // month09Col // this.month09Col.HeaderText = "九月"; this.month09Col.Name = "month09Col"; this.month09Col.ReadOnly = true; this.month09Col.Width = 72; // // month10Col // this.month10Col.HeaderText = "十月"; this.month10Col.Name = "month10Col"; this.month10Col.ReadOnly = true; this.month10Col.Width = 78; // // month11Col // this.month11Col.HeaderText = "十一月"; this.month11Col.Name = "month11Col"; this.month11Col.ReadOnly = true; this.month11Col.Width = 78; // // month12Col // this.month12Col.HeaderText = "十二月"; this.month12Col.Name = "month12Col"; this.month12Col.ReadOnly = true; this.month12Col.Width = 78; // // Sum // this.Sum.HeaderText = "总数"; this.Sum.Name = "Sum"; this.Sum.ReadOnly = true; // // tableLayoutPanel6 // this.tableLayoutPanel6.BackColor = System.Drawing.SystemColors.Window; this.tableLayoutPanel6.ColumnCount = 2; this.tableLayoutPanel3.SetColumnSpan(this.tableLayoutPanel6, 2); this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 68.28194F)); this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 31.71806F)); this.tableLayoutPanel6.Controls.Add(this.radLabel3, 1, 0); this.tableLayoutPanel6.Controls.Add(this.radLabel4, 0, 0); this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel6.Location = new System.Drawing.Point(20, 194); this.tableLayoutPanel6.Margin = new System.Windows.Forms.Padding(20); this.tableLayoutPanel6.Name = "tableLayoutPanel6"; this.tableLayoutPanel6.RowCount = 1; this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel6.Size = new System.Drawing.Size(227, 47); this.tableLayoutPanel6.TabIndex = 8; // // radLabel3 // this.radLabel3.Anchor = System.Windows.Forms.AnchorStyles.Left; this.radLabel3.Font = new System.Drawing.Font("Segoe UI", 17F); this.radLabel3.Location = new System.Drawing.Point(157, 6); this.radLabel3.Name = "radLabel3"; this.radLabel3.Size = new System.Drawing.Size(59, 35); this.radLabel3.TabIndex = 1; this.radLabel3.Text = "上升"; // // radLabel4 // this.radLabel4.Anchor = System.Windows.Forms.AnchorStyles.Right; this.radLabel4.Font = new System.Drawing.Font("Segoe UI", 15F); this.radLabel4.Location = new System.Drawing.Point(34, 8); this.radLabel4.Name = "radLabel4"; this.radLabel4.Size = new System.Drawing.Size(117, 31); this.radLabel4.TabIndex = 0; this.radLabel4.Text = "指标趋势:"; this.radLabel4.TextAlignment = System.Drawing.ContentAlignment.MiddleRight; // // lb_lastyear // this.lb_lastyear.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lb_lastyear.Font = new System.Drawing.Font("Segoe UI", 15F); this.lb_lastyear.Location = new System.Drawing.Point(3, 8); this.lb_lastyear.Name = "lb_lastyear"; this.lb_lastyear.Size = new System.Drawing.Size(152, 31); this.lb_lastyear.TabIndex = 0; this.lb_lastyear.Text = "去年处理总数:"; this.lb_lastyear.TextAlignment = System.Drawing.ContentAlignment.MiddleRight; // // tableLayoutPanel5 // this.tableLayoutPanel5.BackColor = System.Drawing.SystemColors.Window; this.tableLayoutPanel5.ColumnCount = 2; this.tableLayoutPanel3.SetColumnSpan(this.tableLayoutPanel5, 2); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 69.60352F)); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30.39647F)); this.tableLayoutPanel5.Controls.Add(this.lastyeartet, 1, 0); this.tableLayoutPanel5.Controls.Add(this.lb_lastyear, 0, 0); this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel5.Location = new System.Drawing.Point(20, 107); this.tableLayoutPanel5.Margin = new System.Windows.Forms.Padding(20); this.tableLayoutPanel5.Name = "tableLayoutPanel5"; this.tableLayoutPanel5.RowCount = 1; this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel5.Size = new System.Drawing.Size(227, 47); this.tableLayoutPanel5.TabIndex = 7; // // radChartView1 // this.radChartView1.AreaDesign = cartesianArea1; categoricalAxis1.IsPrimary = true; categoricalAxis1.LabelRotationAngle = 300D; categoricalAxis1.Title = ""; linearAxis1.AxisType = Telerik.Charting.AxisType.Second; linearAxis1.IsPrimary = true; linearAxis1.LabelInterval = 10; linearAxis1.LabelRotationAngle = 300D; linearAxis1.MajorStep = 10D; linearAxis1.Minimum = 0D; linearAxis1.TickOrigin = null; linearAxis1.Title = ""; this.radChartView1.Axes.AddRange(new Telerik.WinControls.UI.Axis[] { categoricalAxis1, linearAxis1 }); this.tableLayoutPanel7.SetColumnSpan(this.radChartView1, 6); this.radChartView1.Dock = System.Windows.Forms.DockStyle.Fill; this.radChartView1.Location = new System.Drawing.Point(50, 32); this.radChartView1.Margin = new System.Windows.Forms.Padding(50, 3, 3, 10); this.radChartView1.Name = "radChartView1"; categoricalDataPoint1.Category = "A"; categoricalDataPoint1.Label = 16D; categoricalDataPoint1.Value = 16D; categoricalDataPoint2.Category = "B"; categoricalDataPoint2.Label = 80D; categoricalDataPoint2.Value = 80D; categoricalDataPoint3.Category = "C"; categoricalDataPoint3.Label = 25D; categoricalDataPoint3.Value = 25D; categoricalDataPoint4.Category = "D"; categoricalDataPoint4.Label = 34D; categoricalDataPoint4.Value = 34D; categoricalDataPoint5.Category = "E"; categoricalDataPoint5.Label = 52D; categoricalDataPoint5.Value = 52D; barSeries1.DataPoints.AddRange(new Telerik.Charting.DataPoint[] { categoricalDataPoint1, categoricalDataPoint2, categoricalDataPoint3, categoricalDataPoint4, categoricalDataPoint5 }); barSeries1.HorizontalAxis = categoricalAxis1; barSeries1.LabelMode = Telerik.WinControls.UI.BarLabelModes.Top; barSeries1.LegendTitle = null; barSeries1.VerticalAxis = linearAxis1; categoricalDataPoint6.Category = "A"; categoricalDataPoint6.Label = 18D; categoricalDataPoint6.Value = 18D; categoricalDataPoint7.Category = "B"; categoricalDataPoint7.Label = 70D; categoricalDataPoint7.Value = 70D; categoricalDataPoint8.Category = "C"; categoricalDataPoint8.Label = 41D; categoricalDataPoint8.Value = 41D; categoricalDataPoint9.Category = "D"; categoricalDataPoint9.Label = 40D; categoricalDataPoint9.Value = 40D; categoricalDataPoint10.Category = "E"; categoricalDataPoint10.Label = 54D; categoricalDataPoint10.Value = 54D; barSeries2.DataPoints.AddRange(new Telerik.Charting.DataPoint[] { categoricalDataPoint6, categoricalDataPoint7, categoricalDataPoint8, categoricalDataPoint9, categoricalDataPoint10 }); barSeries2.HorizontalAxis = categoricalAxis1; barSeries2.LabelMode = Telerik.WinControls.UI.BarLabelModes.Top; barSeries2.LegendTitle = null; barSeries2.VerticalAxis = linearAxis1; this.radChartView1.Series.AddRange(new Telerik.WinControls.UI.ChartSeries[] { barSeries1, barSeries2 }); this.radChartView1.ShowGrid = false; this.radChartView1.Size = new System.Drawing.Size(759, 283); this.radChartView1.TabIndex = 0; this.radChartView1.Text = "radChartView1"; // // tableLayoutPanel7 // this.tableLayoutPanel7.ColumnCount = 6; this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel7.Controls.Add(this.radChartView1, 0, 1); this.tableLayoutPanel7.Controls.Add(this.button1, 5, 0); this.tableLayoutPanel7.Controls.Add(this.label1, 4, 0); this.tableLayoutPanel7.Controls.Add(this.cb_year, 3, 0); this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel7.Location = new System.Drawing.Point(3, 3); this.tableLayoutPanel7.Name = "tableLayoutPanel7"; this.tableLayoutPanel7.RowCount = 2; this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.230769F)); this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90.76923F)); this.tableLayoutPanel7.Size = new System.Drawing.Size(812, 325); this.tableLayoutPanel7.TabIndex = 3; // // button1 // this.button1.Dock = System.Windows.Forms.DockStyle.Fill; this.button1.Font = new System.Drawing.Font("Segoe UI", 9F); this.button1.Location = new System.Drawing.Point(697, 3); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(112, 23); this.button1.TabIndex = 5; this.button1.Text = "确定"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(664, 4); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(27, 21); this.label1.TabIndex = 3; this.label1.Text = "年"; // // cb_year // this.cb_year.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.cb_year.FormattingEnabled = true; this.cb_year.Location = new System.Drawing.Point(548, 4); this.cb_year.Name = "cb_year"; this.cb_year.Size = new System.Drawing.Size(110, 20); this.cb_year.TabIndex = 1; // // c1PdfDocument1 // this.c1PdfDocument1.RotateAngle = 0F; this.c1PdfDocument1.UseFastTextOut = false; this.c1PdfDocument1.UseFileCaching = false; // // tableLayoutPanel1 // this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.Window; this.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 8F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 2, 0); this.tableLayoutPanel1.Controls.Add(this.radSeparator2, 1, 0); this.tableLayoutPanel1.Controls.Add(this.monthData, 0, 1); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel7, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(1099, 662); this.tableLayoutPanel1.TabIndex = 2; // // tableLayoutPanel2 // this.tableLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tableLayoutPanel2.BackColor = System.Drawing.SystemColors.Control; this.tableLayoutPanel2.ColumnCount = 1; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Controls.Add(this.c1Gauge5, 0, 0); this.tableLayoutPanel2.Controls.Add(this.radSeparator3, 0, 1); this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 2); this.tableLayoutPanel2.Location = new System.Drawing.Point(829, 3); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 3; this.tableLayoutPanel1.SetRowSpan(this.tableLayoutPanel2, 2); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 55F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 45F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(267, 656); this.tableLayoutPanel2.TabIndex = 1; // // c1Gauge5 // this.c1Gauge5.Gauges.AddRange(new C1.Win.C1Gauge.C1GaugeBase[] { this.c1RG3 }); this.c1Gauge5.Location = new System.Drawing.Point(3, 3); this.c1Gauge5.Name = "c1Gauge5"; this.c1Gauge5.Size = new System.Drawing.Size(261, 350); this.c1Gauge5.TabIndex = 78; this.c1Gauge5.ViewTag = ((long)(672863763119022325)); // // c1RG3 // this.c1RG3.Cap.Border.Color = System.Drawing.Color.Black; this.c1RG3.Cap.Border.Thickness = 2D; this.c1RG3.Cap.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient; this.c1RG3.Cap.Filling.Color = System.Drawing.Color.Gold; this.c1RG3.Cap.Filling.Color2 = System.Drawing.Color.Black; this.c1RG3.Cap.Gradient.Direction = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialOuter; this.c1RG3.Cap.Shadow.Visible = true; c1GaugeSegment1.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None; c1GaugeSegment1.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient; c1GaugeSegment1.Filling.Color = System.Drawing.Color.White; c1GaugeSegment1.Filling.Color2 = System.Drawing.Color.CornflowerBlue; c1GaugeSegment1.Filling.Opacity = 0.6D; c1GaugeSegment1.Filling.Opacity2 = 0.1D; c1GaugeSegment1.Gradient.Direction = C1.Win.C1Gauge.C1GaugeGradientDirection.Vertical; c1GaugeSegment1.Gradient.Falloff = C1.Win.C1Gauge.C1GaugeGradientFalloff.Triangular; c1GaugeSegment1.HitTestable = false; c1GaugeSegment1.InnerRadius = 130D; c1GaugeSegment1.SweepAngle = 190D; this.c1RG3.CoverShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] { c1GaugeSegment1 }); c1GaugeLabels1.AllowFlip = true; c1GaugeLabels1.FontSize = 12D; c1GaugeLabels1.Interval = 100D; c1GaugeLabels1.Location = 87D; c1GaugeLabels1.ViewTag = ((long)(728035773812438077)); c1GaugeMarks1.Alignment = C1.Win.C1Gauge.C1GaugeAlignment.Out; c1GaugeMarks1.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); c1GaugeMarks1.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None; c1GaugeMarks1.Filling.Color = System.Drawing.Color.Black; c1GaugeMarks1.Interval = 50D; c1GaugeMarks1.Length = 16D; c1GaugeMarks1.Location = 60D; c1GaugeMarks1.ViewTag = ((long)(730850523579544637)); c1GaugeMarks1.Width = 1D; c1GaugeMarks2.Alignment = C1.Win.C1Gauge.C1GaugeAlignment.Out; c1GaugeMarks2.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None; c1GaugeMarks2.Filling.Color = System.Drawing.Color.Black; c1GaugeMarks2.Interval = 10D; c1GaugeMarks2.Length = 8D; c1GaugeMarks2.Location = 60D; c1GaugeMarks2.ViewTag = ((long)(649514403884524153)); c1GaugeMarks2.Width = 1D; c1GaugeMarks3.Alignment = C1.Win.C1Gauge.C1GaugeAlignment.In; c1GaugeMarks3.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None; c1GaugeMarks3.Filling.Color = System.Drawing.Color.Red; c1GaugeMarks3.Interval = 25D; c1GaugeMarks3.Length = 10D; c1GaugeMarks3.Location = 55D; c1GaugeMarks3.ViewTag = ((long)(649795879440154520)); c1GaugeMarks3.Width = 1D; c1GaugeRange1.Alignment = C1.Win.C1Gauge.C1GaugeAlignment.In; c1GaugeRange1.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None; c1GaugeRange1.Filling.Color = System.Drawing.Color.Red; c1GaugeRange1.Location = 55D; c1GaugeRange1.ViewTag = ((long)(650077355452711816)); c1GaugeRange1.Width = 1D; c1GaugeLabels2.Color = System.Drawing.Color.Red; c1GaugeLabels2.FontSize = 9D; c1GaugeLabels2.Format = "n0"; c1GaugeLabels2.Interval = 133.333333D; c1GaugeLabels2.Location = 33D; c1GaugeLabels2.ValueFactor = 15D; c1GaugeLabels2.ViewTag = ((long)(650358830775900693)); c1GaugeSingleLabel1.Angle = 180D; c1GaugeSingleLabel1.Font = new System.Drawing.Font("Courier New", 14.25F); c1GaugeSingleLabel1.PointerIndex = 1; c1GaugeSingleLabel1.ViewTag = ((long)(820639161589734003)); this.c1RG3.Decorators.AddRange(new C1.Win.C1Gauge.C1GaugeDecorator[] { c1GaugeLabels1, c1GaugeMarks1, c1GaugeMarks2, c1GaugeMarks3, c1GaugeRange1, c1GaugeLabels2, c1GaugeSingleLabel1 }); c1GaugeEllipse1.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None; c1GaugeEllipse1.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient; c1GaugeEllipse1.Filling.Color = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(199)))), ((int)(((byte)(216))))); c1GaugeEllipse1.Filling.Color2 = System.Drawing.Color.White; c1GaugeEllipse1.Filling.SwapColors = true; c1GaugeEllipse1.Gradient.Direction = C1.Win.C1Gauge.C1GaugeGradientDirection.Vertical; c1GaugeEllipse1.Height = -1.08D; c1GaugeEllipse1.HitTestable = false; c1GaugeEllipse1.Width = -1.08D; c1GaugeEllipse2.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None; c1GaugeEllipse2.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient; c1GaugeEllipse2.Filling.Color = System.Drawing.Color.White; c1GaugeEllipse2.Filling.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(199)))), ((int)(((byte)(216))))); c1GaugeEllipse2.Filling.SwapColors = true; c1GaugeEllipse2.Height = -1.02D; c1GaugeEllipse2.HitTestable = false; c1GaugeEllipse2.Width = -1.02D; c1GaugeEllipse3.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None; c1GaugeEllipse3.Filling.BrushType = C1.Win.C1Gauge.C1GaugeBrushType.Gradient; c1GaugeEllipse3.Filling.Color = System.Drawing.Color.White; c1GaugeEllipse3.Filling.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(199)))), ((int)(((byte)(216))))); c1GaugeEllipse3.Gradient.Direction = C1.Win.C1Gauge.C1GaugeGradientDirection.RadialInner; c1GaugeEllipse3.Gradient.Falloff = C1.Win.C1Gauge.C1GaugeGradientFalloff.Triangular; c1GaugeEllipse3.Gradient.Focus = 0.08D; c1GaugeEllipse3.HitTestable = false; c1GaugeCaption1.CenterPointY = 0.9D; c1GaugeCaption1.FontSize = 10D; c1GaugeCaption1.Text = "Bar"; c1GaugeCaption1.Visible = false; c1GaugeCaption2.CenterPointX = 0.6D; c1GaugeCaption2.CenterPointY = 0.38D; c1GaugeCaption2.Color = System.Drawing.Color.Red; c1GaugeCaption2.FontSize = 10D; c1GaugeCaption2.Text = "psi"; c1GaugeCaption3.CenterPointY = 1.12D; c1GaugeCaption3.Font = new System.Drawing.Font("Segoe UI", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); c1GaugeCaption3.Text = "每月平均处理外来器械件数"; this.c1RG3.FaceShapes.AddRange(new C1.Win.C1Gauge.C1GaugeBaseShape[] { c1GaugeEllipse1, c1GaugeEllipse2, c1GaugeEllipse3, c1GaugeCaption1, c1GaugeCaption2, c1GaugeCaption3 }); this.c1RG3.Maximum = 600D; this.c1RG3.Name = "c1RG3"; this.c1RG3.Pointer.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(53)))), ((int)(((byte)(72)))), ((int)(((byte)(105))))); this.c1RG3.Pointer.Border.LineStyle = C1.Win.C1Gauge.C1GaugeBorderStyle.None; this.c1RG3.Pointer.CustomShape.EndWidth = 2D; this.c1RG3.Pointer.CustomShape.StartAngle = 5D; this.c1RG3.Pointer.CustomShape.StartRadius = 5D; this.c1RG3.Pointer.CustomShape.StartSwellAngle = -50D; this.c1RG3.Pointer.CustomShape.StartSwellLength = 5D; this.c1RG3.Pointer.CustomShape.StartSwellWidth = 10D; this.c1RG3.Pointer.CustomShape.StartWidth = 10D; this.c1RG3.Pointer.Filling.Color = System.Drawing.Color.Black; this.c1RG3.Pointer.Filling.HatchStyle = C1.Win.C1Gauge.C1GaugeHatchStyle.Wave; this.c1RG3.Pointer.Length = 116D; this.c1RG3.Pointer.Offset = -40D; this.c1RG3.Pointer.Shadow.Visible = true; this.c1RG3.Pointer.Shape = C1.Win.C1Gauge.C1GaugePointerShape.Custom; this.c1RG3.Pointer.SweepTime = 2D; this.c1RG3.Radius = 0.45D; this.c1RG3.StartAngle = -130D; this.c1RG3.SweepAngle = 260D; this.c1RG3.ViewTag = ((long)(727472823859016765)); // // radSeparator3 // this.radSeparator3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.radSeparator3.Location = new System.Drawing.Point(3, 359); this.radSeparator3.Name = "radSeparator3"; this.radSeparator3.Size = new System.Drawing.Size(260, 2); this.radSeparator3.TabIndex = 0; this.radSeparator3.Text = "radSeparator3"; // // tableLayoutPanel3 // this.tableLayoutPanel3.BackColor = System.Drawing.SystemColors.Control; this.tableLayoutPanel3.ColumnCount = 2; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 55F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 45F)); this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel6, 0, 2); this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel4, 0, 0); this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel5, 0, 1); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 364); this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 4; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(267, 292); this.tableLayoutPanel3.TabIndex = 1; // // OutsideInstrument // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1099, 662); this.Controls.Add(this.tableLayoutPanel1); this.Name = "OutsideInstrument"; this.Text = "每月平均处理外来器械件数"; this.Load += new System.EventHandler(this.OutsideInstrument_Load); ((System.ComponentModel.ISupportInitialize)(this.lastyeartet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radSeparator2)).EndInit(); this.tableLayoutPanel4.ResumeLayout(false); this.tableLayoutPanel4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.currentYearTxt)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.currentYearLbl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.monthData)).EndInit(); this.tableLayoutPanel6.ResumeLayout(false); this.tableLayoutPanel6.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lb_lastyear)).EndInit(); this.tableLayoutPanel5.ResumeLayout(false); this.tableLayoutPanel5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).EndInit(); this.tableLayoutPanel7.ResumeLayout(false); this.tableLayoutPanel7.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.c1Gauge5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radSeparator3)).EndInit(); this.tableLayoutPanel3.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DashBoard)); Telerik.WinControls.UI.DonutSeries donutSeries1 = new Telerik.WinControls.UI.DonutSeries(); Telerik.Charting.PieDataPoint pieDataPoint1 = new Telerik.Charting.PieDataPoint(); Telerik.Charting.PieDataPoint pieDataPoint2 = new Telerik.Charting.PieDataPoint(); Telerik.Charting.PieDataPoint pieDataPoint3 = new Telerik.Charting.PieDataPoint(); 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.ScatterAreaSeries scatterAreaSeries1 = new Telerik.WinControls.UI.ScatterAreaSeries(); Telerik.Charting.ScatterDataPoint scatterDataPoint1 = new Telerik.Charting.ScatterDataPoint(); Telerik.Charting.ScatterDataPoint scatterDataPoint2 = new Telerik.Charting.ScatterDataPoint(); Telerik.Charting.ScatterDataPoint scatterDataPoint3 = new Telerik.Charting.ScatterDataPoint(); Telerik.Charting.ScatterDataPoint scatterDataPoint4 = new Telerik.Charting.ScatterDataPoint(); Telerik.Charting.ScatterDataPoint scatterDataPoint5 = new Telerik.Charting.ScatterDataPoint(); Telerik.WinControls.UI.ScatterAreaSeries scatterAreaSeries2 = new Telerik.WinControls.UI.ScatterAreaSeries(); Telerik.Charting.ScatterDataPoint scatterDataPoint6 = new Telerik.Charting.ScatterDataPoint(); Telerik.Charting.ScatterDataPoint scatterDataPoint7 = new Telerik.Charting.ScatterDataPoint(); Telerik.Charting.ScatterDataPoint scatterDataPoint8 = new Telerik.Charting.ScatterDataPoint(); Telerik.Charting.ScatterDataPoint scatterDataPoint9 = new Telerik.Charting.ScatterDataPoint(); Telerik.Charting.ScatterDataPoint scatterDataPoint10 = new Telerik.Charting.ScatterDataPoint(); this.radChartView1 = new Telerik.WinControls.UI.RadChartView(); this.radPanel1 = new Telerik.WinControls.UI.RadPanel(); this.radChartView2 = new Telerik.WinControls.UI.RadChartView(); ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radChartView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); this.SuspendLayout(); // // radChartView1 // this.radChartView1.AreaType = Telerik.WinControls.UI.ChartAreaType.Pie; this.radChartView1.BackColor = System.Drawing.Color.Transparent; resources.ApplyResources(this.radChartView1, "radChartView1"); this.radChartView1.Name = "radChartView1"; pieDataPoint1.Label = 0.32780082987551867D; pieDataPoint1.LegendTitle = "Capita"; pieDataPoint1.OffsetFromCenter = 0D; pieDataPoint1.RadiusAspectRatio = 1F; pieDataPoint1.Value = 79D; pieDataPoint2.Label = 0.33195020746887965D; pieDataPoint2.LegendTitle = "Intereses"; pieDataPoint2.OffsetFromCenter = 0D; pieDataPoint2.RadiusAspectRatio = 1F; pieDataPoint2.Value = 80D; pieDataPoint3.Label = 0.34024896265560167D; pieDataPoint3.LegendTitle = "Prestado"; pieDataPoint3.OffsetFromCenter = 0D; pieDataPoint3.RadiusAspectRatio = 1F; pieDataPoint3.Value = 82D; donutSeries1.DataPoints.AddRange(new Telerik.Charting.DataPoint[] { pieDataPoint1, pieDataPoint2, pieDataPoint3 }); donutSeries1.ShowLabels = true; this.radChartView1.Series.AddRange(new Telerik.WinControls.UI.ChartSeries[] { donutSeries1 }); 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.ThemeName = "Fluent"; this.radChartView1.Title = "Total generales"; // // radPanel1 // resources.ApplyResources(this.radPanel1, "radPanel1"); this.radPanel1.Name = "radPanel1"; this.radPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.radPanel1.ThemeName = "Fluent"; // // radChartView2 // cartesianArea1.GridDesign.AlternatingHorizontalColor = false; cartesianArea1.GridDesign.DrawHorizontalFills = false; cartesianArea1.GridDesign.DrawHorizontalStripes = false; cartesianArea1.GridDesign.DrawVerticalStripes = false; this.radChartView2.AreaDesign = cartesianArea1; linearAxis1.AxisType = Telerik.Charting.AxisType.Second; linearAxis1.IsPrimary = true; linearAxis1.LabelFitMode = Telerik.Charting.AxisLabelFitMode.MultiLine; linearAxis1.LabelRotationAngle = 300D; linearAxis1.MajorStep = 10D; linearAxis1.TickOrigin = null; linearAxis1.Title = "Mensial"; linearAxis2.IsPrimary = true; linearAxis2.LabelRotationAngle = 300D; linearAxis2.MajorStep = 10D; linearAxis2.TickOrigin = null; linearAxis2.Title = ""; this.radChartView2.Axes.AddRange(new Telerik.WinControls.UI.Axis[] { linearAxis1, linearAxis2 }); this.radChartView2.BackColor = System.Drawing.Color.Transparent; this.radChartView2.ForeColor = System.Drawing.Color.Gray; this.radChartView2.LegendTitle = "asdfasdfadf"; resources.ApplyResources(this.radChartView2, "radChartView2"); this.radChartView2.Name = "radChartView2"; scatterDataPoint1.XValue = 45D; scatterDataPoint1.YValue = 34D; scatterDataPoint2.XValue = 79D; scatterDataPoint2.YValue = 37D; scatterDataPoint3.XValue = 71D; scatterDataPoint3.YValue = 30D; scatterDataPoint4.XValue = 72D; scatterDataPoint4.YValue = 74D; scatterDataPoint5.XValue = 50D; scatterDataPoint5.YValue = 38D; scatterAreaSeries1.DataPoints.AddRange(new Telerik.Charting.DataPoint[] { scatterDataPoint1, scatterDataPoint2, scatterDataPoint3, scatterDataPoint4, scatterDataPoint5 }); scatterAreaSeries1.HorizontalAxis = linearAxis1; scatterAreaSeries1.LabelAngle = 90D; scatterAreaSeries1.LabelDistanceToPoint = 14D; scatterAreaSeries1.LegendTitle = "gfdgdf"; scatterAreaSeries1.VerticalAxis = linearAxis2; scatterDataPoint6.XValue = 41D; scatterDataPoint6.YValue = 26D; scatterDataPoint7.XValue = 52D; scatterDataPoint7.YValue = 10D; scatterDataPoint8.XValue = 32D; scatterDataPoint8.YValue = 42D; scatterDataPoint9.XValue = 69D; scatterDataPoint9.YValue = 65D; scatterDataPoint10.XValue = 34D; scatterDataPoint10.YValue = 65D; scatterAreaSeries2.DataPoints.AddRange(new Telerik.Charting.DataPoint[] { scatterDataPoint6, scatterDataPoint7, scatterDataPoint8, scatterDataPoint9, scatterDataPoint10 }); scatterAreaSeries2.HorizontalAxis = linearAxis1; scatterAreaSeries2.LabelAngle = 90D; scatterAreaSeries2.LabelDistanceToPoint = 15D; scatterAreaSeries2.LegendTitle = "wdfsdf"; scatterAreaSeries2.VerticalAxis = linearAxis2; this.radChartView2.Series.AddRange(new Telerik.WinControls.UI.ChartSeries[] { scatterAreaSeries1, scatterAreaSeries2 }); this.radChartView2.ShowGrid = false; this.radChartView2.ShowPanZoom = true; this.radChartView2.ShowToolTip = true; this.radChartView2.ShowTrackBall = true; this.radChartView2.ThemeName = "Fluent"; // // DashBoard // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange; this.Controls.Add(this.radChartView2); this.Controls.Add(this.radPanel1); this.Controls.Add(this.radChartView1); this.Name = "DashBoard"; // // // this.RootElement.ApplyShapeToControl = true; ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radChartView2)).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); }
/// <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.LineSeries lineSeries2 = new Telerik.WinControls.UI.LineSeries(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Dashboard)); this.TempHumChart = new Telerik.WinControls.UI.RadChartView(); this.materialTheme = new Telerik.WinControls.Themes.MaterialTheme(); this.TempInCrd = new Telerik.WinControls.UI.RadCardView(); this.HouseTempIntLbl = new Telerik.WinControls.UI.RadLabel(); this.TempInLbl = new Telerik.WinControls.UI.RadLabel(); this.TempValueInLbl = new System.Windows.Forms.Label(); this.TempPrgInBr = new Bunifu.Framework.UI.BunifuCircleProgressbar(); this.TempOutCrd = new Telerik.WinControls.UI.RadCardView(); this.ClujTempOutLbl = new Telerik.WinControls.UI.RadLabel(); this.TempOutLbl = new Telerik.WinControls.UI.RadLabel(); this.TempValueOutLbl = new System.Windows.Forms.Label(); this.TempPrgOutBr = new Bunifu.Framework.UI.BunifuCircleProgressbar(); ((System.ComponentModel.ISupportInitialize)(this.TempHumChart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TempInCrd)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TempInCrd.CardTemplate)).BeginInit(); this.TempInCrd.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.HouseTempIntLbl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TempInLbl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TempOutCrd)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TempOutCrd.CardTemplate)).BeginInit(); this.TempOutCrd.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ClujTempOutLbl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TempOutLbl)).BeginInit(); this.SuspendLayout(); // // TempHumChart // this.TempHumChart.AreaDesign = cartesianArea2; categoricalAxis2.IsPrimary = true; categoricalAxis2.LabelRotationAngle = 300D; categoricalAxis2.Title = ""; linearAxis2.AxisType = Telerik.Charting.AxisType.Second; linearAxis2.IsPrimary = true; linearAxis2.LabelRotationAngle = 300D; linearAxis2.TickOrigin = null; linearAxis2.Title = ""; this.TempHumChart.Axes.AddRange(new Telerik.WinControls.UI.Axis[] { categoricalAxis2, linearAxis2 }); this.TempHumChart.BackColor = System.Drawing.Color.WhiteSmoke; this.TempHumChart.Location = new System.Drawing.Point(10, 199); this.TempHumChart.Name = "TempHumChart"; lineSeries2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(210)))), ((int)(((byte)(79))))); lineSeries2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(210)))), ((int)(((byte)(79))))); lineSeries2.HorizontalAxis = categoricalAxis2; lineSeries2.LabelAngle = 90D; lineSeries2.LabelDistanceToPoint = 15D; lineSeries2.Spline = true; lineSeries2.VerticalAxis = linearAxis2; this.TempHumChart.Series.AddRange(new Telerik.WinControls.UI.ChartSeries[] { lineSeries2 }); this.TempHumChart.ShowGrid = false; this.TempHumChart.Size = new System.Drawing.Size(627, 253); this.TempHumChart.TabIndex = 17; this.TempHumChart.Text = " "; this.TempHumChart.ThemeName = "Material"; // // TempInCrd // this.TempInCrd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); // // // this.TempInCrd.CardTemplate.Location = new System.Drawing.Point(143, 91); this.TempInCrd.CardTemplate.Name = ""; this.TempInCrd.CardTemplate.Size = new System.Drawing.Size(0, 0); this.TempInCrd.CardTemplate.TabIndex = 0; this.TempInCrd.Controls.Add(this.HouseTempIntLbl); this.TempInCrd.Controls.Add(this.TempInLbl); this.TempInCrd.Controls.Add(this.TempValueInLbl); this.TempInCrd.Controls.Add(this.TempPrgInBr); this.TempInCrd.GroupItemSize = new System.Drawing.Size(309, 225); this.TempInCrd.ItemSize = new System.Drawing.Size(0, 0); this.TempInCrd.Location = new System.Drawing.Point(28, 10); this.TempInCrd.Name = "TempInCrd"; this.TempInCrd.Size = new System.Drawing.Size(287, 183); this.TempInCrd.TabIndex = 23; this.TempInCrd.ThemeName = "Material"; // // HouseTempIntLbl // this.HouseTempIntLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.75F); this.HouseTempIntLbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(97)))), ((int)(((byte)(108))))); this.HouseTempIntLbl.Location = new System.Drawing.Point(13, 5); this.HouseTempIntLbl.Name = "HouseTempIntLbl"; this.HouseTempIntLbl.Size = new System.Drawing.Size(23, 23); this.HouseTempIntLbl.TabIndex = 13; this.HouseTempIntLbl.Text = "In"; this.HouseTempIntLbl.ThemeName = "Material"; // // TempInLbl // this.TempInLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.TempInLbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(97)))), ((int)(((byte)(108))))); this.TempInLbl.Location = new System.Drawing.Point(78, 150); this.TempInLbl.Name = "TempInLbl"; this.TempInLbl.Size = new System.Drawing.Size(133, 28); this.TempInLbl.TabIndex = 12; this.TempInLbl.Text = "Temperature"; this.TempInLbl.ThemeName = "Material"; // // TempValueInLbl // this.TempValueInLbl.AutoSize = true; this.TempValueInLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 18.25F); this.TempValueInLbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(90)))), ((int)(((byte)(90))))); this.TempValueInLbl.Location = new System.Drawing.Point(98, 66); this.TempValueInLbl.Name = "TempValueInLbl"; this.TempValueInLbl.Size = new System.Drawing.Size(97, 29); this.TempValueInLbl.TabIndex = 11; this.TempValueInLbl.Text = "00.0 °C"; // // TempPrgInBr // this.TempPrgInBr.animated = false; this.TempPrgInBr.animationIterval = 5; this.TempPrgInBr.animationSpeed = 300; this.TempPrgInBr.AutoValidate = System.Windows.Forms.AutoValidate.Disable; this.TempPrgInBr.BackColor = System.Drawing.Color.White; this.TempPrgInBr.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("TempPrgInBr.BackgroundImage"))); this.TempPrgInBr.Font = new System.Drawing.Font("Microsoft Sans Serif", 26.25F); this.TempPrgInBr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(116)))), ((int)(((byte)(117))))); this.TempPrgInBr.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.TempPrgInBr.LabelVisible = false; this.TempPrgInBr.LineProgressThickness = 8; this.TempPrgInBr.LineThickness = 2; this.TempPrgInBr.Location = new System.Drawing.Point(70, 5); this.TempPrgInBr.Margin = new System.Windows.Forms.Padding(10, 9, 10, 9); this.TempPrgInBr.MaxValue = 40; this.TempPrgInBr.Name = "TempPrgInBr"; this.TempPrgInBr.ProgressBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(97)))), ((int)(((byte)(108))))); this.TempPrgInBr.ProgressColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(116)))), ((int)(((byte)(117))))); this.TempPrgInBr.Size = new System.Drawing.Size(147, 147); this.TempPrgInBr.TabIndex = 10; this.TempPrgInBr.Value = 27; // // TempOutCrd // this.TempOutCrd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); // // // this.TempOutCrd.CardTemplate.Location = new System.Drawing.Point(143, 91); this.TempOutCrd.CardTemplate.Name = ""; this.TempOutCrd.CardTemplate.Size = new System.Drawing.Size(0, 0); this.TempOutCrd.CardTemplate.TabIndex = 0; this.TempOutCrd.Controls.Add(this.ClujTempOutLbl); this.TempOutCrd.Controls.Add(this.TempOutLbl); this.TempOutCrd.Controls.Add(this.TempValueOutLbl); this.TempOutCrd.Controls.Add(this.TempPrgOutBr); this.TempOutCrd.GroupItemSize = new System.Drawing.Size(309, 225); this.TempOutCrd.ItemSize = new System.Drawing.Size(0, 0); this.TempOutCrd.Location = new System.Drawing.Point(329, 10); this.TempOutCrd.Name = "TempOutCrd"; this.TempOutCrd.Size = new System.Drawing.Size(287, 183); this.TempOutCrd.TabIndex = 24; this.TempOutCrd.ThemeName = "Material"; // // ClujTempOutLbl // this.ClujTempOutLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.75F); this.ClujTempOutLbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(97)))), ((int)(((byte)(108))))); this.ClujTempOutLbl.Location = new System.Drawing.Point(13, 5); this.ClujTempOutLbl.Name = "ClujTempOutLbl"; this.ClujTempOutLbl.Size = new System.Drawing.Size(36, 23); this.ClujTempOutLbl.TabIndex = 14; this.ClujTempOutLbl.Text = "Out"; this.ClujTempOutLbl.ThemeName = "Material"; // // TempOutLbl // this.TempOutLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.TempOutLbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(97)))), ((int)(((byte)(108))))); this.TempOutLbl.Location = new System.Drawing.Point(78, 150); this.TempOutLbl.Name = "TempOutLbl"; this.TempOutLbl.Size = new System.Drawing.Size(133, 28); this.TempOutLbl.TabIndex = 12; this.TempOutLbl.Text = "Temperature"; this.TempOutLbl.ThemeName = "Material"; // // TempValueOutLbl // this.TempValueOutLbl.AutoSize = true; this.TempValueOutLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 18.25F); this.TempValueOutLbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(166)))), ((int)(((byte)(245))))); this.TempValueOutLbl.Location = new System.Drawing.Point(98, 66); this.TempValueOutLbl.Name = "TempValueOutLbl"; this.TempValueOutLbl.Size = new System.Drawing.Size(97, 29); this.TempValueOutLbl.TabIndex = 11; this.TempValueOutLbl.Text = "00.0 °C"; // // TempPrgOutBr // this.TempPrgOutBr.animated = false; this.TempPrgOutBr.animationIterval = 5; this.TempPrgOutBr.animationSpeed = 300; this.TempPrgOutBr.AutoValidate = System.Windows.Forms.AutoValidate.Disable; this.TempPrgOutBr.BackColor = System.Drawing.Color.White; this.TempPrgOutBr.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("TempPrgOutBr.BackgroundImage"))); this.TempPrgOutBr.Font = new System.Drawing.Font("Microsoft Sans Serif", 26.25F); this.TempPrgOutBr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(166)))), ((int)(((byte)(245))))); this.TempPrgOutBr.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.TempPrgOutBr.LabelVisible = false; this.TempPrgOutBr.LineProgressThickness = 8; this.TempPrgOutBr.LineThickness = 2; this.TempPrgOutBr.Location = new System.Drawing.Point(70, 5); this.TempPrgOutBr.Margin = new System.Windows.Forms.Padding(10, 9, 10, 9); this.TempPrgOutBr.MaxValue = 40; this.TempPrgOutBr.Name = "TempPrgOutBr"; this.TempPrgOutBr.ProgressBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(97)))), ((int)(((byte)(108))))); this.TempPrgOutBr.ProgressColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(166)))), ((int)(((byte)(245))))); this.TempPrgOutBr.Size = new System.Drawing.Size(147, 147); this.TempPrgOutBr.TabIndex = 10; this.TempPrgOutBr.Value = 10; // // Dashboard // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(212)))), ((int)(((byte)(217))))); this.Controls.Add(this.TempOutCrd); this.Controls.Add(this.TempInCrd); this.Controls.Add(this.TempHumChart); this.Name = "Dashboard"; this.Size = new System.Drawing.Size(649, 465); ((System.ComponentModel.ISupportInitialize)(this.TempHumChart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TempInCrd.CardTemplate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TempInCrd)).EndInit(); this.TempInCrd.ResumeLayout(false); this.TempInCrd.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.HouseTempIntLbl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TempInLbl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TempOutCrd.CardTemplate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TempOutCrd)).EndInit(); this.TempOutCrd.ResumeLayout(false); this.TempOutCrd.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ClujTempOutLbl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TempOutLbl)).EndInit(); this.ResumeLayout(false); }