SettlementInfo.designer.cs 75 KB

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