ToPutOnRecord.Designer.cs 50 KB

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