SlowSpecRecord.Designer.cs 54 KB

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