SettlementInfo.designer.cs 78 KB

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