975 lines
59 KiB
C#
975 lines
59 KiB
C#
|
|
namespace HL_FristAidPlatform_FollowUp
|
|
{
|
|
partial class Form_FollowUpDetail_FollowUpBasicInformation
|
|
{
|
|
/// <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.lookUp_Area = new DevExpress.XtraEditors.LookUpEdit();
|
|
this.lookUp_City = new DevExpress.XtraEditors.LookUpEdit();
|
|
this.lookUp_Province = new DevExpress.XtraEditors.LookUpEdit();
|
|
this.comboBox_ComingWay = new System.Windows.Forms.ComboBox();
|
|
this.textBox_Height = new System.Windows.Forms.TextBox();
|
|
this.textBox_Weight = new System.Windows.Forms.TextBox();
|
|
this.checkedListBoxControl1 = new DevExpress.XtraEditors.CheckedListBoxControl();
|
|
this.textBox_Address = new System.Windows.Forms.TextBox();
|
|
this.textBox_PatientComplaint = new System.Windows.Forms.TextBox();
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.textBox_ChargeDoctor = new System.Windows.Forms.TextBox();
|
|
this.comboBox_InhospitalWay = new System.Windows.Forms.ComboBox();
|
|
this.comboBox_MedicalType = new System.Windows.Forms.ComboBox();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.comboBox_MaritalStatus = new System.Windows.Forms.ComboBox();
|
|
this.lbl_Weight_Unit = new DevExpress.XtraEditors.LabelControl();
|
|
this.lbl_Height_Unit = new DevExpress.XtraEditors.LabelControl();
|
|
this.textBox_Age = new System.Windows.Forms.TextBox();
|
|
this.textBox_GroupDif = new System.Windows.Forms.TextBox();
|
|
this.textBox_PatientNum = new System.Windows.Forms.TextBox();
|
|
this.radioGroup_Sex = new DevExpress.XtraEditors.RadioGroup();
|
|
this.textBox_Name = new System.Windows.Forms.TextBox();
|
|
this.textBox_BedNum = new System.Windows.Forms.TextBox();
|
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
|
this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel();
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
|
|
this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
|
|
this.radioGroup_MaritalStatus = new DevExpress.XtraEditors.RadioGroup();
|
|
this.radioGroup_ComingWay = new DevExpress.XtraEditors.RadioGroup();
|
|
this.lbl_IdentityCard = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.AdmissionDiagnosis = new DevExpress.XtraEditors.CheckedListBoxControl();
|
|
this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.timeControl_AdmissionDate = new HL_FristAidPlatform_Public.TimeControl();
|
|
this.timeControl_DischargeDate = new HL_FristAidPlatform_Public.TimeControl();
|
|
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.textBox_EmergencyContactPhone = new DevExpress.XtraEditors.TextEdit();
|
|
this.textBox_PatientPhone = new DevExpress.XtraEditors.TextEdit();
|
|
this.textBox_IDCard = new DevExpress.XtraEditors.TextEdit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lookUp_Area.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lookUp_City.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lookUp_Province.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup_Sex.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
|
this.panelControl2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit();
|
|
this.tablePanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
|
|
this.panelControl3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
|
|
this.panelControl5.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup_MaritalStatus.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup_ComingWay.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.AdmissionDiagnosis)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
|
|
this.panelControl4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.textBox_EmergencyContactPhone.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textBox_PatientPhone.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textBox_IDCard.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// lookUp_Area
|
|
//
|
|
this.lookUp_Area.Location = new System.Drawing.Point(481, 344);
|
|
this.lookUp_Area.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.lookUp_Area.Name = "lookUp_Area";
|
|
this.lookUp_Area.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lookUp_Area.Properties.NullText = "请选择";
|
|
this.lookUp_Area.Size = new System.Drawing.Size(129, 28);
|
|
this.lookUp_Area.TabIndex = 236;
|
|
//
|
|
// lookUp_City
|
|
//
|
|
this.lookUp_City.Location = new System.Drawing.Point(330, 344);
|
|
this.lookUp_City.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.lookUp_City.Name = "lookUp_City";
|
|
this.lookUp_City.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lookUp_City.Properties.NullText = "请选择";
|
|
this.lookUp_City.Size = new System.Drawing.Size(129, 28);
|
|
this.lookUp_City.TabIndex = 235;
|
|
this.lookUp_City.EditValueChanged += new System.EventHandler(this.lookUp_City_EditValueChanged);
|
|
//
|
|
// lookUp_Province
|
|
//
|
|
this.lookUp_Province.Location = new System.Drawing.Point(189, 344);
|
|
this.lookUp_Province.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.lookUp_Province.Name = "lookUp_Province";
|
|
this.lookUp_Province.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lookUp_Province.Properties.NullText = "请选择";
|
|
this.lookUp_Province.Size = new System.Drawing.Size(129, 28);
|
|
this.lookUp_Province.TabIndex = 234;
|
|
this.lookUp_Province.EditValueChanged += new System.EventHandler(this.lookUp_Province_EditValueChanged);
|
|
//
|
|
// comboBox_ComingWay
|
|
//
|
|
this.comboBox_ComingWay.FormattingEnabled = true;
|
|
this.comboBox_ComingWay.Items.AddRange(new object[] {
|
|
"本院急救车",
|
|
"当地120",
|
|
"外院转入",
|
|
"自行来院"});
|
|
this.comboBox_ComingWay.Location = new System.Drawing.Point(1009, 288);
|
|
this.comboBox_ComingWay.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.comboBox_ComingWay.Name = "comboBox_ComingWay";
|
|
this.comboBox_ComingWay.Size = new System.Drawing.Size(177, 30);
|
|
this.comboBox_ComingWay.TabIndex = 8;
|
|
this.comboBox_ComingWay.Text = "请选择";
|
|
this.comboBox_ComingWay.Visible = false;
|
|
//
|
|
// textBox_Height
|
|
//
|
|
this.textBox_Height.Location = new System.Drawing.Point(191, 101);
|
|
this.textBox_Height.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.textBox_Height.Name = "textBox_Height";
|
|
this.textBox_Height.Size = new System.Drawing.Size(178, 29);
|
|
this.textBox_Height.TabIndex = 6;
|
|
//
|
|
// textBox_Weight
|
|
//
|
|
this.textBox_Weight.Location = new System.Drawing.Point(536, 101);
|
|
this.textBox_Weight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.textBox_Weight.Name = "textBox_Weight";
|
|
this.textBox_Weight.Size = new System.Drawing.Size(177, 29);
|
|
this.textBox_Weight.TabIndex = 14;
|
|
//
|
|
// checkedListBoxControl1
|
|
//
|
|
this.checkedListBoxControl1.CheckOnClick = true;
|
|
this.checkedListBoxControl1.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
|
|
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("01", "静脉溶栓"),
|
|
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("02", "AIS开通治疗"),
|
|
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("03", "开颅血肿清除术"),
|
|
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("04", "去骨瓣减压术"),
|
|
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("05", "脑室镜下血肿抽吸术"),
|
|
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("06", "钻孔血肿抽吸术"),
|
|
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("07", "介入栓塞术"),
|
|
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("08", "夹闭术"),
|
|
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("09", "复合手术"),
|
|
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("10", "CEA"),
|
|
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("11", "CAS")});
|
|
this.checkedListBoxControl1.Location = new System.Drawing.Point(189, 405);
|
|
this.checkedListBoxControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.checkedListBoxControl1.MultiColumn = true;
|
|
this.checkedListBoxControl1.Name = "checkedListBoxControl1";
|
|
this.checkedListBoxControl1.Size = new System.Drawing.Size(827, 100);
|
|
this.checkedListBoxControl1.TabIndex = 15;
|
|
//
|
|
// textBox_Address
|
|
//
|
|
this.textBox_Address.Location = new System.Drawing.Point(624, 343);
|
|
this.textBox_Address.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.textBox_Address.Name = "textBox_Address";
|
|
this.textBox_Address.Size = new System.Drawing.Size(305, 29);
|
|
this.textBox_Address.TabIndex = 22;
|
|
//
|
|
// textBox_PatientComplaint
|
|
//
|
|
this.textBox_PatientComplaint.Location = new System.Drawing.Point(187, 676);
|
|
this.textBox_PatientComplaint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.textBox_PatientComplaint.Multiline = true;
|
|
this.textBox_PatientComplaint.Name = "textBox_PatientComplaint";
|
|
this.textBox_PatientComplaint.Size = new System.Drawing.Size(740, 61);
|
|
this.textBox_PatientComplaint.TabIndex = 20;
|
|
//
|
|
// label22
|
|
//
|
|
this.label22.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label22.Location = new System.Drawing.Point(66, 346);
|
|
this.label22.Name = "label22";
|
|
this.label22.Size = new System.Drawing.Size(117, 30);
|
|
this.label22.TabIndex = 147;
|
|
this.label22.Text = "家庭住址:";
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label21.Location = new System.Drawing.Point(1130, 46);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(91, 30);
|
|
this.label21.TabIndex = 146;
|
|
this.label21.Text = "证件号:";
|
|
//
|
|
// label20
|
|
//
|
|
this.label20.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label20.Location = new System.Drawing.Point(100, 677);
|
|
this.label20.Name = "label20";
|
|
this.label20.Size = new System.Drawing.Size(81, 31);
|
|
this.label20.TabIndex = 145;
|
|
this.label20.Text = "主诉:";
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label19.Location = new System.Drawing.Point(60, 610);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(129, 28);
|
|
this.label19.TabIndex = 144;
|
|
this.label19.Text = "入院诊断:";
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label18.Location = new System.Drawing.Point(619, 541);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(153, 35);
|
|
this.label18.TabIndex = 143;
|
|
this.label18.Text = "家属联系方式";
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label17.Location = new System.Drawing.Point(29, 541);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(160, 35);
|
|
this.label17.TabIndex = 142;
|
|
this.label17.Text = "患者联系方式";
|
|
//
|
|
// textBox_ChargeDoctor
|
|
//
|
|
this.textBox_ChargeDoctor.Location = new System.Drawing.Point(1231, 228);
|
|
this.textBox_ChargeDoctor.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.textBox_ChargeDoctor.Name = "textBox_ChargeDoctor";
|
|
this.textBox_ChargeDoctor.Size = new System.Drawing.Size(217, 29);
|
|
this.textBox_ChargeDoctor.TabIndex = 14;
|
|
//
|
|
// comboBox_InhospitalWay
|
|
//
|
|
this.comboBox_InhospitalWay.FormattingEnabled = true;
|
|
this.comboBox_InhospitalWay.Items.AddRange(new object[] {
|
|
"步行",
|
|
"轮椅",
|
|
"平车"});
|
|
this.comboBox_InhospitalWay.Location = new System.Drawing.Point(191, 228);
|
|
this.comboBox_InhospitalWay.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.comboBox_InhospitalWay.Name = "comboBox_InhospitalWay";
|
|
this.comboBox_InhospitalWay.Size = new System.Drawing.Size(177, 30);
|
|
this.comboBox_InhospitalWay.TabIndex = 10;
|
|
this.comboBox_InhospitalWay.Text = "请选择";
|
|
//
|
|
// comboBox_MedicalType
|
|
//
|
|
this.comboBox_MedicalType.FormattingEnabled = true;
|
|
this.comboBox_MedicalType.Items.AddRange(new object[] {
|
|
"自费",
|
|
"职工",
|
|
"居民",
|
|
"离休"});
|
|
this.comboBox_MedicalType.Location = new System.Drawing.Point(193, 168);
|
|
this.comboBox_MedicalType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.comboBox_MedicalType.Name = "comboBox_MedicalType";
|
|
this.comboBox_MedicalType.Size = new System.Drawing.Size(177, 30);
|
|
this.comboBox_MedicalType.TabIndex = 9;
|
|
this.comboBox_MedicalType.Text = "请选择";
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label16.Location = new System.Drawing.Point(66, 409);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(123, 35);
|
|
this.label16.TabIndex = 137;
|
|
this.label16.Text = "已行治疗:";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label15.Location = new System.Drawing.Point(1133, 229);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(99, 31);
|
|
this.label15.TabIndex = 136;
|
|
this.label15.Text = "主管医生";
|
|
//
|
|
// comboBox_MaritalStatus
|
|
//
|
|
this.comboBox_MaritalStatus.FormattingEnabled = true;
|
|
this.comboBox_MaritalStatus.Items.AddRange(new object[] {
|
|
"请选择",
|
|
"未婚",
|
|
"已婚",
|
|
"丧偶",
|
|
"离异",
|
|
"不详"});
|
|
this.comboBox_MaritalStatus.Location = new System.Drawing.Point(1271, 288);
|
|
this.comboBox_MaritalStatus.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.comboBox_MaritalStatus.Name = "comboBox_MaritalStatus";
|
|
this.comboBox_MaritalStatus.Size = new System.Drawing.Size(177, 30);
|
|
this.comboBox_MaritalStatus.TabIndex = 11;
|
|
this.comboBox_MaritalStatus.Text = "请选择";
|
|
this.comboBox_MaritalStatus.Visible = false;
|
|
//
|
|
// lbl_Weight_Unit
|
|
//
|
|
this.lbl_Weight_Unit.Location = new System.Drawing.Point(721, 107);
|
|
this.lbl_Weight_Unit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.lbl_Weight_Unit.Name = "lbl_Weight_Unit";
|
|
this.lbl_Weight_Unit.Size = new System.Drawing.Size(23, 22);
|
|
this.lbl_Weight_Unit.TabIndex = 7;
|
|
this.lbl_Weight_Unit.Text = "KG";
|
|
this.lbl_Weight_Unit.UseMnemonic = false;
|
|
//
|
|
// lbl_Height_Unit
|
|
//
|
|
this.lbl_Height_Unit.Location = new System.Drawing.Point(379, 107);
|
|
this.lbl_Height_Unit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.lbl_Height_Unit.Name = "lbl_Height_Unit";
|
|
this.lbl_Height_Unit.Size = new System.Drawing.Size(25, 22);
|
|
this.lbl_Height_Unit.TabIndex = 127;
|
|
this.lbl_Height_Unit.Text = "CM";
|
|
this.lbl_Height_Unit.UseMnemonic = false;
|
|
//
|
|
// textBox_Age
|
|
//
|
|
this.textBox_Age.Location = new System.Drawing.Point(876, 42);
|
|
this.textBox_Age.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.textBox_Age.Name = "textBox_Age";
|
|
this.textBox_Age.Size = new System.Drawing.Size(177, 29);
|
|
this.textBox_Age.TabIndex = 5;
|
|
//
|
|
// textBox_GroupDif
|
|
//
|
|
this.textBox_GroupDif.Location = new System.Drawing.Point(1231, 168);
|
|
this.textBox_GroupDif.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.textBox_GroupDif.Name = "textBox_GroupDif";
|
|
this.textBox_GroupDif.Size = new System.Drawing.Size(217, 29);
|
|
this.textBox_GroupDif.TabIndex = 4;
|
|
//
|
|
// textBox_PatientNum
|
|
//
|
|
this.textBox_PatientNum.Location = new System.Drawing.Point(876, 168);
|
|
this.textBox_PatientNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.textBox_PatientNum.Name = "textBox_PatientNum";
|
|
this.textBox_PatientNum.Size = new System.Drawing.Size(177, 29);
|
|
this.textBox_PatientNum.TabIndex = 3;
|
|
//
|
|
// radioGroup_Sex
|
|
//
|
|
this.radioGroup_Sex.Location = new System.Drawing.Point(536, 41);
|
|
this.radioGroup_Sex.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.radioGroup_Sex.Name = "radioGroup_Sex";
|
|
this.radioGroup_Sex.Properties.AllowMouseWheel = false;
|
|
this.radioGroup_Sex.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("0", "未知")});
|
|
this.radioGroup_Sex.Size = new System.Drawing.Size(207, 38);
|
|
this.radioGroup_Sex.TabIndex = 2;
|
|
//
|
|
// textBox_Name
|
|
//
|
|
this.textBox_Name.Location = new System.Drawing.Point(191, 42);
|
|
this.textBox_Name.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.textBox_Name.Name = "textBox_Name";
|
|
this.textBox_Name.Size = new System.Drawing.Size(177, 29);
|
|
this.textBox_Name.TabIndex = 1;
|
|
//
|
|
// textBox_BedNum
|
|
//
|
|
this.textBox_BedNum.Location = new System.Drawing.Point(536, 168);
|
|
this.textBox_BedNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.textBox_BedNum.Name = "textBox_BedNum";
|
|
this.textBox_BedNum.Size = new System.Drawing.Size(177, 29);
|
|
this.textBox_BedNum.TabIndex = 0;
|
|
//
|
|
// panelControl2
|
|
//
|
|
this.panelControl2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(245)))), ((int)(((byte)(254)))));
|
|
this.panelControl2.Appearance.Options.UseBackColor = true;
|
|
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl2.Controls.Add(this.tablePanel1);
|
|
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelControl2.Location = new System.Drawing.Point(0, 924);
|
|
this.panelControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panelControl2.Name = "panelControl2";
|
|
this.panelControl2.Size = new System.Drawing.Size(1689, 110);
|
|
this.panelControl2.TabIndex = 1;
|
|
//
|
|
// tablePanel1
|
|
//
|
|
this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
|
|
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 80F),
|
|
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 40F),
|
|
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 80F)});
|
|
this.tablePanel1.Controls.Add(this.simpleButton1);
|
|
this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tablePanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tablePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.tablePanel1.Name = "tablePanel1";
|
|
this.tablePanel1.Padding = new System.Windows.Forms.Padding(14, 16, 14, 16);
|
|
this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
|
|
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F)});
|
|
this.tablePanel1.Size = new System.Drawing.Size(1689, 110);
|
|
this.tablePanel1.TabIndex = 3;
|
|
//
|
|
// simpleButton1
|
|
//
|
|
this.simpleButton1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(140)))), ((int)(((byte)(240)))));
|
|
this.simpleButton1.Appearance.Options.UseBackColor = true;
|
|
this.tablePanel1.SetColumn(this.simpleButton1, 1);
|
|
this.simpleButton1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.simpleButton1.Location = new System.Drawing.Point(682, 21);
|
|
this.simpleButton1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.simpleButton1.Name = "simpleButton1";
|
|
this.tablePanel1.SetRow(this.simpleButton1, 0);
|
|
this.simpleButton1.Size = new System.Drawing.Size(324, 68);
|
|
this.simpleButton1.TabIndex = 2;
|
|
this.simpleButton1.Text = "保存";
|
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
|
//
|
|
// panelControl3
|
|
//
|
|
this.panelControl3.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.panelControl3.Appearance.Options.UseBackColor = true;
|
|
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl3.Controls.Add(this.panelControl5);
|
|
this.panelControl3.Controls.Add(this.panelControl4);
|
|
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl3.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panelControl3.Name = "panelControl3";
|
|
this.panelControl3.Size = new System.Drawing.Size(1689, 924);
|
|
this.panelControl3.TabIndex = 2;
|
|
//
|
|
// panelControl5
|
|
//
|
|
this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl5.Controls.Add(this.textBox_IDCard);
|
|
this.panelControl5.Controls.Add(this.textBox_PatientPhone);
|
|
this.panelControl5.Controls.Add(this.textBox_EmergencyContactPhone);
|
|
this.panelControl5.Controls.Add(this.label2);
|
|
this.panelControl5.Controls.Add(this.label1);
|
|
this.panelControl5.Controls.Add(this.radioGroup_MaritalStatus);
|
|
this.panelControl5.Controls.Add(this.radioGroup_ComingWay);
|
|
this.panelControl5.Controls.Add(this.lbl_IdentityCard);
|
|
this.panelControl5.Controls.Add(this.textBox1);
|
|
this.panelControl5.Controls.Add(this.AdmissionDiagnosis);
|
|
this.panelControl5.Controls.Add(this.labelControl15);
|
|
this.panelControl5.Controls.Add(this.labelControl14);
|
|
this.panelControl5.Controls.Add(this.labelControl13);
|
|
this.panelControl5.Controls.Add(this.labelControl12);
|
|
this.panelControl5.Controls.Add(this.labelControl11);
|
|
this.panelControl5.Controls.Add(this.labelControl10);
|
|
this.panelControl5.Controls.Add(this.labelControl9);
|
|
this.panelControl5.Controls.Add(this.labelControl8);
|
|
this.panelControl5.Controls.Add(this.labelControl7);
|
|
this.panelControl5.Controls.Add(this.labelControl6);
|
|
this.panelControl5.Controls.Add(this.labelControl5);
|
|
this.panelControl5.Controls.Add(this.labelControl4);
|
|
this.panelControl5.Controls.Add(this.labelControl3);
|
|
this.panelControl5.Controls.Add(this.labelControl2);
|
|
this.panelControl5.Controls.Add(this.lbl_Weight_Unit);
|
|
this.panelControl5.Controls.Add(this.lookUp_Area);
|
|
this.panelControl5.Controls.Add(this.radioGroup_Sex);
|
|
this.panelControl5.Controls.Add(this.lookUp_City);
|
|
this.panelControl5.Controls.Add(this.lookUp_Province);
|
|
this.panelControl5.Controls.Add(this.textBox_BedNum);
|
|
this.panelControl5.Controls.Add(this.checkedListBoxControl1);
|
|
this.panelControl5.Controls.Add(this.textBox_Address);
|
|
this.panelControl5.Controls.Add(this.comboBox_ComingWay);
|
|
this.panelControl5.Controls.Add(this.textBox_Name);
|
|
this.panelControl5.Controls.Add(this.textBox_PatientComplaint);
|
|
this.panelControl5.Controls.Add(this.textBox_Height);
|
|
this.panelControl5.Controls.Add(this.label22);
|
|
this.panelControl5.Controls.Add(this.label21);
|
|
this.panelControl5.Controls.Add(this.textBox_Weight);
|
|
this.panelControl5.Controls.Add(this.label20);
|
|
this.panelControl5.Controls.Add(this.label19);
|
|
this.panelControl5.Controls.Add(this.textBox_PatientNum);
|
|
this.panelControl5.Controls.Add(this.textBox_GroupDif);
|
|
this.panelControl5.Controls.Add(this.textBox_Age);
|
|
this.panelControl5.Controls.Add(this.label18);
|
|
this.panelControl5.Controls.Add(this.label17);
|
|
this.panelControl5.Controls.Add(this.label16);
|
|
this.panelControl5.Controls.Add(this.lbl_Height_Unit);
|
|
this.panelControl5.Controls.Add(this.comboBox_InhospitalWay);
|
|
this.panelControl5.Controls.Add(this.textBox_ChargeDoctor);
|
|
this.panelControl5.Controls.Add(this.comboBox_MedicalType);
|
|
this.panelControl5.Controls.Add(this.timeControl_AdmissionDate);
|
|
this.panelControl5.Controls.Add(this.label15);
|
|
this.panelControl5.Controls.Add(this.timeControl_DischargeDate);
|
|
this.panelControl5.Controls.Add(this.comboBox_MaritalStatus);
|
|
this.panelControl5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl5.Location = new System.Drawing.Point(0, 63);
|
|
this.panelControl5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panelControl5.Name = "panelControl5";
|
|
this.panelControl5.Size = new System.Drawing.Size(1689, 861);
|
|
this.panelControl5.TabIndex = 1;
|
|
//
|
|
// radioGroup_MaritalStatus
|
|
//
|
|
this.radioGroup_MaritalStatus.Location = new System.Drawing.Point(877, 101);
|
|
this.radioGroup_MaritalStatus.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.radioGroup_MaritalStatus.Name = "radioGroup_MaritalStatus";
|
|
this.radioGroup_MaritalStatus.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("3", "丧偶"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("4", "离异")});
|
|
this.radioGroup_MaritalStatus.Size = new System.Drawing.Size(533, 35);
|
|
this.radioGroup_MaritalStatus.TabIndex = 255;
|
|
//
|
|
// radioGroup_ComingWay
|
|
//
|
|
this.radioGroup_ComingWay.Location = new System.Drawing.Point(190, 283);
|
|
this.radioGroup_ComingWay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.radioGroup_ComingWay.Name = "radioGroup_ComingWay";
|
|
this.radioGroup_ComingWay.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", "120"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("3", "外院转入"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("5", "院内发病")});
|
|
this.radioGroup_ComingWay.Size = new System.Drawing.Size(550, 35);
|
|
this.radioGroup_ComingWay.TabIndex = 254;
|
|
//
|
|
// lbl_IdentityCard
|
|
//
|
|
this.lbl_IdentityCard.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbl_IdentityCard.ForeColor = System.Drawing.Color.Red;
|
|
this.lbl_IdentityCard.Location = new System.Drawing.Point(1458, 46);
|
|
this.lbl_IdentityCard.Name = "lbl_IdentityCard";
|
|
this.lbl_IdentityCard.Size = new System.Drawing.Size(204, 36);
|
|
this.lbl_IdentityCard.TabIndex = 253;
|
|
this.lbl_IdentityCard.Text = "身份证号输入不正确";
|
|
this.lbl_IdentityCard.Visible = false;
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(974, 607);
|
|
this.textBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(255, 29);
|
|
this.textBox1.TabIndex = 252;
|
|
this.textBox1.Visible = false;
|
|
//
|
|
// AdmissionDiagnosis
|
|
//
|
|
this.AdmissionDiagnosis.CheckOnClick = true;
|
|
this.AdmissionDiagnosis.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
|
|
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("01", "TIA"),
|
|
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("02", "脑梗死"),
|
|
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("03", "脑栓塞"),
|
|
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("04", "脑出血"),
|
|
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("05", "SAH"),
|
|
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("06", "其他")});
|
|
this.AdmissionDiagnosis.Location = new System.Drawing.Point(187, 605);
|
|
this.AdmissionDiagnosis.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.AdmissionDiagnosis.MultiColumn = true;
|
|
this.AdmissionDiagnosis.Name = "AdmissionDiagnosis";
|
|
this.AdmissionDiagnosis.Size = new System.Drawing.Size(744, 39);
|
|
this.AdmissionDiagnosis.TabIndex = 251;
|
|
this.AdmissionDiagnosis.ItemCheck += new DevExpress.XtraEditors.Controls.ItemCheckEventHandler(this.AdmissionDiagnosis_ItemCheck);
|
|
//
|
|
// labelControl15
|
|
//
|
|
this.labelControl15.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelControl15.Appearance.Options.UseFont = true;
|
|
this.labelControl15.Location = new System.Drawing.Point(761, 233);
|
|
this.labelControl15.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl15.Name = "labelControl15";
|
|
this.labelControl15.Size = new System.Drawing.Size(105, 25);
|
|
this.labelControl15.TabIndex = 250;
|
|
this.labelControl15.Text = "出院日期:";
|
|
//
|
|
// labelControl14
|
|
//
|
|
this.labelControl14.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelControl14.Appearance.Options.UseFont = true;
|
|
this.labelControl14.Location = new System.Drawing.Point(427, 233);
|
|
this.labelControl14.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl14.Name = "labelControl14";
|
|
this.labelControl14.Size = new System.Drawing.Size(105, 25);
|
|
this.labelControl14.TabIndex = 249;
|
|
this.labelControl14.Text = "入院日期:";
|
|
//
|
|
// labelControl13
|
|
//
|
|
this.labelControl13.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelControl13.Appearance.Options.UseFont = true;
|
|
this.labelControl13.Location = new System.Drawing.Point(769, 105);
|
|
this.labelControl13.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl13.Name = "labelControl13";
|
|
this.labelControl13.Size = new System.Drawing.Size(105, 25);
|
|
this.labelControl13.TabIndex = 248;
|
|
this.labelControl13.Text = "婚姻状况:";
|
|
//
|
|
// labelControl12
|
|
//
|
|
this.labelControl12.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelControl12.Appearance.Options.UseFont = true;
|
|
this.labelControl12.Location = new System.Drawing.Point(70, 233);
|
|
this.labelControl12.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl12.Name = "labelControl12";
|
|
this.labelControl12.Size = new System.Drawing.Size(105, 25);
|
|
this.labelControl12.TabIndex = 247;
|
|
this.labelControl12.Text = "入院方式:";
|
|
//
|
|
// labelControl11
|
|
//
|
|
this.labelControl11.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelControl11.Appearance.Options.UseFont = true;
|
|
this.labelControl11.Location = new System.Drawing.Point(71, 173);
|
|
this.labelControl11.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl11.Name = "labelControl11";
|
|
this.labelControl11.Size = new System.Drawing.Size(105, 25);
|
|
this.labelControl11.TabIndex = 246;
|
|
this.labelControl11.Text = "医保类型:";
|
|
//
|
|
// labelControl10
|
|
//
|
|
this.labelControl10.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelControl10.Appearance.Options.UseFont = true;
|
|
this.labelControl10.Location = new System.Drawing.Point(73, 288);
|
|
this.labelControl10.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl10.Name = "labelControl10";
|
|
this.labelControl10.Size = new System.Drawing.Size(105, 25);
|
|
this.labelControl10.TabIndex = 245;
|
|
this.labelControl10.Text = "来院方式:";
|
|
//
|
|
// labelControl9
|
|
//
|
|
this.labelControl9.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelControl9.Appearance.Options.UseFont = true;
|
|
this.labelControl9.Location = new System.Drawing.Point(781, 173);
|
|
this.labelControl9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl9.Name = "labelControl9";
|
|
this.labelControl9.Size = new System.Drawing.Size(84, 25);
|
|
this.labelControl9.TabIndex = 244;
|
|
this.labelControl9.Text = "住院号:";
|
|
//
|
|
// labelControl8
|
|
//
|
|
this.labelControl8.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelControl8.Appearance.Options.UseFont = true;
|
|
this.labelControl8.Location = new System.Drawing.Point(1157, 173);
|
|
this.labelControl8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl8.Name = "labelControl8";
|
|
this.labelControl8.Size = new System.Drawing.Size(63, 25);
|
|
this.labelControl8.TabIndex = 243;
|
|
this.labelControl8.Text = "组别:";
|
|
//
|
|
// labelControl7
|
|
//
|
|
this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelControl7.Appearance.Options.UseFont = true;
|
|
this.labelControl7.Location = new System.Drawing.Point(467, 105);
|
|
this.labelControl7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl7.Name = "labelControl7";
|
|
this.labelControl7.Size = new System.Drawing.Size(63, 25);
|
|
this.labelControl7.TabIndex = 242;
|
|
this.labelControl7.Text = "体重:";
|
|
//
|
|
// labelControl6
|
|
//
|
|
this.labelControl6.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelControl6.Appearance.Options.UseFont = true;
|
|
this.labelControl6.Location = new System.Drawing.Point(113, 105);
|
|
this.labelControl6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl6.Name = "labelControl6";
|
|
this.labelControl6.Size = new System.Drawing.Size(63, 25);
|
|
this.labelControl6.TabIndex = 241;
|
|
this.labelControl6.Text = "身高:";
|
|
//
|
|
// labelControl5
|
|
//
|
|
this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelControl5.Appearance.Options.UseFont = true;
|
|
this.labelControl5.Location = new System.Drawing.Point(466, 173);
|
|
this.labelControl5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl5.Name = "labelControl5";
|
|
this.labelControl5.Size = new System.Drawing.Size(63, 25);
|
|
this.labelControl5.TabIndex = 240;
|
|
this.labelControl5.Text = "床号:";
|
|
//
|
|
// labelControl4
|
|
//
|
|
this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelControl4.Appearance.Options.UseFont = true;
|
|
this.labelControl4.Location = new System.Drawing.Point(807, 47);
|
|
this.labelControl4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl4.Name = "labelControl4";
|
|
this.labelControl4.Size = new System.Drawing.Size(63, 25);
|
|
this.labelControl4.TabIndex = 239;
|
|
this.labelControl4.Text = "年龄:";
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelControl3.Appearance.Options.UseFont = true;
|
|
this.labelControl3.Location = new System.Drawing.Point(467, 47);
|
|
this.labelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(63, 25);
|
|
this.labelControl3.TabIndex = 238;
|
|
this.labelControl3.Text = "性别:";
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelControl2.Appearance.Options.UseFont = true;
|
|
this.labelControl2.Location = new System.Drawing.Point(110, 47);
|
|
this.labelControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(63, 25);
|
|
this.labelControl2.TabIndex = 237;
|
|
this.labelControl2.Text = "姓名:";
|
|
//
|
|
// timeControl_AdmissionDate
|
|
//
|
|
this.timeControl_AdmissionDate.BackColor = System.Drawing.Color.Transparent;
|
|
this.timeControl_AdmissionDate.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
|
|
this.timeControl_AdmissionDate.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm;
|
|
this.timeControl_AdmissionDate.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
|
|
this.timeControl_AdmissionDate.Location = new System.Drawing.Point(536, 226);
|
|
this.timeControl_AdmissionDate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.timeControl_AdmissionDate.Name = "timeControl_AdmissionDate";
|
|
this.timeControl_AdmissionDate.Size = new System.Drawing.Size(179, 38);
|
|
this.timeControl_AdmissionDate.TabIndex = 12;
|
|
this.timeControl_AdmissionDate.TimeValue = "";
|
|
//
|
|
// timeControl_DischargeDate
|
|
//
|
|
this.timeControl_DischargeDate.BackColor = System.Drawing.Color.Transparent;
|
|
this.timeControl_DischargeDate.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
|
|
this.timeControl_DischargeDate.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm;
|
|
this.timeControl_DischargeDate.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
|
|
this.timeControl_DischargeDate.Location = new System.Drawing.Point(876, 226);
|
|
this.timeControl_DischargeDate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.timeControl_DischargeDate.Name = "timeControl_DischargeDate";
|
|
this.timeControl_DischargeDate.Size = new System.Drawing.Size(179, 34);
|
|
this.timeControl_DischargeDate.TabIndex = 13;
|
|
this.timeControl_DischargeDate.TimeValue = "";
|
|
//
|
|
// panelControl4
|
|
//
|
|
this.panelControl4.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(140)))), ((int)(((byte)(240)))));
|
|
this.panelControl4.Appearance.Options.UseBackColor = true;
|
|
this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl4.Controls.Add(this.labelControl1);
|
|
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelControl4.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panelControl4.Name = "panelControl4";
|
|
this.panelControl4.Size = new System.Drawing.Size(1689, 63);
|
|
this.panelControl4.TabIndex = 0;
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.labelControl1.Appearance.Options.UseFont = true;
|
|
this.labelControl1.Appearance.Options.UseForeColor = true;
|
|
this.labelControl1.Location = new System.Drawing.Point(36, 19);
|
|
this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(100, 29);
|
|
this.labelControl1.TabIndex = 0;
|
|
this.labelControl1.Text = "基础信息";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.ForeColor = System.Drawing.Color.Red;
|
|
this.label1.Location = new System.Drawing.Point(408, 541);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(210, 35);
|
|
this.label1.TabIndex = 256;
|
|
this.label1.Text = "手机号输入不正确";
|
|
this.label1.Visible = false;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.ForeColor = System.Drawing.Color.Red;
|
|
this.label2.Location = new System.Drawing.Point(1011, 541);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(210, 35);
|
|
this.label2.TabIndex = 257;
|
|
this.label2.Text = "手机号输入不正确";
|
|
this.label2.Visible = false;
|
|
//
|
|
// textBox_EmergencyContactPhone
|
|
//
|
|
this.textBox_EmergencyContactPhone.Location = new System.Drawing.Point(769, 542);
|
|
this.textBox_EmergencyContactPhone.Name = "textBox_EmergencyContactPhone";
|
|
this.textBox_EmergencyContactPhone.Properties.Mask.EditMask = "[0-9]*";
|
|
this.textBox_EmergencyContactPhone.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
|
|
this.textBox_EmergencyContactPhone.Properties.MaxLength = 12;
|
|
this.textBox_EmergencyContactPhone.Size = new System.Drawing.Size(190, 28);
|
|
this.textBox_EmergencyContactPhone.TabIndex = 258;
|
|
this.textBox_EmergencyContactPhone.EditValueChanged += new System.EventHandler(this.textBox_EmergencyContactPhone_TextChanged);
|
|
//
|
|
// textBox_PatientPhone
|
|
//
|
|
this.textBox_PatientPhone.Location = new System.Drawing.Point(189, 541);
|
|
this.textBox_PatientPhone.Name = "textBox_PatientPhone";
|
|
this.textBox_PatientPhone.Properties.Mask.EditMask = "[0-9]*";
|
|
this.textBox_PatientPhone.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
|
|
this.textBox_PatientPhone.Properties.MaxLength = 12;
|
|
this.textBox_PatientPhone.Size = new System.Drawing.Size(190, 28);
|
|
this.textBox_PatientPhone.TabIndex = 259;
|
|
this.textBox_PatientPhone.EditValueChanged += new System.EventHandler(this.textBox_PatientPhone_TextChanged);
|
|
//
|
|
// textBox_IDCard
|
|
//
|
|
this.textBox_IDCard.Location = new System.Drawing.Point(1231, 46);
|
|
this.textBox_IDCard.Name = "textBox_IDCard";
|
|
this.textBox_IDCard.Properties.MaxLength = 18;
|
|
this.textBox_IDCard.Size = new System.Drawing.Size(221, 28);
|
|
this.textBox_IDCard.TabIndex = 260;
|
|
this.textBox_IDCard.EditValueChanged += new System.EventHandler(this.textBox_IDCard_TextChanged);
|
|
//
|
|
// Form_FollowUpDetail_FollowUpBasicInformation
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1689, 1034);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.panelControl3);
|
|
this.Controls.Add(this.panelControl2);
|
|
this.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "Form_FollowUpDetail_FollowUpBasicInformation";
|
|
this.Load += new System.EventHandler(this.Form_FollowUpDetail_FollowUpBasicInformation_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.lookUp_Area.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lookUp_City.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lookUp_Province.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup_Sex.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
|
this.panelControl2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit();
|
|
this.tablePanel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
|
|
this.panelControl3.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
|
|
this.panelControl5.ResumeLayout(false);
|
|
this.panelControl5.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup_MaritalStatus.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup_ComingWay.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.AdmissionDiagnosis)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
|
|
this.panelControl4.ResumeLayout(false);
|
|
this.panelControl4.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.textBox_EmergencyContactPhone.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textBox_PatientPhone.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textBox_IDCard.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.TextBox textBox_Name;
|
|
private System.Windows.Forms.TextBox textBox_BedNum;
|
|
private System.Windows.Forms.TextBox textBox_PatientNum;
|
|
private DevExpress.XtraEditors.RadioGroup radioGroup_Sex;
|
|
private System.Windows.Forms.TextBox textBox_Weight;
|
|
private System.Windows.Forms.TextBox textBox_Height;
|
|
private System.Windows.Forms.TextBox textBox_Age;
|
|
private System.Windows.Forms.TextBox textBox_GroupDif;
|
|
private DevExpress.XtraEditors.LabelControl lbl_Height_Unit;
|
|
private HL_FristAidPlatform_Public.TimeControl timeControl_DischargeDate;
|
|
private HL_FristAidPlatform_Public.TimeControl timeControl_AdmissionDate;
|
|
private DevExpress.XtraEditors.LabelControl lbl_Weight_Unit;
|
|
private System.Windows.Forms.ComboBox comboBox_MaritalStatus;
|
|
private System.Windows.Forms.ComboBox comboBox_InhospitalWay;
|
|
private System.Windows.Forms.ComboBox comboBox_MedicalType;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.ComboBox comboBox_ComingWay;
|
|
private System.Windows.Forms.TextBox textBox_ChargeDoctor;
|
|
private System.Windows.Forms.Label label22;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.Label label20;
|
|
private System.Windows.Forms.Label label19;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.TextBox textBox_Address;
|
|
private System.Windows.Forms.TextBox textBox_PatientComplaint;
|
|
private DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxControl1;
|
|
private DevExpress.XtraEditors.LookUpEdit lookUp_Area;
|
|
private DevExpress.XtraEditors.LookUpEdit lookUp_City;
|
|
private DevExpress.XtraEditors.LookUpEdit lookUp_Province;
|
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
|
private DevExpress.XtraEditors.PanelControl panelControl3;
|
|
private DevExpress.XtraEditors.PanelControl panelControl5;
|
|
private DevExpress.XtraEditors.PanelControl panelControl4;
|
|
private DevExpress.XtraEditors.LabelControl labelControl15;
|
|
private DevExpress.XtraEditors.LabelControl labelControl14;
|
|
private DevExpress.XtraEditors.LabelControl labelControl13;
|
|
private DevExpress.XtraEditors.LabelControl labelControl12;
|
|
private DevExpress.XtraEditors.LabelControl labelControl11;
|
|
private DevExpress.XtraEditors.LabelControl labelControl10;
|
|
private DevExpress.XtraEditors.LabelControl labelControl9;
|
|
private DevExpress.XtraEditors.LabelControl labelControl8;
|
|
private DevExpress.XtraEditors.LabelControl labelControl7;
|
|
private DevExpress.XtraEditors.LabelControl labelControl6;
|
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|
private System.Windows.Forms.Label lbl_IdentityCard;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private DevExpress.XtraEditors.CheckedListBoxControl AdmissionDiagnosis;
|
|
private DevExpress.Utils.Layout.TablePanel tablePanel1;
|
|
private DevExpress.XtraEditors.RadioGroup radioGroup_ComingWay;
|
|
private DevExpress.XtraEditors.RadioGroup radioGroup_MaritalStatus;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private DevExpress.XtraEditors.TextEdit textBox_PatientPhone;
|
|
private DevExpress.XtraEditors.TextEdit textBox_EmergencyContactPhone;
|
|
private DevExpress.XtraEditors.TextEdit textBox_IDCard;
|
|
}
|
|
} |