SettlementInfo.designer.cs 86 KB

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