HospitalTransfer.Designer.cs 47 KB

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