SettlementForm.designer.cs 88 KB

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