123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005 |
-
- namespace PTMedicalInsurance.Forms
- {
- partial class SlowSpecRecord
- {
- /// <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.panel2 = new System.Windows.Forms.Panel();
- this.btn_Cancel = new System.Windows.Forms.Button();
- this.btn_OK = new System.Windows.Forms.Button();
- this.panel3 = new System.Windows.Forms.Panel();
- this.tbx_HospTel = new System.Windows.Forms.TextBox();
- this.textBox4 = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.textBox5 = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.tbx_Dise = new System.Windows.Forms.TextBox();
- this.tbx_ChiefDoctor = new System.Windows.Forms.TextBox();
- this.tbx_DoctorNo = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.tbx_Doctor = new System.Windows.Forms.TextBox();
- this.cbx_Slow = new System.Windows.Forms.ComboBox();
- this.cbx_MedInst = new System.Windows.Forms.ComboBox();
- this.tbx_HospOpin = new System.Windows.Forms.TextBox();
- this.lab_TranOpin = new System.Windows.Forms.Label();
- this.dpt_HospDate = new System.Windows.Forms.DateTimePicker();
- this.label9 = new System.Windows.Forms.Label();
- this.tbx_BizAppy = new System.Windows.Forms.TextBox();
- this.label11 = new System.Windows.Forms.Label();
- this.dpk_EndDate = new System.Windows.Forms.DateTimePicker();
- this.dpk_StaDate = new System.Windows.Forms.DateTimePicker();
- this.rtb_Treatment = new System.Windows.Forms.RichTextBox();
- this.rtb_Condition = new System.Windows.Forms.RichTextBox();
- this.label24 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label21 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label22 = new System.Windows.Forms.Label();
- this.label17 = new System.Windows.Forms.Label();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.lab_EndDate = new System.Windows.Forms.Label();
- this.label12 = new System.Windows.Forms.Label();
- this.lab_StaDate = new System.Windows.Forms.Label();
- this.panel4 = new System.Windows.Forms.Panel();
- this.cbx_CardType = new System.Windows.Forms.ComboBox();
- this.tbx_AddParentNo = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.tbx_AddNo = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.tbx_MedType = new System.Windows.Forms.TextBox();
- this.label14 = new System.Windows.Forms.Label();
- this.tbx_InsuType = new System.Windows.Forms.TextBox();
- this.lab_ = new System.Windows.Forms.Label();
- this.tbx_No = new System.Windows.Forms.TextBox();
- this.lab_No = new System.Windows.Forms.Label();
- this.tbx_perType = new System.Windows.Forms.TextBox();
- this.tbx_CompNo = new System.Windows.Forms.TextBox();
- this.tbx_comp = new System.Windows.Forms.TextBox();
- this.dpk_Birth = new System.Windows.Forms.DateTimePicker();
- this.cbx_Sex = new System.Windows.Forms.ComboBox();
- this.label31 = new System.Windows.Forms.Label();
- this.label30 = new System.Windows.Forms.Label();
- this.label29 = new System.Windows.Forms.Label();
- this.label20 = new System.Windows.Forms.Label();
- this.label18 = new System.Windows.Forms.Label();
- this.label16 = new System.Windows.Forms.Label();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.tbx_address = new System.Windows.Forms.TextBox();
- this.tbx_Natio = new System.Windows.Forms.TextBox();
- this.lab_address = new System.Windows.Forms.Label();
- this.tbx_Phone = new System.Windows.Forms.TextBox();
- this.lab_Phone = new System.Windows.Forms.Label();
- this.tbx_IdCard = new System.Windows.Forms.TextBox();
- this.lab_Work = new System.Windows.Forms.Label();
- this.lab_Name = new System.Windows.Forms.Label();
- this.tbx_Name = new System.Windows.Forms.TextBox();
- this.lab_IdCard = new System.Windows.Forms.Label();
- this.btn_GetMsg = new System.Windows.Forms.Button();
- this.panel2.SuspendLayout();
- this.panel3.SuspendLayout();
- this.panel4.SuspendLayout();
- this.SuspendLayout();
- //
- // panel2
- //
- this.panel2.Controls.Add(this.btn_Cancel);
- this.panel2.Controls.Add(this.btn_OK);
- this.panel2.Controls.Add(this.panel3);
- this.panel2.Controls.Add(this.panel4);
- 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(940, 636);
- this.panel2.TabIndex = 2048;
- //
- // btn_Cancel
- //
- this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_Cancel.Location = new System.Drawing.Point(508, 592);
- this.btn_Cancel.Name = "btn_Cancel";
- this.btn_Cancel.Size = new System.Drawing.Size(75, 33);
- this.btn_Cancel.TabIndex = 2047;
- this.btn_Cancel.Text = "取 消";
- this.btn_Cancel.UseVisualStyleBackColor = true;
- //
- // btn_OK
- //
- this.btn_OK.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_OK.Location = new System.Drawing.Point(392, 592);
- this.btn_OK.Name = "btn_OK";
- this.btn_OK.Size = new System.Drawing.Size(75, 33);
- this.btn_OK.TabIndex = 2046;
- this.btn_OK.Text = "申 请";
- this.btn_OK.UseVisualStyleBackColor = true;
- this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
- //
- // panel3
- //
- this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.panel3.Controls.Add(this.tbx_HospTel);
- this.panel3.Controls.Add(this.textBox4);
- this.panel3.Controls.Add(this.label1);
- this.panel3.Controls.Add(this.textBox5);
- this.panel3.Controls.Add(this.label4);
- this.panel3.Controls.Add(this.label7);
- this.panel3.Controls.Add(this.tbx_Dise);
- this.panel3.Controls.Add(this.tbx_ChiefDoctor);
- this.panel3.Controls.Add(this.tbx_DoctorNo);
- this.panel3.Controls.Add(this.label2);
- this.panel3.Controls.Add(this.tbx_Doctor);
- this.panel3.Controls.Add(this.cbx_Slow);
- this.panel3.Controls.Add(this.cbx_MedInst);
- this.panel3.Controls.Add(this.tbx_HospOpin);
- this.panel3.Controls.Add(this.lab_TranOpin);
- this.panel3.Controls.Add(this.dpt_HospDate);
- this.panel3.Controls.Add(this.label9);
- this.panel3.Controls.Add(this.tbx_BizAppy);
- this.panel3.Controls.Add(this.label11);
- this.panel3.Controls.Add(this.dpk_EndDate);
- this.panel3.Controls.Add(this.dpk_StaDate);
- this.panel3.Controls.Add(this.rtb_Treatment);
- this.panel3.Controls.Add(this.rtb_Condition);
- this.panel3.Controls.Add(this.label24);
- this.panel3.Controls.Add(this.label8);
- this.panel3.Controls.Add(this.label21);
- this.panel3.Controls.Add(this.label5);
- this.panel3.Controls.Add(this.label22);
- this.panel3.Controls.Add(this.label17);
- this.panel3.Controls.Add(this.textBox3);
- this.panel3.Controls.Add(this.lab_EndDate);
- this.panel3.Controls.Add(this.label12);
- this.panel3.Controls.Add(this.lab_StaDate);
- this.panel3.Location = new System.Drawing.Point(6, 241);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(925, 325);
- this.panel3.TabIndex = 2044;
- this.panel3.Paint += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
- //
- // tbx_HospTel
- //
- this.tbx_HospTel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbx_HospTel.Location = new System.Drawing.Point(598, 108);
- this.tbx_HospTel.Name = "tbx_HospTel";
- this.tbx_HospTel.Size = new System.Drawing.Size(316, 23);
- this.tbx_HospTel.TabIndex = 2104;
- //
- // textBox4
- //
- this.textBox4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox4.Location = new System.Drawing.Point(400, 107);
- this.textBox4.Name = "textBox4";
- this.textBox4.Size = new System.Drawing.Size(111, 23);
- this.textBox4.TabIndex = 2103;
- this.textBox4.Text = "A10";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.ForeColor = System.Drawing.Color.Red;
- this.label1.Location = new System.Drawing.Point(10, 111);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(70, 14);
- this.label1.TabIndex = 2102;
- this.label1.Text = "科室名称:";
- //
- // textBox5
- //
- this.textBox5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox5.Location = new System.Drawing.Point(83, 108);
- this.textBox5.Name = "textBox5";
- this.textBox5.Size = new System.Drawing.Size(190, 23);
- this.textBox5.TabIndex = 2101;
- this.textBox5.Text = "眼科";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.ForeColor = System.Drawing.Color.Red;
- this.label4.Location = new System.Drawing.Point(522, 110);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(70, 14);
- this.label4.TabIndex = 2100;
- this.label4.Text = "科室电话:";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.ForeColor = System.Drawing.Color.Red;
- this.label7.Location = new System.Drawing.Point(286, 111);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(70, 14);
- this.label7.TabIndex = 2099;
- this.label7.Text = "科室编码:";
- //
- // tbx_Dise
- //
- this.tbx_Dise.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbx_Dise.Location = new System.Drawing.Point(82, 153);
- this.tbx_Dise.Name = "tbx_Dise";
- this.tbx_Dise.Size = new System.Drawing.Size(190, 23);
- this.tbx_Dise.TabIndex = 2098;
- //
- // tbx_ChiefDoctor
- //
- this.tbx_ChiefDoctor.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbx_ChiefDoctor.Location = new System.Drawing.Point(598, 79);
- this.tbx_ChiefDoctor.Name = "tbx_ChiefDoctor";
- this.tbx_ChiefDoctor.Size = new System.Drawing.Size(316, 23);
- this.tbx_ChiefDoctor.TabIndex = 2097;
- //
- // tbx_DoctorNo
- //
- this.tbx_DoctorNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbx_DoctorNo.Location = new System.Drawing.Point(400, 78);
- this.tbx_DoctorNo.Name = "tbx_DoctorNo";
- this.tbx_DoctorNo.Size = new System.Drawing.Size(111, 23);
- this.tbx_DoctorNo.TabIndex = 2096;
- this.tbx_DoctorNo.Text = " ";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.ForeColor = System.Drawing.Color.Red;
- this.label2.Location = new System.Drawing.Point(10, 82);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(98, 14);
- this.label2.TabIndex = 2095;
- this.label2.Text = "诊断医师姓名:";
- //
- // tbx_Doctor
- //
- this.tbx_Doctor.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbx_Doctor.Location = new System.Drawing.Point(111, 79);
- this.tbx_Doctor.Name = "tbx_Doctor";
- this.tbx_Doctor.Size = new System.Drawing.Size(162, 23);
- this.tbx_Doctor.TabIndex = 2093;
- //
- // cbx_Slow
- //
- this.cbx_Slow.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbx_Slow.FormattingEnabled = true;
- this.cbx_Slow.Location = new System.Drawing.Point(111, 40);
- this.cbx_Slow.Name = "cbx_Slow";
- this.cbx_Slow.Size = new System.Drawing.Size(400, 28);
- this.cbx_Slow.TabIndex = 2089;
- //
- // cbx_MedInst
- //
- this.cbx_MedInst.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbx_MedInst.FormattingEnabled = true;
- this.cbx_MedInst.Location = new System.Drawing.Point(668, 40);
- this.cbx_MedInst.Name = "cbx_MedInst";
- this.cbx_MedInst.Size = new System.Drawing.Size(246, 28);
- this.cbx_MedInst.TabIndex = 2068;
- this.cbx_MedInst.TabStop = false;
- //
- // tbx_HospOpin
- //
- this.tbx_HospOpin.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbx_HospOpin.Location = new System.Drawing.Point(368, 287);
- this.tbx_HospOpin.Name = "tbx_HospOpin";
- this.tbx_HospOpin.Size = new System.Drawing.Size(546, 23);
- this.tbx_HospOpin.TabIndex = 2088;
- //
- // lab_TranOpin
- //
- this.lab_TranOpin.AutoSize = true;
- this.lab_TranOpin.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lab_TranOpin.ForeColor = System.Drawing.Color.Red;
- this.lab_TranOpin.Location = new System.Drawing.Point(286, 291);
- this.lab_TranOpin.Name = "lab_TranOpin";
- this.lab_TranOpin.Size = new System.Drawing.Size(77, 14);
- this.lab_TranOpin.TabIndex = 2087;
- this.lab_TranOpin.Text = "医院意见:";
- //
- // dpt_HospDate
- //
- this.dpt_HospDate.CalendarTrailingForeColor = System.Drawing.SystemColors.GradientActiveCaption;
- this.dpt_HospDate.CustomFormat = "yyyy-MM-dd";
- this.dpt_HospDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dpt_HospDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dpt_HospDate.Location = new System.Drawing.Point(109, 285);
- this.dpt_HospDate.Name = "dpt_HospDate";
- this.dpt_HospDate.Size = new System.Drawing.Size(164, 26);
- this.dpt_HospDate.TabIndex = 2086;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label9.ForeColor = System.Drawing.Color.Red;
- this.label9.Location = new System.Drawing.Point(10, 291);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(98, 14);
- this.label9.TabIndex = 2085;
- this.label9.Text = "医院鉴定日期:";
- //
- // tbx_BizAppy
- //
- this.tbx_BizAppy.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbx_BizAppy.Location = new System.Drawing.Point(615, 256);
- this.tbx_BizAppy.Name = "tbx_BizAppy";
- this.tbx_BizAppy.Size = new System.Drawing.Size(299, 23);
- this.tbx_BizAppy.TabIndex = 2084;
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label11.ForeColor = System.Drawing.Color.Red;
- this.label11.Location = new System.Drawing.Point(516, 262);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(98, 14);
- this.label11.TabIndex = 2083;
- this.label11.Text = "业务类型标志:";
- //
- // dpk_EndDate
- //
- this.dpk_EndDate.CalendarTrailingForeColor = System.Drawing.SystemColors.GradientActiveCaption;
- this.dpk_EndDate.CustomFormat = "yyyy-MM-dd";
- this.dpk_EndDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dpk_EndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dpk_EndDate.Location = new System.Drawing.Point(352, 253);
- this.dpk_EndDate.Name = "dpk_EndDate";
- this.dpk_EndDate.Size = new System.Drawing.Size(156, 26);
- this.dpk_EndDate.TabIndex = 2082;
- //
- // dpk_StaDate
- //
- this.dpk_StaDate.CalendarTrailingForeColor = System.Drawing.SystemColors.GradientActiveCaption;
- this.dpk_StaDate.CustomFormat = "yyyy-MM-dd";
- this.dpk_StaDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dpk_StaDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dpk_StaDate.Location = new System.Drawing.Point(83, 253);
- this.dpk_StaDate.Name = "dpk_StaDate";
- this.dpk_StaDate.Size = new System.Drawing.Size(191, 26);
- this.dpk_StaDate.TabIndex = 2081;
- //
- // rtb_Treatment
- //
- this.rtb_Treatment.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rtb_Treatment.Location = new System.Drawing.Point(156, 195);
- this.rtb_Treatment.Name = "rtb_Treatment";
- this.rtb_Treatment.Size = new System.Drawing.Size(758, 52);
- this.rtb_Treatment.TabIndex = 2080;
- this.rtb_Treatment.Text = "";
- //
- // rtb_Condition
- //
- this.rtb_Condition.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rtb_Condition.Location = new System.Drawing.Point(400, 137);
- this.rtb_Condition.Name = "rtb_Condition";
- this.rtb_Condition.Size = new System.Drawing.Size(514, 52);
- this.rtb_Condition.TabIndex = 2079;
- this.rtb_Condition.Text = "";
- //
- // label24
- //
- this.label24.AutoSize = true;
- this.label24.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label24.ForeColor = System.Drawing.Color.Red;
- this.label24.Location = new System.Drawing.Point(10, 156);
- this.label24.Name = "label24";
- this.label24.Size = new System.Drawing.Size(70, 14);
- this.label24.TabIndex = 2077;
- this.label24.Text = "病种名称:";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label8.ForeColor = System.Drawing.Color.Red;
- this.label8.Location = new System.Drawing.Point(516, 47);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(161, 14);
- this.label8.TabIndex = 2061;
- this.label8.Text = "鉴定定点医药机构名称:";
- //
- // label21
- //
- this.label21.AutoSize = true;
- this.label21.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label21.ForeColor = System.Drawing.Color.Red;
- this.label21.Location = new System.Drawing.Point(10, 211);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(140, 14);
- this.label21.TabIndex = 1326;
- this.label21.Text = "诊治方案及项目构成:";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.ForeColor = System.Drawing.Color.Red;
- this.label5.Location = new System.Drawing.Point(7, 47);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(105, 14);
- this.label5.TabIndex = 2056;
- this.label5.Text = "慢特病种名称:";
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label22.ForeColor = System.Drawing.Color.Red;
- this.label22.Location = new System.Drawing.Point(522, 81);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(70, 14);
- this.label22.TabIndex = 1327;
- this.label22.Text = "主任医师:";
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label17.ForeColor = System.Drawing.Color.Red;
- this.label17.Location = new System.Drawing.Point(286, 156);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(112, 14);
- this.label17.TabIndex = 1322;
- this.label17.Text = "病情摘要及诊断:";
- //
- // textBox3
- //
- this.textBox3.BackColor = System.Drawing.SystemColors.Control;
- this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox3.Location = new System.Drawing.Point(-2, 0);
- this.textBox3.Multiline = true;
- this.textBox3.Name = "textBox3";
- this.textBox3.ReadOnly = true;
- this.textBox3.Size = new System.Drawing.Size(925, 33);
- this.textBox3.TabIndex = 2055;
- this.textBox3.TabStop = false;
- this.textBox3.Text = "慢特病信息";
- this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // lab_EndDate
- //
- this.lab_EndDate.AutoSize = true;
- this.lab_EndDate.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lab_EndDate.ForeColor = System.Drawing.Color.Red;
- this.lab_EndDate.Location = new System.Drawing.Point(283, 262);
- this.lab_EndDate.Name = "lab_EndDate";
- this.lab_EndDate.Size = new System.Drawing.Size(77, 14);
- this.lab_EndDate.TabIndex = 2053;
- this.lab_EndDate.Text = "结束日期:";
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label12.ForeColor = System.Drawing.Color.Red;
- this.label12.Location = new System.Drawing.Point(286, 82);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(98, 14);
- this.label12.TabIndex = 1317;
- this.label12.Text = "诊断医师编码:";
- //
- // lab_StaDate
- //
- this.lab_StaDate.AutoSize = true;
- this.lab_StaDate.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lab_StaDate.ForeColor = System.Drawing.Color.Red;
- this.lab_StaDate.Location = new System.Drawing.Point(10, 262);
- this.lab_StaDate.Name = "lab_StaDate";
- this.lab_StaDate.Size = new System.Drawing.Size(77, 14);
- this.lab_StaDate.TabIndex = 2052;
- this.lab_StaDate.Text = "开始日期:";
- //
- // panel4
- //
- this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.panel4.Controls.Add(this.cbx_CardType);
- this.panel4.Controls.Add(this.tbx_AddParentNo);
- this.panel4.Controls.Add(this.label3);
- this.panel4.Controls.Add(this.tbx_AddNo);
- this.panel4.Controls.Add(this.label6);
- this.panel4.Controls.Add(this.tbx_MedType);
- this.panel4.Controls.Add(this.label14);
- this.panel4.Controls.Add(this.tbx_InsuType);
- this.panel4.Controls.Add(this.lab_);
- this.panel4.Controls.Add(this.tbx_No);
- this.panel4.Controls.Add(this.lab_No);
- this.panel4.Controls.Add(this.tbx_perType);
- this.panel4.Controls.Add(this.tbx_CompNo);
- this.panel4.Controls.Add(this.tbx_comp);
- this.panel4.Controls.Add(this.dpk_Birth);
- this.panel4.Controls.Add(this.cbx_Sex);
- this.panel4.Controls.Add(this.label31);
- this.panel4.Controls.Add(this.label30);
- this.panel4.Controls.Add(this.label29);
- this.panel4.Controls.Add(this.label20);
- this.panel4.Controls.Add(this.label18);
- this.panel4.Controls.Add(this.label16);
- this.panel4.Controls.Add(this.textBox1);
- this.panel4.Controls.Add(this.tbx_address);
- this.panel4.Controls.Add(this.tbx_Natio);
- this.panel4.Controls.Add(this.lab_address);
- this.panel4.Controls.Add(this.tbx_Phone);
- this.panel4.Controls.Add(this.lab_Phone);
- this.panel4.Controls.Add(this.tbx_IdCard);
- this.panel4.Controls.Add(this.lab_Work);
- this.panel4.Controls.Add(this.lab_Name);
- this.panel4.Controls.Add(this.tbx_Name);
- this.panel4.Controls.Add(this.lab_IdCard);
- this.panel4.Controls.Add(this.btn_GetMsg);
- this.panel4.Location = new System.Drawing.Point(6, 6);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(925, 223);
- this.panel4.TabIndex = 2043;
- this.panel4.TabStop = true;
- //
- // cbx_CardType
- //
- this.cbx_CardType.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbx_CardType.FormattingEnabled = true;
- this.cbx_CardType.Items.AddRange(new object[] {
- "居民身份证"});
- this.cbx_CardType.Location = new System.Drawing.Point(357, 35);
- this.cbx_CardType.Name = "cbx_CardType";
- this.cbx_CardType.Size = new System.Drawing.Size(154, 28);
- this.cbx_CardType.TabIndex = 2093;
- this.cbx_CardType.TabStop = false;
- //
- // tbx_AddParentNo
- //
- this.tbx_AddParentNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbx_AddParentNo.Location = new System.Drawing.Point(149, 187);
- this.tbx_AddParentNo.Name = "tbx_AddParentNo";
- this.tbx_AddParentNo.Size = new System.Drawing.Size(124, 23);
- this.tbx_AddParentNo.TabIndex = 2067;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.ForeColor = System.Drawing.Color.Red;
- this.label3.Location = new System.Drawing.Point(10, 190);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(133, 14);
- this.label3.TabIndex = 2066;
- this.label3.Text = "参保所属医保区划:";
- //
- // tbx_AddNo
- //
- this.tbx_AddNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbx_AddNo.Location = new System.Drawing.Point(645, 158);
- this.tbx_AddNo.Name = "tbx_AddNo";
- this.tbx_AddNo.Size = new System.Drawing.Size(269, 23);
- this.tbx_AddNo.TabIndex = 2065;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.ForeColor = System.Drawing.Color.Red;
- this.label6.Location = new System.Drawing.Point(519, 161);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(133, 14);
- this.label6.TabIndex = 2063;
- this.label6.Text = "参保机构医保区划:";
- //
- // tbx_MedType
- //
- this.tbx_MedType.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbx_MedType.Location = new System.Drawing.Point(357, 158);
- this.tbx_MedType.Name = "tbx_MedType";
- this.tbx_MedType.Size = new System.Drawing.Size(154, 23);
- this.tbx_MedType.TabIndex = 2062;
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label14.ForeColor = System.Drawing.Color.Red;
- this.label14.Location = new System.Drawing.Point(288, 161);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(70, 14);
- this.label14.TabIndex = 2061;
- this.label14.Text = "待遇类型:";
- //
- // tbx_InsuType
- //
- this.tbx_InsuType.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbx_InsuType.Location = new System.Drawing.Point(83, 158);
- this.tbx_InsuType.Name = "tbx_InsuType";
- this.tbx_InsuType.Size = new System.Drawing.Size(190, 23);
- this.tbx_InsuType.TabIndex = 2058;
- //
- // lab_
- //
- this.lab_.AutoSize = true;
- this.lab_.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lab_.ForeColor = System.Drawing.Color.Red;
- this.lab_.Location = new System.Drawing.Point(10, 161);
- this.lab_.Name = "lab_";
- this.lab_.Size = new System.Drawing.Size(77, 14);
- this.lab_.TabIndex = 2057;
- this.lab_.Text = "险种类型:";
- //
- // tbx_No
- //
- this.tbx_No.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbx_No.Location = new System.Drawing.Point(591, 129);
- this.tbx_No.Name = "tbx_No";
- this.tbx_No.Size = new System.Drawing.Size(323, 23);
- this.tbx_No.TabIndex = 2056;
- //
- // lab_No
- //
- this.lab_No.AutoSize = true;
- this.lab_No.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lab_No.ForeColor = System.Drawing.Color.Red;
- this.lab_No.Location = new System.Drawing.Point(518, 135);
- this.lab_No.Name = "lab_No";
- this.lab_No.Size = new System.Drawing.Size(77, 14);
- this.lab_No.TabIndex = 2055;
- this.lab_No.Text = "人员编号:";
- //
- // tbx_perType
- //
- this.tbx_perType.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbx_perType.Location = new System.Drawing.Point(357, 129);
- this.tbx_perType.Name = "tbx_perType";
- this.tbx_perType.Size = new System.Drawing.Size(154, 23);
- this.tbx_perType.TabIndex = 2048;
- //
- // tbx_CompNo
- //
- this.tbx_CompNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbx_CompNo.Location = new System.Drawing.Point(83, 129);
- this.tbx_CompNo.Name = "tbx_CompNo";
- this.tbx_CompNo.Size = new System.Drawing.Size(191, 23);
- this.tbx_CompNo.TabIndex = 2045;
- //
- // tbx_comp
- //
- this.tbx_comp.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbx_comp.Location = new System.Drawing.Point(591, 96);
- this.tbx_comp.Name = "tbx_comp";
- this.tbx_comp.Size = new System.Drawing.Size(323, 23);
- this.tbx_comp.TabIndex = 2044;
- //
- // dpk_Birth
- //
- this.dpk_Birth.CalendarTrailingForeColor = System.Drawing.SystemColors.GradientActiveCaption;
- this.dpk_Birth.CustomFormat = "yyyy-MM-dd";
- this.dpk_Birth.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dpk_Birth.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dpk_Birth.Location = new System.Drawing.Point(357, 95);
- this.dpk_Birth.Name = "dpk_Birth";
- this.dpk_Birth.Size = new System.Drawing.Size(154, 26);
- this.dpk_Birth.TabIndex = 2043;
- //
- // cbx_Sex
- //
- this.cbx_Sex.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbx_Sex.FormattingEnabled = true;
- this.cbx_Sex.Items.AddRange(new object[] {
- "男",
- "女"});
- this.cbx_Sex.Location = new System.Drawing.Point(83, 95);
- this.cbx_Sex.Name = "cbx_Sex";
- this.cbx_Sex.Size = new System.Drawing.Size(190, 28);
- this.cbx_Sex.TabIndex = 1338;
- this.cbx_Sex.TabStop = false;
- //
- // label31
- //
- this.label31.AutoSize = true;
- this.label31.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label31.ForeColor = System.Drawing.SystemColors.ControlText;
- this.label31.Location = new System.Drawing.Point(519, 99);
- this.label31.Name = "label31";
- this.label31.Size = new System.Drawing.Size(70, 14);
- this.label31.TabIndex = 1336;
- this.label31.Text = "公司名称:";
- //
- // label30
- //
- this.label30.AutoSize = true;
- this.label30.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label30.ForeColor = System.Drawing.SystemColors.ControlText;
- this.label30.Location = new System.Drawing.Point(10, 135);
- this.label30.Name = "label30";
- this.label30.Size = new System.Drawing.Size(70, 14);
- this.label30.TabIndex = 1335;
- this.label30.Text = "公司编码:";
- //
- // label29
- //
- this.label29.AutoSize = true;
- this.label29.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label29.ForeColor = System.Drawing.Color.Red;
- this.label29.Location = new System.Drawing.Point(286, 132);
- this.label29.Name = "label29";
- this.label29.Size = new System.Drawing.Size(70, 14);
- this.label29.TabIndex = 1334;
- this.label29.Text = "人员类别:";
- //
- // label20
- //
- this.label20.AutoSize = true;
- this.label20.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label20.ForeColor = System.Drawing.Color.Red;
- this.label20.Location = new System.Drawing.Point(10, 104);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(42, 14);
- this.label20.TabIndex = 1325;
- this.label20.Text = "性别:";
- //
- // label18
- //
- this.label18.AutoSize = true;
- this.label18.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label18.ForeColor = System.Drawing.Color.Red;
- this.label18.Location = new System.Drawing.Point(10, 69);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(42, 14);
- this.label18.TabIndex = 1323;
- this.label18.Text = "国籍:";
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label16.ForeColor = System.Drawing.Color.Red;
- this.label16.Location = new System.Drawing.Point(286, 99);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(70, 14);
- this.label16.TabIndex = 1321;
- this.label16.Text = "出生日期:";
- //
- // textBox1
- //
- this.textBox1.BackColor = System.Drawing.SystemColors.Control;
- this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.textBox1.Location = new System.Drawing.Point(-2, -2);
- this.textBox1.Multiline = true;
- this.textBox1.Name = "textBox1";
- this.textBox1.ReadOnly = true;
- this.textBox1.Size = new System.Drawing.Size(925, 33);
- this.textBox1.TabIndex = 1300;
- this.textBox1.TabStop = false;
- this.textBox1.Text = "基本信息";
- this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // tbx_address
- //
- this.tbx_address.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbx_address.Location = new System.Drawing.Point(591, 66);
- this.tbx_address.Name = "tbx_address";
- this.tbx_address.Size = new System.Drawing.Size(323, 23);
- this.tbx_address.TabIndex = 5;
- //
- // tbx_Natio
- //
- this.tbx_Natio.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbx_Natio.Location = new System.Drawing.Point(82, 66);
- this.tbx_Natio.Name = "tbx_Natio";
- this.tbx_Natio.Size = new System.Drawing.Size(191, 23);
- this.tbx_Natio.TabIndex = 3;
- //
- // lab_address
- //
- this.lab_address.AutoSize = true;
- this.lab_address.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lab_address.ForeColor = System.Drawing.Color.Red;
- this.lab_address.Location = new System.Drawing.Point(519, 69);
- this.lab_address.Name = "lab_address";
- this.lab_address.Size = new System.Drawing.Size(77, 14);
- this.lab_address.TabIndex = 111;
- this.lab_address.Text = "联系地址:";
- //
- // tbx_Phone
- //
- this.tbx_Phone.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbx_Phone.Location = new System.Drawing.Point(357, 66);
- this.tbx_Phone.Name = "tbx_Phone";
- this.tbx_Phone.Size = new System.Drawing.Size(154, 23);
- this.tbx_Phone.TabIndex = 4;
- //
- // lab_Phone
- //
- this.lab_Phone.AutoSize = true;
- this.lab_Phone.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lab_Phone.ForeColor = System.Drawing.Color.Red;
- this.lab_Phone.Location = new System.Drawing.Point(286, 69);
- this.lab_Phone.Name = "lab_Phone";
- this.lab_Phone.Size = new System.Drawing.Size(77, 14);
- this.lab_Phone.TabIndex = 932;
- this.lab_Phone.Text = "联系电话:";
- //
- // tbx_IdCard
- //
- this.tbx_IdCard.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbx_IdCard.Location = new System.Drawing.Point(591, 37);
- this.tbx_IdCard.Name = "tbx_IdCard";
- this.tbx_IdCard.Size = new System.Drawing.Size(196, 23);
- this.tbx_IdCard.TabIndex = 2;
- //
- // lab_Work
- //
- this.lab_Work.AutoSize = true;
- this.lab_Work.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lab_Work.ForeColor = System.Drawing.Color.Red;
- this.lab_Work.Location = new System.Drawing.Point(519, 43);
- this.lab_Work.Name = "lab_Work";
- this.lab_Work.Size = new System.Drawing.Size(77, 14);
- this.lab_Work.TabIndex = 731;
- this.lab_Work.Text = "证件号码:";
- //
- // lab_Name
- //
- this.lab_Name.AutoSize = true;
- this.lab_Name.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lab_Name.ForeColor = System.Drawing.Color.Red;
- this.lab_Name.Location = new System.Drawing.Point(286, 43);
- this.lab_Name.Name = "lab_Name";
- this.lab_Name.Size = new System.Drawing.Size(77, 14);
- this.lab_Name.TabIndex = 311;
- this.lab_Name.Text = "证件类型:";
- //
- // tbx_Name
- //
- this.tbx_Name.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbx_Name.Location = new System.Drawing.Point(82, 37);
- this.tbx_Name.Name = "tbx_Name";
- this.tbx_Name.Size = new System.Drawing.Size(191, 23);
- this.tbx_Name.TabIndex = 0;
- //
- // lab_IdCard
- //
- this.lab_IdCard.AutoSize = true;
- this.lab_IdCard.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lab_IdCard.ForeColor = System.Drawing.Color.Red;
- this.lab_IdCard.Location = new System.Drawing.Point(10, 43);
- this.lab_IdCard.Name = "lab_IdCard";
- this.lab_IdCard.Size = new System.Drawing.Size(77, 14);
- this.lab_IdCard.TabIndex = 133;
- this.lab_IdCard.Text = "人员姓名:";
- //
- // btn_GetMsg
- //
- this.btn_GetMsg.BackColor = System.Drawing.Color.Transparent;
- this.btn_GetMsg.FlatAppearance.BorderColor = System.Drawing.Color.Blue;
- this.btn_GetMsg.FlatAppearance.BorderSize = 2;
- this.btn_GetMsg.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.btn_GetMsg.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
- this.btn_GetMsg.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btn_GetMsg.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_GetMsg.Location = new System.Drawing.Point(803, 34);
- this.btn_GetMsg.Name = "btn_GetMsg";
- this.btn_GetMsg.Size = new System.Drawing.Size(111, 27);
- this.btn_GetMsg.TabIndex = 6;
- this.btn_GetMsg.TabStop = false;
- this.btn_GetMsg.Text = "获取用户信息";
- this.btn_GetMsg.UseVisualStyleBackColor = false;
- this.btn_GetMsg.Click += new System.EventHandler(this.btn_GetMsg_Click);
- //
- // SlowSpecRecord
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(940, 636);
- this.Controls.Add(this.panel2);
- this.Name = "SlowSpecRecord";
- this.Text = "慢特病备案";
- this.Load += new System.EventHandler(this.SlowSpecRecord_Load);
- this.panel2.ResumeLayout(false);
- this.panel3.ResumeLayout(false);
- this.panel3.PerformLayout();
- this.panel4.ResumeLayout(false);
- this.panel4.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Button btn_Cancel;
- private System.Windows.Forms.Button btn_OK;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.TextBox tbx_ChiefDoctor;
- private System.Windows.Forms.TextBox tbx_DoctorNo;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox tbx_Doctor;
- private System.Windows.Forms.ComboBox cbx_Slow;
- private System.Windows.Forms.ComboBox cbx_MedInst;
- private System.Windows.Forms.TextBox tbx_HospOpin;
- private System.Windows.Forms.Label lab_TranOpin;
- private System.Windows.Forms.DateTimePicker dpt_HospDate;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.TextBox tbx_BizAppy;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.DateTimePicker dpk_EndDate;
- private System.Windows.Forms.DateTimePicker dpk_StaDate;
- private System.Windows.Forms.RichTextBox rtb_Treatment;
- private System.Windows.Forms.RichTextBox rtb_Condition;
- private System.Windows.Forms.Label label24;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label21;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.TextBox textBox3;
- private System.Windows.Forms.Label lab_EndDate;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Label lab_StaDate;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.TextBox tbx_AddParentNo;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox tbx_AddNo;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox tbx_MedType;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.TextBox tbx_InsuType;
- private System.Windows.Forms.Label lab_;
- private System.Windows.Forms.TextBox tbx_No;
- private System.Windows.Forms.Label lab_No;
- private System.Windows.Forms.TextBox tbx_perType;
- private System.Windows.Forms.TextBox tbx_CompNo;
- private System.Windows.Forms.TextBox tbx_comp;
- private System.Windows.Forms.DateTimePicker dpk_Birth;
- private System.Windows.Forms.Label label31;
- private System.Windows.Forms.Label label30;
- private System.Windows.Forms.Label label29;
- private System.Windows.Forms.Label label20;
- private System.Windows.Forms.Label label18;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.TextBox tbx_address;
- private System.Windows.Forms.TextBox tbx_Natio;
- private System.Windows.Forms.Label lab_address;
- private System.Windows.Forms.TextBox tbx_Phone;
- private System.Windows.Forms.Label lab_Phone;
- private System.Windows.Forms.TextBox tbx_IdCard;
- private System.Windows.Forms.Label lab_Work;
- private System.Windows.Forms.Label lab_Name;
- private System.Windows.Forms.TextBox tbx_Name;
- private System.Windows.Forms.Label lab_IdCard;
- private System.Windows.Forms.Button btn_GetMsg;
- private System.Windows.Forms.ComboBox cbx_Sex;
- private System.Windows.Forms.ComboBox cbx_CardType;
- private System.Windows.Forms.TextBox tbx_Dise;
- private System.Windows.Forms.TextBox tbx_HospTel;
- private System.Windows.Forms.TextBox textBox4;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox textBox5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label7;
- }
- }
|