597 lines
36 KiB
C#
597 lines
36 KiB
C#
|
|
namespace HL_FristAidPlatform_EmergencyTriage
|
|
{
|
|
partial class Form_PatientInfo
|
|
{
|
|
/// <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()
|
|
{
|
|
this.txt_Address = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl34 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl33 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txt_EmergencyContact = new DevExpress.XtraEditors.TextEdit();
|
|
this.txt_EmergencyContactPhone = new DevExpress.XtraEditors.TextEdit();
|
|
this.txt_Phone = new DevExpress.XtraEditors.TextEdit();
|
|
this.lookUpEdit_Profession = new DevExpress.XtraEditors.LookUpEdit();
|
|
this.txt_IDNumber = new DevExpress.XtraEditors.TextEdit();
|
|
this.lookUpEdit_Nation = new DevExpress.XtraEditors.LookUpEdit();
|
|
this.txt_Age = new DevExpress.XtraEditors.TextEdit();
|
|
this.dateEdit_Birthday = new HL_FristAidPlatform_Public.TimeControl();
|
|
this.radioGroup_Gender = new DevExpress.XtraEditors.RadioGroup();
|
|
this.txt_Name = new DevExpress.XtraEditors.TextEdit();
|
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
|
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.panel_Info = new DevExpress.XtraEditors.PanelControl();
|
|
this.panel_infoContent = new DevExpress.XtraEditors.PanelControl();
|
|
this.ckb_Category = new DevExpress.XtraEditors.CheckEdit();
|
|
this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txt_DisposalRecord = new DevExpress.XtraEditors.MemoEdit();
|
|
this.txt_Attack_Address = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl23 = new DevExpress.XtraEditors.LabelControl();
|
|
this.lookUpEdit_Pathogeny = new DevExpress.XtraEditors.LookUpEdit();
|
|
this.labelControl48 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl28 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl27 = new DevExpress.XtraEditors.LabelControl();
|
|
this.dateEdit_Attack_Time = new HL_FristAidPlatform_Public.TimeControl();
|
|
this.labelControl22 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl30 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl29 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl35 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl32 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl37 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl36 = new DevExpress.XtraEditors.LabelControl();
|
|
this.panel_infoTitle = new DevExpress.XtraEditors.PanelControl();
|
|
this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_Address.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_EmergencyContact.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_EmergencyContactPhone.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_Phone.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lookUpEdit_Profession.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_IDNumber.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lookUpEdit_Nation.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_Age.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup_Gender.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
|
this.panelControl2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
|
|
this.panelControl4.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panel_Info)).BeginInit();
|
|
this.panel_Info.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panel_infoContent)).BeginInit();
|
|
this.panel_infoContent.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ckb_Category.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_DisposalRecord.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_Attack_Address.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lookUpEdit_Pathogeny.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panel_infoTitle)).BeginInit();
|
|
this.panel_infoTitle.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// txt_Address
|
|
//
|
|
this.txt_Address.Location = new System.Drawing.Point(87, 207);
|
|
this.txt_Address.Name = "txt_Address";
|
|
this.txt_Address.Size = new System.Drawing.Size(480, 20);
|
|
this.txt_Address.TabIndex = 244;
|
|
//
|
|
// labelControl7
|
|
//
|
|
this.labelControl7.Appearance.Options.UseTextOptions = true;
|
|
this.labelControl7.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.labelControl7.Location = new System.Drawing.Point(49, 210);
|
|
this.labelControl7.Name = "labelControl7";
|
|
this.labelControl7.Size = new System.Drawing.Size(28, 14);
|
|
this.labelControl7.TabIndex = 245;
|
|
this.labelControl7.Text = "住址:";
|
|
//
|
|
// labelControl34
|
|
//
|
|
this.labelControl34.Appearance.Options.UseTextOptions = true;
|
|
this.labelControl34.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.labelControl34.Location = new System.Drawing.Point(341, 102);
|
|
this.labelControl34.Name = "labelControl34";
|
|
this.labelControl34.Size = new System.Drawing.Size(40, 14);
|
|
this.labelControl34.TabIndex = 243;
|
|
this.labelControl34.Text = "联系人:";
|
|
//
|
|
// labelControl33
|
|
//
|
|
this.labelControl33.Appearance.Options.UseTextOptions = true;
|
|
this.labelControl33.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.labelControl33.Location = new System.Drawing.Point(676, 102);
|
|
this.labelControl33.Name = "labelControl33";
|
|
this.labelControl33.Size = new System.Drawing.Size(52, 14);
|
|
this.labelControl33.TabIndex = 242;
|
|
this.labelControl33.Text = "联系电话:";
|
|
//
|
|
// txt_EmergencyContact
|
|
//
|
|
this.txt_EmergencyContact.Location = new System.Drawing.Point(395, 99);
|
|
this.txt_EmergencyContact.Name = "txt_EmergencyContact";
|
|
this.txt_EmergencyContact.Size = new System.Drawing.Size(176, 20);
|
|
this.txt_EmergencyContact.TabIndex = 241;
|
|
//
|
|
// txt_EmergencyContactPhone
|
|
//
|
|
this.txt_EmergencyContactPhone.Location = new System.Drawing.Point(737, 99);
|
|
this.txt_EmergencyContactPhone.Name = "txt_EmergencyContactPhone";
|
|
this.txt_EmergencyContactPhone.Size = new System.Drawing.Size(173, 20);
|
|
this.txt_EmergencyContactPhone.TabIndex = 240;
|
|
//
|
|
// txt_Phone
|
|
//
|
|
this.txt_Phone.Location = new System.Drawing.Point(87, 99);
|
|
this.txt_Phone.Name = "txt_Phone";
|
|
this.txt_Phone.Size = new System.Drawing.Size(172, 20);
|
|
this.txt_Phone.TabIndex = 238;
|
|
//
|
|
// lookUpEdit_Profession
|
|
//
|
|
this.lookUpEdit_Profession.Location = new System.Drawing.Point(87, 135);
|
|
this.lookUpEdit_Profession.Name = "lookUpEdit_Profession";
|
|
this.lookUpEdit_Profession.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lookUpEdit_Profession.Size = new System.Drawing.Size(172, 20);
|
|
this.lookUpEdit_Profession.TabIndex = 207;
|
|
//
|
|
// txt_IDNumber
|
|
//
|
|
this.txt_IDNumber.Location = new System.Drawing.Point(87, 61);
|
|
this.txt_IDNumber.Name = "txt_IDNumber";
|
|
this.txt_IDNumber.Size = new System.Drawing.Size(172, 20);
|
|
this.txt_IDNumber.TabIndex = 203;
|
|
this.txt_IDNumber.EditValueChanged += new System.EventHandler(this.txt_IDNumber_EditValueChanged);
|
|
//
|
|
// lookUpEdit_Nation
|
|
//
|
|
this.lookUpEdit_Nation.Location = new System.Drawing.Point(395, 61);
|
|
this.lookUpEdit_Nation.Name = "lookUpEdit_Nation";
|
|
this.lookUpEdit_Nation.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lookUpEdit_Nation.Properties.NullText = "请选择";
|
|
this.lookUpEdit_Nation.Size = new System.Drawing.Size(176, 20);
|
|
this.lookUpEdit_Nation.TabIndex = 202;
|
|
//
|
|
// txt_Age
|
|
//
|
|
this.txt_Age.Location = new System.Drawing.Point(737, 62);
|
|
this.txt_Age.Name = "txt_Age";
|
|
this.txt_Age.Size = new System.Drawing.Size(174, 20);
|
|
this.txt_Age.TabIndex = 111;
|
|
//
|
|
// dateEdit_Birthday
|
|
//
|
|
this.dateEdit_Birthday.BackColor = System.Drawing.Color.Transparent;
|
|
this.dateEdit_Birthday.defaultBoolean = DevExpress.Utils.DefaultBoolean.False;
|
|
this.dateEdit_Birthday.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMdd;
|
|
this.dateEdit_Birthday.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
|
|
this.dateEdit_Birthday.Location = new System.Drawing.Point(737, 21);
|
|
this.dateEdit_Birthday.Name = "dateEdit_Birthday";
|
|
this.dateEdit_Birthday.Size = new System.Drawing.Size(173, 21);
|
|
this.dateEdit_Birthday.TabIndex = 110;
|
|
this.dateEdit_Birthday.TimeValue = "";
|
|
this.dateEdit_Birthday.TimeValueChanged += new HL_FristAidPlatform_Public.TimeControl.TimeChanged(this.dateEdit_Birthday_TimeValueChanged);
|
|
//
|
|
// radioGroup_Gender
|
|
//
|
|
this.radioGroup_Gender.Location = new System.Drawing.Point(395, 22);
|
|
this.radioGroup_Gender.Name = "radioGroup_Gender";
|
|
this.radioGroup_Gender.Properties.ItemsLayout = DevExpress.XtraEditors.RadioGroupItemsLayout.Flow;
|
|
this.radioGroup_Gender.Size = new System.Drawing.Size(176, 21);
|
|
this.radioGroup_Gender.TabIndex = 108;
|
|
//
|
|
// txt_Name
|
|
//
|
|
this.txt_Name.Location = new System.Drawing.Point(87, 22);
|
|
this.txt_Name.Name = "txt_Name";
|
|
this.txt_Name.Size = new System.Drawing.Size(172, 20);
|
|
this.txt_Name.TabIndex = 105;
|
|
//
|
|
// panelControl2
|
|
//
|
|
this.panelControl2.Controls.Add(this.panelControl4);
|
|
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl2.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl2.Name = "panelControl2";
|
|
this.panelControl2.Size = new System.Drawing.Size(1095, 581);
|
|
this.panelControl2.TabIndex = 3;
|
|
//
|
|
// panelControl4
|
|
//
|
|
this.panelControl4.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(249)))));
|
|
this.panelControl4.Appearance.Options.UseBackColor = true;
|
|
this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl4.Controls.Add(this.panel2);
|
|
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl4.Location = new System.Drawing.Point(2, 2);
|
|
this.panelControl4.Name = "panelControl4";
|
|
this.panelControl4.Size = new System.Drawing.Size(1091, 577);
|
|
this.panelControl4.TabIndex = 276;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.AutoScroll = true;
|
|
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(249)))));
|
|
this.panel2.Controls.Add(this.panel_Info);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(1091, 577);
|
|
this.panel2.TabIndex = 0;
|
|
//
|
|
// panel_Info
|
|
//
|
|
this.panel_Info.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panel_Info.Controls.Add(this.panel_infoContent);
|
|
this.panel_Info.Controls.Add(this.panel_infoTitle);
|
|
this.panel_Info.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel_Info.Location = new System.Drawing.Point(0, 0);
|
|
this.panel_Info.Name = "panel_Info";
|
|
this.panel_Info.Size = new System.Drawing.Size(1091, 577);
|
|
this.panel_Info.TabIndex = 1;
|
|
//
|
|
// panel_infoContent
|
|
//
|
|
this.panel_infoContent.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.panel_infoContent.Appearance.Options.UseBackColor = true;
|
|
this.panel_infoContent.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panel_infoContent.Controls.Add(this.ckb_Category);
|
|
this.panel_infoContent.Controls.Add(this.labelControl16);
|
|
this.panel_infoContent.Controls.Add(this.txt_DisposalRecord);
|
|
this.panel_infoContent.Controls.Add(this.txt_Attack_Address);
|
|
this.panel_infoContent.Controls.Add(this.labelControl23);
|
|
this.panel_infoContent.Controls.Add(this.txt_Address);
|
|
this.panel_infoContent.Controls.Add(this.lookUpEdit_Pathogeny);
|
|
this.panel_infoContent.Controls.Add(this.labelControl7);
|
|
this.panel_infoContent.Controls.Add(this.labelControl48);
|
|
this.panel_infoContent.Controls.Add(this.labelControl28);
|
|
this.panel_infoContent.Controls.Add(this.labelControl27);
|
|
this.panel_infoContent.Controls.Add(this.lookUpEdit_Profession);
|
|
this.panel_infoContent.Controls.Add(this.dateEdit_Attack_Time);
|
|
this.panel_infoContent.Controls.Add(this.labelControl22);
|
|
this.panel_infoContent.Controls.Add(this.txt_Phone);
|
|
this.panel_infoContent.Controls.Add(this.labelControl30);
|
|
this.panel_infoContent.Controls.Add(this.txt_EmergencyContactPhone);
|
|
this.panel_infoContent.Controls.Add(this.labelControl33);
|
|
this.panel_infoContent.Controls.Add(this.txt_EmergencyContact);
|
|
this.panel_infoContent.Controls.Add(this.labelControl29);
|
|
this.panel_infoContent.Controls.Add(this.labelControl35);
|
|
this.panel_infoContent.Controls.Add(this.labelControl34);
|
|
this.panel_infoContent.Controls.Add(this.txt_Name);
|
|
this.panel_infoContent.Controls.Add(this.lookUpEdit_Nation);
|
|
this.panel_infoContent.Controls.Add(this.labelControl32);
|
|
this.panel_infoContent.Controls.Add(this.labelControl37);
|
|
this.panel_infoContent.Controls.Add(this.labelControl36);
|
|
this.panel_infoContent.Controls.Add(this.txt_IDNumber);
|
|
this.panel_infoContent.Controls.Add(this.radioGroup_Gender);
|
|
this.panel_infoContent.Controls.Add(this.txt_Age);
|
|
this.panel_infoContent.Controls.Add(this.dateEdit_Birthday);
|
|
this.panel_infoContent.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel_infoContent.Location = new System.Drawing.Point(0, 26);
|
|
this.panel_infoContent.Name = "panel_infoContent";
|
|
this.panel_infoContent.Size = new System.Drawing.Size(1091, 551);
|
|
this.panel_infoContent.TabIndex = 1;
|
|
//
|
|
// ckb_Category
|
|
//
|
|
this.ckb_Category.Location = new System.Drawing.Point(265, 22);
|
|
this.ckb_Category.Name = "ckb_Category";
|
|
this.ckb_Category.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(89)))), ((int)(((byte)(89)))), ((int)(((byte)(89)))));
|
|
this.ckb_Category.Properties.Appearance.Options.UseForeColor = true;
|
|
this.ckb_Category.Properties.Caption = "无名氏";
|
|
this.ckb_Category.Size = new System.Drawing.Size(65, 20);
|
|
this.ckb_Category.TabIndex = 355;
|
|
this.ckb_Category.CheckedChanged += new System.EventHandler(this.ckb_Category_CheckedChanged);
|
|
//
|
|
// labelControl16
|
|
//
|
|
this.labelControl16.Appearance.Options.UseTextOptions = true;
|
|
this.labelControl16.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.labelControl16.Location = new System.Drawing.Point(20, 247);
|
|
this.labelControl16.Name = "labelControl16";
|
|
this.labelControl16.Size = new System.Drawing.Size(52, 14);
|
|
this.labelControl16.TabIndex = 255;
|
|
this.labelControl16.Text = "处置记录:";
|
|
//
|
|
// txt_DisposalRecord
|
|
//
|
|
this.txt_DisposalRecord.Location = new System.Drawing.Point(87, 246);
|
|
this.txt_DisposalRecord.Name = "txt_DisposalRecord";
|
|
this.txt_DisposalRecord.Size = new System.Drawing.Size(821, 63);
|
|
this.txt_DisposalRecord.TabIndex = 350;
|
|
//
|
|
// txt_Attack_Address
|
|
//
|
|
this.txt_Attack_Address.Location = new System.Drawing.Point(87, 173);
|
|
this.txt_Attack_Address.Name = "txt_Attack_Address";
|
|
this.txt_Attack_Address.Size = new System.Drawing.Size(480, 20);
|
|
this.txt_Attack_Address.TabIndex = 341;
|
|
//
|
|
// labelControl23
|
|
//
|
|
this.labelControl23.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.labelControl23.Appearance.Options.UseForeColor = true;
|
|
this.labelControl23.Appearance.Options.UseTextOptions = true;
|
|
this.labelControl23.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.labelControl23.Location = new System.Drawing.Point(25, 176);
|
|
this.labelControl23.Name = "labelControl23";
|
|
this.labelControl23.Size = new System.Drawing.Size(52, 14);
|
|
this.labelControl23.TabIndex = 249;
|
|
this.labelControl23.Text = "发病地点:";
|
|
//
|
|
// lookUpEdit_Pathogeny
|
|
//
|
|
this.lookUpEdit_Pathogeny.Location = new System.Drawing.Point(395, 135);
|
|
this.lookUpEdit_Pathogeny.Name = "lookUpEdit_Pathogeny";
|
|
this.lookUpEdit_Pathogeny.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lookUpEdit_Pathogeny.Size = new System.Drawing.Size(172, 20);
|
|
this.lookUpEdit_Pathogeny.TabIndex = 339;
|
|
//
|
|
// labelControl48
|
|
//
|
|
this.labelControl48.Appearance.Options.UseTextOptions = true;
|
|
this.labelControl48.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.labelControl48.Location = new System.Drawing.Point(353, 138);
|
|
this.labelControl48.Name = "labelControl48";
|
|
this.labelControl48.Size = new System.Drawing.Size(28, 14);
|
|
this.labelControl48.TabIndex = 251;
|
|
this.labelControl48.Text = "病因:";
|
|
//
|
|
// labelControl28
|
|
//
|
|
this.labelControl28.Appearance.Options.UseTextOptions = true;
|
|
this.labelControl28.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.labelControl28.Location = new System.Drawing.Point(49, 138);
|
|
this.labelControl28.Name = "labelControl28";
|
|
this.labelControl28.Size = new System.Drawing.Size(28, 14);
|
|
this.labelControl28.TabIndex = 271;
|
|
this.labelControl28.Text = "职业:";
|
|
//
|
|
// labelControl27
|
|
//
|
|
this.labelControl27.Appearance.Options.UseTextOptions = true;
|
|
this.labelControl27.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.labelControl27.Location = new System.Drawing.Point(353, 63);
|
|
this.labelControl27.Name = "labelControl27";
|
|
this.labelControl27.Size = new System.Drawing.Size(28, 14);
|
|
this.labelControl27.TabIndex = 273;
|
|
this.labelControl27.Text = "民族:";
|
|
//
|
|
// dateEdit_Attack_Time
|
|
//
|
|
this.dateEdit_Attack_Time.BackColor = System.Drawing.Color.Transparent;
|
|
this.dateEdit_Attack_Time.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
|
|
this.dateEdit_Attack_Time.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm;
|
|
this.dateEdit_Attack_Time.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmmss;
|
|
this.dateEdit_Attack_Time.Location = new System.Drawing.Point(737, 132);
|
|
this.dateEdit_Attack_Time.Name = "dateEdit_Attack_Time";
|
|
this.dateEdit_Attack_Time.Size = new System.Drawing.Size(173, 23);
|
|
this.dateEdit_Attack_Time.TabIndex = 354;
|
|
this.dateEdit_Attack_Time.TimeValue = "";
|
|
//
|
|
// labelControl22
|
|
//
|
|
this.labelControl22.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.labelControl22.Appearance.Options.UseForeColor = true;
|
|
this.labelControl22.Appearance.Options.UseTextOptions = true;
|
|
this.labelControl22.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.labelControl22.Location = new System.Drawing.Point(676, 138);
|
|
this.labelControl22.Name = "labelControl22";
|
|
this.labelControl22.Size = new System.Drawing.Size(52, 14);
|
|
this.labelControl22.TabIndex = 248;
|
|
this.labelControl22.Text = "发病时间:";
|
|
//
|
|
// labelControl30
|
|
//
|
|
this.labelControl30.Appearance.Options.UseTextOptions = true;
|
|
this.labelControl30.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.labelControl30.Location = new System.Drawing.Point(49, 99);
|
|
this.labelControl30.Name = "labelControl30";
|
|
this.labelControl30.Size = new System.Drawing.Size(28, 14);
|
|
this.labelControl30.TabIndex = 263;
|
|
this.labelControl30.Text = "电话:";
|
|
//
|
|
// labelControl29
|
|
//
|
|
this.labelControl29.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.labelControl29.Appearance.Options.UseForeColor = true;
|
|
this.labelControl29.Appearance.Options.UseTextOptions = true;
|
|
this.labelControl29.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.labelControl29.Location = new System.Drawing.Point(49, 25);
|
|
this.labelControl29.Name = "labelControl29";
|
|
this.labelControl29.Size = new System.Drawing.Size(28, 14);
|
|
this.labelControl29.TabIndex = 248;
|
|
this.labelControl29.Text = "姓名:";
|
|
//
|
|
// labelControl35
|
|
//
|
|
this.labelControl35.Appearance.Options.UseTextOptions = true;
|
|
this.labelControl35.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.labelControl35.Location = new System.Drawing.Point(37, 64);
|
|
this.labelControl35.Name = "labelControl35";
|
|
this.labelControl35.Size = new System.Drawing.Size(40, 14);
|
|
this.labelControl35.TabIndex = 270;
|
|
this.labelControl35.Text = "身份证:";
|
|
//
|
|
// labelControl32
|
|
//
|
|
this.labelControl32.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.labelControl32.Appearance.Options.UseForeColor = true;
|
|
this.labelControl32.Appearance.Options.UseTextOptions = true;
|
|
this.labelControl32.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.labelControl32.Location = new System.Drawing.Point(353, 24);
|
|
this.labelControl32.Name = "labelControl32";
|
|
this.labelControl32.Size = new System.Drawing.Size(28, 14);
|
|
this.labelControl32.TabIndex = 249;
|
|
this.labelControl32.Text = "性别:";
|
|
//
|
|
// labelControl37
|
|
//
|
|
this.labelControl37.Appearance.Options.UseTextOptions = true;
|
|
this.labelControl37.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.labelControl37.Location = new System.Drawing.Point(700, 65);
|
|
this.labelControl37.Name = "labelControl37";
|
|
this.labelControl37.Size = new System.Drawing.Size(28, 14);
|
|
this.labelControl37.TabIndex = 254;
|
|
this.labelControl37.Text = "年龄:";
|
|
//
|
|
// labelControl36
|
|
//
|
|
this.labelControl36.Appearance.Options.UseTextOptions = true;
|
|
this.labelControl36.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.labelControl36.Location = new System.Drawing.Point(676, 22);
|
|
this.labelControl36.Name = "labelControl36";
|
|
this.labelControl36.Size = new System.Drawing.Size(52, 14);
|
|
this.labelControl36.TabIndex = 251;
|
|
this.labelControl36.Text = "出生日期:";
|
|
//
|
|
// panel_infoTitle
|
|
//
|
|
this.panel_infoTitle.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.panel_infoTitle.Appearance.Options.UseBackColor = true;
|
|
this.panel_infoTitle.AutoSize = true;
|
|
this.panel_infoTitle.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panel_infoTitle.Controls.Add(this.pictureEdit2);
|
|
this.panel_infoTitle.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel_infoTitle.Location = new System.Drawing.Point(0, 0);
|
|
this.panel_infoTitle.Name = "panel_infoTitle";
|
|
this.panel_infoTitle.Size = new System.Drawing.Size(1091, 26);
|
|
this.panel_infoTitle.TabIndex = 0;
|
|
//
|
|
// pictureEdit2
|
|
//
|
|
this.pictureEdit2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.pictureEdit2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pictureEdit2.EditValue = global::HL_FristAidPlatform_EmergencyTriage.Properties.Resources.标题背景;
|
|
this.pictureEdit2.Location = new System.Drawing.Point(0, 0);
|
|
this.pictureEdit2.Name = "pictureEdit2";
|
|
this.pictureEdit2.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.pictureEdit2.Properties.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.pictureEdit2.Properties.Appearance.Options.UseFont = true;
|
|
this.pictureEdit2.Properties.Appearance.Options.UseForeColor = true;
|
|
this.pictureEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pictureEdit2.Properties.Caption.Alignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.pictureEdit2.Properties.Caption.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureEdit2.Properties.Caption.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.pictureEdit2.Properties.Caption.Appearance.Options.UseBackColor = true;
|
|
this.pictureEdit2.Properties.Caption.Appearance.Options.UseFont = true;
|
|
this.pictureEdit2.Properties.Caption.Offset = new System.Drawing.Point(40, 0);
|
|
this.pictureEdit2.Properties.Caption.Text = "基本信息";
|
|
this.pictureEdit2.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
|
|
this.pictureEdit2.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
|
|
this.pictureEdit2.Size = new System.Drawing.Size(1091, 26);
|
|
this.pictureEdit2.TabIndex = 0;
|
|
//
|
|
// Form_PatientInfo
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1095, 581);
|
|
this.Controls.Add(this.panelControl2);
|
|
this.MaximizeBox = false;
|
|
this.Name = "Form_PatientInfo";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "患者基本信息";
|
|
this.Load += new System.EventHandler(this.Form_PatientInfo_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_Address.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_EmergencyContact.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_EmergencyContactPhone.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_Phone.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lookUpEdit_Profession.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_IDNumber.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lookUpEdit_Nation.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_Age.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup_Gender.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
|
this.panelControl2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
|
|
this.panelControl4.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panel_Info)).EndInit();
|
|
this.panel_Info.ResumeLayout(false);
|
|
this.panel_Info.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panel_infoContent)).EndInit();
|
|
this.panel_infoContent.ResumeLayout(false);
|
|
this.panel_infoContent.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ckb_Category.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_DisposalRecord.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_Attack_Address.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lookUpEdit_Pathogeny.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panel_infoTitle)).EndInit();
|
|
this.panel_infoTitle.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private DevExpress.XtraEditors.TextEdit txt_Address;
|
|
private DevExpress.XtraEditors.LabelControl labelControl7;
|
|
private DevExpress.XtraEditors.LabelControl labelControl34;
|
|
private DevExpress.XtraEditors.LabelControl labelControl33;
|
|
private DevExpress.XtraEditors.TextEdit txt_EmergencyContact;
|
|
private DevExpress.XtraEditors.TextEdit txt_EmergencyContactPhone;
|
|
private DevExpress.XtraEditors.TextEdit txt_Phone;
|
|
private DevExpress.XtraEditors.LookUpEdit lookUpEdit_Profession;
|
|
private DevExpress.XtraEditors.TextEdit txt_IDNumber;
|
|
private DevExpress.XtraEditors.LookUpEdit lookUpEdit_Nation;
|
|
private DevExpress.XtraEditors.TextEdit txt_Age;
|
|
private HL_FristAidPlatform_Public.TimeControl dateEdit_Birthday;
|
|
private DevExpress.XtraEditors.RadioGroup radioGroup_Gender;
|
|
private DevExpress.XtraEditors.TextEdit txt_Name;
|
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
|
private HL_FristAidPlatform_Public.TimeControl dateEdit_Attack_Time;
|
|
private DevExpress.XtraEditors.TextEdit txt_Attack_Address;
|
|
private DevExpress.XtraEditors.LookUpEdit lookUpEdit_Pathogeny;
|
|
private DevExpress.XtraEditors.PanelControl panelControl4;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private DevExpress.XtraEditors.PanelControl panel_Info;
|
|
private DevExpress.XtraEditors.PanelControl panel_infoContent;
|
|
private DevExpress.XtraEditors.LabelControl labelControl22;
|
|
private DevExpress.XtraEditors.LabelControl labelControl23;
|
|
private DevExpress.XtraEditors.LabelControl labelControl48;
|
|
private DevExpress.XtraEditors.LabelControl labelControl27;
|
|
private DevExpress.XtraEditors.LabelControl labelControl28;
|
|
private DevExpress.XtraEditors.LabelControl labelControl29;
|
|
private DevExpress.XtraEditors.LabelControl labelControl35;
|
|
private DevExpress.XtraEditors.LabelControl labelControl30;
|
|
private DevExpress.XtraEditors.LabelControl labelControl32;
|
|
private DevExpress.XtraEditors.LabelControl labelControl36;
|
|
private DevExpress.XtraEditors.LabelControl labelControl37;
|
|
private DevExpress.XtraEditors.PanelControl panel_infoTitle;
|
|
private DevExpress.XtraEditors.PictureEdit pictureEdit2;
|
|
private DevExpress.XtraEditors.LabelControl labelControl16;
|
|
private DevExpress.XtraEditors.MemoEdit txt_DisposalRecord;
|
|
private DevExpress.XtraEditors.CheckEdit ckb_Category;
|
|
}
|
|
} |