HospitalTransfer.Designer.cs 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828
  1. 
  2. namespace PTMedicalInsurance.Forms.ToPutOnRecord
  3. {
  4. partial class HospitalTransfer
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.panel2 = new System.Windows.Forms.Panel();
  35. this.panel3 = new System.Windows.Forms.Panel();
  36. this.dblkcbxDieaseCode_1 = new PTControl.DBLookupCombox();
  37. this.dpAuth = new System.Windows.Forms.DateTimePicker();
  38. this.dpEnd = new System.Windows.Forms.DateTimePicker();
  39. this.dpStart = new System.Windows.Forms.DateTimePicker();
  40. this.btApply_1 = new System.Windows.Forms.Button();
  41. this.label6 = new System.Windows.Forms.Label();
  42. this.label9 = new System.Windows.Forms.Label();
  43. this.label8 = new System.Windows.Forms.Label();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.textBox3 = new System.Windows.Forms.TextBox();
  46. this.lab_EndDate = new System.Windows.Forms.Label();
  47. this.lab_StaDate = new System.Windows.Forms.Label();
  48. this.panel4 = new System.Windows.Forms.Panel();
  49. this.tbAddress_1 = new System.Windows.Forms.TextBox();
  50. this.tbTel_1 = new System.Windows.Forms.TextBox();
  51. this.tbPsnNO_1 = new System.Windows.Forms.TextBox();
  52. this.tbName_1 = new System.Windows.Forms.TextBox();
  53. this.dblkcbxInsuranceType_1 = new PTControl.DBLookupCombox();
  54. this.btReadCard_1 = new System.Windows.Forms.Button();
  55. this.label10 = new System.Windows.Forms.Label();
  56. this.label13 = new System.Windows.Forms.Label();
  57. this.textBox6 = new System.Windows.Forms.TextBox();
  58. this.label15 = new System.Windows.Forms.Label();
  59. this.label19 = new System.Windows.Forms.Label();
  60. this.label26 = new System.Windows.Forms.Label();
  61. this.panel1 = new System.Windows.Forms.Panel();
  62. this.panel5 = new System.Windows.Forms.Panel();
  63. this.groupBox1 = new System.Windows.Forms.GroupBox();
  64. this.rtbCancleReason_1 = new System.Windows.Forms.RichTextBox();
  65. this.rbDeclareNo_1 = new System.Windows.Forms.RadioButton();
  66. this.rbPsnNo_1 = new System.Windows.Forms.RadioButton();
  67. this.rbName_1 = new System.Windows.Forms.RadioButton();
  68. this.btCancleByHis_1 = new System.Windows.Forms.Button();
  69. this.btQueryCenterRecord_1 = new System.Windows.Forms.Button();
  70. this.tbPsnNo2_1 = new System.Windows.Forms.TextBox();
  71. this.btCancleByCenter_1 = new System.Windows.Forms.Button();
  72. this.btClose_1 = new System.Windows.Forms.Button();
  73. this.btQueryHisRecord_1 = new System.Windows.Forms.Button();
  74. this.dgvApplyResult = new Sunny.UI.UIDataGridView();
  75. this.textBox4 = new System.Windows.Forms.TextBox();
  76. this.groupBox2 = new System.Windows.Forms.GroupBox();
  77. this.groupBox3 = new System.Windows.Forms.GroupBox();
  78. this.label3 = new System.Windows.Forms.Label();
  79. this.comboBox1 = new System.Windows.Forms.ComboBox();
  80. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  81. this.richTextBox2 = new System.Windows.Forms.RichTextBox();
  82. this.cbCBD = new Sunny.UI.UITextBox();
  83. this.uiTextBox1 = new Sunny.UI.UITextBox();
  84. this.panel2.SuspendLayout();
  85. this.panel3.SuspendLayout();
  86. this.panel4.SuspendLayout();
  87. this.panel1.SuspendLayout();
  88. this.panel5.SuspendLayout();
  89. this.groupBox1.SuspendLayout();
  90. ((System.ComponentModel.ISupportInitialize)(this.dgvApplyResult)).BeginInit();
  91. this.groupBox2.SuspendLayout();
  92. this.groupBox3.SuspendLayout();
  93. this.SuspendLayout();
  94. //
  95. // panel2
  96. //
  97. this.panel2.Controls.Add(this.panel3);
  98. this.panel2.Controls.Add(this.panel4);
  99. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  100. this.panel2.Location = new System.Drawing.Point(0, 0);
  101. this.panel2.Name = "panel2";
  102. this.panel2.Size = new System.Drawing.Size(1637, 432);
  103. this.panel2.TabIndex = 2048;
  104. //
  105. // panel3
  106. //
  107. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  108. this.panel3.Controls.Add(this.uiTextBox1);
  109. this.panel3.Controls.Add(this.cbCBD);
  110. this.panel3.Controls.Add(this.comboBox1);
  111. this.panel3.Controls.Add(this.label3);
  112. this.panel3.Controls.Add(this.groupBox3);
  113. this.panel3.Controls.Add(this.groupBox2);
  114. this.panel3.Controls.Add(this.dblkcbxDieaseCode_1);
  115. this.panel3.Controls.Add(this.dpAuth);
  116. this.panel3.Controls.Add(this.dpEnd);
  117. this.panel3.Controls.Add(this.dpStart);
  118. this.panel3.Controls.Add(this.btApply_1);
  119. this.panel3.Controls.Add(this.label6);
  120. this.panel3.Controls.Add(this.label9);
  121. this.panel3.Controls.Add(this.label8);
  122. this.panel3.Controls.Add(this.label5);
  123. this.panel3.Controls.Add(this.textBox3);
  124. this.panel3.Controls.Add(this.lab_EndDate);
  125. this.panel3.Controls.Add(this.lab_StaDate);
  126. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  127. this.panel3.Location = new System.Drawing.Point(0, 116);
  128. this.panel3.Name = "panel3";
  129. this.panel3.Size = new System.Drawing.Size(1637, 316);
  130. this.panel3.TabIndex = 2048;
  131. //
  132. // dblkcbxDieaseCode_1
  133. //
  134. this.dblkcbxDieaseCode_1.FormattingEnabled = true;
  135. this.dblkcbxDieaseCode_1.Location = new System.Drawing.Point(79, 44);
  136. this.dblkcbxDieaseCode_1.Name = "dblkcbxDieaseCode_1";
  137. this.dblkcbxDieaseCode_1.NullValue = "";
  138. this.dblkcbxDieaseCode_1.PopupGridAutoSize = false;
  139. this.dblkcbxDieaseCode_1.RowFilterVisible = false;
  140. this.dblkcbxDieaseCode_1.sDisplayField = "";
  141. this.dblkcbxDieaseCode_1.sDisplayMember = "";
  142. this.dblkcbxDieaseCode_1.SeparatorChar = "|";
  143. this.dblkcbxDieaseCode_1.Size = new System.Drawing.Size(201, 20);
  144. this.dblkcbxDieaseCode_1.sKeyWords = "";
  145. this.dblkcbxDieaseCode_1.sValueMember = "";
  146. this.dblkcbxDieaseCode_1.TabIndex = 2108;
  147. this.dblkcbxDieaseCode_1.Value = "";
  148. //
  149. // dpAuth
  150. //
  151. this.dpAuth.Location = new System.Drawing.Point(724, 116);
  152. this.dpAuth.Name = "dpAuth";
  153. this.dpAuth.Size = new System.Drawing.Size(192, 21);
  154. this.dpAuth.TabIndex = 2114;
  155. //
  156. // dpEnd
  157. //
  158. this.dpEnd.Location = new System.Drawing.Point(371, 116);
  159. this.dpEnd.Name = "dpEnd";
  160. this.dpEnd.Size = new System.Drawing.Size(240, 21);
  161. this.dpEnd.TabIndex = 2113;
  162. //
  163. // dpStart
  164. //
  165. this.dpStart.Location = new System.Drawing.Point(79, 116);
  166. this.dpStart.Name = "dpStart";
  167. this.dpStart.Size = new System.Drawing.Size(192, 21);
  168. this.dpStart.TabIndex = 2112;
  169. //
  170. // btApply_1
  171. //
  172. this.btApply_1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  173. this.btApply_1.BackColor = System.Drawing.Color.Transparent;
  174. this.btApply_1.FlatAppearance.BorderColor = System.Drawing.Color.Blue;
  175. this.btApply_1.FlatAppearance.BorderSize = 2;
  176. this.btApply_1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  177. this.btApply_1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  178. this.btApply_1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  179. this.btApply_1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.btApply_1.Location = new System.Drawing.Point(1357, 59);
  181. this.btApply_1.Name = "btApply_1";
  182. this.btApply_1.Size = new System.Drawing.Size(111, 41);
  183. this.btApply_1.TabIndex = 2107;
  184. this.btApply_1.TabStop = false;
  185. this.btApply_1.Text = "申请";
  186. this.btApply_1.UseVisualStyleBackColor = false;
  187. //
  188. // label6
  189. //
  190. this.label6.AutoSize = true;
  191. this.label6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.label6.ForeColor = System.Drawing.Color.Red;
  193. this.label6.Location = new System.Drawing.Point(305, 84);
  194. this.label6.Name = "label6";
  195. this.label6.Size = new System.Drawing.Size(133, 14);
  196. this.label6.TabIndex = 2105;
  197. this.label6.Text = "转往医院所属区划:";
  198. //
  199. // label9
  200. //
  201. this.label9.AutoSize = true;
  202. this.label9.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.label9.ForeColor = System.Drawing.Color.Red;
  204. this.label9.Location = new System.Drawing.Point(652, 120);
  205. this.label9.Name = "label9";
  206. this.label9.Size = new System.Drawing.Size(70, 14);
  207. this.label9.TabIndex = 2085;
  208. this.label9.Text = "转院日期:";
  209. //
  210. // label8
  211. //
  212. this.label8.AutoSize = true;
  213. this.label8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.label8.ForeColor = System.Drawing.Color.Red;
  215. this.label8.Location = new System.Drawing.Point(305, 45);
  216. this.label8.Name = "label8";
  217. this.label8.Size = new System.Drawing.Size(133, 14);
  218. this.label8.TabIndex = 2061;
  219. this.label8.Text = "转往定点医药机构:";
  220. //
  221. // label5
  222. //
  223. this.label5.AutoSize = true;
  224. this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.label5.ForeColor = System.Drawing.Color.Red;
  226. this.label5.Location = new System.Drawing.Point(7, 47);
  227. this.label5.Name = "label5";
  228. this.label5.Size = new System.Drawing.Size(77, 14);
  229. this.label5.TabIndex = 2056;
  230. this.label5.Text = "诊断代码:";
  231. //
  232. // textBox3
  233. //
  234. this.textBox3.BackColor = System.Drawing.SystemColors.Control;
  235. this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  236. this.textBox3.Dock = System.Windows.Forms.DockStyle.Top;
  237. this.textBox3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.textBox3.Location = new System.Drawing.Point(0, 0);
  239. this.textBox3.Multiline = true;
  240. this.textBox3.Name = "textBox3";
  241. this.textBox3.ReadOnly = true;
  242. this.textBox3.Size = new System.Drawing.Size(1633, 33);
  243. this.textBox3.TabIndex = 2055;
  244. this.textBox3.TabStop = false;
  245. this.textBox3.Text = "转院信息";
  246. this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  247. //
  248. // lab_EndDate
  249. //
  250. this.lab_EndDate.AutoSize = true;
  251. this.lab_EndDate.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.lab_EndDate.ForeColor = System.Drawing.Color.Red;
  253. this.lab_EndDate.Location = new System.Drawing.Point(305, 120);
  254. this.lab_EndDate.Name = "lab_EndDate";
  255. this.lab_EndDate.Size = new System.Drawing.Size(77, 14);
  256. this.lab_EndDate.TabIndex = 2053;
  257. this.lab_EndDate.Text = "结束日期:";
  258. //
  259. // lab_StaDate
  260. //
  261. this.lab_StaDate.AutoSize = true;
  262. this.lab_StaDate.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  263. this.lab_StaDate.ForeColor = System.Drawing.Color.Red;
  264. this.lab_StaDate.Location = new System.Drawing.Point(7, 120);
  265. this.lab_StaDate.Name = "lab_StaDate";
  266. this.lab_StaDate.Size = new System.Drawing.Size(77, 14);
  267. this.lab_StaDate.TabIndex = 2052;
  268. this.lab_StaDate.Text = "开始日期:";
  269. //
  270. // panel4
  271. //
  272. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  273. this.panel4.Controls.Add(this.tbAddress_1);
  274. this.panel4.Controls.Add(this.tbTel_1);
  275. this.panel4.Controls.Add(this.tbPsnNO_1);
  276. this.panel4.Controls.Add(this.tbName_1);
  277. this.panel4.Controls.Add(this.dblkcbxInsuranceType_1);
  278. this.panel4.Controls.Add(this.btReadCard_1);
  279. this.panel4.Controls.Add(this.label10);
  280. this.panel4.Controls.Add(this.label13);
  281. this.panel4.Controls.Add(this.textBox6);
  282. this.panel4.Controls.Add(this.label15);
  283. this.panel4.Controls.Add(this.label19);
  284. this.panel4.Controls.Add(this.label26);
  285. this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
  286. this.panel4.Location = new System.Drawing.Point(0, 0);
  287. this.panel4.Name = "panel4";
  288. this.panel4.Size = new System.Drawing.Size(1637, 116);
  289. this.panel4.TabIndex = 2047;
  290. this.panel4.TabStop = true;
  291. //
  292. // tbAddress_1
  293. //
  294. this.tbAddress_1.Location = new System.Drawing.Point(357, 80);
  295. this.tbAddress_1.Name = "tbAddress_1";
  296. this.tbAddress_1.Size = new System.Drawing.Size(674, 21);
  297. this.tbAddress_1.TabIndex = 2099;
  298. //
  299. // tbTel_1
  300. //
  301. this.tbTel_1.Location = new System.Drawing.Point(83, 82);
  302. this.tbTel_1.Name = "tbTel_1";
  303. this.tbTel_1.Size = new System.Drawing.Size(197, 21);
  304. this.tbTel_1.TabIndex = 2098;
  305. //
  306. // tbPsnNO_1
  307. //
  308. this.tbPsnNO_1.Location = new System.Drawing.Point(722, 39);
  309. this.tbPsnNO_1.Name = "tbPsnNO_1";
  310. this.tbPsnNO_1.Size = new System.Drawing.Size(309, 21);
  311. this.tbPsnNO_1.TabIndex = 2097;
  312. //
  313. // tbName_1
  314. //
  315. this.tbName_1.Location = new System.Drawing.Point(83, 39);
  316. this.tbName_1.Name = "tbName_1";
  317. this.tbName_1.Size = new System.Drawing.Size(197, 21);
  318. this.tbName_1.TabIndex = 2096;
  319. //
  320. // dblkcbxInsuranceType_1
  321. //
  322. this.dblkcbxInsuranceType_1.FormattingEnabled = true;
  323. this.dblkcbxInsuranceType_1.Location = new System.Drawing.Point(357, 39);
  324. this.dblkcbxInsuranceType_1.Name = "dblkcbxInsuranceType_1";
  325. this.dblkcbxInsuranceType_1.NullValue = "";
  326. this.dblkcbxInsuranceType_1.PopupGridAutoSize = false;
  327. this.dblkcbxInsuranceType_1.RowFilterVisible = false;
  328. this.dblkcbxInsuranceType_1.sDisplayField = "";
  329. this.dblkcbxInsuranceType_1.sDisplayMember = "";
  330. this.dblkcbxInsuranceType_1.SeparatorChar = "|";
  331. this.dblkcbxInsuranceType_1.Size = new System.Drawing.Size(257, 20);
  332. this.dblkcbxInsuranceType_1.sKeyWords = "";
  333. this.dblkcbxInsuranceType_1.sValueMember = "";
  334. this.dblkcbxInsuranceType_1.TabIndex = 2095;
  335. this.dblkcbxInsuranceType_1.Value = "";
  336. //
  337. // btReadCard_1
  338. //
  339. this.btReadCard_1.BackColor = System.Drawing.Color.Transparent;
  340. this.btReadCard_1.FlatAppearance.BorderColor = System.Drawing.Color.Blue;
  341. this.btReadCard_1.FlatAppearance.BorderSize = 2;
  342. this.btReadCard_1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  343. this.btReadCard_1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  344. this.btReadCard_1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  345. this.btReadCard_1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.btReadCard_1.Location = new System.Drawing.Point(1357, 43);
  347. this.btReadCard_1.Name = "btReadCard_1";
  348. this.btReadCard_1.Size = new System.Drawing.Size(111, 45);
  349. this.btReadCard_1.TabIndex = 2094;
  350. this.btReadCard_1.TabStop = false;
  351. this.btReadCard_1.Text = "读 卡";
  352. this.btReadCard_1.UseVisualStyleBackColor = false;
  353. this.btReadCard_1.Click += new System.EventHandler(this.btReadCard_1_Click);
  354. //
  355. // label10
  356. //
  357. this.label10.AutoSize = true;
  358. this.label10.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.label10.ForeColor = System.Drawing.Color.Red;
  360. this.label10.Location = new System.Drawing.Point(286, 43);
  361. this.label10.Name = "label10";
  362. this.label10.Size = new System.Drawing.Size(77, 14);
  363. this.label10.TabIndex = 2057;
  364. this.label10.Text = "险种类型:";
  365. //
  366. // label13
  367. //
  368. this.label13.AutoSize = true;
  369. this.label13.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  370. this.label13.ForeColor = System.Drawing.Color.Red;
  371. this.label13.Location = new System.Drawing.Point(648, 43);
  372. this.label13.Name = "label13";
  373. this.label13.Size = new System.Drawing.Size(77, 14);
  374. this.label13.TabIndex = 2055;
  375. this.label13.Text = "人员编号:";
  376. //
  377. // textBox6
  378. //
  379. this.textBox6.BackColor = System.Drawing.SystemColors.Control;
  380. this.textBox6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  381. this.textBox6.Dock = System.Windows.Forms.DockStyle.Top;
  382. this.textBox6.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  383. this.textBox6.Location = new System.Drawing.Point(0, 0);
  384. this.textBox6.Multiline = true;
  385. this.textBox6.Name = "textBox6";
  386. this.textBox6.ReadOnly = true;
  387. this.textBox6.Size = new System.Drawing.Size(1633, 33);
  388. this.textBox6.TabIndex = 1300;
  389. this.textBox6.TabStop = false;
  390. this.textBox6.Text = "基本信息";
  391. this.textBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  392. //
  393. // label15
  394. //
  395. this.label15.AutoSize = true;
  396. this.label15.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.label15.ForeColor = System.Drawing.Color.Red;
  398. this.label15.Location = new System.Drawing.Point(286, 85);
  399. this.label15.Name = "label15";
  400. this.label15.Size = new System.Drawing.Size(77, 14);
  401. this.label15.TabIndex = 111;
  402. this.label15.Text = "联系地址:";
  403. //
  404. // label19
  405. //
  406. this.label19.AutoSize = true;
  407. this.label19.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  408. this.label19.ForeColor = System.Drawing.Color.Red;
  409. this.label19.Location = new System.Drawing.Point(11, 85);
  410. this.label19.Name = "label19";
  411. this.label19.Size = new System.Drawing.Size(77, 14);
  412. this.label19.TabIndex = 932;
  413. this.label19.Text = "联系电话:";
  414. //
  415. // label26
  416. //
  417. this.label26.AutoSize = true;
  418. this.label26.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  419. this.label26.ForeColor = System.Drawing.Color.Red;
  420. this.label26.Location = new System.Drawing.Point(10, 43);
  421. this.label26.Name = "label26";
  422. this.label26.Size = new System.Drawing.Size(77, 14);
  423. this.label26.TabIndex = 133;
  424. this.label26.Text = "人员姓名:";
  425. //
  426. // panel1
  427. //
  428. this.panel1.Controls.Add(this.panel5);
  429. this.panel1.Controls.Add(this.dgvApplyResult);
  430. this.panel1.Controls.Add(this.textBox4);
  431. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  432. this.panel1.Location = new System.Drawing.Point(0, 432);
  433. this.panel1.Name = "panel1";
  434. this.panel1.Size = new System.Drawing.Size(1637, 562);
  435. this.panel1.TabIndex = 2049;
  436. //
  437. // panel5
  438. //
  439. this.panel5.Controls.Add(this.groupBox1);
  440. this.panel5.Controls.Add(this.rbDeclareNo_1);
  441. this.panel5.Controls.Add(this.rbPsnNo_1);
  442. this.panel5.Controls.Add(this.rbName_1);
  443. this.panel5.Controls.Add(this.btCancleByHis_1);
  444. this.panel5.Controls.Add(this.btQueryCenterRecord_1);
  445. this.panel5.Controls.Add(this.tbPsnNo2_1);
  446. this.panel5.Controls.Add(this.btCancleByCenter_1);
  447. this.panel5.Controls.Add(this.btClose_1);
  448. this.panel5.Controls.Add(this.btQueryHisRecord_1);
  449. this.panel5.Dock = System.Windows.Forms.DockStyle.Right;
  450. this.panel5.Location = new System.Drawing.Point(1249, 31);
  451. this.panel5.Name = "panel5";
  452. this.panel5.Size = new System.Drawing.Size(388, 531);
  453. this.panel5.TabIndex = 2061;
  454. //
  455. // groupBox1
  456. //
  457. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  458. | System.Windows.Forms.AnchorStyles.Right)));
  459. this.groupBox1.Controls.Add(this.rtbCancleReason_1);
  460. this.groupBox1.Location = new System.Drawing.Point(48, 154);
  461. this.groupBox1.Name = "groupBox1";
  462. this.groupBox1.Size = new System.Drawing.Size(319, 208);
  463. this.groupBox1.TabIndex = 2095;
  464. this.groupBox1.TabStop = false;
  465. this.groupBox1.Text = "如果撤销,请填写撤销原因";
  466. //
  467. // rtbCancleReason_1
  468. //
  469. this.rtbCancleReason_1.Dock = System.Windows.Forms.DockStyle.Fill;
  470. this.rtbCancleReason_1.Location = new System.Drawing.Point(3, 17);
  471. this.rtbCancleReason_1.Name = "rtbCancleReason_1";
  472. this.rtbCancleReason_1.Size = new System.Drawing.Size(313, 188);
  473. this.rtbCancleReason_1.TabIndex = 0;
  474. this.rtbCancleReason_1.Text = "病人要求";
  475. //
  476. // rbDeclareNo_1
  477. //
  478. this.rbDeclareNo_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  479. | System.Windows.Forms.AnchorStyles.Right)));
  480. this.rbDeclareNo_1.AutoSize = true;
  481. this.rbDeclareNo_1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  482. this.rbDeclareNo_1.Location = new System.Drawing.Point(48, 83);
  483. this.rbDeclareNo_1.Name = "rbDeclareNo_1";
  484. this.rbDeclareNo_1.Size = new System.Drawing.Size(170, 20);
  485. this.rbDeclareNo_1.TabIndex = 2094;
  486. this.rbDeclareNo_1.TabStop = true;
  487. this.rbDeclareNo_1.Text = "通过待遇流水号查询";
  488. this.rbDeclareNo_1.UseVisualStyleBackColor = true;
  489. //
  490. // rbPsnNo_1
  491. //
  492. this.rbPsnNo_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  493. | System.Windows.Forms.AnchorStyles.Right)));
  494. this.rbPsnNo_1.AutoSize = true;
  495. this.rbPsnNo_1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  496. this.rbPsnNo_1.Location = new System.Drawing.Point(48, 51);
  497. this.rbPsnNo_1.Name = "rbPsnNo_1";
  498. this.rbPsnNo_1.Size = new System.Drawing.Size(154, 20);
  499. this.rbPsnNo_1.TabIndex = 2093;
  500. this.rbPsnNo_1.TabStop = true;
  501. this.rbPsnNo_1.Text = "通过个人编号查询";
  502. this.rbPsnNo_1.UseVisualStyleBackColor = true;
  503. //
  504. // rbName_1
  505. //
  506. this.rbName_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  507. | System.Windows.Forms.AnchorStyles.Right)));
  508. this.rbName_1.AutoSize = true;
  509. this.rbName_1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  510. this.rbName_1.Location = new System.Drawing.Point(48, 17);
  511. this.rbName_1.Name = "rbName_1";
  512. this.rbName_1.Size = new System.Drawing.Size(122, 20);
  513. this.rbName_1.TabIndex = 2092;
  514. this.rbName_1.TabStop = true;
  515. this.rbName_1.Text = "通过姓名查询";
  516. this.rbName_1.UseVisualStyleBackColor = true;
  517. //
  518. // btCancleByHis_1
  519. //
  520. this.btCancleByHis_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  521. | System.Windows.Forms.AnchorStyles.Right)));
  522. this.btCancleByHis_1.Location = new System.Drawing.Point(202, 347);
  523. this.btCancleByHis_1.Name = "btCancleByHis_1";
  524. this.btCancleByHis_1.Size = new System.Drawing.Size(143, 36);
  525. this.btCancleByHis_1.TabIndex = 2091;
  526. this.btCancleByHis_1.Text = "通过HIS记录撤销";
  527. this.btCancleByHis_1.UseVisualStyleBackColor = true;
  528. //
  529. // btQueryCenterRecord_1
  530. //
  531. this.btQueryCenterRecord_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  532. | System.Windows.Forms.AnchorStyles.Right)));
  533. this.btQueryCenterRecord_1.Location = new System.Drawing.Point(48, 432);
  534. this.btQueryCenterRecord_1.Name = "btQueryCenterRecord_1";
  535. this.btQueryCenterRecord_1.Size = new System.Drawing.Size(143, 36);
  536. this.btQueryCenterRecord_1.TabIndex = 2090;
  537. this.btQueryCenterRecord_1.Text = "查询中心记录";
  538. this.btQueryCenterRecord_1.UseVisualStyleBackColor = true;
  539. //
  540. // tbPsnNo2_1
  541. //
  542. this.tbPsnNo2_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  543. | System.Windows.Forms.AnchorStyles.Right)));
  544. this.tbPsnNo2_1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  545. this.tbPsnNo2_1.Location = new System.Drawing.Point(48, 117);
  546. this.tbPsnNo2_1.Name = "tbPsnNo2_1";
  547. this.tbPsnNo2_1.Size = new System.Drawing.Size(335, 23);
  548. this.tbPsnNo2_1.TabIndex = 2087;
  549. this.tbPsnNo2_1.Text = "44190000133083619983";
  550. //
  551. // btCancleByCenter_1
  552. //
  553. this.btCancleByCenter_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  554. | System.Windows.Forms.AnchorStyles.Right)));
  555. this.btCancleByCenter_1.Location = new System.Drawing.Point(202, 432);
  556. this.btCancleByCenter_1.Name = "btCancleByCenter_1";
  557. this.btCancleByCenter_1.Size = new System.Drawing.Size(143, 36);
  558. this.btCancleByCenter_1.TabIndex = 2;
  559. this.btCancleByCenter_1.Text = "通过中心记录撤销";
  560. this.btCancleByCenter_1.UseVisualStyleBackColor = true;
  561. //
  562. // btClose_1
  563. //
  564. this.btClose_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  565. | System.Windows.Forms.AnchorStyles.Right)));
  566. this.btClose_1.Location = new System.Drawing.Point(48, 480);
  567. this.btClose_1.Name = "btClose_1";
  568. this.btClose_1.Size = new System.Drawing.Size(297, 36);
  569. this.btClose_1.TabIndex = 1;
  570. this.btClose_1.Text = "退出";
  571. this.btClose_1.UseVisualStyleBackColor = true;
  572. this.btClose_1.Click += new System.EventHandler(this.btClose_1_Click);
  573. //
  574. // btQueryHisRecord_1
  575. //
  576. this.btQueryHisRecord_1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  577. | System.Windows.Forms.AnchorStyles.Right)));
  578. this.btQueryHisRecord_1.Location = new System.Drawing.Point(48, 347);
  579. this.btQueryHisRecord_1.Name = "btQueryHisRecord_1";
  580. this.btQueryHisRecord_1.Size = new System.Drawing.Size(143, 36);
  581. this.btQueryHisRecord_1.TabIndex = 0;
  582. this.btQueryHisRecord_1.Text = "查询HIS记录";
  583. this.btQueryHisRecord_1.UseVisualStyleBackColor = true;
  584. //
  585. // dgvApplyResult
  586. //
  587. this.dgvApplyResult.AllowUserToAddRows = false;
  588. dataGridViewCellStyle31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  589. this.dgvApplyResult.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle31;
  590. this.dgvApplyResult.BackgroundColor = System.Drawing.Color.White;
  591. this.dgvApplyResult.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  592. dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  593. dataGridViewCellStyle32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  594. dataGridViewCellStyle32.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  595. dataGridViewCellStyle32.ForeColor = System.Drawing.Color.White;
  596. dataGridViewCellStyle32.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  597. dataGridViewCellStyle32.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  598. dataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  599. this.dgvApplyResult.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle32;
  600. this.dgvApplyResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  601. dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  602. dataGridViewCellStyle33.BackColor = System.Drawing.SystemColors.Window;
  603. dataGridViewCellStyle33.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  604. dataGridViewCellStyle33.ForeColor = System.Drawing.SystemColors.ControlText;
  605. dataGridViewCellStyle33.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  606. dataGridViewCellStyle33.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  607. dataGridViewCellStyle33.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  608. this.dgvApplyResult.DefaultCellStyle = dataGridViewCellStyle33;
  609. this.dgvApplyResult.Dock = System.Windows.Forms.DockStyle.Fill;
  610. this.dgvApplyResult.EnableHeadersVisualStyles = false;
  611. this.dgvApplyResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  612. this.dgvApplyResult.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  613. this.dgvApplyResult.Location = new System.Drawing.Point(0, 31);
  614. this.dgvApplyResult.Name = "dgvApplyResult";
  615. dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  616. dataGridViewCellStyle34.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  617. dataGridViewCellStyle34.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  618. dataGridViewCellStyle34.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  619. dataGridViewCellStyle34.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  620. dataGridViewCellStyle34.SelectionForeColor = System.Drawing.Color.White;
  621. dataGridViewCellStyle34.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  622. this.dgvApplyResult.RowHeadersDefaultCellStyle = dataGridViewCellStyle34;
  623. this.dgvApplyResult.RowHeadersWidth = 51;
  624. dataGridViewCellStyle35.BackColor = System.Drawing.Color.White;
  625. dataGridViewCellStyle35.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  626. this.dgvApplyResult.RowsDefaultCellStyle = dataGridViewCellStyle35;
  627. this.dgvApplyResult.RowTemplate.Height = 23;
  628. this.dgvApplyResult.SelectedIndex = -1;
  629. this.dgvApplyResult.Size = new System.Drawing.Size(1637, 531);
  630. this.dgvApplyResult.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  631. this.dgvApplyResult.TabIndex = 2060;
  632. this.dgvApplyResult.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  633. //
  634. // textBox4
  635. //
  636. this.textBox4.BackColor = System.Drawing.SystemColors.Control;
  637. this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  638. this.textBox4.Dock = System.Windows.Forms.DockStyle.Top;
  639. this.textBox4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  640. this.textBox4.Location = new System.Drawing.Point(0, 0);
  641. this.textBox4.Name = "textBox4";
  642. this.textBox4.ReadOnly = true;
  643. this.textBox4.Size = new System.Drawing.Size(1637, 31);
  644. this.textBox4.TabIndex = 2059;
  645. this.textBox4.TabStop = false;
  646. this.textBox4.Text = "申请结果";
  647. this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  648. //
  649. // groupBox2
  650. //
  651. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  652. | System.Windows.Forms.AnchorStyles.Right)));
  653. this.groupBox2.Controls.Add(this.richTextBox2);
  654. this.groupBox2.Location = new System.Drawing.Point(974, 148);
  655. this.groupBox2.Name = "groupBox2";
  656. this.groupBox2.Size = new System.Drawing.Size(656, 160);
  657. this.groupBox2.TabIndex = 2116;
  658. this.groupBox2.TabStop = false;
  659. this.groupBox2.Text = "转院意见";
  660. //
  661. // groupBox3
  662. //
  663. this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  664. | System.Windows.Forms.AnchorStyles.Right)));
  665. this.groupBox3.Controls.Add(this.richTextBox1);
  666. this.groupBox3.Location = new System.Drawing.Point(4, 148);
  667. this.groupBox3.Name = "groupBox3";
  668. this.groupBox3.Size = new System.Drawing.Size(967, 160);
  669. this.groupBox3.TabIndex = 2117;
  670. this.groupBox3.TabStop = false;
  671. this.groupBox3.Text = "转院原因";
  672. //
  673. // label3
  674. //
  675. this.label3.AutoSize = true;
  676. this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  677. this.label3.ForeColor = System.Drawing.Color.Red;
  678. this.label3.Location = new System.Drawing.Point(6, 83);
  679. this.label3.Name = "label3";
  680. this.label3.Size = new System.Drawing.Size(77, 14);
  681. this.label3.TabIndex = 2118;
  682. this.label3.Text = "转院类型:";
  683. //
  684. // comboBox1
  685. //
  686. this.comboBox1.FormattingEnabled = true;
  687. this.comboBox1.Items.AddRange(new object[] {
  688. "1.市内转院",
  689. "2.转往省内异地",
  690. "3.转往省外异地"});
  691. this.comboBox1.Location = new System.Drawing.Point(79, 77);
  692. this.comboBox1.Name = "comboBox1";
  693. this.comboBox1.Size = new System.Drawing.Size(201, 20);
  694. this.comboBox1.TabIndex = 2119;
  695. //
  696. // richTextBox1
  697. //
  698. this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  699. this.richTextBox1.Location = new System.Drawing.Point(3, 17);
  700. this.richTextBox1.Name = "richTextBox1";
  701. this.richTextBox1.Size = new System.Drawing.Size(961, 140);
  702. this.richTextBox1.TabIndex = 1;
  703. this.richTextBox1.Text = "";
  704. //
  705. // richTextBox2
  706. //
  707. this.richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  708. this.richTextBox2.Location = new System.Drawing.Point(3, 17);
  709. this.richTextBox2.Name = "richTextBox2";
  710. this.richTextBox2.Size = new System.Drawing.Size(650, 140);
  711. this.richTextBox2.TabIndex = 1;
  712. this.richTextBox2.Text = "";
  713. //
  714. // cbCBD
  715. //
  716. this.cbCBD.Cursor = System.Windows.Forms.Cursors.IBeam;
  717. this.cbCBD.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  718. this.cbCBD.Location = new System.Drawing.Point(443, 44);
  719. this.cbCBD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  720. this.cbCBD.MinimumSize = new System.Drawing.Size(1, 16);
  721. this.cbCBD.Name = "cbCBD";
  722. this.cbCBD.ShowText = false;
  723. this.cbCBD.Size = new System.Drawing.Size(303, 24);
  724. this.cbCBD.TabIndex = 2122;
  725. this.cbCBD.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  726. this.cbCBD.Watermark = "请输入医院名称按下Enter键进行模糊查找";
  727. this.cbCBD.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  728. this.cbCBD.DoEnter += new System.EventHandler(this.cbCBD_DoEnter);
  729. //
  730. // uiTextBox1
  731. //
  732. this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
  733. this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  734. this.uiTextBox1.Location = new System.Drawing.Point(443, 77);
  735. this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  736. this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 16);
  737. this.uiTextBox1.Name = "uiTextBox1";
  738. this.uiTextBox1.ShowText = false;
  739. this.uiTextBox1.Size = new System.Drawing.Size(303, 24);
  740. this.uiTextBox1.TabIndex = 2123;
  741. this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  742. this.uiTextBox1.Watermark = "请输入医院名称按下Enter键进行模糊查找";
  743. this.uiTextBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  744. this.uiTextBox1.DoEnter += new System.EventHandler(this.uiTextBox1_DoEnter);
  745. //
  746. // HospitalTransfer
  747. //
  748. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  749. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  750. this.ClientSize = new System.Drawing.Size(1637, 994);
  751. this.Controls.Add(this.panel1);
  752. this.Controls.Add(this.panel2);
  753. this.Name = "HospitalTransfer";
  754. this.Text = "HospitalTransfer";
  755. this.panel2.ResumeLayout(false);
  756. this.panel3.ResumeLayout(false);
  757. this.panel3.PerformLayout();
  758. this.panel4.ResumeLayout(false);
  759. this.panel4.PerformLayout();
  760. this.panel1.ResumeLayout(false);
  761. this.panel1.PerformLayout();
  762. this.panel5.ResumeLayout(false);
  763. this.panel5.PerformLayout();
  764. this.groupBox1.ResumeLayout(false);
  765. ((System.ComponentModel.ISupportInitialize)(this.dgvApplyResult)).EndInit();
  766. this.groupBox2.ResumeLayout(false);
  767. this.groupBox3.ResumeLayout(false);
  768. this.ResumeLayout(false);
  769. }
  770. #endregion
  771. private System.Windows.Forms.Panel panel2;
  772. private System.Windows.Forms.Panel panel3;
  773. public PTControl.DBLookupCombox dblkcbxDieaseCode_1;
  774. private System.Windows.Forms.DateTimePicker dpAuth;
  775. private System.Windows.Forms.DateTimePicker dpEnd;
  776. private System.Windows.Forms.DateTimePicker dpStart;
  777. private System.Windows.Forms.Button btApply_1;
  778. private System.Windows.Forms.Label label6;
  779. private System.Windows.Forms.Label label9;
  780. private System.Windows.Forms.Label label8;
  781. private System.Windows.Forms.Label label5;
  782. private System.Windows.Forms.TextBox textBox3;
  783. private System.Windows.Forms.Label lab_EndDate;
  784. private System.Windows.Forms.Label lab_StaDate;
  785. private System.Windows.Forms.Panel panel4;
  786. private System.Windows.Forms.TextBox tbAddress_1;
  787. private System.Windows.Forms.TextBox tbTel_1;
  788. private System.Windows.Forms.TextBox tbPsnNO_1;
  789. private System.Windows.Forms.TextBox tbName_1;
  790. public PTControl.DBLookupCombox dblkcbxInsuranceType_1;
  791. private System.Windows.Forms.Button btReadCard_1;
  792. private System.Windows.Forms.Label label10;
  793. private System.Windows.Forms.Label label13;
  794. private System.Windows.Forms.TextBox textBox6;
  795. private System.Windows.Forms.Label label15;
  796. private System.Windows.Forms.Label label19;
  797. private System.Windows.Forms.Label label26;
  798. private System.Windows.Forms.Panel panel1;
  799. private System.Windows.Forms.Panel panel5;
  800. private System.Windows.Forms.GroupBox groupBox1;
  801. private System.Windows.Forms.RichTextBox rtbCancleReason_1;
  802. private System.Windows.Forms.RadioButton rbDeclareNo_1;
  803. private System.Windows.Forms.RadioButton rbPsnNo_1;
  804. private System.Windows.Forms.RadioButton rbName_1;
  805. private System.Windows.Forms.Button btCancleByHis_1;
  806. private System.Windows.Forms.Button btQueryCenterRecord_1;
  807. private System.Windows.Forms.TextBox tbPsnNo2_1;
  808. private System.Windows.Forms.Button btCancleByCenter_1;
  809. private System.Windows.Forms.Button btClose_1;
  810. private System.Windows.Forms.Button btQueryHisRecord_1;
  811. private Sunny.UI.UIDataGridView dgvApplyResult;
  812. private System.Windows.Forms.TextBox textBox4;
  813. private System.Windows.Forms.ComboBox comboBox1;
  814. private System.Windows.Forms.Label label3;
  815. private System.Windows.Forms.GroupBox groupBox3;
  816. private System.Windows.Forms.RichTextBox richTextBox1;
  817. private System.Windows.Forms.GroupBox groupBox2;
  818. private System.Windows.Forms.RichTextBox richTextBox2;
  819. private Sunny.UI.UITextBox uiTextBox1;
  820. private Sunny.UI.UITextBox cbCBD;
  821. }
  822. }