SettlementForm.designer.cs 75 KB

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