StableVersion4.3/HL_FristAidPlatform_Apoplexy/Form_Statistics.Designer.cs

190 lines
9.5 KiB
C#
Raw Normal View History

2024-03-11 09:47:34 +08:00
namespace HL_FristAidPlatform_Apoplexy
{
partial class Form_Statistics
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <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(Form_Statistics));
this.chartControl_Patient = new DevExpress.XtraCharts.ChartControl();
this.panel1 = new System.Windows.Forms.Panel();
this.dateEdit_End = new HL_FristAidPlatform_Public.TimeControl();
this.dateEdit_Start = new HL_FristAidPlatform_Public.TimeControl();
this.label1 = new System.Windows.Forms.Label();
this.comboBoxEdit_Type = new DevExpress.XtraEditors.ComboBoxEdit();
this.label4 = new System.Windows.Forms.Label();
this.simpleButton_Search = new DevExpress.XtraEditors.SimpleButton();
this.label3 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.chartControl_Patient)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_Type.Properties)).BeginInit();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// chartControl_Patient
//
this.chartControl_Patient.Dock = System.Windows.Forms.DockStyle.Fill;
this.chartControl_Patient.Legend.Name = "Default Legend";
this.chartControl_Patient.Location = new System.Drawing.Point(0, 0);
this.chartControl_Patient.Name = "chartControl_Patient";
this.chartControl_Patient.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
this.chartControl_Patient.Size = new System.Drawing.Size(1307, 700);
this.chartControl_Patient.TabIndex = 0;
//
// panel1
//
this.panel1.Controls.Add(this.dateEdit_End);
this.panel1.Controls.Add(this.dateEdit_Start);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.comboBoxEdit_Type);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.simpleButton_Search);
this.panel1.Controls.Add(this.label3);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1307, 49);
this.panel1.TabIndex = 1;
//
// dateEdit_End
//
this.dateEdit_End.BackColor = System.Drawing.Color.Transparent;
this.dateEdit_End.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.dateEdit_End.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmmss;
this.dateEdit_End.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmmss;
this.dateEdit_End.Location = new System.Drawing.Point(245, 14);
this.dateEdit_End.Name = "dateEdit_End";
this.dateEdit_End.Size = new System.Drawing.Size(142, 20);
this.dateEdit_End.TabIndex = 15;
this.dateEdit_End.TimeValue = "";
//
// dateEdit_Start
//
this.dateEdit_Start.BackColor = System.Drawing.Color.Transparent;
this.dateEdit_Start.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.dateEdit_Start.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmmss;
this.dateEdit_Start.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmmss;
this.dateEdit_Start.Location = new System.Drawing.Point(76, 14);
this.dateEdit_Start.Name = "dateEdit_Start";
this.dateEdit_Start.Size = new System.Drawing.Size(142, 20);
this.dateEdit_Start.TabIndex = 14;
this.dateEdit_Start.TimeValue = "";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(392, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(67, 14);
this.label1.TabIndex = 13;
this.label1.Text = "统计类型:";
//
// comboBoxEdit_Type
//
this.comboBoxEdit_Type.Location = new System.Drawing.Point(461, 14);
this.comboBoxEdit_Type.Name = "comboBoxEdit_Type";
this.comboBoxEdit_Type.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.comboBoxEdit_Type.Properties.Items.AddRange(new object[] {
"缺血性卒中患者在溶栓时间窗内接受静脉溶栓患者比例",
"抵达医院60分钟内急性缺血性卒中患者接受静脉溶栓比例",
"头颅CT小于25分钟的比例",
"入院到开始血管内治疗的时间",
"静脉溶栓治疗36h内发生症状性颅内出血的患者比例"});
this.comboBoxEdit_Type.Size = new System.Drawing.Size(481, 20);
this.comboBoxEdit_Type.TabIndex = 12;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(222, 17);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(19, 14);
this.label4.TabIndex = 11;
this.label4.Text = "至";
//
// simpleButton_Search
//
this.simpleButton_Search.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Search.ImageOptions.Image")));
this.simpleButton_Search.Location = new System.Drawing.Point(958, 10);
this.simpleButton_Search.Name = "simpleButton_Search";
this.simpleButton_Search.Size = new System.Drawing.Size(78, 29);
this.simpleButton_Search.TabIndex = 9;
this.simpleButton_Search.Text = "统计";
this.simpleButton_Search.Click += new System.EventHandler(this.simpleButton_Search_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(8, 17);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(67, 14);
this.label3.TabIndex = 10;
this.label3.Text = "统计日期:";
//
// panel2
//
this.panel2.Controls.Add(this.chartControl_Patient);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 49);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1307, 700);
this.panel2.TabIndex = 2;
//
// Form_Statistics
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1307, 749);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "Form_Statistics";
this.Text = "卒中统计";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.Form_Statistics_Load);
((System.ComponentModel.ISupportInitialize)(this.chartControl_Patient)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_Type.Properties)).EndInit();
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraCharts.ChartControl chartControl_Patient;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private DevExpress.XtraEditors.SimpleButton simpleButton_Search;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit_Type;
private HL_FristAidPlatform_Public.TimeControl dateEdit_Start;
private HL_FristAidPlatform_Public.TimeControl dateEdit_End;
}
}