SlowSpecRecord.Designer.cs 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class SlowSpecRecord
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.panel2 = new System.Windows.Forms.Panel();
  30. this.btn_Cancel = new System.Windows.Forms.Button();
  31. this.btn_OK = new System.Windows.Forms.Button();
  32. this.panel3 = new System.Windows.Forms.Panel();
  33. this.tbx_HospTel = new System.Windows.Forms.TextBox();
  34. this.textBox4 = new System.Windows.Forms.TextBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.textBox5 = new System.Windows.Forms.TextBox();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.label7 = new System.Windows.Forms.Label();
  39. this.tbx_Dise = new System.Windows.Forms.TextBox();
  40. this.tbx_ChiefDoctor = new System.Windows.Forms.TextBox();
  41. this.tbx_DoctorNo = new System.Windows.Forms.TextBox();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.tbx_Doctor = new System.Windows.Forms.TextBox();
  44. this.cbx_Slow = new System.Windows.Forms.ComboBox();
  45. this.cbx_MedInst = new System.Windows.Forms.ComboBox();
  46. this.tbx_HospOpin = new System.Windows.Forms.TextBox();
  47. this.lab_TranOpin = new System.Windows.Forms.Label();
  48. this.dpt_HospDate = new System.Windows.Forms.DateTimePicker();
  49. this.label9 = new System.Windows.Forms.Label();
  50. this.tbx_BizAppy = new System.Windows.Forms.TextBox();
  51. this.label11 = new System.Windows.Forms.Label();
  52. this.dpk_EndDate = new System.Windows.Forms.DateTimePicker();
  53. this.dpk_StaDate = new System.Windows.Forms.DateTimePicker();
  54. this.rtb_Treatment = new System.Windows.Forms.RichTextBox();
  55. this.rtb_Condition = new System.Windows.Forms.RichTextBox();
  56. this.label24 = new System.Windows.Forms.Label();
  57. this.label8 = new System.Windows.Forms.Label();
  58. this.label21 = new System.Windows.Forms.Label();
  59. this.label5 = new System.Windows.Forms.Label();
  60. this.label22 = new System.Windows.Forms.Label();
  61. this.label17 = new System.Windows.Forms.Label();
  62. this.textBox3 = new System.Windows.Forms.TextBox();
  63. this.lab_EndDate = new System.Windows.Forms.Label();
  64. this.label12 = new System.Windows.Forms.Label();
  65. this.lab_StaDate = new System.Windows.Forms.Label();
  66. this.panel4 = new System.Windows.Forms.Panel();
  67. this.cbx_CardType = new System.Windows.Forms.ComboBox();
  68. this.tbx_AddParentNo = new System.Windows.Forms.TextBox();
  69. this.label3 = new System.Windows.Forms.Label();
  70. this.tbx_AddNo = new System.Windows.Forms.TextBox();
  71. this.label6 = new System.Windows.Forms.Label();
  72. this.tbx_MedType = new System.Windows.Forms.TextBox();
  73. this.label14 = new System.Windows.Forms.Label();
  74. this.tbx_InsuType = new System.Windows.Forms.TextBox();
  75. this.lab_ = new System.Windows.Forms.Label();
  76. this.tbx_No = new System.Windows.Forms.TextBox();
  77. this.lab_No = new System.Windows.Forms.Label();
  78. this.tbx_perType = new System.Windows.Forms.TextBox();
  79. this.tbx_CompNo = new System.Windows.Forms.TextBox();
  80. this.tbx_comp = new System.Windows.Forms.TextBox();
  81. this.dpk_Birth = new System.Windows.Forms.DateTimePicker();
  82. this.cbx_Sex = new System.Windows.Forms.ComboBox();
  83. this.label31 = new System.Windows.Forms.Label();
  84. this.label30 = new System.Windows.Forms.Label();
  85. this.label29 = new System.Windows.Forms.Label();
  86. this.label20 = new System.Windows.Forms.Label();
  87. this.label18 = new System.Windows.Forms.Label();
  88. this.label16 = new System.Windows.Forms.Label();
  89. this.textBox1 = new System.Windows.Forms.TextBox();
  90. this.tbx_address = new System.Windows.Forms.TextBox();
  91. this.tbx_Natio = new System.Windows.Forms.TextBox();
  92. this.lab_address = new System.Windows.Forms.Label();
  93. this.tbx_Phone = new System.Windows.Forms.TextBox();
  94. this.lab_Phone = new System.Windows.Forms.Label();
  95. this.tbx_IdCard = new System.Windows.Forms.TextBox();
  96. this.lab_Work = new System.Windows.Forms.Label();
  97. this.lab_Name = new System.Windows.Forms.Label();
  98. this.tbx_Name = new System.Windows.Forms.TextBox();
  99. this.lab_IdCard = new System.Windows.Forms.Label();
  100. this.btn_GetMsg = new System.Windows.Forms.Button();
  101. this.panel2.SuspendLayout();
  102. this.panel3.SuspendLayout();
  103. this.panel4.SuspendLayout();
  104. this.SuspendLayout();
  105. //
  106. // panel2
  107. //
  108. this.panel2.Controls.Add(this.btn_Cancel);
  109. this.panel2.Controls.Add(this.btn_OK);
  110. this.panel2.Controls.Add(this.panel3);
  111. this.panel2.Controls.Add(this.panel4);
  112. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  113. this.panel2.Location = new System.Drawing.Point(0, 0);
  114. this.panel2.Name = "panel2";
  115. this.panel2.Size = new System.Drawing.Size(940, 636);
  116. this.panel2.TabIndex = 2048;
  117. //
  118. // btn_Cancel
  119. //
  120. this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.btn_Cancel.Location = new System.Drawing.Point(508, 592);
  122. this.btn_Cancel.Name = "btn_Cancel";
  123. this.btn_Cancel.Size = new System.Drawing.Size(75, 33);
  124. this.btn_Cancel.TabIndex = 2047;
  125. this.btn_Cancel.Text = "取 消";
  126. this.btn_Cancel.UseVisualStyleBackColor = true;
  127. //
  128. // btn_OK
  129. //
  130. this.btn_OK.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.btn_OK.Location = new System.Drawing.Point(392, 592);
  132. this.btn_OK.Name = "btn_OK";
  133. this.btn_OK.Size = new System.Drawing.Size(75, 33);
  134. this.btn_OK.TabIndex = 2046;
  135. this.btn_OK.Text = "申 请";
  136. this.btn_OK.UseVisualStyleBackColor = true;
  137. this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
  138. //
  139. // panel3
  140. //
  141. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  142. this.panel3.Controls.Add(this.tbx_HospTel);
  143. this.panel3.Controls.Add(this.textBox4);
  144. this.panel3.Controls.Add(this.label1);
  145. this.panel3.Controls.Add(this.textBox5);
  146. this.panel3.Controls.Add(this.label4);
  147. this.panel3.Controls.Add(this.label7);
  148. this.panel3.Controls.Add(this.tbx_Dise);
  149. this.panel3.Controls.Add(this.tbx_ChiefDoctor);
  150. this.panel3.Controls.Add(this.tbx_DoctorNo);
  151. this.panel3.Controls.Add(this.label2);
  152. this.panel3.Controls.Add(this.tbx_Doctor);
  153. this.panel3.Controls.Add(this.cbx_Slow);
  154. this.panel3.Controls.Add(this.cbx_MedInst);
  155. this.panel3.Controls.Add(this.tbx_HospOpin);
  156. this.panel3.Controls.Add(this.lab_TranOpin);
  157. this.panel3.Controls.Add(this.dpt_HospDate);
  158. this.panel3.Controls.Add(this.label9);
  159. this.panel3.Controls.Add(this.tbx_BizAppy);
  160. this.panel3.Controls.Add(this.label11);
  161. this.panel3.Controls.Add(this.dpk_EndDate);
  162. this.panel3.Controls.Add(this.dpk_StaDate);
  163. this.panel3.Controls.Add(this.rtb_Treatment);
  164. this.panel3.Controls.Add(this.rtb_Condition);
  165. this.panel3.Controls.Add(this.label24);
  166. this.panel3.Controls.Add(this.label8);
  167. this.panel3.Controls.Add(this.label21);
  168. this.panel3.Controls.Add(this.label5);
  169. this.panel3.Controls.Add(this.label22);
  170. this.panel3.Controls.Add(this.label17);
  171. this.panel3.Controls.Add(this.textBox3);
  172. this.panel3.Controls.Add(this.lab_EndDate);
  173. this.panel3.Controls.Add(this.label12);
  174. this.panel3.Controls.Add(this.lab_StaDate);
  175. this.panel3.Location = new System.Drawing.Point(6, 241);
  176. this.panel3.Name = "panel3";
  177. this.panel3.Size = new System.Drawing.Size(925, 325);
  178. this.panel3.TabIndex = 2044;
  179. this.panel3.Paint += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
  180. //
  181. // tbx_HospTel
  182. //
  183. this.tbx_HospTel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.tbx_HospTel.Location = new System.Drawing.Point(598, 108);
  185. this.tbx_HospTel.Name = "tbx_HospTel";
  186. this.tbx_HospTel.Size = new System.Drawing.Size(316, 23);
  187. this.tbx_HospTel.TabIndex = 2104;
  188. //
  189. // textBox4
  190. //
  191. this.textBox4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.textBox4.Location = new System.Drawing.Point(400, 107);
  193. this.textBox4.Name = "textBox4";
  194. this.textBox4.Size = new System.Drawing.Size(111, 23);
  195. this.textBox4.TabIndex = 2103;
  196. this.textBox4.Text = "A10";
  197. //
  198. // label1
  199. //
  200. this.label1.AutoSize = true;
  201. this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.label1.ForeColor = System.Drawing.Color.Red;
  203. this.label1.Location = new System.Drawing.Point(10, 111);
  204. this.label1.Name = "label1";
  205. this.label1.Size = new System.Drawing.Size(70, 14);
  206. this.label1.TabIndex = 2102;
  207. this.label1.Text = "科室名称:";
  208. //
  209. // textBox5
  210. //
  211. this.textBox5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.textBox5.Location = new System.Drawing.Point(83, 108);
  213. this.textBox5.Name = "textBox5";
  214. this.textBox5.Size = new System.Drawing.Size(190, 23);
  215. this.textBox5.TabIndex = 2101;
  216. this.textBox5.Text = "眼科";
  217. //
  218. // label4
  219. //
  220. this.label4.AutoSize = true;
  221. this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.label4.ForeColor = System.Drawing.Color.Red;
  223. this.label4.Location = new System.Drawing.Point(522, 110);
  224. this.label4.Name = "label4";
  225. this.label4.Size = new System.Drawing.Size(70, 14);
  226. this.label4.TabIndex = 2100;
  227. this.label4.Text = "科室电话:";
  228. //
  229. // label7
  230. //
  231. this.label7.AutoSize = true;
  232. this.label7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.label7.ForeColor = System.Drawing.Color.Red;
  234. this.label7.Location = new System.Drawing.Point(286, 111);
  235. this.label7.Name = "label7";
  236. this.label7.Size = new System.Drawing.Size(70, 14);
  237. this.label7.TabIndex = 2099;
  238. this.label7.Text = "科室编码:";
  239. //
  240. // tbx_Dise
  241. //
  242. this.tbx_Dise.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.tbx_Dise.Location = new System.Drawing.Point(82, 153);
  244. this.tbx_Dise.Name = "tbx_Dise";
  245. this.tbx_Dise.Size = new System.Drawing.Size(190, 23);
  246. this.tbx_Dise.TabIndex = 2098;
  247. //
  248. // tbx_ChiefDoctor
  249. //
  250. this.tbx_ChiefDoctor.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.tbx_ChiefDoctor.Location = new System.Drawing.Point(598, 79);
  252. this.tbx_ChiefDoctor.Name = "tbx_ChiefDoctor";
  253. this.tbx_ChiefDoctor.Size = new System.Drawing.Size(316, 23);
  254. this.tbx_ChiefDoctor.TabIndex = 2097;
  255. //
  256. // tbx_DoctorNo
  257. //
  258. this.tbx_DoctorNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.tbx_DoctorNo.Location = new System.Drawing.Point(400, 78);
  260. this.tbx_DoctorNo.Name = "tbx_DoctorNo";
  261. this.tbx_DoctorNo.Size = new System.Drawing.Size(111, 23);
  262. this.tbx_DoctorNo.TabIndex = 2096;
  263. this.tbx_DoctorNo.Text = " ";
  264. //
  265. // label2
  266. //
  267. this.label2.AutoSize = true;
  268. this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.label2.ForeColor = System.Drawing.Color.Red;
  270. this.label2.Location = new System.Drawing.Point(10, 82);
  271. this.label2.Name = "label2";
  272. this.label2.Size = new System.Drawing.Size(98, 14);
  273. this.label2.TabIndex = 2095;
  274. this.label2.Text = "诊断医师姓名:";
  275. //
  276. // tbx_Doctor
  277. //
  278. this.tbx_Doctor.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.tbx_Doctor.Location = new System.Drawing.Point(111, 79);
  280. this.tbx_Doctor.Name = "tbx_Doctor";
  281. this.tbx_Doctor.Size = new System.Drawing.Size(162, 23);
  282. this.tbx_Doctor.TabIndex = 2093;
  283. //
  284. // cbx_Slow
  285. //
  286. this.cbx_Slow.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.cbx_Slow.FormattingEnabled = true;
  288. this.cbx_Slow.Location = new System.Drawing.Point(111, 40);
  289. this.cbx_Slow.Name = "cbx_Slow";
  290. this.cbx_Slow.Size = new System.Drawing.Size(400, 28);
  291. this.cbx_Slow.TabIndex = 2089;
  292. //
  293. // cbx_MedInst
  294. //
  295. this.cbx_MedInst.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.cbx_MedInst.FormattingEnabled = true;
  297. this.cbx_MedInst.Location = new System.Drawing.Point(668, 40);
  298. this.cbx_MedInst.Name = "cbx_MedInst";
  299. this.cbx_MedInst.Size = new System.Drawing.Size(246, 28);
  300. this.cbx_MedInst.TabIndex = 2068;
  301. this.cbx_MedInst.TabStop = false;
  302. //
  303. // tbx_HospOpin
  304. //
  305. this.tbx_HospOpin.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.tbx_HospOpin.Location = new System.Drawing.Point(368, 287);
  307. this.tbx_HospOpin.Name = "tbx_HospOpin";
  308. this.tbx_HospOpin.Size = new System.Drawing.Size(546, 23);
  309. this.tbx_HospOpin.TabIndex = 2088;
  310. //
  311. // lab_TranOpin
  312. //
  313. this.lab_TranOpin.AutoSize = true;
  314. this.lab_TranOpin.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.lab_TranOpin.ForeColor = System.Drawing.Color.Red;
  316. this.lab_TranOpin.Location = new System.Drawing.Point(286, 291);
  317. this.lab_TranOpin.Name = "lab_TranOpin";
  318. this.lab_TranOpin.Size = new System.Drawing.Size(77, 14);
  319. this.lab_TranOpin.TabIndex = 2087;
  320. this.lab_TranOpin.Text = "医院意见:";
  321. //
  322. // dpt_HospDate
  323. //
  324. this.dpt_HospDate.CalendarTrailingForeColor = System.Drawing.SystemColors.GradientActiveCaption;
  325. this.dpt_HospDate.CustomFormat = "yyyy-MM-dd";
  326. this.dpt_HospDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.dpt_HospDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  328. this.dpt_HospDate.Location = new System.Drawing.Point(109, 285);
  329. this.dpt_HospDate.Name = "dpt_HospDate";
  330. this.dpt_HospDate.Size = new System.Drawing.Size(164, 26);
  331. this.dpt_HospDate.TabIndex = 2086;
  332. //
  333. // label9
  334. //
  335. this.label9.AutoSize = true;
  336. this.label9.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.label9.ForeColor = System.Drawing.Color.Red;
  338. this.label9.Location = new System.Drawing.Point(10, 291);
  339. this.label9.Name = "label9";
  340. this.label9.Size = new System.Drawing.Size(98, 14);
  341. this.label9.TabIndex = 2085;
  342. this.label9.Text = "医院鉴定日期:";
  343. //
  344. // tbx_BizAppy
  345. //
  346. this.tbx_BizAppy.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.tbx_BizAppy.Location = new System.Drawing.Point(615, 256);
  348. this.tbx_BizAppy.Name = "tbx_BizAppy";
  349. this.tbx_BizAppy.Size = new System.Drawing.Size(299, 23);
  350. this.tbx_BizAppy.TabIndex = 2084;
  351. //
  352. // label11
  353. //
  354. this.label11.AutoSize = true;
  355. this.label11.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  356. this.label11.ForeColor = System.Drawing.Color.Red;
  357. this.label11.Location = new System.Drawing.Point(516, 262);
  358. this.label11.Name = "label11";
  359. this.label11.Size = new System.Drawing.Size(98, 14);
  360. this.label11.TabIndex = 2083;
  361. this.label11.Text = "业务类型标志:";
  362. //
  363. // dpk_EndDate
  364. //
  365. this.dpk_EndDate.CalendarTrailingForeColor = System.Drawing.SystemColors.GradientActiveCaption;
  366. this.dpk_EndDate.CustomFormat = "yyyy-MM-dd";
  367. this.dpk_EndDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  368. this.dpk_EndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  369. this.dpk_EndDate.Location = new System.Drawing.Point(352, 253);
  370. this.dpk_EndDate.Name = "dpk_EndDate";
  371. this.dpk_EndDate.Size = new System.Drawing.Size(156, 26);
  372. this.dpk_EndDate.TabIndex = 2082;
  373. //
  374. // dpk_StaDate
  375. //
  376. this.dpk_StaDate.CalendarTrailingForeColor = System.Drawing.SystemColors.GradientActiveCaption;
  377. this.dpk_StaDate.CustomFormat = "yyyy-MM-dd";
  378. this.dpk_StaDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.dpk_StaDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  380. this.dpk_StaDate.Location = new System.Drawing.Point(83, 253);
  381. this.dpk_StaDate.Name = "dpk_StaDate";
  382. this.dpk_StaDate.Size = new System.Drawing.Size(191, 26);
  383. this.dpk_StaDate.TabIndex = 2081;
  384. //
  385. // rtb_Treatment
  386. //
  387. this.rtb_Treatment.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  388. this.rtb_Treatment.Location = new System.Drawing.Point(156, 195);
  389. this.rtb_Treatment.Name = "rtb_Treatment";
  390. this.rtb_Treatment.Size = new System.Drawing.Size(758, 52);
  391. this.rtb_Treatment.TabIndex = 2080;
  392. this.rtb_Treatment.Text = "";
  393. //
  394. // rtb_Condition
  395. //
  396. this.rtb_Condition.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.rtb_Condition.Location = new System.Drawing.Point(400, 137);
  398. this.rtb_Condition.Name = "rtb_Condition";
  399. this.rtb_Condition.Size = new System.Drawing.Size(514, 52);
  400. this.rtb_Condition.TabIndex = 2079;
  401. this.rtb_Condition.Text = "";
  402. //
  403. // label24
  404. //
  405. this.label24.AutoSize = true;
  406. this.label24.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  407. this.label24.ForeColor = System.Drawing.Color.Red;
  408. this.label24.Location = new System.Drawing.Point(10, 156);
  409. this.label24.Name = "label24";
  410. this.label24.Size = new System.Drawing.Size(70, 14);
  411. this.label24.TabIndex = 2077;
  412. this.label24.Text = "病种名称:";
  413. //
  414. // label8
  415. //
  416. this.label8.AutoSize = true;
  417. this.label8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  418. this.label8.ForeColor = System.Drawing.Color.Red;
  419. this.label8.Location = new System.Drawing.Point(516, 47);
  420. this.label8.Name = "label8";
  421. this.label8.Size = new System.Drawing.Size(161, 14);
  422. this.label8.TabIndex = 2061;
  423. this.label8.Text = "鉴定定点医药机构名称:";
  424. //
  425. // label21
  426. //
  427. this.label21.AutoSize = true;
  428. this.label21.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  429. this.label21.ForeColor = System.Drawing.Color.Red;
  430. this.label21.Location = new System.Drawing.Point(10, 211);
  431. this.label21.Name = "label21";
  432. this.label21.Size = new System.Drawing.Size(140, 14);
  433. this.label21.TabIndex = 1326;
  434. this.label21.Text = "诊治方案及项目构成:";
  435. //
  436. // label5
  437. //
  438. this.label5.AutoSize = true;
  439. this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  440. this.label5.ForeColor = System.Drawing.Color.Red;
  441. this.label5.Location = new System.Drawing.Point(7, 47);
  442. this.label5.Name = "label5";
  443. this.label5.Size = new System.Drawing.Size(105, 14);
  444. this.label5.TabIndex = 2056;
  445. this.label5.Text = "慢特病种名称:";
  446. //
  447. // label22
  448. //
  449. this.label22.AutoSize = true;
  450. this.label22.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  451. this.label22.ForeColor = System.Drawing.Color.Red;
  452. this.label22.Location = new System.Drawing.Point(522, 81);
  453. this.label22.Name = "label22";
  454. this.label22.Size = new System.Drawing.Size(70, 14);
  455. this.label22.TabIndex = 1327;
  456. this.label22.Text = "主任医师:";
  457. //
  458. // label17
  459. //
  460. this.label17.AutoSize = true;
  461. this.label17.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  462. this.label17.ForeColor = System.Drawing.Color.Red;
  463. this.label17.Location = new System.Drawing.Point(286, 156);
  464. this.label17.Name = "label17";
  465. this.label17.Size = new System.Drawing.Size(112, 14);
  466. this.label17.TabIndex = 1322;
  467. this.label17.Text = "病情摘要及诊断:";
  468. //
  469. // textBox3
  470. //
  471. this.textBox3.BackColor = System.Drawing.SystemColors.Control;
  472. this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  473. this.textBox3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  474. this.textBox3.Location = new System.Drawing.Point(-2, 0);
  475. this.textBox3.Multiline = true;
  476. this.textBox3.Name = "textBox3";
  477. this.textBox3.ReadOnly = true;
  478. this.textBox3.Size = new System.Drawing.Size(925, 33);
  479. this.textBox3.TabIndex = 2055;
  480. this.textBox3.TabStop = false;
  481. this.textBox3.Text = "慢特病信息";
  482. this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  483. //
  484. // lab_EndDate
  485. //
  486. this.lab_EndDate.AutoSize = true;
  487. this.lab_EndDate.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.lab_EndDate.ForeColor = System.Drawing.Color.Red;
  489. this.lab_EndDate.Location = new System.Drawing.Point(283, 262);
  490. this.lab_EndDate.Name = "lab_EndDate";
  491. this.lab_EndDate.Size = new System.Drawing.Size(77, 14);
  492. this.lab_EndDate.TabIndex = 2053;
  493. this.lab_EndDate.Text = "结束日期:";
  494. //
  495. // label12
  496. //
  497. this.label12.AutoSize = true;
  498. this.label12.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  499. this.label12.ForeColor = System.Drawing.Color.Red;
  500. this.label12.Location = new System.Drawing.Point(286, 82);
  501. this.label12.Name = "label12";
  502. this.label12.Size = new System.Drawing.Size(98, 14);
  503. this.label12.TabIndex = 1317;
  504. this.label12.Text = "诊断医师编码:";
  505. //
  506. // lab_StaDate
  507. //
  508. this.lab_StaDate.AutoSize = true;
  509. this.lab_StaDate.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  510. this.lab_StaDate.ForeColor = System.Drawing.Color.Red;
  511. this.lab_StaDate.Location = new System.Drawing.Point(10, 262);
  512. this.lab_StaDate.Name = "lab_StaDate";
  513. this.lab_StaDate.Size = new System.Drawing.Size(77, 14);
  514. this.lab_StaDate.TabIndex = 2052;
  515. this.lab_StaDate.Text = "开始日期:";
  516. //
  517. // panel4
  518. //
  519. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  520. this.panel4.Controls.Add(this.cbx_CardType);
  521. this.panel4.Controls.Add(this.tbx_AddParentNo);
  522. this.panel4.Controls.Add(this.label3);
  523. this.panel4.Controls.Add(this.tbx_AddNo);
  524. this.panel4.Controls.Add(this.label6);
  525. this.panel4.Controls.Add(this.tbx_MedType);
  526. this.panel4.Controls.Add(this.label14);
  527. this.panel4.Controls.Add(this.tbx_InsuType);
  528. this.panel4.Controls.Add(this.lab_);
  529. this.panel4.Controls.Add(this.tbx_No);
  530. this.panel4.Controls.Add(this.lab_No);
  531. this.panel4.Controls.Add(this.tbx_perType);
  532. this.panel4.Controls.Add(this.tbx_CompNo);
  533. this.panel4.Controls.Add(this.tbx_comp);
  534. this.panel4.Controls.Add(this.dpk_Birth);
  535. this.panel4.Controls.Add(this.cbx_Sex);
  536. this.panel4.Controls.Add(this.label31);
  537. this.panel4.Controls.Add(this.label30);
  538. this.panel4.Controls.Add(this.label29);
  539. this.panel4.Controls.Add(this.label20);
  540. this.panel4.Controls.Add(this.label18);
  541. this.panel4.Controls.Add(this.label16);
  542. this.panel4.Controls.Add(this.textBox1);
  543. this.panel4.Controls.Add(this.tbx_address);
  544. this.panel4.Controls.Add(this.tbx_Natio);
  545. this.panel4.Controls.Add(this.lab_address);
  546. this.panel4.Controls.Add(this.tbx_Phone);
  547. this.panel4.Controls.Add(this.lab_Phone);
  548. this.panel4.Controls.Add(this.tbx_IdCard);
  549. this.panel4.Controls.Add(this.lab_Work);
  550. this.panel4.Controls.Add(this.lab_Name);
  551. this.panel4.Controls.Add(this.tbx_Name);
  552. this.panel4.Controls.Add(this.lab_IdCard);
  553. this.panel4.Controls.Add(this.btn_GetMsg);
  554. this.panel4.Location = new System.Drawing.Point(6, 6);
  555. this.panel4.Name = "panel4";
  556. this.panel4.Size = new System.Drawing.Size(925, 223);
  557. this.panel4.TabIndex = 2043;
  558. this.panel4.TabStop = true;
  559. //
  560. // cbx_CardType
  561. //
  562. this.cbx_CardType.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  563. this.cbx_CardType.FormattingEnabled = true;
  564. this.cbx_CardType.Items.AddRange(new object[] {
  565. "居民身份证"});
  566. this.cbx_CardType.Location = new System.Drawing.Point(357, 35);
  567. this.cbx_CardType.Name = "cbx_CardType";
  568. this.cbx_CardType.Size = new System.Drawing.Size(154, 28);
  569. this.cbx_CardType.TabIndex = 2093;
  570. this.cbx_CardType.TabStop = false;
  571. //
  572. // tbx_AddParentNo
  573. //
  574. this.tbx_AddParentNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  575. this.tbx_AddParentNo.Location = new System.Drawing.Point(149, 187);
  576. this.tbx_AddParentNo.Name = "tbx_AddParentNo";
  577. this.tbx_AddParentNo.Size = new System.Drawing.Size(124, 23);
  578. this.tbx_AddParentNo.TabIndex = 2067;
  579. //
  580. // label3
  581. //
  582. this.label3.AutoSize = true;
  583. this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  584. this.label3.ForeColor = System.Drawing.Color.Red;
  585. this.label3.Location = new System.Drawing.Point(10, 190);
  586. this.label3.Name = "label3";
  587. this.label3.Size = new System.Drawing.Size(133, 14);
  588. this.label3.TabIndex = 2066;
  589. this.label3.Text = "参保所属医保区划:";
  590. //
  591. // tbx_AddNo
  592. //
  593. this.tbx_AddNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  594. this.tbx_AddNo.Location = new System.Drawing.Point(645, 158);
  595. this.tbx_AddNo.Name = "tbx_AddNo";
  596. this.tbx_AddNo.Size = new System.Drawing.Size(269, 23);
  597. this.tbx_AddNo.TabIndex = 2065;
  598. //
  599. // label6
  600. //
  601. this.label6.AutoSize = true;
  602. this.label6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  603. this.label6.ForeColor = System.Drawing.Color.Red;
  604. this.label6.Location = new System.Drawing.Point(519, 161);
  605. this.label6.Name = "label6";
  606. this.label6.Size = new System.Drawing.Size(133, 14);
  607. this.label6.TabIndex = 2063;
  608. this.label6.Text = "参保机构医保区划:";
  609. //
  610. // tbx_MedType
  611. //
  612. this.tbx_MedType.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  613. this.tbx_MedType.Location = new System.Drawing.Point(357, 158);
  614. this.tbx_MedType.Name = "tbx_MedType";
  615. this.tbx_MedType.Size = new System.Drawing.Size(154, 23);
  616. this.tbx_MedType.TabIndex = 2062;
  617. //
  618. // label14
  619. //
  620. this.label14.AutoSize = true;
  621. this.label14.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  622. this.label14.ForeColor = System.Drawing.Color.Red;
  623. this.label14.Location = new System.Drawing.Point(288, 161);
  624. this.label14.Name = "label14";
  625. this.label14.Size = new System.Drawing.Size(70, 14);
  626. this.label14.TabIndex = 2061;
  627. this.label14.Text = "待遇类型:";
  628. //
  629. // tbx_InsuType
  630. //
  631. this.tbx_InsuType.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  632. this.tbx_InsuType.Location = new System.Drawing.Point(83, 158);
  633. this.tbx_InsuType.Name = "tbx_InsuType";
  634. this.tbx_InsuType.Size = new System.Drawing.Size(190, 23);
  635. this.tbx_InsuType.TabIndex = 2058;
  636. //
  637. // lab_
  638. //
  639. this.lab_.AutoSize = true;
  640. this.lab_.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  641. this.lab_.ForeColor = System.Drawing.Color.Red;
  642. this.lab_.Location = new System.Drawing.Point(10, 161);
  643. this.lab_.Name = "lab_";
  644. this.lab_.Size = new System.Drawing.Size(77, 14);
  645. this.lab_.TabIndex = 2057;
  646. this.lab_.Text = "险种类型:";
  647. //
  648. // tbx_No
  649. //
  650. this.tbx_No.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  651. this.tbx_No.Location = new System.Drawing.Point(591, 129);
  652. this.tbx_No.Name = "tbx_No";
  653. this.tbx_No.Size = new System.Drawing.Size(323, 23);
  654. this.tbx_No.TabIndex = 2056;
  655. //
  656. // lab_No
  657. //
  658. this.lab_No.AutoSize = true;
  659. this.lab_No.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  660. this.lab_No.ForeColor = System.Drawing.Color.Red;
  661. this.lab_No.Location = new System.Drawing.Point(518, 135);
  662. this.lab_No.Name = "lab_No";
  663. this.lab_No.Size = new System.Drawing.Size(77, 14);
  664. this.lab_No.TabIndex = 2055;
  665. this.lab_No.Text = "人员编号:";
  666. //
  667. // tbx_perType
  668. //
  669. this.tbx_perType.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  670. this.tbx_perType.Location = new System.Drawing.Point(357, 129);
  671. this.tbx_perType.Name = "tbx_perType";
  672. this.tbx_perType.Size = new System.Drawing.Size(154, 23);
  673. this.tbx_perType.TabIndex = 2048;
  674. //
  675. // tbx_CompNo
  676. //
  677. this.tbx_CompNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  678. this.tbx_CompNo.Location = new System.Drawing.Point(83, 129);
  679. this.tbx_CompNo.Name = "tbx_CompNo";
  680. this.tbx_CompNo.Size = new System.Drawing.Size(191, 23);
  681. this.tbx_CompNo.TabIndex = 2045;
  682. //
  683. // tbx_comp
  684. //
  685. this.tbx_comp.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  686. this.tbx_comp.Location = new System.Drawing.Point(591, 96);
  687. this.tbx_comp.Name = "tbx_comp";
  688. this.tbx_comp.Size = new System.Drawing.Size(323, 23);
  689. this.tbx_comp.TabIndex = 2044;
  690. //
  691. // dpk_Birth
  692. //
  693. this.dpk_Birth.CalendarTrailingForeColor = System.Drawing.SystemColors.GradientActiveCaption;
  694. this.dpk_Birth.CustomFormat = "yyyy-MM-dd";
  695. this.dpk_Birth.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  696. this.dpk_Birth.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  697. this.dpk_Birth.Location = new System.Drawing.Point(357, 95);
  698. this.dpk_Birth.Name = "dpk_Birth";
  699. this.dpk_Birth.Size = new System.Drawing.Size(154, 26);
  700. this.dpk_Birth.TabIndex = 2043;
  701. //
  702. // cbx_Sex
  703. //
  704. this.cbx_Sex.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  705. this.cbx_Sex.FormattingEnabled = true;
  706. this.cbx_Sex.Items.AddRange(new object[] {
  707. "男",
  708. "女"});
  709. this.cbx_Sex.Location = new System.Drawing.Point(83, 95);
  710. this.cbx_Sex.Name = "cbx_Sex";
  711. this.cbx_Sex.Size = new System.Drawing.Size(190, 28);
  712. this.cbx_Sex.TabIndex = 1338;
  713. this.cbx_Sex.TabStop = false;
  714. //
  715. // label31
  716. //
  717. this.label31.AutoSize = true;
  718. this.label31.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  719. this.label31.ForeColor = System.Drawing.SystemColors.ControlText;
  720. this.label31.Location = new System.Drawing.Point(519, 99);
  721. this.label31.Name = "label31";
  722. this.label31.Size = new System.Drawing.Size(70, 14);
  723. this.label31.TabIndex = 1336;
  724. this.label31.Text = "公司名称:";
  725. //
  726. // label30
  727. //
  728. this.label30.AutoSize = true;
  729. this.label30.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  730. this.label30.ForeColor = System.Drawing.SystemColors.ControlText;
  731. this.label30.Location = new System.Drawing.Point(10, 135);
  732. this.label30.Name = "label30";
  733. this.label30.Size = new System.Drawing.Size(70, 14);
  734. this.label30.TabIndex = 1335;
  735. this.label30.Text = "公司编码:";
  736. //
  737. // label29
  738. //
  739. this.label29.AutoSize = true;
  740. this.label29.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  741. this.label29.ForeColor = System.Drawing.Color.Red;
  742. this.label29.Location = new System.Drawing.Point(286, 132);
  743. this.label29.Name = "label29";
  744. this.label29.Size = new System.Drawing.Size(70, 14);
  745. this.label29.TabIndex = 1334;
  746. this.label29.Text = "人员类别:";
  747. //
  748. // label20
  749. //
  750. this.label20.AutoSize = true;
  751. this.label20.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  752. this.label20.ForeColor = System.Drawing.Color.Red;
  753. this.label20.Location = new System.Drawing.Point(10, 104);
  754. this.label20.Name = "label20";
  755. this.label20.Size = new System.Drawing.Size(42, 14);
  756. this.label20.TabIndex = 1325;
  757. this.label20.Text = "性别:";
  758. //
  759. // label18
  760. //
  761. this.label18.AutoSize = true;
  762. this.label18.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  763. this.label18.ForeColor = System.Drawing.Color.Red;
  764. this.label18.Location = new System.Drawing.Point(10, 69);
  765. this.label18.Name = "label18";
  766. this.label18.Size = new System.Drawing.Size(42, 14);
  767. this.label18.TabIndex = 1323;
  768. this.label18.Text = "国籍:";
  769. //
  770. // label16
  771. //
  772. this.label16.AutoSize = true;
  773. this.label16.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  774. this.label16.ForeColor = System.Drawing.Color.Red;
  775. this.label16.Location = new System.Drawing.Point(286, 99);
  776. this.label16.Name = "label16";
  777. this.label16.Size = new System.Drawing.Size(70, 14);
  778. this.label16.TabIndex = 1321;
  779. this.label16.Text = "出生日期:";
  780. //
  781. // textBox1
  782. //
  783. this.textBox1.BackColor = System.Drawing.SystemColors.Control;
  784. this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  785. this.textBox1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  786. this.textBox1.Location = new System.Drawing.Point(-2, -2);
  787. this.textBox1.Multiline = true;
  788. this.textBox1.Name = "textBox1";
  789. this.textBox1.ReadOnly = true;
  790. this.textBox1.Size = new System.Drawing.Size(925, 33);
  791. this.textBox1.TabIndex = 1300;
  792. this.textBox1.TabStop = false;
  793. this.textBox1.Text = "基本信息";
  794. this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  795. //
  796. // tbx_address
  797. //
  798. this.tbx_address.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  799. this.tbx_address.Location = new System.Drawing.Point(591, 66);
  800. this.tbx_address.Name = "tbx_address";
  801. this.tbx_address.Size = new System.Drawing.Size(323, 23);
  802. this.tbx_address.TabIndex = 5;
  803. //
  804. // tbx_Natio
  805. //
  806. this.tbx_Natio.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  807. this.tbx_Natio.Location = new System.Drawing.Point(82, 66);
  808. this.tbx_Natio.Name = "tbx_Natio";
  809. this.tbx_Natio.Size = new System.Drawing.Size(191, 23);
  810. this.tbx_Natio.TabIndex = 3;
  811. //
  812. // lab_address
  813. //
  814. this.lab_address.AutoSize = true;
  815. this.lab_address.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  816. this.lab_address.ForeColor = System.Drawing.Color.Red;
  817. this.lab_address.Location = new System.Drawing.Point(519, 69);
  818. this.lab_address.Name = "lab_address";
  819. this.lab_address.Size = new System.Drawing.Size(77, 14);
  820. this.lab_address.TabIndex = 111;
  821. this.lab_address.Text = "联系地址:";
  822. //
  823. // tbx_Phone
  824. //
  825. this.tbx_Phone.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  826. this.tbx_Phone.Location = new System.Drawing.Point(357, 66);
  827. this.tbx_Phone.Name = "tbx_Phone";
  828. this.tbx_Phone.Size = new System.Drawing.Size(154, 23);
  829. this.tbx_Phone.TabIndex = 4;
  830. //
  831. // lab_Phone
  832. //
  833. this.lab_Phone.AutoSize = true;
  834. this.lab_Phone.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  835. this.lab_Phone.ForeColor = System.Drawing.Color.Red;
  836. this.lab_Phone.Location = new System.Drawing.Point(286, 69);
  837. this.lab_Phone.Name = "lab_Phone";
  838. this.lab_Phone.Size = new System.Drawing.Size(77, 14);
  839. this.lab_Phone.TabIndex = 932;
  840. this.lab_Phone.Text = "联系电话:";
  841. //
  842. // tbx_IdCard
  843. //
  844. this.tbx_IdCard.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  845. this.tbx_IdCard.Location = new System.Drawing.Point(591, 37);
  846. this.tbx_IdCard.Name = "tbx_IdCard";
  847. this.tbx_IdCard.Size = new System.Drawing.Size(196, 23);
  848. this.tbx_IdCard.TabIndex = 2;
  849. //
  850. // lab_Work
  851. //
  852. this.lab_Work.AutoSize = true;
  853. this.lab_Work.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  854. this.lab_Work.ForeColor = System.Drawing.Color.Red;
  855. this.lab_Work.Location = new System.Drawing.Point(519, 43);
  856. this.lab_Work.Name = "lab_Work";
  857. this.lab_Work.Size = new System.Drawing.Size(77, 14);
  858. this.lab_Work.TabIndex = 731;
  859. this.lab_Work.Text = "证件号码:";
  860. //
  861. // lab_Name
  862. //
  863. this.lab_Name.AutoSize = true;
  864. this.lab_Name.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  865. this.lab_Name.ForeColor = System.Drawing.Color.Red;
  866. this.lab_Name.Location = new System.Drawing.Point(286, 43);
  867. this.lab_Name.Name = "lab_Name";
  868. this.lab_Name.Size = new System.Drawing.Size(77, 14);
  869. this.lab_Name.TabIndex = 311;
  870. this.lab_Name.Text = "证件类型:";
  871. //
  872. // tbx_Name
  873. //
  874. this.tbx_Name.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  875. this.tbx_Name.Location = new System.Drawing.Point(82, 37);
  876. this.tbx_Name.Name = "tbx_Name";
  877. this.tbx_Name.Size = new System.Drawing.Size(191, 23);
  878. this.tbx_Name.TabIndex = 0;
  879. //
  880. // lab_IdCard
  881. //
  882. this.lab_IdCard.AutoSize = true;
  883. this.lab_IdCard.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  884. this.lab_IdCard.ForeColor = System.Drawing.Color.Red;
  885. this.lab_IdCard.Location = new System.Drawing.Point(10, 43);
  886. this.lab_IdCard.Name = "lab_IdCard";
  887. this.lab_IdCard.Size = new System.Drawing.Size(77, 14);
  888. this.lab_IdCard.TabIndex = 133;
  889. this.lab_IdCard.Text = "人员姓名:";
  890. //
  891. // btn_GetMsg
  892. //
  893. this.btn_GetMsg.BackColor = System.Drawing.Color.Transparent;
  894. this.btn_GetMsg.FlatAppearance.BorderColor = System.Drawing.Color.Blue;
  895. this.btn_GetMsg.FlatAppearance.BorderSize = 2;
  896. this.btn_GetMsg.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  897. this.btn_GetMsg.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  898. this.btn_GetMsg.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  899. this.btn_GetMsg.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  900. this.btn_GetMsg.Location = new System.Drawing.Point(803, 34);
  901. this.btn_GetMsg.Name = "btn_GetMsg";
  902. this.btn_GetMsg.Size = new System.Drawing.Size(111, 27);
  903. this.btn_GetMsg.TabIndex = 6;
  904. this.btn_GetMsg.TabStop = false;
  905. this.btn_GetMsg.Text = "获取用户信息";
  906. this.btn_GetMsg.UseVisualStyleBackColor = false;
  907. this.btn_GetMsg.Click += new System.EventHandler(this.btn_GetMsg_Click);
  908. //
  909. // SlowSpecRecord
  910. //
  911. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  912. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  913. this.ClientSize = new System.Drawing.Size(940, 636);
  914. this.Controls.Add(this.panel2);
  915. this.Name = "SlowSpecRecord";
  916. this.Text = "慢特病备案";
  917. this.Load += new System.EventHandler(this.SlowSpecRecord_Load);
  918. this.panel2.ResumeLayout(false);
  919. this.panel3.ResumeLayout(false);
  920. this.panel3.PerformLayout();
  921. this.panel4.ResumeLayout(false);
  922. this.panel4.PerformLayout();
  923. this.ResumeLayout(false);
  924. }
  925. #endregion
  926. private System.Windows.Forms.Panel panel2;
  927. private System.Windows.Forms.Button btn_Cancel;
  928. private System.Windows.Forms.Button btn_OK;
  929. private System.Windows.Forms.Panel panel3;
  930. private System.Windows.Forms.TextBox tbx_ChiefDoctor;
  931. private System.Windows.Forms.TextBox tbx_DoctorNo;
  932. private System.Windows.Forms.Label label2;
  933. private System.Windows.Forms.TextBox tbx_Doctor;
  934. private System.Windows.Forms.ComboBox cbx_Slow;
  935. private System.Windows.Forms.ComboBox cbx_MedInst;
  936. private System.Windows.Forms.TextBox tbx_HospOpin;
  937. private System.Windows.Forms.Label lab_TranOpin;
  938. private System.Windows.Forms.DateTimePicker dpt_HospDate;
  939. private System.Windows.Forms.Label label9;
  940. private System.Windows.Forms.TextBox tbx_BizAppy;
  941. private System.Windows.Forms.Label label11;
  942. private System.Windows.Forms.DateTimePicker dpk_EndDate;
  943. private System.Windows.Forms.DateTimePicker dpk_StaDate;
  944. private System.Windows.Forms.RichTextBox rtb_Treatment;
  945. private System.Windows.Forms.RichTextBox rtb_Condition;
  946. private System.Windows.Forms.Label label24;
  947. private System.Windows.Forms.Label label8;
  948. private System.Windows.Forms.Label label21;
  949. private System.Windows.Forms.Label label5;
  950. private System.Windows.Forms.Label label22;
  951. private System.Windows.Forms.Label label17;
  952. private System.Windows.Forms.TextBox textBox3;
  953. private System.Windows.Forms.Label lab_EndDate;
  954. private System.Windows.Forms.Label label12;
  955. private System.Windows.Forms.Label lab_StaDate;
  956. private System.Windows.Forms.Panel panel4;
  957. private System.Windows.Forms.TextBox tbx_AddParentNo;
  958. private System.Windows.Forms.Label label3;
  959. private System.Windows.Forms.TextBox tbx_AddNo;
  960. private System.Windows.Forms.Label label6;
  961. private System.Windows.Forms.TextBox tbx_MedType;
  962. private System.Windows.Forms.Label label14;
  963. private System.Windows.Forms.TextBox tbx_InsuType;
  964. private System.Windows.Forms.Label lab_;
  965. private System.Windows.Forms.TextBox tbx_No;
  966. private System.Windows.Forms.Label lab_No;
  967. private System.Windows.Forms.TextBox tbx_perType;
  968. private System.Windows.Forms.TextBox tbx_CompNo;
  969. private System.Windows.Forms.TextBox tbx_comp;
  970. private System.Windows.Forms.DateTimePicker dpk_Birth;
  971. private System.Windows.Forms.Label label31;
  972. private System.Windows.Forms.Label label30;
  973. private System.Windows.Forms.Label label29;
  974. private System.Windows.Forms.Label label20;
  975. private System.Windows.Forms.Label label18;
  976. private System.Windows.Forms.Label label16;
  977. private System.Windows.Forms.TextBox textBox1;
  978. private System.Windows.Forms.TextBox tbx_address;
  979. private System.Windows.Forms.TextBox tbx_Natio;
  980. private System.Windows.Forms.Label lab_address;
  981. private System.Windows.Forms.TextBox tbx_Phone;
  982. private System.Windows.Forms.Label lab_Phone;
  983. private System.Windows.Forms.TextBox tbx_IdCard;
  984. private System.Windows.Forms.Label lab_Work;
  985. private System.Windows.Forms.Label lab_Name;
  986. private System.Windows.Forms.TextBox tbx_Name;
  987. private System.Windows.Forms.Label lab_IdCard;
  988. private System.Windows.Forms.Button btn_GetMsg;
  989. private System.Windows.Forms.ComboBox cbx_Sex;
  990. private System.Windows.Forms.ComboBox cbx_CardType;
  991. private System.Windows.Forms.TextBox tbx_Dise;
  992. private System.Windows.Forms.TextBox tbx_HospTel;
  993. private System.Windows.Forms.TextBox textBox4;
  994. private System.Windows.Forms.Label label1;
  995. private System.Windows.Forms.TextBox textBox5;
  996. private System.Windows.Forms.Label label4;
  997. private System.Windows.Forms.Label label7;
  998. }
  999. }