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

234 lines
13 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.Part
{
partial class UC_NACS
{
/// <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_NACS = new System.Windows.Forms.Panel();
this.NACS_Type = new DevExpress.XtraEditors.RadioGroup();
this.NACS_Give_UP_Treatment = new DevExpress.XtraEditors.RadioGroup();
this.labelControl141 = new DevExpress.XtraEditors.LabelControl();
this.NACS_Diagnosis_Time = new HL_FristAidPlatform_Public.TimeControl();
this.labelControl140 = new DevExpress.XtraEditors.LabelControl();
this.label9 = new System.Windows.Forms.Label();
this.NACS_Doctor_Name = new DevExpress.XtraEditors.TextEdit();
this.labelControl139 = new DevExpress.XtraEditors.LabelControl();
this.NACS_Treatment_Type = new DevExpress.XtraEditors.RadioGroup();
this.labelControl142 = new DevExpress.XtraEditors.LabelControl();
this.label10 = new System.Windows.Forms.Label();
this.NACS_Patient_Remark = new DevExpress.XtraEditors.TextEdit();
this.panel_NACS.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NACS_Type.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NACS_Give_UP_Treatment.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NACS_Doctor_Name.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NACS_Treatment_Type.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NACS_Patient_Remark.Properties)).BeginInit();
this.SuspendLayout();
//
// panel_NACS
//
this.panel_NACS.Controls.Add(this.NACS_Type);
this.panel_NACS.Controls.Add(this.NACS_Give_UP_Treatment);
this.panel_NACS.Controls.Add(this.labelControl141);
this.panel_NACS.Controls.Add(this.NACS_Diagnosis_Time);
this.panel_NACS.Controls.Add(this.labelControl140);
this.panel_NACS.Controls.Add(this.label9);
this.panel_NACS.Controls.Add(this.NACS_Doctor_Name);
this.panel_NACS.Controls.Add(this.labelControl139);
this.panel_NACS.Controls.Add(this.NACS_Treatment_Type);
this.panel_NACS.Controls.Add(this.labelControl142);
this.panel_NACS.Controls.Add(this.label10);
this.panel_NACS.Controls.Add(this.NACS_Patient_Remark);
this.panel_NACS.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel_NACS.Location = new System.Drawing.Point(0, 0);
this.panel_NACS.Name = "panel_NACS";
this.panel_NACS.Size = new System.Drawing.Size(1290, 205);
this.panel_NACS.TabIndex = 430;
//
// NACS_Type
//
this.NACS_Type.Location = new System.Drawing.Point(137, 46);
this.NACS_Type.Name = "NACS_Type";
this.NACS_Type.Properties.AllowMouseWheel = false;
this.NACS_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("7", "瓣膜性心脏病"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("8", "陈旧性心肌梗死"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("9", "心绞痛"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("10", "心悸"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("11", "房颤"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("12", "高血压"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("13", "心衰"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("14", "房扑"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("15", "室早"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("16", "房早"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("17", "室上速"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("18", "心包炎"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("19", "心肌桥")});
this.NACS_Type.Size = new System.Drawing.Size(648, 79);
this.NACS_Type.TabIndex = 372;
//
// NACS_Give_UP_Treatment
//
this.NACS_Give_UP_Treatment.Location = new System.Drawing.Point(137, 6);
this.NACS_Give_UP_Treatment.Name = "NACS_Give_UP_Treatment";
this.NACS_Give_UP_Treatment.Properties.AllowMouseWheel = false;
this.NACS_Give_UP_Treatment.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "是"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "否")});
this.NACS_Give_UP_Treatment.Size = new System.Drawing.Size(142, 25);
this.NACS_Give_UP_Treatment.TabIndex = 366;
//
// labelControl141
//
this.labelControl141.Location = new System.Drawing.Point(12, 11);
this.labelControl141.Name = "labelControl141";
this.labelControl141.Size = new System.Drawing.Size(120, 14);
this.labelControl141.TabIndex = 367;
this.labelControl141.Text = "患者自愿放弃后续治疗";
//
// NACS_Diagnosis_Time
//
this.NACS_Diagnosis_Time.BackColor = System.Drawing.Color.Transparent;
this.NACS_Diagnosis_Time.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.NACS_Diagnosis_Time.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm;
this.NACS_Diagnosis_Time.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.NACS_Diagnosis_Time.Location = new System.Drawing.Point(433, 7);
this.NACS_Diagnosis_Time.Name = "NACS_Diagnosis_Time";
this.NACS_Diagnosis_Time.Size = new System.Drawing.Size(142, 23);
this.NACS_Diagnosis_Time.TabIndex = 369;
this.NACS_Diagnosis_Time.TimeValue = "";
//
// labelControl140
//
this.labelControl140.Location = new System.Drawing.Point(317, 11);
this.labelControl140.Name = "labelControl140";
this.labelControl140.Size = new System.Drawing.Size(72, 14);
this.labelControl140.TabIndex = 368;
this.labelControl140.Text = "初步诊断时间";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(605, 12);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(29, 12);
this.label9.TabIndex = 370;
this.label9.Text = "医生";
//
// NACS_Doctor_Name
//
this.NACS_Doctor_Name.Location = new System.Drawing.Point(640, 8);
this.NACS_Doctor_Name.Name = "NACS_Doctor_Name";
this.NACS_Doctor_Name.Size = new System.Drawing.Size(144, 20);
this.NACS_Doctor_Name.TabIndex = 371;
//
// labelControl139
//
this.labelControl139.Location = new System.Drawing.Point(14, 78);
this.labelControl139.Name = "labelControl139";
this.labelControl139.Size = new System.Drawing.Size(118, 14);
this.labelControl139.TabIndex = 373;
this.labelControl139.Text = "非ACS心源性胸痛类型";
//
// NACS_Treatment_Type
//
this.NACS_Treatment_Type.Location = new System.Drawing.Point(137, 131);
this.NACS_Treatment_Type.Name = "NACS_Treatment_Type";
this.NACS_Treatment_Type.Properties.AllowMouseWheel = false;
this.NACS_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.NACS_Treatment_Type.Size = new System.Drawing.Size(247, 25);
this.NACS_Treatment_Type.TabIndex = 388;
//
// labelControl142
//
this.labelControl142.Location = new System.Drawing.Point(84, 136);
this.labelControl142.Name = "labelControl142";
this.labelControl142.Size = new System.Drawing.Size(48, 14);
this.labelControl142.TabIndex = 389;
this.labelControl142.Text = "处理措施";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(55, 165);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(77, 12);
this.label10.TabIndex = 390;
this.label10.Text = "患者情况备注";
//
// NACS_Patient_Remark
//
this.NACS_Patient_Remark.Location = new System.Drawing.Point(137, 161);
this.NACS_Patient_Remark.Name = "NACS_Patient_Remark";
this.NACS_Patient_Remark.Size = new System.Drawing.Size(648, 20);
this.NACS_Patient_Remark.TabIndex = 391;
//
// UC_NACS
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel_NACS);
this.Name = "UC_NACS";
this.Size = new System.Drawing.Size(1290, 205);
this.panel_NACS.ResumeLayout(false);
this.panel_NACS.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NACS_Type.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NACS_Give_UP_Treatment.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NACS_Doctor_Name.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NACS_Treatment_Type.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NACS_Patient_Remark.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel_NACS;
private DevExpress.XtraEditors.RadioGroup NACS_Type;
private DevExpress.XtraEditors.RadioGroup NACS_Give_UP_Treatment;
private DevExpress.XtraEditors.LabelControl labelControl141;
private HL_FristAidPlatform_Public.TimeControl NACS_Diagnosis_Time;
private DevExpress.XtraEditors.LabelControl labelControl140;
private System.Windows.Forms.Label label9;
private DevExpress.XtraEditors.TextEdit NACS_Doctor_Name;
private DevExpress.XtraEditors.LabelControl labelControl139;
private DevExpress.XtraEditors.RadioGroup NACS_Treatment_Type;
private DevExpress.XtraEditors.LabelControl labelControl142;
private System.Windows.Forms.Label label10;
private DevExpress.XtraEditors.TextEdit NACS_Patient_Remark;
}
}