StableVersion4.3/HL_ChestPain_Statistics/Form_ChestPain_Statistics_Q...

292 lines
17 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace HL_FristAidPlatform_ChestPain_Statistics
{
partial class Form_ChestPain_Statistics_QC
{
/// <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_ChestPain_Statistics_QC));
this.panel1 = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.dateEdit_End = new HL_FristAidPlatform_Public.TimeControl();
this.dateEdit_Start = new HL_FristAidPlatform_Public.TimeControl();
this.checkedListBoxControl_PreliminaryDiagnosis = new DevExpress.XtraEditors.CheckedListBoxControl();
this.simpleButton_ThisWeek = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_DownHalfYear = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_UpHalfYear = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_ThisYear = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_ThisQuarter = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_ThisMonth = new DevExpress.XtraEditors.SimpleButton();
this.label1 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.simpleButton_Report = new DevExpress.XtraEditors.SimpleButton();
this.comboBoxEdit_SelectType = new DevExpress.XtraEditors.ComboBoxEdit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl_PreliminaryDiagnosis)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_SelectType.Properties)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.dateEdit_End);
this.panel1.Controls.Add(this.dateEdit_Start);
this.panel1.Controls.Add(this.checkedListBoxControl_PreliminaryDiagnosis);
this.panel1.Controls.Add(this.simpleButton_ThisWeek);
this.panel1.Controls.Add(this.simpleButton_DownHalfYear);
this.panel1.Controls.Add(this.simpleButton_UpHalfYear);
this.panel1.Controls.Add(this.simpleButton_ThisYear);
this.panel1.Controls.Add(this.simpleButton_ThisQuarter);
this.panel1.Controls.Add(this.simpleButton_ThisMonth);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.simpleButton_Report);
this.panel1.Controls.Add(this.comboBoxEdit_SelectType);
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(1113, 105);
this.panel1.TabIndex = 0;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Tahoma", 11F);
this.label2.Location = new System.Drawing.Point(548, 45);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 18);
this.label2.TabIndex = 62;
this.label2.Text = "筛选:";
//
// dateEdit_End
//
this.dateEdit_End.BackColor = System.Drawing.Color.Transparent;
this.dateEdit_End.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.dateEdit_End.Font = new System.Drawing.Font("Tahoma", 11F);
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(312, 42);
this.dateEdit_End.Name = "dateEdit_End";
this.dateEdit_End.Size = new System.Drawing.Size(142, 21);
this.dateEdit_End.TabIndex = 61;
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.Font = new System.Drawing.Font("Tahoma", 11F);
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(312, 10);
this.dateEdit_Start.Name = "dateEdit_Start";
this.dateEdit_Start.Size = new System.Drawing.Size(142, 21);
this.dateEdit_Start.TabIndex = 60;
this.dateEdit_Start.TimeValue = "";
//
// checkedListBoxControl_PreliminaryDiagnosis
//
this.checkedListBoxControl_PreliminaryDiagnosis.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.checkedListBoxControl_PreliminaryDiagnosis.Appearance.Options.UseFont = true;
this.checkedListBoxControl_PreliminaryDiagnosis.CheckOnClick = true;
this.checkedListBoxControl_PreliminaryDiagnosis.Location = new System.Drawing.Point(607, 3);
this.checkedListBoxControl_PreliminaryDiagnosis.MultiColumn = true;
this.checkedListBoxControl_PreliminaryDiagnosis.Name = "checkedListBoxControl_PreliminaryDiagnosis";
this.checkedListBoxControl_PreliminaryDiagnosis.Size = new System.Drawing.Size(494, 92);
this.checkedListBoxControl_PreliminaryDiagnosis.TabIndex = 59;
//
// simpleButton_ThisWeek
//
this.simpleButton_ThisWeek.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton_ThisWeek.Appearance.Options.UseFont = true;
this.simpleButton_ThisWeek.Location = new System.Drawing.Point(157, 39);
this.simpleButton_ThisWeek.Name = "simpleButton_ThisWeek";
this.simpleButton_ThisWeek.Size = new System.Drawing.Size(68, 35);
this.simpleButton_ThisWeek.TabIndex = 42;
this.simpleButton_ThisWeek.Text = "本周";
this.simpleButton_ThisWeek.Click += new System.EventHandler(this.simpleButton_ThisWeek_Click);
//
// simpleButton_DownHalfYear
//
this.simpleButton_DownHalfYear.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton_DownHalfYear.Appearance.Options.UseFont = true;
this.simpleButton_DownHalfYear.Location = new System.Drawing.Point(157, 0);
this.simpleButton_DownHalfYear.Name = "simpleButton_DownHalfYear";
this.simpleButton_DownHalfYear.Size = new System.Drawing.Size(68, 35);
this.simpleButton_DownHalfYear.TabIndex = 41;
this.simpleButton_DownHalfYear.Text = "下半年";
this.simpleButton_DownHalfYear.Click += new System.EventHandler(this.simpleButton_DownHalfYear_Click);
//
// simpleButton_UpHalfYear
//
this.simpleButton_UpHalfYear.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton_UpHalfYear.Appearance.Options.UseFont = true;
this.simpleButton_UpHalfYear.Location = new System.Drawing.Point(83, 0);
this.simpleButton_UpHalfYear.Name = "simpleButton_UpHalfYear";
this.simpleButton_UpHalfYear.Size = new System.Drawing.Size(68, 35);
this.simpleButton_UpHalfYear.TabIndex = 40;
this.simpleButton_UpHalfYear.Text = "上半年";
this.simpleButton_UpHalfYear.Click += new System.EventHandler(this.simpleButton_UpHalfYear_Click);
//
// simpleButton_ThisYear
//
this.simpleButton_ThisYear.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton_ThisYear.Appearance.Options.UseFont = true;
this.simpleButton_ThisYear.Location = new System.Drawing.Point(9, 0);
this.simpleButton_ThisYear.Name = "simpleButton_ThisYear";
this.simpleButton_ThisYear.Size = new System.Drawing.Size(68, 35);
this.simpleButton_ThisYear.TabIndex = 39;
this.simpleButton_ThisYear.Text = "本年";
this.simpleButton_ThisYear.Click += new System.EventHandler(this.simpleButton_ThisYear_Click);
//
// simpleButton_ThisQuarter
//
this.simpleButton_ThisQuarter.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton_ThisQuarter.Appearance.Options.UseFont = true;
this.simpleButton_ThisQuarter.Location = new System.Drawing.Point(9, 39);
this.simpleButton_ThisQuarter.Name = "simpleButton_ThisQuarter";
this.simpleButton_ThisQuarter.Size = new System.Drawing.Size(68, 35);
this.simpleButton_ThisQuarter.TabIndex = 38;
this.simpleButton_ThisQuarter.Text = "本季";
this.simpleButton_ThisQuarter.Click += new System.EventHandler(this.simpleButton_ThisQuarter_Click);
//
// simpleButton_ThisMonth
//
this.simpleButton_ThisMonth.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton_ThisMonth.Appearance.Options.UseFont = true;
this.simpleButton_ThisMonth.Location = new System.Drawing.Point(83, 39);
this.simpleButton_ThisMonth.Name = "simpleButton_ThisMonth";
this.simpleButton_ThisMonth.Size = new System.Drawing.Size(68, 35);
this.simpleButton_ThisMonth.TabIndex = 37;
this.simpleButton_ThisMonth.Text = "本月";
this.simpleButton_ThisMonth.Click += new System.EventHandler(this.simpleButton_ThisMonth_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Tahoma", 11F);
this.label1.Location = new System.Drawing.Point(228, 44);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(83, 18);
this.label1.TabIndex = 36;
this.label1.Text = "结束日期:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Tahoma", 11F);
this.label4.Location = new System.Drawing.Point(228, 12);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(83, 18);
this.label4.TabIndex = 35;
this.label4.Text = "开始日期:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Tahoma", 11F);
this.label3.Location = new System.Drawing.Point(6, 81);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(83, 18);
this.label3.TabIndex = 6;
this.label3.Text = "选择报表:";
//
// simpleButton_Report
//
this.simpleButton_Report.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton_Report.Appearance.Options.UseFont = true;
this.simpleButton_Report.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Report.ImageOptions.Image")));
this.simpleButton_Report.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.simpleButton_Report.Location = new System.Drawing.Point(462, 32);
this.simpleButton_Report.Name = "simpleButton_Report";
this.simpleButton_Report.Size = new System.Drawing.Size(80, 37);
this.simpleButton_Report.TabIndex = 5;
this.simpleButton_Report.Text = "统计";
this.simpleButton_Report.Click += new System.EventHandler(this.simpleButton_Report_Click);
//
// comboBoxEdit_SelectType
//
this.comboBoxEdit_SelectType.EditValue = "请选择";
this.comboBoxEdit_SelectType.Location = new System.Drawing.Point(83, 78);
this.comboBoxEdit_SelectType.Name = "comboBoxEdit_SelectType";
this.comboBoxEdit_SelectType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.comboBoxEdit_SelectType.Properties.Appearance.Options.UseFont = true;
this.comboBoxEdit_SelectType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.comboBoxEdit_SelectType.Properties.Items.AddRange(new object[] {
"所有患者首次医疗接触至首份心电图FMC2EKG时间≤10分钟以内的比例",
"120急救或转运患者ECG远程传输比例",
"STEMI患者首份ECG远程传输或院内至心电图确诊时间≤10分钟比例",
"肌钙蛋白从抽血完成到获取报告时间",
"在再灌注时间窗(12小时)以内到达的STEMI患者早期再灌注治疗比例",
"适合溶栓的患者接受溶栓治疗的比例",
"溶栓治疗的全部STEMI患者进门-溶栓时间",
"月平均门-球时间90分钟",
"导管室激活时间小于30分钟"});
this.comboBoxEdit_SelectType.Size = new System.Drawing.Size(467, 24);
this.comboBoxEdit_SelectType.TabIndex = 4;
//
// Form_ChestPain_Statistics_QC
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1113, 700);
this.Controls.Add(this.panel1);
this.IsMdiContainer = true;
this.Name = "Form_ChestPain_Statistics_QC";
this.Text = "指标分析";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.Form_ChestPain_Statistics_QC_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl_PreliminaryDiagnosis)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_SelectType.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label3;
private DevExpress.XtraEditors.SimpleButton simpleButton_Report;
private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit_SelectType;
private DevExpress.XtraEditors.SimpleButton simpleButton_ThisWeek;
private DevExpress.XtraEditors.SimpleButton simpleButton_DownHalfYear;
private DevExpress.XtraEditors.SimpleButton simpleButton_UpHalfYear;
private DevExpress.XtraEditors.SimpleButton simpleButton_ThisYear;
private DevExpress.XtraEditors.SimpleButton simpleButton_ThisQuarter;
private DevExpress.XtraEditors.SimpleButton simpleButton_ThisMonth;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label4;
private DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxControl_PreliminaryDiagnosis;
private HL_FristAidPlatform_Public.TimeControl dateEdit_Start;
private HL_FristAidPlatform_Public.TimeControl dateEdit_End;
private System.Windows.Forms.Label label2;
}
}