namespace HL_FristAidPlatform_Apoplexy { partial class Form_CerebralInfarctionCheck { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView(); DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.check2 = new DevExpress.XtraEditors.CheckEdit(); this.check1 = new DevExpress.XtraEditors.CheckEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.time_dateEnd = new HL_FristAidPlatform_Public.TimeControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.time_dateStart = new HL_FristAidPlatform_Public.TimeControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel(); this.chartControl2 = new DevExpress.XtraCharts.ChartControl(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.check2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.check1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit(); this.tablePanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Controls.Add(this.simpleButton1); this.panelControl1.Controls.Add(this.check2); this.panelControl1.Controls.Add(this.check1); this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Controls.Add(this.time_dateEnd); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.time_dateStart); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1253, 60); this.panelControl1.TabIndex = 0; // // simpleButton1 // this.simpleButton1.Location = new System.Drawing.Point(762, 17); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(88, 23); this.simpleButton1.TabIndex = 7; this.simpleButton1.Text = "查询"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // check2 // this.check2.Location = new System.Drawing.Point(653, 20); this.check2.Name = "check2"; this.check2.Properties.Caption = "按年统计"; this.check2.Size = new System.Drawing.Size(75, 20); this.check2.TabIndex = 6; this.check2.CheckedChanged += new System.EventHandler(this.check2_CheckedChanged); // // check1 // this.check1.EditValue = true; this.check1.Location = new System.Drawing.Point(559, 20); this.check1.Name = "check1"; this.check1.Properties.Caption = "按月统计"; this.check1.Size = new System.Drawing.Size(75, 20); this.check1.TabIndex = 5; this.check1.CheckedChanged += new System.EventHandler(this.check1_CheckedChanged); // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(494, 23); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(48, 14); this.labelControl3.TabIndex = 4; this.labelControl3.Text = "统计类型"; // // time_dateEnd // this.time_dateEnd.BackColor = System.Drawing.Color.Transparent; this.time_dateEnd.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.time_dateEnd.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMM; this.time_dateEnd.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.time_dateEnd.Location = new System.Drawing.Point(293, 20); this.time_dateEnd.Name = "time_dateEnd"; this.time_dateEnd.Size = new System.Drawing.Size(150, 20); this.time_dateEnd.TabIndex = 3; this.time_dateEnd.TimeValue = ""; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(271, 23); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(9, 14); this.labelControl2.TabIndex = 2; this.labelControl2.Text = "~"; // // time_dateStart // this.time_dateStart.BackColor = System.Drawing.Color.Transparent; this.time_dateStart.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.time_dateStart.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMM; this.time_dateStart.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.time_dateStart.Location = new System.Drawing.Point(111, 20); this.time_dateStart.Name = "time_dateStart"; this.time_dateStart.Size = new System.Drawing.Size(150, 20); this.time_dateStart.TabIndex = 1; this.time_dateStart.TimeValue = ""; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(46, 23); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(48, 14); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "入院时间"; // // tablePanel1 // this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 55F)}); this.tablePanel1.Controls.Add(this.chartControl2); this.tablePanel1.Controls.Add(this.chartControl1); this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tablePanel1.Location = new System.Drawing.Point(0, 60); this.tablePanel1.Name = "tablePanel1"; this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F)}); this.tablePanel1.Size = new System.Drawing.Size(1253, 620); this.tablePanel1.TabIndex = 1; // // chartControl2 // this.tablePanel1.SetColumn(this.chartControl2, 0); xyDiagram1.AxisX.NumericScaleOptions.AutoGrid = false; xyDiagram1.AxisX.NumericScaleOptions.GridOffset = 2D; xyDiagram1.AxisX.NumericScaleOptions.GridSpacing = 2D; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.NumericScaleOptions.AutoGrid = false; xyDiagram1.AxisY.NumericScaleOptions.GridSpacing = 10D; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl2.Diagram = xyDiagram1; this.chartControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl2.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; this.chartControl2.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chartControl2.Legend.Name = "Default Legend"; this.chartControl2.Location = new System.Drawing.Point(3, 313); this.chartControl2.Name = "chartControl2"; this.tablePanel1.SetRow(this.chartControl2, 1); series1.Name = "Series 1"; series1.View = splineSeriesView1; this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1}; this.chartControl2.Size = new System.Drawing.Size(1247, 304); this.chartControl2.TabIndex = 1; // // chartControl1 // this.tablePanel1.SetColumn(this.chartControl1, 0); xyDiagram2.AxisX.NumericScaleOptions.AutoGrid = false; xyDiagram2.AxisX.NumericScaleOptions.GridOffset = 2D; xyDiagram2.AxisX.NumericScaleOptions.GridSpacing = 2D; xyDiagram2.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram2.AxisY.NumericScaleOptions.AutoGrid = false; xyDiagram2.AxisY.NumericScaleOptions.GridSpacing = 10D; xyDiagram2.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl1.Diagram = xyDiagram2; this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; this.chartControl1.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chartControl1.Legend.Name = "Default Legend"; this.chartControl1.Location = new System.Drawing.Point(3, 3); this.chartControl1.Name = "chartControl1"; this.tablePanel1.SetRow(this.chartControl1, 0); series2.Name = "Series 1"; series2.View = splineSeriesView2; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series2}; this.chartControl1.Size = new System.Drawing.Size(1247, 304); this.chartControl1.TabIndex = 0; // // Form_CerebralInfarctionCheck // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1253, 680); this.Controls.Add(this.tablePanel1); this.Controls.Add(this.panelControl1); this.Name = "Form_CerebralInfarctionCheck"; this.Text = "脑梗死检查完成统计"; this.Load += new System.EventHandler(this.Form_CerebralInfarctionCheck_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.check2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.check1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit(); this.tablePanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.Utils.Layout.TablePanel tablePanel1; private DevExpress.XtraCharts.ChartControl chartControl1; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.CheckEdit check2; private DevExpress.XtraEditors.CheckEdit check1; private DevExpress.XtraEditors.LabelControl labelControl3; private HL_FristAidPlatform_Public.TimeControl time_dateEnd; private DevExpress.XtraEditors.LabelControl labelControl2; private HL_FristAidPlatform_Public.TimeControl time_dateStart; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraCharts.ChartControl chartControl2; } }