ToPutOnRecord.Designer.cs 49 KB

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