SlowSpecRecord.Designer.cs 60 KB

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