ToRecordFrom.Designer.cs 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class ToRecordFrom
  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.cbx_ToMedInst = new System.Windows.Forms.ComboBox();
  34. this.cbx_MedInst = new System.Windows.Forms.ComboBox();
  35. this.tbx_TranOpin = new System.Windows.Forms.RichTextBox();
  36. this.tbx_TranRea = new System.Windows.Forms.RichTextBox();
  37. this.dpk_EndDate = new System.Windows.Forms.DateTimePicker();
  38. this.dpk_StaDate = new System.Windows.Forms.DateTimePicker();
  39. this.dpk_TranDate = new System.Windows.Forms.DateTimePicker();
  40. this.tbx_ToAddNo = new System.Windows.Forms.TextBox();
  41. this.label8 = new System.Windows.Forms.Label();
  42. this.tbx_TranType = new System.Windows.Forms.TextBox();
  43. this.label6 = new System.Windows.Forms.Label();
  44. this.textBox3 = new System.Windows.Forms.TextBox();
  45. this.lab_TranOpin = new System.Windows.Forms.Label();
  46. this.lab_TranRea = new System.Windows.Forms.Label();
  47. this.lab_EndDate = new System.Windows.Forms.Label();
  48. this.lab_StaDate = new System.Windows.Forms.Label();
  49. this.lab_TranDate = new System.Windows.Forms.Label();
  50. this.lab_MediArea = new System.Windows.Forms.Label();
  51. this.lab_OrgaName = new System.Windows.Forms.Label();
  52. this.panel4 = new System.Windows.Forms.Panel();
  53. this.cbx_DiagName = new System.Windows.Forms.ComboBox();
  54. this.cbx_DiseName = new System.Windows.Forms.ComboBox();
  55. this.rtb_DiagDesc = new System.Windows.Forms.RichTextBox();
  56. this.label4 = new System.Windows.Forms.Label();
  57. this.textBox2 = new System.Windows.Forms.TextBox();
  58. this.lab_DiagDesc = new System.Windows.Forms.Label();
  59. this.lab_DiagName = new System.Windows.Forms.Label();
  60. this.panel5 = new System.Windows.Forms.Panel();
  61. this.tbx_AddNo = new System.Windows.Forms.TextBox();
  62. this.tbx_MediGen = new System.Windows.Forms.TextBox();
  63. this.tbx_InsuType = new System.Windows.Forms.TextBox();
  64. this.tbx_address = new System.Windows.Forms.TextBox();
  65. this.tbx_Phone = new System.Windows.Forms.TextBox();
  66. this.tbx_No = new System.Windows.Forms.TextBox();
  67. this.tbx_IdCard = new System.Windows.Forms.TextBox();
  68. this.cbx_CardType = new System.Windows.Forms.ComboBox();
  69. this.tbx_Name = new System.Windows.Forms.TextBox();
  70. this.label3 = new System.Windows.Forms.Label();
  71. this.label2 = new System.Windows.Forms.Label();
  72. this.lab_ = new System.Windows.Forms.Label();
  73. this.textBox1 = new System.Windows.Forms.TextBox();
  74. this.lab_address = new System.Windows.Forms.Label();
  75. this.lab_No = new System.Windows.Forms.Label();
  76. this.lab_Phone = new System.Windows.Forms.Label();
  77. this.lab_Work = new System.Windows.Forms.Label();
  78. this.lab_Name = new System.Windows.Forms.Label();
  79. this.lab_IdCard = new System.Windows.Forms.Label();
  80. this.btn_GetMsg = new System.Windows.Forms.Button();
  81. this.panel2.SuspendLayout();
  82. this.panel3.SuspendLayout();
  83. this.panel4.SuspendLayout();
  84. this.panel5.SuspendLayout();
  85. this.SuspendLayout();
  86. //
  87. // panel2
  88. //
  89. this.panel2.Controls.Add(this.btn_Cancel);
  90. this.panel2.Controls.Add(this.btn_OK);
  91. this.panel2.Controls.Add(this.panel3);
  92. this.panel2.Controls.Add(this.panel4);
  93. this.panel2.Controls.Add(this.panel5);
  94. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.panel2.Location = new System.Drawing.Point(0, 0);
  96. this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  97. this.panel2.Name = "panel2";
  98. this.panel2.Size = new System.Drawing.Size(1240, 768);
  99. this.panel2.TabIndex = 4;
  100. //
  101. // btn_Cancel
  102. //
  103. this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.btn_Cancel.Location = new System.Drawing.Point(667, 711);
  105. this.btn_Cancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  106. this.btn_Cancel.Name = "btn_Cancel";
  107. this.btn_Cancel.Size = new System.Drawing.Size(100, 41);
  108. this.btn_Cancel.TabIndex = 2066;
  109. this.btn_Cancel.Text = "取 消";
  110. this.btn_Cancel.UseVisualStyleBackColor = true;
  111. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  112. //
  113. // btn_OK
  114. //
  115. this.btn_OK.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.btn_OK.Location = new System.Drawing.Point(461, 711);
  117. this.btn_OK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  118. this.btn_OK.Name = "btn_OK";
  119. this.btn_OK.Size = new System.Drawing.Size(100, 41);
  120. this.btn_OK.TabIndex = 2064;
  121. this.btn_OK.Text = "同意转院";
  122. this.btn_OK.UseVisualStyleBackColor = true;
  123. this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
  124. //
  125. // panel3
  126. //
  127. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  128. this.panel3.Controls.Add(this.cbx_ToMedInst);
  129. this.panel3.Controls.Add(this.cbx_MedInst);
  130. this.panel3.Controls.Add(this.tbx_TranOpin);
  131. this.panel3.Controls.Add(this.tbx_TranRea);
  132. this.panel3.Controls.Add(this.dpk_EndDate);
  133. this.panel3.Controls.Add(this.dpk_StaDate);
  134. this.panel3.Controls.Add(this.dpk_TranDate);
  135. this.panel3.Controls.Add(this.tbx_ToAddNo);
  136. this.panel3.Controls.Add(this.label8);
  137. this.panel3.Controls.Add(this.tbx_TranType);
  138. this.panel3.Controls.Add(this.label6);
  139. this.panel3.Controls.Add(this.textBox3);
  140. this.panel3.Controls.Add(this.lab_TranOpin);
  141. this.panel3.Controls.Add(this.lab_TranRea);
  142. this.panel3.Controls.Add(this.lab_EndDate);
  143. this.panel3.Controls.Add(this.lab_StaDate);
  144. this.panel3.Controls.Add(this.lab_TranDate);
  145. this.panel3.Controls.Add(this.lab_MediArea);
  146. this.panel3.Controls.Add(this.lab_OrgaName);
  147. this.panel3.ForeColor = System.Drawing.Color.Red;
  148. this.panel3.Location = new System.Drawing.Point(7, 360);
  149. this.panel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  150. this.panel3.Name = "panel3";
  151. this.panel3.Size = new System.Drawing.Size(1231, 319);
  152. this.panel3.TabIndex = 2063;
  153. //
  154. // cbx_ToMedInst
  155. //
  156. this.cbx_ToMedInst.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.cbx_ToMedInst.FormattingEnabled = true;
  158. this.cbx_ToMedInst.Location = new System.Drawing.Point(587, 85);
  159. this.cbx_ToMedInst.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  160. this.cbx_ToMedInst.Name = "cbx_ToMedInst";
  161. this.cbx_ToMedInst.Size = new System.Drawing.Size(631, 31);
  162. this.cbx_ToMedInst.TabIndex = 2093;
  163. //
  164. // cbx_MedInst
  165. //
  166. this.cbx_MedInst.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.cbx_MedInst.FormattingEnabled = true;
  168. this.cbx_MedInst.Location = new System.Drawing.Point(587, 44);
  169. this.cbx_MedInst.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  170. this.cbx_MedInst.Name = "cbx_MedInst";
  171. this.cbx_MedInst.Size = new System.Drawing.Size(631, 31);
  172. this.cbx_MedInst.TabIndex = 2092;
  173. //
  174. // tbx_TranOpin
  175. //
  176. this.tbx_TranOpin.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.tbx_TranOpin.Location = new System.Drawing.Point(107, 239);
  178. this.tbx_TranOpin.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  179. this.tbx_TranOpin.Name = "tbx_TranOpin";
  180. this.tbx_TranOpin.Size = new System.Drawing.Size(1111, 64);
  181. this.tbx_TranOpin.TabIndex = 2079;
  182. this.tbx_TranOpin.Text = "";
  183. //
  184. // tbx_TranRea
  185. //
  186. this.tbx_TranRea.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.tbx_TranRea.Location = new System.Drawing.Point(107, 166);
  188. this.tbx_TranRea.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  189. this.tbx_TranRea.Name = "tbx_TranRea";
  190. this.tbx_TranRea.Size = new System.Drawing.Size(1111, 64);
  191. this.tbx_TranRea.TabIndex = 2078;
  192. this.tbx_TranRea.Text = "";
  193. //
  194. // dpk_EndDate
  195. //
  196. this.dpk_EndDate.CalendarTrailingForeColor = System.Drawing.SystemColors.GradientActiveCaption;
  197. this.dpk_EndDate.CustomFormat = "yyyy-MM-dd";
  198. this.dpk_EndDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.dpk_EndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  200. this.dpk_EndDate.Location = new System.Drawing.Point(785, 126);
  201. this.dpk_EndDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  202. this.dpk_EndDate.Name = "dpk_EndDate";
  203. this.dpk_EndDate.Size = new System.Drawing.Size(432, 31);
  204. this.dpk_EndDate.TabIndex = 2077;
  205. //
  206. // dpk_StaDate
  207. //
  208. this.dpk_StaDate.CalendarTrailingForeColor = System.Drawing.SystemColors.GradientActiveCaption;
  209. this.dpk_StaDate.CustomFormat = "yyyy-MM-dd";
  210. this.dpk_StaDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.dpk_StaDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  212. this.dpk_StaDate.Location = new System.Drawing.Point(471, 126);
  213. this.dpk_StaDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  214. this.dpk_StaDate.Name = "dpk_StaDate";
  215. this.dpk_StaDate.Size = new System.Drawing.Size(207, 31);
  216. this.dpk_StaDate.TabIndex = 2076;
  217. //
  218. // dpk_TranDate
  219. //
  220. this.dpk_TranDate.CustomFormat = "yyyy-MM-dd";
  221. this.dpk_TranDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.dpk_TranDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  223. this.dpk_TranDate.Location = new System.Drawing.Point(107, 126);
  224. this.dpk_TranDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  225. this.dpk_TranDate.Name = "dpk_TranDate";
  226. this.dpk_TranDate.Size = new System.Drawing.Size(253, 31);
  227. this.dpk_TranDate.TabIndex = 2075;
  228. //
  229. // tbx_ToAddNo
  230. //
  231. this.tbx_ToAddNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.tbx_ToAddNo.Location = new System.Drawing.Point(161, 89);
  233. this.tbx_ToAddNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  234. this.tbx_ToAddNo.Name = "tbx_ToAddNo";
  235. this.tbx_ToAddNo.Size = new System.Drawing.Size(197, 27);
  236. this.tbx_ToAddNo.TabIndex = 2072;
  237. //
  238. // label8
  239. //
  240. this.label8.AutoSize = true;
  241. this.label8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.label8.ForeColor = System.Drawing.Color.Red;
  243. this.label8.Location = new System.Drawing.Point(375, 52);
  244. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  245. this.label8.Name = "label8";
  246. this.label8.Size = new System.Drawing.Size(170, 18);
  247. this.label8.TabIndex = 2061;
  248. this.label8.Text = "定点医药机构名称:";
  249. //
  250. // tbx_TranType
  251. //
  252. this.tbx_TranType.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.tbx_TranType.Location = new System.Drawing.Point(107, 49);
  254. this.tbx_TranType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  255. this.tbx_TranType.Name = "tbx_TranType";
  256. this.tbx_TranType.Size = new System.Drawing.Size(252, 27);
  257. this.tbx_TranType.TabIndex = 2056;
  258. //
  259. // label6
  260. //
  261. this.label6.AutoSize = true;
  262. this.label6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  263. this.label6.Location = new System.Drawing.Point(11, 52);
  264. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  265. this.label6.Name = "label6";
  266. this.label6.Size = new System.Drawing.Size(98, 18);
  267. this.label6.TabIndex = 2057;
  268. this.label6.Text = "转院类型:";
  269. //
  270. // textBox3
  271. //
  272. this.textBox3.BackColor = System.Drawing.Color.Turquoise;
  273. this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  274. this.textBox3.Dock = System.Windows.Forms.DockStyle.Top;
  275. this.textBox3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.textBox3.Location = new System.Drawing.Point(0, 0);
  277. this.textBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  278. this.textBox3.Multiline = true;
  279. this.textBox3.Name = "textBox3";
  280. this.textBox3.ReadOnly = true;
  281. this.textBox3.Size = new System.Drawing.Size(1227, 36);
  282. this.textBox3.TabIndex = 2055;
  283. this.textBox3.TabStop = false;
  284. this.textBox3.Text = "转院信息";
  285. this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  286. //
  287. // lab_TranOpin
  288. //
  289. this.lab_TranOpin.AutoSize = true;
  290. this.lab_TranOpin.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  291. this.lab_TranOpin.Location = new System.Drawing.Point(11, 259);
  292. this.lab_TranOpin.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  293. this.lab_TranOpin.Name = "lab_TranOpin";
  294. this.lab_TranOpin.Size = new System.Drawing.Size(98, 18);
  295. this.lab_TranOpin.TabIndex = 2047;
  296. this.lab_TranOpin.Text = "转院意见:";
  297. //
  298. // lab_TranRea
  299. //
  300. this.lab_TranRea.AutoSize = true;
  301. this.lab_TranRea.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.lab_TranRea.Location = new System.Drawing.Point(11, 189);
  303. this.lab_TranRea.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  304. this.lab_TranRea.Name = "lab_TranRea";
  305. this.lab_TranRea.Size = new System.Drawing.Size(98, 18);
  306. this.lab_TranRea.TabIndex = 2054;
  307. this.lab_TranRea.Text = "转院原因:";
  308. //
  309. // lab_EndDate
  310. //
  311. this.lab_EndDate.AutoSize = true;
  312. this.lab_EndDate.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  313. this.lab_EndDate.ForeColor = System.Drawing.SystemColors.ControlText;
  314. this.lab_EndDate.Location = new System.Drawing.Point(689, 134);
  315. this.lab_EndDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  316. this.lab_EndDate.Name = "lab_EndDate";
  317. this.lab_EndDate.Size = new System.Drawing.Size(98, 18);
  318. this.lab_EndDate.TabIndex = 2053;
  319. this.lab_EndDate.Text = "结束日期:";
  320. //
  321. // lab_StaDate
  322. //
  323. this.lab_StaDate.AutoSize = true;
  324. this.lab_StaDate.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  325. this.lab_StaDate.ForeColor = System.Drawing.Color.Red;
  326. this.lab_StaDate.Location = new System.Drawing.Point(379, 134);
  327. this.lab_StaDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  328. this.lab_StaDate.Name = "lab_StaDate";
  329. this.lab_StaDate.Size = new System.Drawing.Size(98, 18);
  330. this.lab_StaDate.TabIndex = 2052;
  331. this.lab_StaDate.Text = "开始日期:";
  332. //
  333. // lab_TranDate
  334. //
  335. this.lab_TranDate.AutoSize = true;
  336. this.lab_TranDate.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.lab_TranDate.ForeColor = System.Drawing.Color.Red;
  338. this.lab_TranDate.Location = new System.Drawing.Point(11, 134);
  339. this.lab_TranDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  340. this.lab_TranDate.Name = "lab_TranDate";
  341. this.lab_TranDate.Size = new System.Drawing.Size(98, 18);
  342. this.lab_TranDate.TabIndex = 2049;
  343. this.lab_TranDate.Text = "转院日期:";
  344. //
  345. // lab_MediArea
  346. //
  347. this.lab_MediArea.AutoSize = true;
  348. this.lab_MediArea.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. this.lab_MediArea.ForeColor = System.Drawing.Color.Red;
  350. this.lab_MediArea.Location = new System.Drawing.Point(11, 95);
  351. this.lab_MediArea.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  352. this.lab_MediArea.Name = "lab_MediArea";
  353. this.lab_MediArea.Size = new System.Drawing.Size(152, 18);
  354. this.lab_MediArea.TabIndex = 2051;
  355. this.lab_MediArea.Text = "就医地行政区划:";
  356. //
  357. // lab_OrgaName
  358. //
  359. this.lab_OrgaName.AutoSize = true;
  360. this.lab_OrgaName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  361. this.lab_OrgaName.ForeColor = System.Drawing.Color.Red;
  362. this.lab_OrgaName.Location = new System.Drawing.Point(379, 95);
  363. this.lab_OrgaName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  364. this.lab_OrgaName.Name = "lab_OrgaName";
  365. this.lab_OrgaName.Size = new System.Drawing.Size(206, 18);
  366. this.lab_OrgaName.TabIndex = 2048;
  367. this.lab_OrgaName.Text = "转往定点医药机构名称:";
  368. //
  369. // panel4
  370. //
  371. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  372. this.panel4.Controls.Add(this.cbx_DiagName);
  373. this.panel4.Controls.Add(this.cbx_DiseName);
  374. this.panel4.Controls.Add(this.rtb_DiagDesc);
  375. this.panel4.Controls.Add(this.label4);
  376. this.panel4.Controls.Add(this.textBox2);
  377. this.panel4.Controls.Add(this.lab_DiagDesc);
  378. this.panel4.Controls.Add(this.lab_DiagName);
  379. this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
  380. this.panel4.Location = new System.Drawing.Point(0, 168);
  381. this.panel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  382. this.panel4.Name = "panel4";
  383. this.panel4.Size = new System.Drawing.Size(1240, 170);
  384. this.panel4.TabIndex = 2062;
  385. //
  386. // cbx_DiagName
  387. //
  388. this.cbx_DiagName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  389. this.cbx_DiagName.FormattingEnabled = true;
  390. this.cbx_DiagName.Location = new System.Drawing.Point(785, 44);
  391. this.cbx_DiagName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  392. this.cbx_DiagName.Name = "cbx_DiagName";
  393. this.cbx_DiagName.Size = new System.Drawing.Size(432, 31);
  394. this.cbx_DiagName.TabIndex = 2093;
  395. this.cbx_DiagName.TabStop = false;
  396. //
  397. // cbx_DiseName
  398. //
  399. this.cbx_DiseName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.cbx_DiseName.FormattingEnabled = true;
  401. this.cbx_DiseName.Location = new System.Drawing.Point(105, 44);
  402. this.cbx_DiseName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  403. this.cbx_DiseName.Name = "cbx_DiseName";
  404. this.cbx_DiseName.Size = new System.Drawing.Size(571, 31);
  405. this.cbx_DiseName.TabIndex = 2092;
  406. this.cbx_DiseName.TabStop = false;
  407. this.cbx_DiseName.TextUpdate += new System.EventHandler(this.cbx_DiseName_TextUpdate);
  408. //
  409. // rtb_DiagDesc
  410. //
  411. this.rtb_DiagDesc.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  412. this.rtb_DiagDesc.Location = new System.Drawing.Point(107, 86);
  413. this.rtb_DiagDesc.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  414. this.rtb_DiagDesc.Name = "rtb_DiagDesc";
  415. this.rtb_DiagDesc.Size = new System.Drawing.Size(1111, 64);
  416. this.rtb_DiagDesc.TabIndex = 2049;
  417. this.rtb_DiagDesc.Text = "";
  418. //
  419. // label4
  420. //
  421. this.label4.AutoSize = true;
  422. this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  423. this.label4.ForeColor = System.Drawing.Color.Red;
  424. this.label4.Location = new System.Drawing.Point(11, 52);
  425. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  426. this.label4.Name = "label4";
  427. this.label4.Size = new System.Drawing.Size(98, 18);
  428. this.label4.TabIndex = 2044;
  429. this.label4.Text = "病种名称:";
  430. //
  431. // textBox2
  432. //
  433. this.textBox2.BackColor = System.Drawing.Color.Turquoise;
  434. this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  435. this.textBox2.Dock = System.Windows.Forms.DockStyle.Top;
  436. this.textBox2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  437. this.textBox2.Location = new System.Drawing.Point(0, 0);
  438. this.textBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  439. this.textBox2.Multiline = true;
  440. this.textBox2.Name = "textBox2";
  441. this.textBox2.ReadOnly = true;
  442. this.textBox2.Size = new System.Drawing.Size(1236, 36);
  443. this.textBox2.TabIndex = 1401;
  444. this.textBox2.TabStop = false;
  445. this.textBox2.Text = "诊断信息";
  446. this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  447. //
  448. // lab_DiagDesc
  449. //
  450. this.lab_DiagDesc.AutoSize = true;
  451. this.lab_DiagDesc.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  452. this.lab_DiagDesc.Location = new System.Drawing.Point(11, 90);
  453. this.lab_DiagDesc.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  454. this.lab_DiagDesc.Name = "lab_DiagDesc";
  455. this.lab_DiagDesc.Size = new System.Drawing.Size(98, 18);
  456. this.lab_DiagDesc.TabIndex = 2038;
  457. this.lab_DiagDesc.Text = "病情描述:";
  458. //
  459. // lab_DiagName
  460. //
  461. this.lab_DiagName.AutoSize = true;
  462. this.lab_DiagName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  463. this.lab_DiagName.ForeColor = System.Drawing.SystemColors.ControlText;
  464. this.lab_DiagName.Location = new System.Drawing.Point(689, 52);
  465. this.lab_DiagName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  466. this.lab_DiagName.Name = "lab_DiagName";
  467. this.lab_DiagName.Size = new System.Drawing.Size(98, 18);
  468. this.lab_DiagName.TabIndex = 2040;
  469. this.lab_DiagName.Text = "诊断名称:";
  470. //
  471. // panel5
  472. //
  473. this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  474. this.panel5.Controls.Add(this.tbx_AddNo);
  475. this.panel5.Controls.Add(this.tbx_MediGen);
  476. this.panel5.Controls.Add(this.tbx_InsuType);
  477. this.panel5.Controls.Add(this.tbx_address);
  478. this.panel5.Controls.Add(this.tbx_Phone);
  479. this.panel5.Controls.Add(this.tbx_No);
  480. this.panel5.Controls.Add(this.tbx_IdCard);
  481. this.panel5.Controls.Add(this.cbx_CardType);
  482. this.panel5.Controls.Add(this.tbx_Name);
  483. this.panel5.Controls.Add(this.label3);
  484. this.panel5.Controls.Add(this.label2);
  485. this.panel5.Controls.Add(this.lab_);
  486. this.panel5.Controls.Add(this.textBox1);
  487. this.panel5.Controls.Add(this.lab_address);
  488. this.panel5.Controls.Add(this.lab_No);
  489. this.panel5.Controls.Add(this.lab_Phone);
  490. this.panel5.Controls.Add(this.lab_Work);
  491. this.panel5.Controls.Add(this.lab_Name);
  492. this.panel5.Controls.Add(this.lab_IdCard);
  493. this.panel5.Controls.Add(this.btn_GetMsg);
  494. this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
  495. this.panel5.Location = new System.Drawing.Point(0, 0);
  496. this.panel5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  497. this.panel5.Name = "panel5";
  498. this.panel5.Size = new System.Drawing.Size(1240, 168);
  499. this.panel5.TabIndex = 2061;
  500. this.panel5.TabStop = true;
  501. //
  502. // tbx_AddNo
  503. //
  504. this.tbx_AddNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  505. this.tbx_AddNo.Location = new System.Drawing.Point(857, 122);
  506. this.tbx_AddNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  507. this.tbx_AddNo.Name = "tbx_AddNo";
  508. this.tbx_AddNo.Size = new System.Drawing.Size(360, 27);
  509. this.tbx_AddNo.TabIndex = 2099;
  510. //
  511. // tbx_MediGen
  512. //
  513. this.tbx_MediGen.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  514. this.tbx_MediGen.Location = new System.Drawing.Point(471, 122);
  515. this.tbx_MediGen.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  516. this.tbx_MediGen.Name = "tbx_MediGen";
  517. this.tbx_MediGen.Size = new System.Drawing.Size(205, 27);
  518. this.tbx_MediGen.TabIndex = 2098;
  519. //
  520. // tbx_InsuType
  521. //
  522. this.tbx_InsuType.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  523. this.tbx_InsuType.Location = new System.Drawing.Point(105, 122);
  524. this.tbx_InsuType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  525. this.tbx_InsuType.Name = "tbx_InsuType";
  526. this.tbx_InsuType.Size = new System.Drawing.Size(253, 27);
  527. this.tbx_InsuType.TabIndex = 2097;
  528. //
  529. // tbx_address
  530. //
  531. this.tbx_address.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  532. this.tbx_address.Location = new System.Drawing.Point(785, 82);
  533. this.tbx_address.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  534. this.tbx_address.Name = "tbx_address";
  535. this.tbx_address.Size = new System.Drawing.Size(432, 27);
  536. this.tbx_address.TabIndex = 2096;
  537. //
  538. // tbx_Phone
  539. //
  540. this.tbx_Phone.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  541. this.tbx_Phone.Location = new System.Drawing.Point(471, 82);
  542. this.tbx_Phone.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  543. this.tbx_Phone.Name = "tbx_Phone";
  544. this.tbx_Phone.Size = new System.Drawing.Size(207, 27);
  545. this.tbx_Phone.TabIndex = 2095;
  546. //
  547. // tbx_No
  548. //
  549. this.tbx_No.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  550. this.tbx_No.Location = new System.Drawing.Point(107, 82);
  551. this.tbx_No.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  552. this.tbx_No.Name = "tbx_No";
  553. this.tbx_No.Size = new System.Drawing.Size(253, 27);
  554. this.tbx_No.TabIndex = 2094;
  555. //
  556. // tbx_IdCard
  557. //
  558. this.tbx_IdCard.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  559. this.tbx_IdCard.Location = new System.Drawing.Point(785, 46);
  560. this.tbx_IdCard.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  561. this.tbx_IdCard.Name = "tbx_IdCard";
  562. this.tbx_IdCard.Size = new System.Drawing.Size(273, 27);
  563. this.tbx_IdCard.TabIndex = 2093;
  564. //
  565. // cbx_CardType
  566. //
  567. this.cbx_CardType.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  568. this.cbx_CardType.FormattingEnabled = true;
  569. this.cbx_CardType.Items.AddRange(new object[] {
  570. "居民身份证"});
  571. this.cbx_CardType.Location = new System.Drawing.Point(472, 41);
  572. this.cbx_CardType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  573. this.cbx_CardType.Name = "cbx_CardType";
  574. this.cbx_CardType.Size = new System.Drawing.Size(208, 31);
  575. this.cbx_CardType.TabIndex = 2092;
  576. this.cbx_CardType.TabStop = false;
  577. this.cbx_CardType.TextUpdate += new System.EventHandler(this.cbx_CardType_TextUpdate);
  578. //
  579. // tbx_Name
  580. //
  581. this.tbx_Name.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  582. this.tbx_Name.Location = new System.Drawing.Point(105, 46);
  583. this.tbx_Name.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  584. this.tbx_Name.Name = "tbx_Name";
  585. this.tbx_Name.Size = new System.Drawing.Size(253, 27);
  586. this.tbx_Name.TabIndex = 1308;
  587. //
  588. // label3
  589. //
  590. this.label3.AutoSize = true;
  591. this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  592. this.label3.ForeColor = System.Drawing.Color.Red;
  593. this.label3.Location = new System.Drawing.Point(689, 130);
  594. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  595. this.label3.Name = "label3";
  596. this.label3.Size = new System.Drawing.Size(170, 18);
  597. this.label3.TabIndex = 1306;
  598. this.label3.Text = "医疗参保机构区划:";
  599. //
  600. // label2
  601. //
  602. this.label2.AutoSize = true;
  603. this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  604. this.label2.ForeColor = System.Drawing.Color.Red;
  605. this.label2.Location = new System.Drawing.Point(375, 126);
  606. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  607. this.label2.Name = "label2";
  608. this.label2.Size = new System.Drawing.Size(98, 18);
  609. this.label2.TabIndex = 1304;
  610. this.label2.Text = "医疗类别:";
  611. //
  612. // lab_
  613. //
  614. this.lab_.AutoSize = true;
  615. this.lab_.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  616. this.lab_.ForeColor = System.Drawing.Color.Red;
  617. this.lab_.Location = new System.Drawing.Point(11, 126);
  618. this.lab_.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  619. this.lab_.Name = "lab_";
  620. this.lab_.Size = new System.Drawing.Size(98, 18);
  621. this.lab_.TabIndex = 1302;
  622. this.lab_.Text = "险种类型:";
  623. //
  624. // textBox1
  625. //
  626. this.textBox1.BackColor = System.Drawing.Color.Turquoise;
  627. this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  628. this.textBox1.Dock = System.Windows.Forms.DockStyle.Top;
  629. this.textBox1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  630. this.textBox1.Location = new System.Drawing.Point(0, 0);
  631. this.textBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  632. this.textBox1.Multiline = true;
  633. this.textBox1.Name = "textBox1";
  634. this.textBox1.ReadOnly = true;
  635. this.textBox1.Size = new System.Drawing.Size(1236, 33);
  636. this.textBox1.TabIndex = 1300;
  637. this.textBox1.TabStop = false;
  638. this.textBox1.Text = "人员基本信息";
  639. this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  640. //
  641. // lab_address
  642. //
  643. this.lab_address.AutoSize = true;
  644. this.lab_address.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  645. this.lab_address.Location = new System.Drawing.Point(689, 86);
  646. this.lab_address.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  647. this.lab_address.Name = "lab_address";
  648. this.lab_address.Size = new System.Drawing.Size(98, 18);
  649. this.lab_address.TabIndex = 111;
  650. this.lab_address.Text = "联系地址:";
  651. //
  652. // lab_No
  653. //
  654. this.lab_No.AutoSize = true;
  655. this.lab_No.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  656. this.lab_No.ForeColor = System.Drawing.Color.Red;
  657. this.lab_No.Location = new System.Drawing.Point(11, 86);
  658. this.lab_No.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  659. this.lab_No.Name = "lab_No";
  660. this.lab_No.Size = new System.Drawing.Size(98, 18);
  661. this.lab_No.TabIndex = 521;
  662. this.lab_No.Text = "人员编号:";
  663. //
  664. // lab_Phone
  665. //
  666. this.lab_Phone.AutoSize = true;
  667. this.lab_Phone.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  668. this.lab_Phone.Location = new System.Drawing.Point(379, 86);
  669. this.lab_Phone.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  670. this.lab_Phone.Name = "lab_Phone";
  671. this.lab_Phone.Size = new System.Drawing.Size(98, 18);
  672. this.lab_Phone.TabIndex = 932;
  673. this.lab_Phone.Text = "联系电话:";
  674. //
  675. // lab_Work
  676. //
  677. this.lab_Work.AutoSize = true;
  678. this.lab_Work.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  679. this.lab_Work.Location = new System.Drawing.Point(375, 50);
  680. this.lab_Work.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  681. this.lab_Work.Name = "lab_Work";
  682. this.lab_Work.Size = new System.Drawing.Size(98, 18);
  683. this.lab_Work.TabIndex = 731;
  684. this.lab_Work.Text = "证件类型:";
  685. //
  686. // lab_Name
  687. //
  688. this.lab_Name.AutoSize = true;
  689. this.lab_Name.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  690. this.lab_Name.Location = new System.Drawing.Point(11, 54);
  691. this.lab_Name.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  692. this.lab_Name.Name = "lab_Name";
  693. this.lab_Name.Size = new System.Drawing.Size(98, 18);
  694. this.lab_Name.TabIndex = 311;
  695. this.lab_Name.Text = "人员姓名:";
  696. //
  697. // lab_IdCard
  698. //
  699. this.lab_IdCard.AutoSize = true;
  700. this.lab_IdCard.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  701. this.lab_IdCard.Location = new System.Drawing.Point(689, 54);
  702. this.lab_IdCard.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  703. this.lab_IdCard.Name = "lab_IdCard";
  704. this.lab_IdCard.Size = new System.Drawing.Size(98, 18);
  705. this.lab_IdCard.TabIndex = 133;
  706. this.lab_IdCard.Text = "证件号码:";
  707. //
  708. // btn_GetMsg
  709. //
  710. this.btn_GetMsg.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  711. this.btn_GetMsg.Location = new System.Drawing.Point(1068, 45);
  712. this.btn_GetMsg.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  713. this.btn_GetMsg.Name = "btn_GetMsg";
  714. this.btn_GetMsg.Size = new System.Drawing.Size(151, 31);
  715. this.btn_GetMsg.TabIndex = 6;
  716. this.btn_GetMsg.TabStop = false;
  717. this.btn_GetMsg.Text = "获取用户信息";
  718. this.btn_GetMsg.UseVisualStyleBackColor = true;
  719. this.btn_GetMsg.Click += new System.EventHandler(this.btn_GetMsg_Click);
  720. //
  721. // ToRecordFrom
  722. //
  723. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  724. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  725. this.ClientSize = new System.Drawing.Size(1240, 768);
  726. this.Controls.Add(this.panel2);
  727. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  728. this.Name = "ToRecordFrom";
  729. this.Text = "转院备案";
  730. this.Load += new System.EventHandler(this.ToRecordFrom_Load);
  731. this.panel2.ResumeLayout(false);
  732. this.panel3.ResumeLayout(false);
  733. this.panel3.PerformLayout();
  734. this.panel4.ResumeLayout(false);
  735. this.panel4.PerformLayout();
  736. this.panel5.ResumeLayout(false);
  737. this.panel5.PerformLayout();
  738. this.ResumeLayout(false);
  739. }
  740. #endregion
  741. private System.Windows.Forms.Panel panel2;
  742. private System.Windows.Forms.Button btn_Cancel;
  743. private System.Windows.Forms.Button btn_OK;
  744. private System.Windows.Forms.Panel panel3;
  745. private System.Windows.Forms.ComboBox cbx_ToMedInst;
  746. private System.Windows.Forms.ComboBox cbx_MedInst;
  747. private System.Windows.Forms.RichTextBox tbx_TranOpin;
  748. private System.Windows.Forms.RichTextBox tbx_TranRea;
  749. private System.Windows.Forms.DateTimePicker dpk_EndDate;
  750. private System.Windows.Forms.DateTimePicker dpk_StaDate;
  751. private System.Windows.Forms.DateTimePicker dpk_TranDate;
  752. private System.Windows.Forms.TextBox tbx_ToAddNo;
  753. private System.Windows.Forms.Label label8;
  754. private System.Windows.Forms.TextBox tbx_TranType;
  755. private System.Windows.Forms.Label label6;
  756. private System.Windows.Forms.TextBox textBox3;
  757. private System.Windows.Forms.Label lab_TranOpin;
  758. private System.Windows.Forms.Label lab_TranRea;
  759. private System.Windows.Forms.Label lab_EndDate;
  760. private System.Windows.Forms.Label lab_StaDate;
  761. private System.Windows.Forms.Label lab_TranDate;
  762. private System.Windows.Forms.Label lab_MediArea;
  763. private System.Windows.Forms.Label lab_OrgaName;
  764. private System.Windows.Forms.Panel panel4;
  765. private System.Windows.Forms.ComboBox cbx_DiagName;
  766. private System.Windows.Forms.ComboBox cbx_DiseName;
  767. private System.Windows.Forms.RichTextBox rtb_DiagDesc;
  768. private System.Windows.Forms.Label label4;
  769. private System.Windows.Forms.TextBox textBox2;
  770. private System.Windows.Forms.Label lab_DiagDesc;
  771. private System.Windows.Forms.Label lab_DiagName;
  772. private System.Windows.Forms.Panel panel5;
  773. private System.Windows.Forms.TextBox tbx_AddNo;
  774. private System.Windows.Forms.TextBox tbx_MediGen;
  775. private System.Windows.Forms.TextBox tbx_InsuType;
  776. private System.Windows.Forms.TextBox tbx_address;
  777. private System.Windows.Forms.TextBox tbx_Phone;
  778. private System.Windows.Forms.TextBox tbx_No;
  779. private System.Windows.Forms.TextBox tbx_IdCard;
  780. private System.Windows.Forms.ComboBox cbx_CardType;
  781. private System.Windows.Forms.TextBox tbx_Name;
  782. private System.Windows.Forms.Label label3;
  783. private System.Windows.Forms.Label label2;
  784. private System.Windows.Forms.Label lab_;
  785. private System.Windows.Forms.TextBox textBox1;
  786. private System.Windows.Forms.Label lab_address;
  787. private System.Windows.Forms.Label lab_No;
  788. private System.Windows.Forms.Label lab_Phone;
  789. private System.Windows.Forms.Label lab_Work;
  790. private System.Windows.Forms.Label lab_Name;
  791. private System.Windows.Forms.Label lab_IdCard;
  792. private System.Windows.Forms.Button btn_GetMsg;
  793. }
  794. }