SettlementInfo.designer.cs 93 KB

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