StableVersion4.3/HL_FristAidPlatform_ChestPain/Part/UC_PE.Designer.cs

352 lines
19 KiB
C#
Raw 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.Part
{
partial class UC_PE
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.panel_PE = new System.Windows.Forms.Panel();
this.PE_Diagnosis_Time = new HL_FristAidPlatform_Public.TimeControl();
this.PE_Give_UP_Treatment = new DevExpress.XtraEditors.RadioGroup();
this.labelControl135 = new DevExpress.XtraEditors.LabelControl();
this.labelControl134 = new DevExpress.XtraEditors.LabelControl();
this.label8 = new System.Windows.Forms.Label();
this.PE_Doctor_Name = new DevExpress.XtraEditors.TextEdit();
this.PE_IMG_Examination = new DevExpress.XtraEditors.RadioGroup();
this.labelControl133 = new DevExpress.XtraEditors.LabelControl();
this.PE_CT_Notice_Time = new HL_FristAidPlatform_Public.TimeControl();
this.labelControl132 = new DevExpress.XtraEditors.LabelControl();
this.PE_CT_Finish_Time = new HL_FristAidPlatform_Public.TimeControl();
this.labelControl131 = new DevExpress.XtraEditors.LabelControl();
this.PE_CT_Scan_Time = new HL_FristAidPlatform_Public.TimeControl();
this.labelControl130 = new DevExpress.XtraEditors.LabelControl();
this.PE_CT_Report_Time = new HL_FristAidPlatform_Public.TimeControl();
this.labelControl129 = new DevExpress.XtraEditors.LabelControl();
this.PE_Risk_Lamination = new DevExpress.XtraEditors.RadioGroup();
this.labelControl122 = new DevExpress.XtraEditors.LabelControl();
this.PE_Screening = new DevExpress.XtraEditors.RadioGroup();
this.labelControl123 = new DevExpress.XtraEditors.LabelControl();
this.PE_IS_Thrombolysis_DT = new DevExpress.XtraEditors.RadioGroup();
this.labelControl124 = new DevExpress.XtraEditors.LabelControl();
this.panel_PE.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PE_Give_UP_Treatment.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PE_Doctor_Name.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PE_IMG_Examination.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PE_Risk_Lamination.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PE_Screening.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PE_IS_Thrombolysis_DT.Properties)).BeginInit();
this.SuspendLayout();
//
// panel_PE
//
this.panel_PE.Controls.Add(this.PE_Diagnosis_Time);
this.panel_PE.Controls.Add(this.PE_Give_UP_Treatment);
this.panel_PE.Controls.Add(this.labelControl135);
this.panel_PE.Controls.Add(this.labelControl134);
this.panel_PE.Controls.Add(this.label8);
this.panel_PE.Controls.Add(this.PE_Doctor_Name);
this.panel_PE.Controls.Add(this.PE_IMG_Examination);
this.panel_PE.Controls.Add(this.labelControl133);
this.panel_PE.Controls.Add(this.PE_CT_Notice_Time);
this.panel_PE.Controls.Add(this.labelControl132);
this.panel_PE.Controls.Add(this.PE_CT_Finish_Time);
this.panel_PE.Controls.Add(this.labelControl131);
this.panel_PE.Controls.Add(this.PE_CT_Scan_Time);
this.panel_PE.Controls.Add(this.labelControl130);
this.panel_PE.Controls.Add(this.PE_CT_Report_Time);
this.panel_PE.Controls.Add(this.labelControl129);
this.panel_PE.Controls.Add(this.PE_Risk_Lamination);
this.panel_PE.Controls.Add(this.labelControl122);
this.panel_PE.Controls.Add(this.PE_Screening);
this.panel_PE.Controls.Add(this.labelControl123);
this.panel_PE.Controls.Add(this.PE_IS_Thrombolysis_DT);
this.panel_PE.Controls.Add(this.labelControl124);
this.panel_PE.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel_PE.Location = new System.Drawing.Point(0, 0);
this.panel_PE.Name = "panel_PE";
this.panel_PE.Size = new System.Drawing.Size(1290, 147);
this.panel_PE.TabIndex = 429;
//
// PE_Diagnosis_Time
//
this.PE_Diagnosis_Time.BackColor = System.Drawing.Color.Transparent;
this.PE_Diagnosis_Time.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.PE_Diagnosis_Time.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm;
this.PE_Diagnosis_Time.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.PE_Diagnosis_Time.Location = new System.Drawing.Point(653, 6);
this.PE_Diagnosis_Time.Name = "PE_Diagnosis_Time";
this.PE_Diagnosis_Time.Size = new System.Drawing.Size(142, 23);
this.PE_Diagnosis_Time.TabIndex = 347;
this.PE_Diagnosis_Time.TimeValue = "";
//
// PE_Give_UP_Treatment
//
this.PE_Give_UP_Treatment.Location = new System.Drawing.Point(139, 11);
this.PE_Give_UP_Treatment.Name = "PE_Give_UP_Treatment";
this.PE_Give_UP_Treatment.Properties.AllowMouseWheel = false;
this.PE_Give_UP_Treatment.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "是"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "否")});
this.PE_Give_UP_Treatment.Size = new System.Drawing.Size(142, 25);
this.PE_Give_UP_Treatment.TabIndex = 344;
//
// labelControl135
//
this.labelControl135.Location = new System.Drawing.Point(15, 16);
this.labelControl135.Name = "labelControl135";
this.labelControl135.Size = new System.Drawing.Size(120, 14);
this.labelControl135.TabIndex = 345;
this.labelControl135.Text = "患者自愿放弃后续治疗";
//
// labelControl134
//
this.labelControl134.Location = new System.Drawing.Point(566, 10);
this.labelControl134.Name = "labelControl134";
this.labelControl134.Size = new System.Drawing.Size(72, 14);
this.labelControl134.TabIndex = 346;
this.labelControl134.Text = "初步诊断时间";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(1078, 11);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(29, 12);
this.label8.TabIndex = 348;
this.label8.Text = "医生";
//
// PE_Doctor_Name
//
this.PE_Doctor_Name.Location = new System.Drawing.Point(1116, 7);
this.PE_Doctor_Name.Name = "PE_Doctor_Name";
this.PE_Doctor_Name.Size = new System.Drawing.Size(144, 20);
this.PE_Doctor_Name.TabIndex = 349;
//
// PE_IMG_Examination
//
this.PE_IMG_Examination.Location = new System.Drawing.Point(139, 43);
this.PE_IMG_Examination.Name = "PE_IMG_Examination";
this.PE_IMG_Examination.Properties.AllowMouseWheel = false;
this.PE_IMG_Examination.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "急诊CT"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "未做")});
this.PE_IMG_Examination.Size = new System.Drawing.Size(141, 25);
this.PE_IMG_Examination.TabIndex = 350;
//
// labelControl133
//
this.labelControl133.Location = new System.Drawing.Point(75, 48);
this.labelControl133.Name = "labelControl133";
this.labelControl133.Size = new System.Drawing.Size(60, 14);
this.labelControl133.TabIndex = 351;
this.labelControl133.Text = "影像学检查";
//
// PE_CT_Notice_Time
//
this.PE_CT_Notice_Time.BackColor = System.Drawing.Color.Transparent;
this.PE_CT_Notice_Time.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.PE_CT_Notice_Time.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm;
this.PE_CT_Notice_Time.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.PE_CT_Notice_Time.Location = new System.Drawing.Point(653, 38);
this.PE_CT_Notice_Time.Name = "PE_CT_Notice_Time";
this.PE_CT_Notice_Time.Size = new System.Drawing.Size(142, 23);
this.PE_CT_Notice_Time.TabIndex = 353;
this.PE_CT_Notice_Time.TimeValue = "";
//
// labelControl132
//
this.labelControl132.Location = new System.Drawing.Point(563, 42);
this.labelControl132.Name = "labelControl132";
this.labelControl132.Size = new System.Drawing.Size(75, 14);
this.labelControl132.TabIndex = 352;
this.labelControl132.Text = "通知CT室时间";
//
// PE_CT_Finish_Time
//
this.PE_CT_Finish_Time.BackColor = System.Drawing.Color.Transparent;
this.PE_CT_Finish_Time.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.PE_CT_Finish_Time.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm;
this.PE_CT_Finish_Time.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.PE_CT_Finish_Time.Location = new System.Drawing.Point(1116, 38);
this.PE_CT_Finish_Time.Name = "PE_CT_Finish_Time";
this.PE_CT_Finish_Time.Size = new System.Drawing.Size(144, 23);
this.PE_CT_Finish_Time.TabIndex = 355;
this.PE_CT_Finish_Time.TimeValue = "";
//
// labelControl131
//
this.labelControl131.Location = new System.Drawing.Point(1008, 42);
this.labelControl131.Name = "labelControl131";
this.labelControl131.Size = new System.Drawing.Size(99, 14);
this.labelControl131.TabIndex = 354;
this.labelControl131.Text = "CT室完成准备时间";
//
// PE_CT_Scan_Time
//
this.PE_CT_Scan_Time.BackColor = System.Drawing.Color.Transparent;
this.PE_CT_Scan_Time.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.PE_CT_Scan_Time.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm;
this.PE_CT_Scan_Time.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.PE_CT_Scan_Time.Location = new System.Drawing.Point(139, 74);
this.PE_CT_Scan_Time.Name = "PE_CT_Scan_Time";
this.PE_CT_Scan_Time.Size = new System.Drawing.Size(142, 23);
this.PE_CT_Scan_Time.TabIndex = 357;
this.PE_CT_Scan_Time.TimeValue = "";
//
// labelControl130
//
this.labelControl130.Location = new System.Drawing.Point(48, 78);
this.labelControl130.Name = "labelControl130";
this.labelControl130.Size = new System.Drawing.Size(87, 14);
this.labelControl130.TabIndex = 356;
this.labelControl130.Text = "CT扫描开始时间";
//
// PE_CT_Report_Time
//
this.PE_CT_Report_Time.BackColor = System.Drawing.Color.Transparent;
this.PE_CT_Report_Time.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.PE_CT_Report_Time.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm;
this.PE_CT_Report_Time.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.PE_CT_Report_Time.Location = new System.Drawing.Point(653, 68);
this.PE_CT_Report_Time.Name = "PE_CT_Report_Time";
this.PE_CT_Report_Time.Size = new System.Drawing.Size(142, 23);
this.PE_CT_Report_Time.TabIndex = 359;
this.PE_CT_Report_Time.TimeValue = "";
//
// labelControl129
//
this.labelControl129.Location = new System.Drawing.Point(575, 72);
this.labelControl129.Name = "labelControl129";
this.labelControl129.Size = new System.Drawing.Size(63, 14);
this.labelControl129.TabIndex = 358;
this.labelControl129.Text = "CT报告时间";
//
// PE_Risk_Lamination
//
this.PE_Risk_Lamination.Location = new System.Drawing.Point(1116, 67);
this.PE_Risk_Lamination.Name = "PE_Risk_Lamination";
this.PE_Risk_Lamination.Properties.AllowMouseWheel = false;
this.PE_Risk_Lamination.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "高危"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "中危"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("3", "低危")});
this.PE_Risk_Lamination.Size = new System.Drawing.Size(144, 25);
this.PE_Risk_Lamination.TabIndex = 360;
//
// labelControl122
//
this.labelControl122.Location = new System.Drawing.Point(1059, 72);
this.labelControl122.Name = "labelControl122";
this.labelControl122.Size = new System.Drawing.Size(48, 14);
this.labelControl122.TabIndex = 361;
this.labelControl122.Text = "危险分层";
//
// PE_Screening
//
this.PE_Screening.Location = new System.Drawing.Point(139, 103);
this.PE_Screening.Name = "PE_Screening";
this.PE_Screening.Properties.AllowMouseWheel = false;
this.PE_Screening.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "不适合"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "适合"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "未筛查")});
this.PE_Screening.Size = new System.Drawing.Size(178, 25);
this.PE_Screening.TabIndex = 362;
//
// labelControl123
//
this.labelControl123.Location = new System.Drawing.Point(87, 108);
this.labelControl123.Name = "labelControl123";
this.labelControl123.Size = new System.Drawing.Size(48, 14);
this.labelControl123.TabIndex = 363;
this.labelControl123.Text = "溶栓筛查";
//
// PE_IS_Thrombolysis_DT
//
this.PE_IS_Thrombolysis_DT.Location = new System.Drawing.Point(653, 97);
this.PE_IS_Thrombolysis_DT.Name = "PE_IS_Thrombolysis_DT";
this.PE_IS_Thrombolysis_DT.Properties.AllowMouseWheel = false;
this.PE_IS_Thrombolysis_DT.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "是"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "否")});
this.PE_IS_Thrombolysis_DT.Size = new System.Drawing.Size(142, 25);
this.PE_IS_Thrombolysis_DT.TabIndex = 364;
//
// labelControl124
//
this.labelControl124.Location = new System.Drawing.Point(590, 102);
this.labelControl124.Name = "labelControl124";
this.labelControl124.Size = new System.Drawing.Size(48, 14);
this.labelControl124.TabIndex = 365;
this.labelControl124.Text = "溶栓治疗";
//
// UC_PE
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel_PE);
this.Name = "UC_PE";
this.Size = new System.Drawing.Size(1290, 147);
this.panel_PE.ResumeLayout(false);
this.panel_PE.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.PE_Give_UP_Treatment.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PE_Doctor_Name.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PE_IMG_Examination.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PE_Risk_Lamination.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PE_Screening.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PE_IS_Thrombolysis_DT.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel_PE;
private HL_FristAidPlatform_Public.TimeControl PE_Diagnosis_Time;
private DevExpress.XtraEditors.RadioGroup PE_Give_UP_Treatment;
private DevExpress.XtraEditors.LabelControl labelControl135;
private DevExpress.XtraEditors.LabelControl labelControl134;
private System.Windows.Forms.Label label8;
private DevExpress.XtraEditors.TextEdit PE_Doctor_Name;
private DevExpress.XtraEditors.RadioGroup PE_IMG_Examination;
private DevExpress.XtraEditors.LabelControl labelControl133;
private HL_FristAidPlatform_Public.TimeControl PE_CT_Notice_Time;
private DevExpress.XtraEditors.LabelControl labelControl132;
private HL_FristAidPlatform_Public.TimeControl PE_CT_Finish_Time;
private DevExpress.XtraEditors.LabelControl labelControl131;
private HL_FristAidPlatform_Public.TimeControl PE_CT_Scan_Time;
private DevExpress.XtraEditors.LabelControl labelControl130;
private HL_FristAidPlatform_Public.TimeControl PE_CT_Report_Time;
private DevExpress.XtraEditors.LabelControl labelControl129;
private DevExpress.XtraEditors.RadioGroup PE_Risk_Lamination;
private DevExpress.XtraEditors.LabelControl labelControl122;
private DevExpress.XtraEditors.RadioGroup PE_Screening;
private DevExpress.XtraEditors.LabelControl labelControl123;
private DevExpress.XtraEditors.RadioGroup PE_IS_Thrombolysis_DT;
private DevExpress.XtraEditors.LabelControl labelControl124;
}
}