SettlementInfo.designer.cs 76 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224
  1. /******************************************************************************
  2. * 文件名称: InvokeHelper.cs
  3. * 文件说明: 调用助手,调用方法的封装
  4. * 当前版本: V1.0
  5. * 创建日期: 2022-04-12
  6. *
  7. * 2020-04-12: 增加 businessDLLInvoke 方法
  8. * 2020-04-12: 增加 writeLog 方法
  9. * 2020-04-14: 增加 businessDLLInvoke(重载) 方法
  10. * 2020-04-14: 增加 irisServiceInvoke 方法
  11. ******************************************************************************/
  12. namespace PTMedicalInsurance.Forms
  13. {
  14. partial class SettlementInfo
  15. {
  16. /// <summary>
  17. /// Required designer variable.
  18. /// </summary>
  19. private System.ComponentModel.IContainer components = null;
  20. /// <summary>
  21. /// Clean up any resources being used.
  22. /// </summary>
  23. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  24. protected override void Dispose(bool disposing)
  25. {
  26. if (disposing && (components != null))
  27. {
  28. components.Dispose();
  29. }
  30. base.Dispose(disposing);
  31. }
  32. #region Windows Form Designer generated code
  33. /// <summary>
  34. /// Required method for Designer support - do not modify
  35. /// the contents of this method with the code editor.
  36. /// </summary>
  37. private void InitializeComponent()
  38. {
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  43. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  44. this.pnlBottom = new Sunny.UI.UIPanel();
  45. this.uiButton2 = new Sunny.UI.UIButton();
  46. this.uiButton1 = new Sunny.UI.UIButton();
  47. this.pnlClient = new Sunny.UI.UIPanel();
  48. this.gbSetlinfo = new Sunny.UI.UIGroupBox();
  49. this.pnlPayInfo = new Sunny.UI.UIPanel();
  50. this.tbAccountMutualAidAmount = new Sunny.UI.UITextBox();
  51. this.uiLabel22 = new Sunny.UI.UILabel();
  52. this.tbBalc = new Sunny.UI.UITextBox();
  53. this.tbHospitalPartAmount = new Sunny.UI.UITextBox();
  54. this.uiLabel23 = new Sunny.UI.UILabel();
  55. this.uiLabel24 = new Sunny.UI.UILabel();
  56. this.tbPsnCashPay = new Sunny.UI.UITextBox();
  57. this.uiLabel13 = new Sunny.UI.UILabel();
  58. this.tbPsnAccountPaySummat = new Sunny.UI.UITextBox();
  59. this.tbPsnSummat = new Sunny.UI.UITextBox();
  60. this.uiLabel14 = new Sunny.UI.UILabel();
  61. this.uiLabel15 = new Sunny.UI.UILabel();
  62. this.tbFundPaySummat = new Sunny.UI.UITextBox();
  63. this.uiLabel16 = new Sunny.UI.UILabel();
  64. this.tbOtherPay = new Sunny.UI.UITextBox();
  65. this.tbAssian = new Sunny.UI.UITextBox();
  66. this.uiLabel17 = new Sunny.UI.UILabel();
  67. this.uiLabel18 = new Sunny.UI.UILabel();
  68. this.tbWorkerLargeMedical = new Sunny.UI.UITextBox();
  69. this.uiLabel7 = new Sunny.UI.UILabel();
  70. this.tbHifmi_pay = new Sunny.UI.UITextBox();
  71. this.tbHifes_pay = new Sunny.UI.UITextBox();
  72. this.uiLabel8 = new Sunny.UI.UILabel();
  73. this.uiLabel9 = new Sunny.UI.UILabel();
  74. this.tbCvlserv_pay = new Sunny.UI.UITextBox();
  75. this.uiLabel10 = new Sunny.UI.UILabel();
  76. this.tbInsuFundPayRito = new Sunny.UI.UITextBox();
  77. this.tbInsuFundPay = new Sunny.UI.UITextBox();
  78. this.uiLabel11 = new Sunny.UI.UILabel();
  79. this.uiLabel12 = new Sunny.UI.UILabel();
  80. this.tbActualPayDeduLine = new Sunny.UI.UITextBox();
  81. this.uiLabel4 = new Sunny.UI.UILabel();
  82. this.tbInScopyAmount = new Sunny.UI.UITextBox();
  83. this.tbPreSelfPay = new Sunny.UI.UITextBox();
  84. this.uiLabel5 = new Sunny.UI.UILabel();
  85. this.uiLabel6 = new Sunny.UI.UILabel();
  86. this.tbOverLimitOwnPay = new Sunny.UI.UITextBox();
  87. this.uiLabel3 = new Sunny.UI.UILabel();
  88. this.tbFullOwnPay = new Sunny.UI.UITextBox();
  89. this.tbSumamt = new Sunny.UI.UITextBox();
  90. this.uiLabel2 = new Sunny.UI.UILabel();
  91. this.uiLabel1 = new Sunny.UI.UILabel();
  92. this.pnlSetlBaseInfo = new Sunny.UI.UIPanel();
  93. this.tbClearingType = new Sunny.UI.UITextBox();
  94. this.tbClearingWay = new Sunny.UI.UITextBox();
  95. this.uiLabel29 = new Sunny.UI.UILabel();
  96. this.uiLabel19 = new Sunny.UI.UILabel();
  97. this.tbPersonType = new Sunny.UI.UITextBox();
  98. this.tbInsuType = new Sunny.UI.UITextBox();
  99. this.uiLabel27 = new Sunny.UI.UILabel();
  100. this.uiLabel28 = new Sunny.UI.UILabel();
  101. this.tbPsnCertNO = new Sunny.UI.UITextBox();
  102. this.tbPsnCertType = new Sunny.UI.UITextBox();
  103. this.uiLabel25 = new Sunny.UI.UILabel();
  104. this.uiLabel26 = new Sunny.UI.UILabel();
  105. this.tbMedType = new Sunny.UI.UITextBox();
  106. this.tbAdmCertType = new Sunny.UI.UITextBox();
  107. this.uiLabel20 = new Sunny.UI.UILabel();
  108. this.uiLabel21 = new Sunny.UI.UILabel();
  109. this.uiLabel30 = new Sunny.UI.UILabel();
  110. this.gbSetldetail = new Sunny.UI.UIGroupBox();
  111. this.dgvSetlDetail = new Sunny.UI.UIDataGridView();
  112. this.tbMedInsWalletPay = new Sunny.UI.UITextBox();
  113. this.uiLabel34 = new Sunny.UI.UILabel();
  114. this.pnlBottom.SuspendLayout();
  115. this.pnlClient.SuspendLayout();
  116. this.gbSetlinfo.SuspendLayout();
  117. this.pnlPayInfo.SuspendLayout();
  118. this.pnlSetlBaseInfo.SuspendLayout();
  119. this.gbSetldetail.SuspendLayout();
  120. ((System.ComponentModel.ISupportInitialize)(this.dgvSetlDetail)).BeginInit();
  121. this.SuspendLayout();
  122. //
  123. // pnlBottom
  124. //
  125. this.pnlBottom.Controls.Add(this.uiButton2);
  126. this.pnlBottom.Controls.Add(this.uiButton1);
  127. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  128. this.pnlBottom.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.pnlBottom.Location = new System.Drawing.Point(0, 544);
  130. this.pnlBottom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  131. this.pnlBottom.MinimumSize = new System.Drawing.Size(1, 1);
  132. this.pnlBottom.Name = "pnlBottom";
  133. this.pnlBottom.Size = new System.Drawing.Size(988, 65);
  134. this.pnlBottom.TabIndex = 0;
  135. this.pnlBottom.Text = null;
  136. this.pnlBottom.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  137. this.pnlBottom.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  138. //
  139. // uiButton2
  140. //
  141. this.uiButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  142. this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
  143. this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.uiButton2.Location = new System.Drawing.Point(878, 16);
  145. this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
  146. this.uiButton2.Name = "uiButton2";
  147. this.uiButton2.Size = new System.Drawing.Size(100, 38);
  148. this.uiButton2.TabIndex = 1;
  149. this.uiButton2.Text = "放弃";
  150. this.uiButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.uiButton2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  152. this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click);
  153. //
  154. // uiButton1
  155. //
  156. this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  157. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  158. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.uiButton1.Location = new System.Drawing.Point(753, 16);
  160. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  161. this.uiButton1.Name = "uiButton1";
  162. this.uiButton1.Size = new System.Drawing.Size(100, 38);
  163. this.uiButton1.TabIndex = 0;
  164. this.uiButton1.Text = "结算";
  165. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  167. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  168. //
  169. // pnlClient
  170. //
  171. this.pnlClient.Controls.Add(this.gbSetlinfo);
  172. this.pnlClient.Controls.Add(this.gbSetldetail);
  173. this.pnlClient.Dock = System.Windows.Forms.DockStyle.Fill;
  174. this.pnlClient.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.pnlClient.Location = new System.Drawing.Point(0, 0);
  176. this.pnlClient.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  177. this.pnlClient.MinimumSize = new System.Drawing.Size(1, 1);
  178. this.pnlClient.Name = "pnlClient";
  179. this.pnlClient.Size = new System.Drawing.Size(988, 544);
  180. this.pnlClient.TabIndex = 1;
  181. this.pnlClient.Text = null;
  182. this.pnlClient.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  183. this.pnlClient.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  184. //
  185. // gbSetlinfo
  186. //
  187. this.gbSetlinfo.Controls.Add(this.pnlPayInfo);
  188. this.gbSetlinfo.Controls.Add(this.pnlSetlBaseInfo);
  189. this.gbSetlinfo.Controls.Add(this.uiLabel30);
  190. this.gbSetlinfo.Dock = System.Windows.Forms.DockStyle.Fill;
  191. this.gbSetlinfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.gbSetlinfo.Location = new System.Drawing.Point(0, 0);
  193. this.gbSetlinfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  194. this.gbSetlinfo.MinimumSize = new System.Drawing.Size(1, 1);
  195. this.gbSetlinfo.Name = "gbSetlinfo";
  196. this.gbSetlinfo.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  197. this.gbSetlinfo.Size = new System.Drawing.Size(988, 392);
  198. this.gbSetlinfo.TabIndex = 2;
  199. this.gbSetlinfo.Text = "结算信息";
  200. this.gbSetlinfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  201. this.gbSetlinfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  202. //
  203. // pnlPayInfo
  204. //
  205. this.pnlPayInfo.Controls.Add(this.tbMedInsWalletPay);
  206. this.pnlPayInfo.Controls.Add(this.uiLabel34);
  207. this.pnlPayInfo.Controls.Add(this.tbAccountMutualAidAmount);
  208. this.pnlPayInfo.Controls.Add(this.uiLabel22);
  209. this.pnlPayInfo.Controls.Add(this.tbBalc);
  210. this.pnlPayInfo.Controls.Add(this.tbHospitalPartAmount);
  211. this.pnlPayInfo.Controls.Add(this.uiLabel23);
  212. this.pnlPayInfo.Controls.Add(this.uiLabel24);
  213. this.pnlPayInfo.Controls.Add(this.tbPsnCashPay);
  214. this.pnlPayInfo.Controls.Add(this.uiLabel13);
  215. this.pnlPayInfo.Controls.Add(this.tbPsnAccountPaySummat);
  216. this.pnlPayInfo.Controls.Add(this.tbPsnSummat);
  217. this.pnlPayInfo.Controls.Add(this.uiLabel14);
  218. this.pnlPayInfo.Controls.Add(this.uiLabel15);
  219. this.pnlPayInfo.Controls.Add(this.tbFundPaySummat);
  220. this.pnlPayInfo.Controls.Add(this.uiLabel16);
  221. this.pnlPayInfo.Controls.Add(this.tbOtherPay);
  222. this.pnlPayInfo.Controls.Add(this.tbAssian);
  223. this.pnlPayInfo.Controls.Add(this.uiLabel17);
  224. this.pnlPayInfo.Controls.Add(this.uiLabel18);
  225. this.pnlPayInfo.Controls.Add(this.tbWorkerLargeMedical);
  226. this.pnlPayInfo.Controls.Add(this.uiLabel7);
  227. this.pnlPayInfo.Controls.Add(this.tbHifmi_pay);
  228. this.pnlPayInfo.Controls.Add(this.tbHifes_pay);
  229. this.pnlPayInfo.Controls.Add(this.uiLabel8);
  230. this.pnlPayInfo.Controls.Add(this.uiLabel9);
  231. this.pnlPayInfo.Controls.Add(this.tbCvlserv_pay);
  232. this.pnlPayInfo.Controls.Add(this.uiLabel10);
  233. this.pnlPayInfo.Controls.Add(this.tbInsuFundPayRito);
  234. this.pnlPayInfo.Controls.Add(this.tbInsuFundPay);
  235. this.pnlPayInfo.Controls.Add(this.uiLabel11);
  236. this.pnlPayInfo.Controls.Add(this.uiLabel12);
  237. this.pnlPayInfo.Controls.Add(this.tbActualPayDeduLine);
  238. this.pnlPayInfo.Controls.Add(this.uiLabel4);
  239. this.pnlPayInfo.Controls.Add(this.tbInScopyAmount);
  240. this.pnlPayInfo.Controls.Add(this.tbPreSelfPay);
  241. this.pnlPayInfo.Controls.Add(this.uiLabel5);
  242. this.pnlPayInfo.Controls.Add(this.uiLabel6);
  243. this.pnlPayInfo.Controls.Add(this.tbOverLimitOwnPay);
  244. this.pnlPayInfo.Controls.Add(this.uiLabel3);
  245. this.pnlPayInfo.Controls.Add(this.tbFullOwnPay);
  246. this.pnlPayInfo.Controls.Add(this.tbSumamt);
  247. this.pnlPayInfo.Controls.Add(this.uiLabel2);
  248. this.pnlPayInfo.Controls.Add(this.uiLabel1);
  249. this.pnlPayInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  250. this.pnlPayInfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.pnlPayInfo.Location = new System.Drawing.Point(0, 121);
  252. this.pnlPayInfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  253. this.pnlPayInfo.MinimumSize = new System.Drawing.Size(1, 1);
  254. this.pnlPayInfo.Name = "pnlPayInfo";
  255. this.pnlPayInfo.Size = new System.Drawing.Size(988, 271);
  256. this.pnlPayInfo.TabIndex = 1;
  257. this.pnlPayInfo.Text = null;
  258. this.pnlPayInfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  259. this.pnlPayInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  260. this.pnlPayInfo.Click += new System.EventHandler(this.pnlPayInfo_Click);
  261. //
  262. // tbAccountMutualAidAmount
  263. //
  264. this.tbAccountMutualAidAmount.Cursor = System.Windows.Forms.Cursors.IBeam;
  265. this.tbAccountMutualAidAmount.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.tbAccountMutualAidAmount.Location = new System.Drawing.Point(877, 105);
  267. this.tbAccountMutualAidAmount.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  268. this.tbAccountMutualAidAmount.MinimumSize = new System.Drawing.Size(1, 16);
  269. this.tbAccountMutualAidAmount.Name = "tbAccountMutualAidAmount";
  270. this.tbAccountMutualAidAmount.ShowText = false;
  271. this.tbAccountMutualAidAmount.Size = new System.Drawing.Size(100, 27);
  272. this.tbAccountMutualAidAmount.TabIndex = 41;
  273. this.tbAccountMutualAidAmount.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  274. this.tbAccountMutualAidAmount.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  275. //
  276. // uiLabel22
  277. //
  278. this.uiLabel22.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.uiLabel22.Location = new System.Drawing.Point(730, 107);
  280. this.uiLabel22.Name = "uiLabel22";
  281. this.uiLabel22.Size = new System.Drawing.Size(112, 23);
  282. this.uiLabel22.TabIndex = 40;
  283. this.uiLabel22.Text = "个人账户共济";
  284. this.uiLabel22.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  285. this.uiLabel22.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  286. //
  287. // tbBalc
  288. //
  289. this.tbBalc.Cursor = System.Windows.Forms.Cursors.IBeam;
  290. this.tbBalc.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  291. this.tbBalc.Location = new System.Drawing.Point(877, 62);
  292. this.tbBalc.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  293. this.tbBalc.MinimumSize = new System.Drawing.Size(1, 16);
  294. this.tbBalc.Name = "tbBalc";
  295. this.tbBalc.ShowText = false;
  296. this.tbBalc.Size = new System.Drawing.Size(100, 27);
  297. this.tbBalc.TabIndex = 39;
  298. this.tbBalc.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  299. this.tbBalc.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  300. //
  301. // tbHospitalPartAmount
  302. //
  303. this.tbHospitalPartAmount.Cursor = System.Windows.Forms.Cursors.IBeam;
  304. this.tbHospitalPartAmount.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.tbHospitalPartAmount.Location = new System.Drawing.Point(877, 19);
  306. this.tbHospitalPartAmount.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  307. this.tbHospitalPartAmount.MinimumSize = new System.Drawing.Size(1, 16);
  308. this.tbHospitalPartAmount.Name = "tbHospitalPartAmount";
  309. this.tbHospitalPartAmount.ShowText = false;
  310. this.tbHospitalPartAmount.Size = new System.Drawing.Size(100, 27);
  311. this.tbHospitalPartAmount.TabIndex = 38;
  312. this.tbHospitalPartAmount.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  313. this.tbHospitalPartAmount.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  314. //
  315. // uiLabel23
  316. //
  317. this.uiLabel23.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.uiLabel23.Location = new System.Drawing.Point(730, 65);
  319. this.uiLabel23.Name = "uiLabel23";
  320. this.uiLabel23.Size = new System.Drawing.Size(112, 23);
  321. this.uiLabel23.TabIndex = 37;
  322. this.uiLabel23.Text = "医保账户余额";
  323. this.uiLabel23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  324. this.uiLabel23.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  325. //
  326. // uiLabel24
  327. //
  328. this.uiLabel24.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. this.uiLabel24.Location = new System.Drawing.Point(730, 23);
  330. this.uiLabel24.Name = "uiLabel24";
  331. this.uiLabel24.Size = new System.Drawing.Size(112, 23);
  332. this.uiLabel24.TabIndex = 36;
  333. this.uiLabel24.Text = "医院负担金额";
  334. this.uiLabel24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  335. this.uiLabel24.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  336. //
  337. // tbPsnCashPay
  338. //
  339. this.tbPsnCashPay.Cursor = System.Windows.Forms.Cursors.IBeam;
  340. this.tbPsnCashPay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. this.tbPsnCashPay.Location = new System.Drawing.Point(609, 185);
  342. this.tbPsnCashPay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  343. this.tbPsnCashPay.MinimumSize = new System.Drawing.Size(1, 16);
  344. this.tbPsnCashPay.Name = "tbPsnCashPay";
  345. this.tbPsnCashPay.ShowText = false;
  346. this.tbPsnCashPay.Size = new System.Drawing.Size(100, 29);
  347. this.tbPsnCashPay.TabIndex = 35;
  348. this.tbPsnCashPay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  349. this.tbPsnCashPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  350. //
  351. // uiLabel13
  352. //
  353. this.uiLabel13.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  354. this.uiLabel13.Location = new System.Drawing.Point(502, 181);
  355. this.uiLabel13.Name = "uiLabel13";
  356. this.uiLabel13.Size = new System.Drawing.Size(100, 23);
  357. this.uiLabel13.TabIndex = 34;
  358. this.uiLabel13.Text = "个人现金支付";
  359. this.uiLabel13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  360. this.uiLabel13.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  361. //
  362. // tbPsnAccountPaySummat
  363. //
  364. this.tbPsnAccountPaySummat.Cursor = System.Windows.Forms.Cursors.IBeam;
  365. this.tbPsnAccountPaySummat.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.tbPsnAccountPaySummat.Location = new System.Drawing.Point(609, 144);
  367. this.tbPsnAccountPaySummat.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  368. this.tbPsnAccountPaySummat.MinimumSize = new System.Drawing.Size(1, 16);
  369. this.tbPsnAccountPaySummat.Name = "tbPsnAccountPaySummat";
  370. this.tbPsnAccountPaySummat.ShowText = false;
  371. this.tbPsnAccountPaySummat.Size = new System.Drawing.Size(100, 29);
  372. this.tbPsnAccountPaySummat.TabIndex = 33;
  373. this.tbPsnAccountPaySummat.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  374. this.tbPsnAccountPaySummat.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  375. //
  376. // tbPsnSummat
  377. //
  378. this.tbPsnSummat.Cursor = System.Windows.Forms.Cursors.IBeam;
  379. this.tbPsnSummat.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. this.tbPsnSummat.Location = new System.Drawing.Point(609, 103);
  381. this.tbPsnSummat.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  382. this.tbPsnSummat.MinimumSize = new System.Drawing.Size(1, 16);
  383. this.tbPsnSummat.Name = "tbPsnSummat";
  384. this.tbPsnSummat.ShowText = false;
  385. this.tbPsnSummat.Size = new System.Drawing.Size(100, 29);
  386. this.tbPsnSummat.TabIndex = 32;
  387. this.tbPsnSummat.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  388. this.tbPsnSummat.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  389. //
  390. // uiLabel14
  391. //
  392. this.uiLabel14.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  393. this.uiLabel14.Location = new System.Drawing.Point(502, 142);
  394. this.uiLabel14.Name = "uiLabel14";
  395. this.uiLabel14.Size = new System.Drawing.Size(100, 23);
  396. this.uiLabel14.TabIndex = 31;
  397. this.uiLabel14.Text = "个人账户支付";
  398. this.uiLabel14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  399. this.uiLabel14.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  400. //
  401. // uiLabel15
  402. //
  403. this.uiLabel15.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  404. this.uiLabel15.Location = new System.Drawing.Point(502, 103);
  405. this.uiLabel15.Name = "uiLabel15";
  406. this.uiLabel15.Size = new System.Drawing.Size(100, 23);
  407. this.uiLabel15.TabIndex = 30;
  408. this.uiLabel15.Text = "个人负担总金额";
  409. this.uiLabel15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  410. this.uiLabel15.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  411. //
  412. // tbFundPaySummat
  413. //
  414. this.tbFundPaySummat.Cursor = System.Windows.Forms.Cursors.IBeam;
  415. this.tbFundPaySummat.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  416. this.tbFundPaySummat.Location = new System.Drawing.Point(609, 62);
  417. this.tbFundPaySummat.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  418. this.tbFundPaySummat.MinimumSize = new System.Drawing.Size(1, 16);
  419. this.tbFundPaySummat.Name = "tbFundPaySummat";
  420. this.tbFundPaySummat.ShowText = false;
  421. this.tbFundPaySummat.Size = new System.Drawing.Size(100, 29);
  422. this.tbFundPaySummat.TabIndex = 29;
  423. this.tbFundPaySummat.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  424. this.tbFundPaySummat.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  425. //
  426. // uiLabel16
  427. //
  428. this.uiLabel16.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  429. this.uiLabel16.Location = new System.Drawing.Point(502, 64);
  430. this.uiLabel16.Name = "uiLabel16";
  431. this.uiLabel16.Size = new System.Drawing.Size(100, 23);
  432. this.uiLabel16.TabIndex = 28;
  433. this.uiLabel16.Text = "基金支付总额";
  434. this.uiLabel16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  435. this.uiLabel16.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  436. //
  437. // tbOtherPay
  438. //
  439. this.tbOtherPay.Cursor = System.Windows.Forms.Cursors.IBeam;
  440. this.tbOtherPay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  441. this.tbOtherPay.Location = new System.Drawing.Point(128, 183);
  442. this.tbOtherPay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  443. this.tbOtherPay.MinimumSize = new System.Drawing.Size(1, 16);
  444. this.tbOtherPay.Name = "tbOtherPay";
  445. this.tbOtherPay.ShowText = false;
  446. this.tbOtherPay.Size = new System.Drawing.Size(100, 29);
  447. this.tbOtherPay.TabIndex = 27;
  448. this.tbOtherPay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  449. this.tbOtherPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  450. //
  451. // tbAssian
  452. //
  453. this.tbAssian.Cursor = System.Windows.Forms.Cursors.IBeam;
  454. this.tbAssian.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  455. this.tbAssian.Location = new System.Drawing.Point(609, 19);
  456. this.tbAssian.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  457. this.tbAssian.MinimumSize = new System.Drawing.Size(1, 16);
  458. this.tbAssian.Name = "tbAssian";
  459. this.tbAssian.ShowText = false;
  460. this.tbAssian.Size = new System.Drawing.Size(100, 29);
  461. this.tbAssian.TabIndex = 26;
  462. this.tbAssian.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  463. this.tbAssian.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  464. //
  465. // uiLabel17
  466. //
  467. this.uiLabel17.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  468. this.uiLabel17.Location = new System.Drawing.Point(21, 183);
  469. this.uiLabel17.Name = "uiLabel17";
  470. this.uiLabel17.Size = new System.Drawing.Size(100, 23);
  471. this.uiLabel17.TabIndex = 25;
  472. this.uiLabel17.Text = "其他支出";
  473. this.uiLabel17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  474. this.uiLabel17.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  475. //
  476. // uiLabel18
  477. //
  478. this.uiLabel18.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  479. this.uiLabel18.Location = new System.Drawing.Point(502, 25);
  480. this.uiLabel18.Name = "uiLabel18";
  481. this.uiLabel18.Size = new System.Drawing.Size(100, 23);
  482. this.uiLabel18.TabIndex = 24;
  483. this.uiLabel18.Text = "医疗救助";
  484. this.uiLabel18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  485. this.uiLabel18.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  486. //
  487. // tbWorkerLargeMedical
  488. //
  489. this.tbWorkerLargeMedical.Cursor = System.Windows.Forms.Cursors.IBeam;
  490. this.tbWorkerLargeMedical.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  491. this.tbWorkerLargeMedical.Location = new System.Drawing.Point(361, 185);
  492. this.tbWorkerLargeMedical.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  493. this.tbWorkerLargeMedical.MinimumSize = new System.Drawing.Size(1, 16);
  494. this.tbWorkerLargeMedical.Name = "tbWorkerLargeMedical";
  495. this.tbWorkerLargeMedical.ShowText = false;
  496. this.tbWorkerLargeMedical.Size = new System.Drawing.Size(100, 29);
  497. this.tbWorkerLargeMedical.TabIndex = 23;
  498. this.tbWorkerLargeMedical.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  499. this.tbWorkerLargeMedical.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  500. //
  501. // uiLabel7
  502. //
  503. this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  504. this.uiLabel7.Location = new System.Drawing.Point(253, 185);
  505. this.uiLabel7.Name = "uiLabel7";
  506. this.uiLabel7.Size = new System.Drawing.Size(100, 23);
  507. this.uiLabel7.TabIndex = 22;
  508. this.uiLabel7.Text = "职工大额医疗";
  509. this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  510. this.uiLabel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  511. //
  512. // tbHifmi_pay
  513. //
  514. this.tbHifmi_pay.Cursor = System.Windows.Forms.Cursors.IBeam;
  515. this.tbHifmi_pay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  516. this.tbHifmi_pay.Location = new System.Drawing.Point(361, 144);
  517. this.tbHifmi_pay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  518. this.tbHifmi_pay.MinimumSize = new System.Drawing.Size(1, 16);
  519. this.tbHifmi_pay.Name = "tbHifmi_pay";
  520. this.tbHifmi_pay.ShowText = false;
  521. this.tbHifmi_pay.Size = new System.Drawing.Size(100, 29);
  522. this.tbHifmi_pay.TabIndex = 21;
  523. this.tbHifmi_pay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  524. this.tbHifmi_pay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  525. //
  526. // tbHifes_pay
  527. //
  528. this.tbHifes_pay.Cursor = System.Windows.Forms.Cursors.IBeam;
  529. this.tbHifes_pay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  530. this.tbHifes_pay.Location = new System.Drawing.Point(361, 103);
  531. this.tbHifes_pay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  532. this.tbHifes_pay.MinimumSize = new System.Drawing.Size(1, 16);
  533. this.tbHifes_pay.Name = "tbHifes_pay";
  534. this.tbHifes_pay.ShowText = false;
  535. this.tbHifes_pay.Size = new System.Drawing.Size(100, 29);
  536. this.tbHifes_pay.TabIndex = 20;
  537. this.tbHifes_pay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  538. this.tbHifes_pay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  539. //
  540. // uiLabel8
  541. //
  542. this.uiLabel8.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  543. this.uiLabel8.Location = new System.Drawing.Point(253, 145);
  544. this.uiLabel8.Name = "uiLabel8";
  545. this.uiLabel8.Size = new System.Drawing.Size(100, 23);
  546. this.uiLabel8.TabIndex = 19;
  547. this.uiLabel8.Text = "居民大病保险";
  548. this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  549. this.uiLabel8.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  550. //
  551. // uiLabel9
  552. //
  553. this.uiLabel9.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  554. this.uiLabel9.Location = new System.Drawing.Point(253, 105);
  555. this.uiLabel9.Name = "uiLabel9";
  556. this.uiLabel9.Size = new System.Drawing.Size(100, 23);
  557. this.uiLabel9.TabIndex = 18;
  558. this.uiLabel9.Text = "企业补充医疗";
  559. this.uiLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  560. this.uiLabel9.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  561. //
  562. // tbCvlserv_pay
  563. //
  564. this.tbCvlserv_pay.Cursor = System.Windows.Forms.Cursors.IBeam;
  565. this.tbCvlserv_pay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  566. this.tbCvlserv_pay.Location = new System.Drawing.Point(361, 62);
  567. this.tbCvlserv_pay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  568. this.tbCvlserv_pay.MinimumSize = new System.Drawing.Size(1, 16);
  569. this.tbCvlserv_pay.Name = "tbCvlserv_pay";
  570. this.tbCvlserv_pay.ShowText = false;
  571. this.tbCvlserv_pay.Size = new System.Drawing.Size(100, 29);
  572. this.tbCvlserv_pay.TabIndex = 17;
  573. this.tbCvlserv_pay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  574. this.tbCvlserv_pay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  575. //
  576. // uiLabel10
  577. //
  578. this.uiLabel10.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  579. this.uiLabel10.Location = new System.Drawing.Point(253, 65);
  580. this.uiLabel10.Name = "uiLabel10";
  581. this.uiLabel10.Size = new System.Drawing.Size(100, 23);
  582. this.uiLabel10.TabIndex = 16;
  583. this.uiLabel10.Text = "公务员医疗补助";
  584. this.uiLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  585. this.uiLabel10.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  586. //
  587. // tbInsuFundPayRito
  588. //
  589. this.tbInsuFundPayRito.Cursor = System.Windows.Forms.Cursors.IBeam;
  590. this.tbInsuFundPayRito.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  591. this.tbInsuFundPayRito.Location = new System.Drawing.Point(877, 148);
  592. this.tbInsuFundPayRito.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  593. this.tbInsuFundPayRito.MinimumSize = new System.Drawing.Size(1, 16);
  594. this.tbInsuFundPayRito.Name = "tbInsuFundPayRito";
  595. this.tbInsuFundPayRito.ShowText = false;
  596. this.tbInsuFundPayRito.Size = new System.Drawing.Size(100, 27);
  597. this.tbInsuFundPayRito.TabIndex = 15;
  598. this.tbInsuFundPayRito.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  599. this.tbInsuFundPayRito.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  600. //
  601. // tbInsuFundPay
  602. //
  603. this.tbInsuFundPay.Cursor = System.Windows.Forms.Cursors.IBeam;
  604. this.tbInsuFundPay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  605. this.tbInsuFundPay.Location = new System.Drawing.Point(361, 19);
  606. this.tbInsuFundPay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  607. this.tbInsuFundPay.MinimumSize = new System.Drawing.Size(1, 16);
  608. this.tbInsuFundPay.Name = "tbInsuFundPay";
  609. this.tbInsuFundPay.ShowText = false;
  610. this.tbInsuFundPay.Size = new System.Drawing.Size(100, 29);
  611. this.tbInsuFundPay.TabIndex = 14;
  612. this.tbInsuFundPay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  613. this.tbInsuFundPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  614. //
  615. // uiLabel11
  616. //
  617. this.uiLabel11.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  618. this.uiLabel11.Location = new System.Drawing.Point(730, 149);
  619. this.uiLabel11.Name = "uiLabel11";
  620. this.uiLabel11.Size = new System.Drawing.Size(146, 23);
  621. this.uiLabel11.TabIndex = 13;
  622. this.uiLabel11.Text = "统筹基金支付比例";
  623. this.uiLabel11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  624. this.uiLabel11.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  625. //
  626. // uiLabel12
  627. //
  628. this.uiLabel12.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  629. this.uiLabel12.Location = new System.Drawing.Point(253, 25);
  630. this.uiLabel12.Name = "uiLabel12";
  631. this.uiLabel12.Size = new System.Drawing.Size(100, 23);
  632. this.uiLabel12.TabIndex = 12;
  633. this.uiLabel12.Text = "统筹基金支出";
  634. this.uiLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  635. this.uiLabel12.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  636. //
  637. // tbActualPayDeduLine
  638. //
  639. this.tbActualPayDeduLine.Cursor = System.Windows.Forms.Cursors.IBeam;
  640. this.tbActualPayDeduLine.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  641. this.tbActualPayDeduLine.Location = new System.Drawing.Point(128, 224);
  642. this.tbActualPayDeduLine.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  643. this.tbActualPayDeduLine.MinimumSize = new System.Drawing.Size(1, 16);
  644. this.tbActualPayDeduLine.Name = "tbActualPayDeduLine";
  645. this.tbActualPayDeduLine.ShowText = false;
  646. this.tbActualPayDeduLine.Size = new System.Drawing.Size(100, 29);
  647. this.tbActualPayDeduLine.TabIndex = 11;
  648. this.tbActualPayDeduLine.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  649. this.tbActualPayDeduLine.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  650. //
  651. // uiLabel4
  652. //
  653. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  654. this.uiLabel4.Location = new System.Drawing.Point(21, 223);
  655. this.uiLabel4.Name = "uiLabel4";
  656. this.uiLabel4.Size = new System.Drawing.Size(100, 23);
  657. this.uiLabel4.TabIndex = 10;
  658. this.uiLabel4.Text = "实际支付起付线";
  659. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  660. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  661. //
  662. // tbInScopyAmount
  663. //
  664. this.tbInScopyAmount.Cursor = System.Windows.Forms.Cursors.IBeam;
  665. this.tbInScopyAmount.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  666. this.tbInScopyAmount.Location = new System.Drawing.Point(877, 191);
  667. this.tbInScopyAmount.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  668. this.tbInScopyAmount.MinimumSize = new System.Drawing.Size(1, 16);
  669. this.tbInScopyAmount.Name = "tbInScopyAmount";
  670. this.tbInScopyAmount.ShowText = false;
  671. this.tbInScopyAmount.Size = new System.Drawing.Size(100, 27);
  672. this.tbInScopyAmount.TabIndex = 9;
  673. this.tbInScopyAmount.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  674. this.tbInScopyAmount.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  675. //
  676. // tbPreSelfPay
  677. //
  678. this.tbPreSelfPay.Cursor = System.Windows.Forms.Cursors.IBeam;
  679. this.tbPreSelfPay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  680. this.tbPreSelfPay.Location = new System.Drawing.Point(128, 142);
  681. this.tbPreSelfPay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  682. this.tbPreSelfPay.MinimumSize = new System.Drawing.Size(1, 16);
  683. this.tbPreSelfPay.Name = "tbPreSelfPay";
  684. this.tbPreSelfPay.ShowText = false;
  685. this.tbPreSelfPay.Size = new System.Drawing.Size(100, 29);
  686. this.tbPreSelfPay.TabIndex = 8;
  687. this.tbPreSelfPay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  688. this.tbPreSelfPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  689. //
  690. // uiLabel5
  691. //
  692. this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  693. this.uiLabel5.Location = new System.Drawing.Point(730, 191);
  694. this.uiLabel5.Name = "uiLabel5";
  695. this.uiLabel5.Size = new System.Drawing.Size(146, 23);
  696. this.uiLabel5.TabIndex = 7;
  697. this.uiLabel5.Text = "符合政策范围金额";
  698. this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  699. this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  700. //
  701. // uiLabel6
  702. //
  703. this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  704. this.uiLabel6.Location = new System.Drawing.Point(21, 143);
  705. this.uiLabel6.Name = "uiLabel6";
  706. this.uiLabel6.Size = new System.Drawing.Size(100, 23);
  707. this.uiLabel6.TabIndex = 6;
  708. this.uiLabel6.Text = "先行自付金额";
  709. this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  710. this.uiLabel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  711. //
  712. // tbOverLimitOwnPay
  713. //
  714. this.tbOverLimitOwnPay.Cursor = System.Windows.Forms.Cursors.IBeam;
  715. this.tbOverLimitOwnPay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  716. this.tbOverLimitOwnPay.Location = new System.Drawing.Point(128, 101);
  717. this.tbOverLimitOwnPay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  718. this.tbOverLimitOwnPay.MinimumSize = new System.Drawing.Size(1, 16);
  719. this.tbOverLimitOwnPay.Name = "tbOverLimitOwnPay";
  720. this.tbOverLimitOwnPay.ShowText = false;
  721. this.tbOverLimitOwnPay.Size = new System.Drawing.Size(100, 29);
  722. this.tbOverLimitOwnPay.TabIndex = 5;
  723. this.tbOverLimitOwnPay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  724. this.tbOverLimitOwnPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  725. //
  726. // uiLabel3
  727. //
  728. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  729. this.uiLabel3.Location = new System.Drawing.Point(21, 103);
  730. this.uiLabel3.Name = "uiLabel3";
  731. this.uiLabel3.Size = new System.Drawing.Size(100, 23);
  732. this.uiLabel3.TabIndex = 4;
  733. this.uiLabel3.Text = "超限价自费费用";
  734. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  735. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  736. //
  737. // tbFullOwnPay
  738. //
  739. this.tbFullOwnPay.Cursor = System.Windows.Forms.Cursors.IBeam;
  740. this.tbFullOwnPay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  741. this.tbFullOwnPay.Location = new System.Drawing.Point(128, 60);
  742. this.tbFullOwnPay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  743. this.tbFullOwnPay.MinimumSize = new System.Drawing.Size(1, 16);
  744. this.tbFullOwnPay.Name = "tbFullOwnPay";
  745. this.tbFullOwnPay.ShowText = false;
  746. this.tbFullOwnPay.Size = new System.Drawing.Size(100, 29);
  747. this.tbFullOwnPay.TabIndex = 3;
  748. this.tbFullOwnPay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  749. this.tbFullOwnPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  750. //
  751. // tbSumamt
  752. //
  753. this.tbSumamt.Cursor = System.Windows.Forms.Cursors.IBeam;
  754. this.tbSumamt.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  755. this.tbSumamt.Location = new System.Drawing.Point(128, 19);
  756. this.tbSumamt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  757. this.tbSumamt.MinimumSize = new System.Drawing.Size(1, 16);
  758. this.tbSumamt.Name = "tbSumamt";
  759. this.tbSumamt.ShowText = false;
  760. this.tbSumamt.Size = new System.Drawing.Size(100, 29);
  761. this.tbSumamt.TabIndex = 2;
  762. this.tbSumamt.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  763. this.tbSumamt.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  764. //
  765. // uiLabel2
  766. //
  767. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  768. this.uiLabel2.Location = new System.Drawing.Point(21, 63);
  769. this.uiLabel2.Name = "uiLabel2";
  770. this.uiLabel2.Size = new System.Drawing.Size(100, 23);
  771. this.uiLabel2.TabIndex = 1;
  772. this.uiLabel2.Text = "全自费金额";
  773. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  774. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  775. //
  776. // uiLabel1
  777. //
  778. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  779. this.uiLabel1.Location = new System.Drawing.Point(21, 23);
  780. this.uiLabel1.Name = "uiLabel1";
  781. this.uiLabel1.Size = new System.Drawing.Size(100, 23);
  782. this.uiLabel1.TabIndex = 0;
  783. this.uiLabel1.Text = "医疗费总额";
  784. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  785. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  786. //
  787. // pnlSetlBaseInfo
  788. //
  789. this.pnlSetlBaseInfo.Controls.Add(this.tbClearingType);
  790. this.pnlSetlBaseInfo.Controls.Add(this.tbClearingWay);
  791. this.pnlSetlBaseInfo.Controls.Add(this.uiLabel29);
  792. this.pnlSetlBaseInfo.Controls.Add(this.uiLabel19);
  793. this.pnlSetlBaseInfo.Controls.Add(this.tbPersonType);
  794. this.pnlSetlBaseInfo.Controls.Add(this.tbInsuType);
  795. this.pnlSetlBaseInfo.Controls.Add(this.uiLabel27);
  796. this.pnlSetlBaseInfo.Controls.Add(this.uiLabel28);
  797. this.pnlSetlBaseInfo.Controls.Add(this.tbPsnCertNO);
  798. this.pnlSetlBaseInfo.Controls.Add(this.tbPsnCertType);
  799. this.pnlSetlBaseInfo.Controls.Add(this.uiLabel25);
  800. this.pnlSetlBaseInfo.Controls.Add(this.uiLabel26);
  801. this.pnlSetlBaseInfo.Controls.Add(this.tbMedType);
  802. this.pnlSetlBaseInfo.Controls.Add(this.tbAdmCertType);
  803. this.pnlSetlBaseInfo.Controls.Add(this.uiLabel20);
  804. this.pnlSetlBaseInfo.Controls.Add(this.uiLabel21);
  805. this.pnlSetlBaseInfo.Dock = System.Windows.Forms.DockStyle.Top;
  806. this.pnlSetlBaseInfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  807. this.pnlSetlBaseInfo.Location = new System.Drawing.Point(0, 32);
  808. this.pnlSetlBaseInfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  809. this.pnlSetlBaseInfo.MinimumSize = new System.Drawing.Size(1, 1);
  810. this.pnlSetlBaseInfo.Name = "pnlSetlBaseInfo";
  811. this.pnlSetlBaseInfo.Size = new System.Drawing.Size(988, 89);
  812. this.pnlSetlBaseInfo.TabIndex = 0;
  813. this.pnlSetlBaseInfo.Text = null;
  814. this.pnlSetlBaseInfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  815. this.pnlSetlBaseInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  816. //
  817. // tbClearingType
  818. //
  819. this.tbClearingType.Cursor = System.Windows.Forms.Cursors.IBeam;
  820. this.tbClearingType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  821. this.tbClearingType.Location = new System.Drawing.Point(877, 50);
  822. this.tbClearingType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  823. this.tbClearingType.MinimumSize = new System.Drawing.Size(1, 16);
  824. this.tbClearingType.Name = "tbClearingType";
  825. this.tbClearingType.ShowText = false;
  826. this.tbClearingType.Size = new System.Drawing.Size(100, 27);
  827. this.tbClearingType.TabIndex = 61;
  828. this.tbClearingType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  829. this.tbClearingType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  830. //
  831. // tbClearingWay
  832. //
  833. this.tbClearingWay.Cursor = System.Windows.Forms.Cursors.IBeam;
  834. this.tbClearingWay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  835. this.tbClearingWay.Location = new System.Drawing.Point(877, 13);
  836. this.tbClearingWay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  837. this.tbClearingWay.MinimumSize = new System.Drawing.Size(1, 16);
  838. this.tbClearingWay.Name = "tbClearingWay";
  839. this.tbClearingWay.ShowText = false;
  840. this.tbClearingWay.Size = new System.Drawing.Size(100, 27);
  841. this.tbClearingWay.TabIndex = 60;
  842. this.tbClearingWay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  843. this.tbClearingWay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  844. //
  845. // uiLabel29
  846. //
  847. this.uiLabel29.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  848. this.uiLabel29.Location = new System.Drawing.Point(785, 49);
  849. this.uiLabel29.Name = "uiLabel29";
  850. this.uiLabel29.Size = new System.Drawing.Size(81, 23);
  851. this.uiLabel29.TabIndex = 62;
  852. this.uiLabel29.Text = "清算类别";
  853. this.uiLabel29.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  854. this.uiLabel29.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  855. //
  856. // uiLabel19
  857. //
  858. this.uiLabel19.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  859. this.uiLabel19.Location = new System.Drawing.Point(785, 14);
  860. this.uiLabel19.Name = "uiLabel19";
  861. this.uiLabel19.Size = new System.Drawing.Size(81, 23);
  862. this.uiLabel19.TabIndex = 60;
  863. this.uiLabel19.Text = "清算方式";
  864. this.uiLabel19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  865. this.uiLabel19.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  866. //
  867. // tbPersonType
  868. //
  869. this.tbPersonType.Cursor = System.Windows.Forms.Cursors.IBeam;
  870. this.tbPersonType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  871. this.tbPersonType.Location = new System.Drawing.Point(650, 50);
  872. this.tbPersonType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  873. this.tbPersonType.MinimumSize = new System.Drawing.Size(1, 16);
  874. this.tbPersonType.Name = "tbPersonType";
  875. this.tbPersonType.ShowText = false;
  876. this.tbPersonType.Size = new System.Drawing.Size(100, 25);
  877. this.tbPersonType.TabIndex = 57;
  878. this.tbPersonType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  879. this.tbPersonType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  880. //
  881. // tbInsuType
  882. //
  883. this.tbInsuType.Cursor = System.Windows.Forms.Cursors.IBeam;
  884. this.tbInsuType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  885. this.tbInsuType.Location = new System.Drawing.Point(650, 12);
  886. this.tbInsuType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  887. this.tbInsuType.MinimumSize = new System.Drawing.Size(1, 16);
  888. this.tbInsuType.Name = "tbInsuType";
  889. this.tbInsuType.ShowText = false;
  890. this.tbInsuType.Size = new System.Drawing.Size(100, 25);
  891. this.tbInsuType.TabIndex = 56;
  892. this.tbInsuType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  893. this.tbInsuType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  894. //
  895. // uiLabel27
  896. //
  897. this.uiLabel27.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  898. this.uiLabel27.Location = new System.Drawing.Point(562, 49);
  899. this.uiLabel27.Name = "uiLabel27";
  900. this.uiLabel27.Size = new System.Drawing.Size(81, 23);
  901. this.uiLabel27.TabIndex = 55;
  902. this.uiLabel27.Text = "人员类别";
  903. this.uiLabel27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  904. this.uiLabel27.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  905. //
  906. // uiLabel28
  907. //
  908. this.uiLabel28.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  909. this.uiLabel28.Location = new System.Drawing.Point(562, 14);
  910. this.uiLabel28.Name = "uiLabel28";
  911. this.uiLabel28.Size = new System.Drawing.Size(81, 23);
  912. this.uiLabel28.TabIndex = 54;
  913. this.uiLabel28.Text = "险种类型";
  914. this.uiLabel28.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  915. this.uiLabel28.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  916. //
  917. // tbPsnCertNO
  918. //
  919. this.tbPsnCertNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  920. this.tbPsnCertNO.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  921. this.tbPsnCertNO.Location = new System.Drawing.Point(330, 50);
  922. this.tbPsnCertNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  923. this.tbPsnCertNO.MinimumSize = new System.Drawing.Size(1, 16);
  924. this.tbPsnCertNO.Name = "tbPsnCertNO";
  925. this.tbPsnCertNO.ShowText = false;
  926. this.tbPsnCertNO.Size = new System.Drawing.Size(192, 25);
  927. this.tbPsnCertNO.TabIndex = 53;
  928. this.tbPsnCertNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  929. this.tbPsnCertNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  930. //
  931. // tbPsnCertType
  932. //
  933. this.tbPsnCertType.Cursor = System.Windows.Forms.Cursors.IBeam;
  934. this.tbPsnCertType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  935. this.tbPsnCertType.Location = new System.Drawing.Point(331, 12);
  936. this.tbPsnCertType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  937. this.tbPsnCertType.MinimumSize = new System.Drawing.Size(1, 16);
  938. this.tbPsnCertType.Name = "tbPsnCertType";
  939. this.tbPsnCertType.ShowText = false;
  940. this.tbPsnCertType.Size = new System.Drawing.Size(191, 27);
  941. this.tbPsnCertType.TabIndex = 52;
  942. this.tbPsnCertType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  943. this.tbPsnCertType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  944. //
  945. // uiLabel25
  946. //
  947. this.uiLabel25.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  948. this.uiLabel25.Location = new System.Drawing.Point(244, 49);
  949. this.uiLabel25.Name = "uiLabel25";
  950. this.uiLabel25.Size = new System.Drawing.Size(81, 23);
  951. this.uiLabel25.TabIndex = 51;
  952. this.uiLabel25.Text = "证件号码";
  953. this.uiLabel25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  954. this.uiLabel25.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  955. //
  956. // uiLabel26
  957. //
  958. this.uiLabel26.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  959. this.uiLabel26.Location = new System.Drawing.Point(244, 14);
  960. this.uiLabel26.Name = "uiLabel26";
  961. this.uiLabel26.Size = new System.Drawing.Size(81, 23);
  962. this.uiLabel26.TabIndex = 50;
  963. this.uiLabel26.Text = "证件类型";
  964. this.uiLabel26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  965. this.uiLabel26.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  966. //
  967. // tbMedType
  968. //
  969. this.tbMedType.Cursor = System.Windows.Forms.Cursors.IBeam;
  970. this.tbMedType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  971. this.tbMedType.Location = new System.Drawing.Point(112, 50);
  972. this.tbMedType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  973. this.tbMedType.MinimumSize = new System.Drawing.Size(1, 16);
  974. this.tbMedType.Name = "tbMedType";
  975. this.tbMedType.ShowText = false;
  976. this.tbMedType.Size = new System.Drawing.Size(100, 25);
  977. this.tbMedType.TabIndex = 49;
  978. this.tbMedType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  979. this.tbMedType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  980. //
  981. // tbAdmCertType
  982. //
  983. this.tbAdmCertType.Cursor = System.Windows.Forms.Cursors.IBeam;
  984. this.tbAdmCertType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  985. this.tbAdmCertType.Location = new System.Drawing.Point(113, 12);
  986. this.tbAdmCertType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  987. this.tbAdmCertType.MinimumSize = new System.Drawing.Size(1, 16);
  988. this.tbAdmCertType.Name = "tbAdmCertType";
  989. this.tbAdmCertType.ShowText = false;
  990. this.tbAdmCertType.Size = new System.Drawing.Size(100, 27);
  991. this.tbAdmCertType.TabIndex = 48;
  992. this.tbAdmCertType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  993. this.tbAdmCertType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  994. //
  995. // uiLabel20
  996. //
  997. this.uiLabel20.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  998. this.uiLabel20.Location = new System.Drawing.Point(22, 49);
  999. this.uiLabel20.Name = "uiLabel20";
  1000. this.uiLabel20.Size = new System.Drawing.Size(81, 23);
  1001. this.uiLabel20.TabIndex = 47;
  1002. this.uiLabel20.Text = "医疗类别";
  1003. this.uiLabel20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1004. this.uiLabel20.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1005. //
  1006. // uiLabel21
  1007. //
  1008. this.uiLabel21.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1009. this.uiLabel21.Location = new System.Drawing.Point(22, 14);
  1010. this.uiLabel21.Name = "uiLabel21";
  1011. this.uiLabel21.Size = new System.Drawing.Size(81, 23);
  1012. this.uiLabel21.TabIndex = 46;
  1013. this.uiLabel21.Text = "凭证类型";
  1014. this.uiLabel21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1015. this.uiLabel21.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1016. //
  1017. // uiLabel30
  1018. //
  1019. this.uiLabel30.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1020. this.uiLabel30.Location = new System.Drawing.Point(716, 34);
  1021. this.uiLabel30.Name = "uiLabel30";
  1022. this.uiLabel30.Size = new System.Drawing.Size(100, 23);
  1023. this.uiLabel30.TabIndex = 58;
  1024. this.uiLabel30.Text = "医疗费总额";
  1025. this.uiLabel30.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1026. this.uiLabel30.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1027. //
  1028. // gbSetldetail
  1029. //
  1030. this.gbSetldetail.Controls.Add(this.dgvSetlDetail);
  1031. this.gbSetldetail.Dock = System.Windows.Forms.DockStyle.Bottom;
  1032. this.gbSetldetail.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1033. this.gbSetldetail.Location = new System.Drawing.Point(0, 392);
  1034. this.gbSetldetail.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1035. this.gbSetldetail.MinimumSize = new System.Drawing.Size(1, 1);
  1036. this.gbSetldetail.Name = "gbSetldetail";
  1037. this.gbSetldetail.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  1038. this.gbSetldetail.Size = new System.Drawing.Size(988, 152);
  1039. this.gbSetldetail.TabIndex = 1;
  1040. this.gbSetldetail.Text = "结算基金分项信息";
  1041. this.gbSetldetail.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1042. this.gbSetldetail.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1043. //
  1044. // dgvSetlDetail
  1045. //
  1046. this.dgvSetlDetail.AllowUserToAddRows = false;
  1047. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  1048. this.dgvSetlDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
  1049. this.dgvSetlDetail.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  1050. this.dgvSetlDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  1051. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1052. dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1053. dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1054. dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
  1055. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1056. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1057. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1058. this.dgvSetlDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
  1059. this.dgvSetlDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1060. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1061. dataGridViewCellStyle13.BackColor = System.Drawing.Color.White;
  1062. dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1063. dataGridViewCellStyle13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1064. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  1065. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1066. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  1067. this.dgvSetlDetail.DefaultCellStyle = dataGridViewCellStyle13;
  1068. this.dgvSetlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  1069. this.dgvSetlDetail.EnableHeadersVisualStyles = false;
  1070. this.dgvSetlDetail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1071. this.dgvSetlDetail.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  1072. this.dgvSetlDetail.Location = new System.Drawing.Point(0, 32);
  1073. this.dgvSetlDetail.Name = "dgvSetlDetail";
  1074. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1075. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  1076. dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1077. dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1078. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1079. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1080. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1081. this.dgvSetlDetail.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
  1082. this.dgvSetlDetail.RowHeadersWidth = 51;
  1083. this.dgvSetlDetail.RowHeight = 0;
  1084. dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
  1085. dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1086. dataGridViewCellStyle15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1087. dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  1088. dataGridViewCellStyle15.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1089. this.dgvSetlDetail.RowsDefaultCellStyle = dataGridViewCellStyle15;
  1090. this.dgvSetlDetail.RowTemplate.Height = 23;
  1091. this.dgvSetlDetail.SelectedIndex = -1;
  1092. this.dgvSetlDetail.ShowGridLine = false;
  1093. this.dgvSetlDetail.ShowRect = false;
  1094. this.dgvSetlDetail.Size = new System.Drawing.Size(988, 120);
  1095. this.dgvSetlDetail.TabIndex = 1;
  1096. this.dgvSetlDetail.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1097. //
  1098. // tbMedInsWalletPay
  1099. //
  1100. this.tbMedInsWalletPay.Cursor = System.Windows.Forms.Cursors.IBeam;
  1101. this.tbMedInsWalletPay.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1102. this.tbMedInsWalletPay.Location = new System.Drawing.Point(361, 224);
  1103. this.tbMedInsWalletPay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1104. this.tbMedInsWalletPay.MinimumSize = new System.Drawing.Size(1, 16);
  1105. this.tbMedInsWalletPay.Name = "tbMedInsWalletPay";
  1106. this.tbMedInsWalletPay.ShowText = false;
  1107. this.tbMedInsWalletPay.Size = new System.Drawing.Size(100, 29);
  1108. this.tbMedInsWalletPay.TabIndex = 53;
  1109. this.tbMedInsWalletPay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1110. this.tbMedInsWalletPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1111. //
  1112. // uiLabel34
  1113. //
  1114. this.uiLabel34.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1115. this.uiLabel34.Location = new System.Drawing.Point(253, 225);
  1116. this.uiLabel34.Name = "uiLabel34";
  1117. this.uiLabel34.Size = new System.Drawing.Size(100, 23);
  1118. this.uiLabel34.TabIndex = 52;
  1119. this.uiLabel34.Text = "钱包支付金额";
  1120. this.uiLabel34.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1121. this.uiLabel34.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1122. //
  1123. // SettlementInfo
  1124. //
  1125. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1126. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1127. this.ClientSize = new System.Drawing.Size(988, 609);
  1128. this.Controls.Add(this.pnlClient);
  1129. this.Controls.Add(this.pnlBottom);
  1130. this.Name = "SettlementInfo";
  1131. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  1132. this.Text = "患者结算信息一览表";
  1133. this.pnlBottom.ResumeLayout(false);
  1134. this.pnlClient.ResumeLayout(false);
  1135. this.gbSetlinfo.ResumeLayout(false);
  1136. this.pnlPayInfo.ResumeLayout(false);
  1137. this.pnlSetlBaseInfo.ResumeLayout(false);
  1138. this.gbSetldetail.ResumeLayout(false);
  1139. ((System.ComponentModel.ISupportInitialize)(this.dgvSetlDetail)).EndInit();
  1140. this.ResumeLayout(false);
  1141. }
  1142. #endregion
  1143. private Sunny.UI.UIPanel pnlBottom;
  1144. private Sunny.UI.UIPanel pnlClient;
  1145. private Sunny.UI.UIGroupBox gbSetlinfo;
  1146. private Sunny.UI.UIGroupBox gbSetldetail;
  1147. private Sunny.UI.UIDataGridView dgvSetlDetail;
  1148. private Sunny.UI.UIPanel pnlPayInfo;
  1149. private Sunny.UI.UITextBox tbOverLimitOwnPay;
  1150. private Sunny.UI.UILabel uiLabel3;
  1151. private Sunny.UI.UITextBox tbFullOwnPay;
  1152. private Sunny.UI.UITextBox tbSumamt;
  1153. private Sunny.UI.UILabel uiLabel2;
  1154. private Sunny.UI.UILabel uiLabel1;
  1155. private Sunny.UI.UIPanel pnlSetlBaseInfo;
  1156. private Sunny.UI.UITextBox tbAccountMutualAidAmount;
  1157. private Sunny.UI.UILabel uiLabel22;
  1158. private Sunny.UI.UITextBox tbBalc;
  1159. private Sunny.UI.UITextBox tbHospitalPartAmount;
  1160. private Sunny.UI.UILabel uiLabel23;
  1161. private Sunny.UI.UILabel uiLabel24;
  1162. private Sunny.UI.UITextBox tbPsnCashPay;
  1163. private Sunny.UI.UILabel uiLabel13;
  1164. private Sunny.UI.UITextBox tbPsnAccountPaySummat;
  1165. private Sunny.UI.UITextBox tbPsnSummat;
  1166. private Sunny.UI.UILabel uiLabel14;
  1167. private Sunny.UI.UILabel uiLabel15;
  1168. private Sunny.UI.UITextBox tbFundPaySummat;
  1169. private Sunny.UI.UILabel uiLabel16;
  1170. private Sunny.UI.UITextBox tbOtherPay;
  1171. private Sunny.UI.UITextBox tbAssian;
  1172. private Sunny.UI.UILabel uiLabel17;
  1173. private Sunny.UI.UILabel uiLabel18;
  1174. private Sunny.UI.UITextBox tbWorkerLargeMedical;
  1175. private Sunny.UI.UILabel uiLabel7;
  1176. private Sunny.UI.UITextBox tbHifmi_pay;
  1177. private Sunny.UI.UITextBox tbHifes_pay;
  1178. private Sunny.UI.UILabel uiLabel8;
  1179. private Sunny.UI.UILabel uiLabel9;
  1180. private Sunny.UI.UITextBox tbCvlserv_pay;
  1181. private Sunny.UI.UILabel uiLabel10;
  1182. private Sunny.UI.UITextBox tbInsuFundPayRito;
  1183. private Sunny.UI.UITextBox tbInsuFundPay;
  1184. private Sunny.UI.UILabel uiLabel11;
  1185. private Sunny.UI.UILabel uiLabel12;
  1186. private Sunny.UI.UITextBox tbActualPayDeduLine;
  1187. private Sunny.UI.UILabel uiLabel4;
  1188. private Sunny.UI.UITextBox tbInScopyAmount;
  1189. private Sunny.UI.UITextBox tbPreSelfPay;
  1190. private Sunny.UI.UILabel uiLabel5;
  1191. private Sunny.UI.UILabel uiLabel6;
  1192. private Sunny.UI.UITextBox tbClearingWay;
  1193. private Sunny.UI.UILabel uiLabel19;
  1194. private Sunny.UI.UITextBox tbPersonType;
  1195. private Sunny.UI.UITextBox tbInsuType;
  1196. private Sunny.UI.UILabel uiLabel27;
  1197. private Sunny.UI.UILabel uiLabel28;
  1198. private Sunny.UI.UITextBox tbPsnCertNO;
  1199. private Sunny.UI.UITextBox tbPsnCertType;
  1200. private Sunny.UI.UILabel uiLabel25;
  1201. private Sunny.UI.UILabel uiLabel26;
  1202. private Sunny.UI.UITextBox tbMedType;
  1203. private Sunny.UI.UITextBox tbAdmCertType;
  1204. private Sunny.UI.UILabel uiLabel20;
  1205. private Sunny.UI.UILabel uiLabel21;
  1206. private Sunny.UI.UILabel uiLabel30;
  1207. private Sunny.UI.UIButton uiButton1;
  1208. private Sunny.UI.UITextBox tbClearingType;
  1209. private Sunny.UI.UILabel uiLabel29;
  1210. private Sunny.UI.UIButton uiButton2;
  1211. private Sunny.UI.UITextBox tbMedInsWalletPay;
  1212. private Sunny.UI.UILabel uiLabel34;
  1213. }
  1214. }