222 lines
12 KiB
C#
222 lines
12 KiB
C#
namespace HL_FristAidPlatform_ChestPain.Part
|
||
{
|
||
partial class UC_AWAIT
|
||
{
|
||
/// <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_AWAIT = new System.Windows.Forms.Panel();
|
||
this.AWAIT_Diagnosis_Time = new HL_FristAidPlatform_Public.TimeControl();
|
||
this.AWAIT_Give_UP_Treatment = new DevExpress.XtraEditors.RadioGroup();
|
||
this.labelControl143 = new DevExpress.XtraEditors.LabelControl();
|
||
this.labelControl138 = new DevExpress.XtraEditors.LabelControl();
|
||
this.label14 = new System.Windows.Forms.Label();
|
||
this.AWAIT_Doctor_Name = new DevExpress.XtraEditors.TextEdit();
|
||
this.AWAIT_Type = new DevExpress.XtraEditors.RadioGroup();
|
||
this.labelControl137 = new DevExpress.XtraEditors.LabelControl();
|
||
this.AWAIT_Patient_Remark = new DevExpress.XtraEditors.TextEdit();
|
||
this.AWAIT_Treatment_Type = new DevExpress.XtraEditors.RadioGroup();
|
||
this.label13 = new System.Windows.Forms.Label();
|
||
this.labelControl136 = new DevExpress.XtraEditors.LabelControl();
|
||
this.panel_AWAIT.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.AWAIT_Give_UP_Treatment.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.AWAIT_Doctor_Name.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.AWAIT_Type.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.AWAIT_Patient_Remark.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.AWAIT_Treatment_Type.Properties)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// panel_AWAIT
|
||
//
|
||
this.panel_AWAIT.Controls.Add(this.AWAIT_Diagnosis_Time);
|
||
this.panel_AWAIT.Controls.Add(this.AWAIT_Give_UP_Treatment);
|
||
this.panel_AWAIT.Controls.Add(this.labelControl143);
|
||
this.panel_AWAIT.Controls.Add(this.labelControl138);
|
||
this.panel_AWAIT.Controls.Add(this.label14);
|
||
this.panel_AWAIT.Controls.Add(this.AWAIT_Doctor_Name);
|
||
this.panel_AWAIT.Controls.Add(this.AWAIT_Type);
|
||
this.panel_AWAIT.Controls.Add(this.labelControl137);
|
||
this.panel_AWAIT.Controls.Add(this.AWAIT_Patient_Remark);
|
||
this.panel_AWAIT.Controls.Add(this.AWAIT_Treatment_Type);
|
||
this.panel_AWAIT.Controls.Add(this.label13);
|
||
this.panel_AWAIT.Controls.Add(this.labelControl136);
|
||
this.panel_AWAIT.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel_AWAIT.Location = new System.Drawing.Point(0, 0);
|
||
this.panel_AWAIT.Name = "panel_AWAIT";
|
||
this.panel_AWAIT.Size = new System.Drawing.Size(1290, 156);
|
||
this.panel_AWAIT.TabIndex = 432;
|
||
//
|
||
// AWAIT_Diagnosis_Time
|
||
//
|
||
this.AWAIT_Diagnosis_Time.BackColor = System.Drawing.Color.Transparent;
|
||
this.AWAIT_Diagnosis_Time.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
|
||
this.AWAIT_Diagnosis_Time.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm;
|
||
this.AWAIT_Diagnosis_Time.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
|
||
this.AWAIT_Diagnosis_Time.Location = new System.Drawing.Point(430, 5);
|
||
this.AWAIT_Diagnosis_Time.Name = "AWAIT_Diagnosis_Time";
|
||
this.AWAIT_Diagnosis_Time.Size = new System.Drawing.Size(142, 23);
|
||
this.AWAIT_Diagnosis_Time.TabIndex = 407;
|
||
this.AWAIT_Diagnosis_Time.TimeValue = "";
|
||
//
|
||
// AWAIT_Give_UP_Treatment
|
||
//
|
||
this.AWAIT_Give_UP_Treatment.Location = new System.Drawing.Point(140, 4);
|
||
this.AWAIT_Give_UP_Treatment.Name = "AWAIT_Give_UP_Treatment";
|
||
this.AWAIT_Give_UP_Treatment.Properties.AllowMouseWheel = false;
|
||
this.AWAIT_Give_UP_Treatment.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "是"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "否")});
|
||
this.AWAIT_Give_UP_Treatment.Size = new System.Drawing.Size(142, 25);
|
||
this.AWAIT_Give_UP_Treatment.TabIndex = 404;
|
||
//
|
||
// labelControl143
|
||
//
|
||
this.labelControl143.Location = new System.Drawing.Point(14, 9);
|
||
this.labelControl143.Name = "labelControl143";
|
||
this.labelControl143.Size = new System.Drawing.Size(120, 14);
|
||
this.labelControl143.TabIndex = 405;
|
||
this.labelControl143.Text = "患者自愿放弃后续治疗";
|
||
//
|
||
// labelControl138
|
||
//
|
||
this.labelControl138.Location = new System.Drawing.Point(316, 9);
|
||
this.labelControl138.Name = "labelControl138";
|
||
this.labelControl138.Size = new System.Drawing.Size(72, 14);
|
||
this.labelControl138.TabIndex = 406;
|
||
this.labelControl138.Text = "初步诊断时间";
|
||
//
|
||
// label14
|
||
//
|
||
this.label14.AutoSize = true;
|
||
this.label14.Location = new System.Drawing.Point(610, 10);
|
||
this.label14.Name = "label14";
|
||
this.label14.Size = new System.Drawing.Size(29, 12);
|
||
this.label14.TabIndex = 408;
|
||
this.label14.Text = "医生";
|
||
//
|
||
// AWAIT_Doctor_Name
|
||
//
|
||
this.AWAIT_Doctor_Name.Location = new System.Drawing.Point(645, 6);
|
||
this.AWAIT_Doctor_Name.Name = "AWAIT_Doctor_Name";
|
||
this.AWAIT_Doctor_Name.Size = new System.Drawing.Size(144, 20);
|
||
this.AWAIT_Doctor_Name.TabIndex = 409;
|
||
//
|
||
// AWAIT_Type
|
||
//
|
||
this.AWAIT_Type.Location = new System.Drawing.Point(140, 34);
|
||
this.AWAIT_Type.Name = "AWAIT_Type";
|
||
this.AWAIT_Type.Properties.AllowMouseWheel = false;
|
||
this.AWAIT_Type.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", "神经系统病"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("4", "精神系统病"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("5", "肌肉骨骼病"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("6", "皮肤系统病"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("9", "其他")});
|
||
this.AWAIT_Type.Size = new System.Drawing.Size(648, 43);
|
||
this.AWAIT_Type.TabIndex = 410;
|
||
//
|
||
// labelControl137
|
||
//
|
||
this.labelControl137.Location = new System.Drawing.Point(14, 48);
|
||
this.labelControl137.Name = "labelControl137";
|
||
this.labelControl137.Size = new System.Drawing.Size(120, 14);
|
||
this.labelControl137.TabIndex = 411;
|
||
this.labelControl137.Text = "其它非心源性胸痛类型";
|
||
//
|
||
// AWAIT_Patient_Remark
|
||
//
|
||
this.AWAIT_Patient_Remark.Location = new System.Drawing.Point(140, 114);
|
||
this.AWAIT_Patient_Remark.Name = "AWAIT_Patient_Remark";
|
||
this.AWAIT_Patient_Remark.Size = new System.Drawing.Size(650, 20);
|
||
this.AWAIT_Patient_Remark.TabIndex = 415;
|
||
//
|
||
// AWAIT_Treatment_Type
|
||
//
|
||
this.AWAIT_Treatment_Type.Location = new System.Drawing.Point(140, 83);
|
||
this.AWAIT_Treatment_Type.Name = "AWAIT_Treatment_Type";
|
||
this.AWAIT_Treatment_Type.Properties.AllowMouseWheel = false;
|
||
this.AWAIT_Treatment_Type.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.AWAIT_Treatment_Type.Size = new System.Drawing.Size(247, 25);
|
||
this.AWAIT_Treatment_Type.TabIndex = 412;
|
||
//
|
||
// label13
|
||
//
|
||
this.label13.AutoSize = true;
|
||
this.label13.Location = new System.Drawing.Point(57, 118);
|
||
this.label13.Name = "label13";
|
||
this.label13.Size = new System.Drawing.Size(77, 12);
|
||
this.label13.TabIndex = 414;
|
||
this.label13.Text = "患者情况备注";
|
||
//
|
||
// labelControl136
|
||
//
|
||
this.labelControl136.Location = new System.Drawing.Point(86, 88);
|
||
this.labelControl136.Name = "labelControl136";
|
||
this.labelControl136.Size = new System.Drawing.Size(48, 14);
|
||
this.labelControl136.TabIndex = 413;
|
||
this.labelControl136.Text = "处理措施";
|
||
//
|
||
// UC_AWAIT
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.Controls.Add(this.panel_AWAIT);
|
||
this.Name = "UC_AWAIT";
|
||
this.Size = new System.Drawing.Size(1290, 156);
|
||
this.panel_AWAIT.ResumeLayout(false);
|
||
this.panel_AWAIT.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.AWAIT_Give_UP_Treatment.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.AWAIT_Doctor_Name.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.AWAIT_Type.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.AWAIT_Patient_Remark.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.AWAIT_Treatment_Type.Properties)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Panel panel_AWAIT;
|
||
private HL_FristAidPlatform_Public.TimeControl AWAIT_Diagnosis_Time;
|
||
private DevExpress.XtraEditors.RadioGroup AWAIT_Give_UP_Treatment;
|
||
private DevExpress.XtraEditors.LabelControl labelControl143;
|
||
private DevExpress.XtraEditors.LabelControl labelControl138;
|
||
private System.Windows.Forms.Label label14;
|
||
private DevExpress.XtraEditors.TextEdit AWAIT_Doctor_Name;
|
||
private DevExpress.XtraEditors.RadioGroup AWAIT_Type;
|
||
private DevExpress.XtraEditors.LabelControl labelControl137;
|
||
private DevExpress.XtraEditors.TextEdit AWAIT_Patient_Remark;
|
||
private DevExpress.XtraEditors.RadioGroup AWAIT_Treatment_Type;
|
||
private System.Windows.Forms.Label label13;
|
||
private DevExpress.XtraEditors.LabelControl labelControl136;
|
||
}
|
||
}
|