SettlementInfo.designer.cs 74 KB

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