namespace HL_FristAidPlatform_Apoplexy { partial class Form_Apoplexystatistics { /// /// 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() { this.separatorControl5 = new DevExpress.XtraEditors.SeparatorControl(); this.panelControl4 = new DevExpress.XtraEditors.PanelControl(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.label3 = new System.Windows.Forms.Label(); this.timeControl_start = new HL_FristAidPlatform_Public.TimeControl(); this.label1 = new System.Windows.Forms.Label(); this.label1_timeselect = new System.Windows.Forms.Label(); this.timeControl_end = new HL_FristAidPlatform_Public.TimeControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); ((System.ComponentModel.ISupportInitialize)(this.separatorControl5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit(); this.panelControl4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); this.SuspendLayout(); // // separatorControl5 // this.separatorControl5.BackColor = System.Drawing.Color.Transparent; this.separatorControl5.LineColor = System.Drawing.Color.LightSteelBlue; this.separatorControl5.Location = new System.Drawing.Point(2, 866); this.separatorControl5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.separatorControl5.Name = "separatorControl5"; this.separatorControl5.Padding = new System.Windows.Forms.Padding(0); this.separatorControl5.Size = new System.Drawing.Size(1301, 11); this.separatorControl5.TabIndex = 272; // // panelControl4 // this.panelControl4.Controls.Add(this.simpleButton1); this.panelControl4.Controls.Add(this.label3); this.panelControl4.Controls.Add(this.timeControl_start); this.panelControl4.Controls.Add(this.label1); this.panelControl4.Controls.Add(this.label1_timeselect); this.panelControl4.Controls.Add(this.timeControl_end); this.panelControl4.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl4.Location = new System.Drawing.Point(0, 0); this.panelControl4.Margin = new System.Windows.Forms.Padding(2); this.panelControl4.Name = "panelControl4"; this.panelControl4.Size = new System.Drawing.Size(1044, 50); this.panelControl4.TabIndex = 8; // // simpleButton1 // this.simpleButton1.Appearance.Font = new System.Drawing.Font("Tahoma", 13.875F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.simpleButton1.Appearance.Options.UseFont = true; this.simpleButton1.Location = new System.Drawing.Point(522, 8); this.simpleButton1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(112, 32); this.simpleButton1.TabIndex = 271; this.simpleButton1.Text = "查询"; this.simpleButton1.Click += new System.EventHandler(this.button_Toast_Click); // // label3 // this.label3.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(323, 15); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(27, 21); this.label3.TabIndex = 270; this.label3.Text = "至"; // // timeControl_start // this.timeControl_start.BackColor = System.Drawing.Color.Transparent; this.timeControl_start.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.timeControl_start.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMdd; this.timeControl_start.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.timeControl_start.Location = new System.Drawing.Point(176, 15); this.timeControl_start.Margin = new System.Windows.Forms.Padding(4); this.timeControl_start.Name = "timeControl_start"; this.timeControl_start.Size = new System.Drawing.Size(140, 20); this.timeControl_start.TabIndex = 16; this.timeControl_start.TimeValue = ""; // // label1 // this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.Red; this.label1.Location = new System.Drawing.Point(27, 18); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(17, 16); this.label1.TabIndex = 19; this.label1.Text = "*"; // // label1_timeselect // this.label1_timeselect.Font = new System.Drawing.Font("Tahoma", 13.875F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1_timeselect.Location = new System.Drawing.Point(46, 11); this.label1_timeselect.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1_timeselect.Name = "label1_timeselect"; this.label1_timeselect.Size = new System.Drawing.Size(132, 28); this.label1_timeselect.TabIndex = 18; this.label1_timeselect.Text = "请选择时间:"; // // timeControl_end // this.timeControl_end.BackColor = System.Drawing.Color.Transparent; this.timeControl_end.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.timeControl_end.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMdd; this.timeControl_end.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.timeControl_end.Location = new System.Drawing.Point(364, 15); this.timeControl_end.Margin = new System.Windows.Forms.Padding(4); this.timeControl_end.Name = "timeControl_end"; this.timeControl_end.Size = new System.Drawing.Size(140, 20); this.timeControl_end.TabIndex = 17; this.timeControl_end.TimeValue = ""; // // panelControl1 // this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.chartControl1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(0, 50); this.panelControl1.Margin = new System.Windows.Forms.Padding(2); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1044, 510); this.panelControl1.TabIndex = 9; // // chartControl1 // this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; this.chartControl1.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside; this.chartControl1.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chartControl1.Legend.Name = "Default Legend"; this.chartControl1.Location = new System.Drawing.Point(0, 0); this.chartControl1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.chartControl1.Name = "chartControl1"; this.chartControl1.PaletteName = "Blue II"; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0]; this.chartControl1.Size = new System.Drawing.Size(1044, 510); this.chartControl1.SmallChartText.Text = ""; this.chartControl1.TabIndex = 7; // // panelControl3 // this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl3.Controls.Add(this.panelControl1); this.panelControl3.Controls.Add(this.panelControl4); this.panelControl3.Controls.Add(this.separatorControl5); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl3.Location = new System.Drawing.Point(0, 0); this.panelControl3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(1044, 560); this.panelControl3.TabIndex = 10; // // Form_Apoplexystatistics // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1044, 560); this.Controls.Add(this.panelControl3); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "Form_Apoplexystatistics"; this.Text = "卒中治疗类型统计"; this.Load += new System.EventHandler(this.Form_Apoplexystatistics_Load); ((System.ComponentModel.ISupportInitialize)(this.separatorControl5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit(); this.panelControl4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SeparatorControl separatorControl5; private DevExpress.XtraEditors.PanelControl panelControl4; private DevExpress.XtraEditors.SimpleButton simpleButton1; private System.Windows.Forms.Label label3; private HL_FristAidPlatform_Public.TimeControl timeControl_start; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label1_timeselect; private HL_FristAidPlatform_Public.TimeControl timeControl_end; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraCharts.ChartControl chartControl1; private DevExpress.XtraEditors.PanelControl panelControl3; } }