HospitalTransfer.Designer.cs 49 KB

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