SettlementForm.designer.cs 76 KB

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