SettlementInfoIP.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class SettlementInfoIP
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.ttpanSet_ZY = new Sunny.UI.UITitlePanel();
  30. this.edt_cashPayAmt = new Sunny.UI.UITextBox();
  31. this.uiLabel5 = new Sunny.UI.UILabel();
  32. this.edt_AcctPayAmt = new Sunny.UI.UITextBox();
  33. this.uiLabel4 = new Sunny.UI.UILabel();
  34. this.edt_InsuAmt = new Sunny.UI.UITextBox();
  35. this.uiLabel3 = new Sunny.UI.UILabel();
  36. this.edt_PreAmt = new Sunny.UI.UITextBox();
  37. this.uiLabel2 = new Sunny.UI.UILabel();
  38. this.edt_HisSumAmt = new Sunny.UI.UITextBox();
  39. this.uiLabel1 = new Sunny.UI.UILabel();
  40. this.btnCancel = new Sunny.UI.UIButton();
  41. this.btnOK = new Sunny.UI.UIButton();
  42. this.ttpanSet_ZY.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // ttpanSet_ZY
  46. //
  47. this.ttpanSet_ZY.Controls.Add(this.edt_cashPayAmt);
  48. this.ttpanSet_ZY.Controls.Add(this.uiLabel5);
  49. this.ttpanSet_ZY.Controls.Add(this.edt_AcctPayAmt);
  50. this.ttpanSet_ZY.Controls.Add(this.uiLabel4);
  51. this.ttpanSet_ZY.Controls.Add(this.edt_InsuAmt);
  52. this.ttpanSet_ZY.Controls.Add(this.uiLabel3);
  53. this.ttpanSet_ZY.Controls.Add(this.edt_PreAmt);
  54. this.ttpanSet_ZY.Controls.Add(this.uiLabel2);
  55. this.ttpanSet_ZY.Controls.Add(this.edt_HisSumAmt);
  56. this.ttpanSet_ZY.Controls.Add(this.uiLabel1);
  57. this.ttpanSet_ZY.Controls.Add(this.btnCancel);
  58. this.ttpanSet_ZY.Controls.Add(this.btnOK);
  59. this.ttpanSet_ZY.Dock = System.Windows.Forms.DockStyle.Fill;
  60. this.ttpanSet_ZY.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.ttpanSet_ZY.Location = new System.Drawing.Point(0, 0);
  62. this.ttpanSet_ZY.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  63. this.ttpanSet_ZY.MinimumSize = new System.Drawing.Size(1, 1);
  64. this.ttpanSet_ZY.Name = "ttpanSet_ZY";
  65. this.ttpanSet_ZY.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
  66. this.ttpanSet_ZY.ShowText = false;
  67. this.ttpanSet_ZY.Size = new System.Drawing.Size(415, 363);
  68. this.ttpanSet_ZY.TabIndex = 0;
  69. this.ttpanSet_ZY.Text = "出院结算信息汇总";
  70. this.ttpanSet_ZY.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  71. this.ttpanSet_ZY.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  72. //
  73. // edt_cashPayAmt
  74. //
  75. this.edt_cashPayAmt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  76. this.edt_cashPayAmt.Cursor = System.Windows.Forms.Cursors.IBeam;
  77. this.edt_cashPayAmt.Enabled = false;
  78. this.edt_cashPayAmt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.edt_cashPayAmt.Location = new System.Drawing.Point(217, 241);
  80. this.edt_cashPayAmt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  81. this.edt_cashPayAmt.MinimumSize = new System.Drawing.Size(1, 16);
  82. this.edt_cashPayAmt.Name = "edt_cashPayAmt";
  83. this.edt_cashPayAmt.ShowText = false;
  84. this.edt_cashPayAmt.Size = new System.Drawing.Size(161, 29);
  85. this.edt_cashPayAmt.TabIndex = 37;
  86. this.edt_cashPayAmt.Text = "0.00";
  87. this.edt_cashPayAmt.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  88. this.edt_cashPayAmt.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  89. //
  90. // uiLabel5
  91. //
  92. this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.uiLabel5.Location = new System.Drawing.Point(26, 241);
  94. this.uiLabel5.Name = "uiLabel5";
  95. this.uiLabel5.Size = new System.Drawing.Size(150, 29);
  96. this.uiLabel5.TabIndex = 36;
  97. this.uiLabel5.Text = "个人现金支付金额";
  98. this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  99. this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  100. //
  101. // edt_AcctPayAmt
  102. //
  103. this.edt_AcctPayAmt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  104. this.edt_AcctPayAmt.Cursor = System.Windows.Forms.Cursors.IBeam;
  105. this.edt_AcctPayAmt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.edt_AcctPayAmt.Location = new System.Drawing.Point(217, 143);
  107. this.edt_AcctPayAmt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  108. this.edt_AcctPayAmt.MinimumSize = new System.Drawing.Size(1, 16);
  109. this.edt_AcctPayAmt.Name = "edt_AcctPayAmt";
  110. this.edt_AcctPayAmt.ShowText = false;
  111. this.edt_AcctPayAmt.Size = new System.Drawing.Size(161, 29);
  112. this.edt_AcctPayAmt.TabIndex = 35;
  113. this.edt_AcctPayAmt.Text = "0.00";
  114. this.edt_AcctPayAmt.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  115. this.edt_AcctPayAmt.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  116. this.edt_AcctPayAmt.MouseLeave += new System.EventHandler(this.edt_AcctPayAmt_MouseLeave);
  117. //
  118. // uiLabel4
  119. //
  120. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.uiLabel4.Location = new System.Drawing.Point(26, 143);
  122. this.uiLabel4.Name = "uiLabel4";
  123. this.uiLabel4.Size = new System.Drawing.Size(178, 29);
  124. this.uiLabel4.TabIndex = 34;
  125. this.uiLabel4.Text = "医保个人账户支付金额";
  126. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  127. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  128. //
  129. // edt_InsuAmt
  130. //
  131. this.edt_InsuAmt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  132. this.edt_InsuAmt.Cursor = System.Windows.Forms.Cursors.IBeam;
  133. this.edt_InsuAmt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.edt_InsuAmt.Location = new System.Drawing.Point(217, 192);
  135. this.edt_InsuAmt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  136. this.edt_InsuAmt.MinimumSize = new System.Drawing.Size(1, 16);
  137. this.edt_InsuAmt.Name = "edt_InsuAmt";
  138. this.edt_InsuAmt.ShowText = false;
  139. this.edt_InsuAmt.Size = new System.Drawing.Size(161, 29);
  140. this.edt_InsuAmt.TabIndex = 33;
  141. this.edt_InsuAmt.Text = "0.00";
  142. this.edt_InsuAmt.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  143. this.edt_InsuAmt.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  144. this.edt_InsuAmt.MouseLeave += new System.EventHandler(this.edt_InsuAmt_MouseLeave);
  145. //
  146. // uiLabel3
  147. //
  148. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.uiLabel3.Location = new System.Drawing.Point(26, 192);
  150. this.uiLabel3.Name = "uiLabel3";
  151. this.uiLabel3.Size = new System.Drawing.Size(150, 29);
  152. this.uiLabel3.TabIndex = 32;
  153. this.uiLabel3.Text = "医保基金支付金额";
  154. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  155. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  156. //
  157. // edt_PreAmt
  158. //
  159. this.edt_PreAmt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  160. this.edt_PreAmt.Cursor = System.Windows.Forms.Cursors.IBeam;
  161. this.edt_PreAmt.Enabled = false;
  162. this.edt_PreAmt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.edt_PreAmt.Location = new System.Drawing.Point(166, 95);
  164. this.edt_PreAmt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  165. this.edt_PreAmt.MinimumSize = new System.Drawing.Size(1, 16);
  166. this.edt_PreAmt.Name = "edt_PreAmt";
  167. this.edt_PreAmt.ShowText = false;
  168. this.edt_PreAmt.Size = new System.Drawing.Size(212, 29);
  169. this.edt_PreAmt.TabIndex = 31;
  170. this.edt_PreAmt.Text = "0.00";
  171. this.edt_PreAmt.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  172. this.edt_PreAmt.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  173. //
  174. // uiLabel2
  175. //
  176. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.uiLabel2.Location = new System.Drawing.Point(26, 95);
  178. this.uiLabel2.Name = "uiLabel2";
  179. this.uiLabel2.Size = new System.Drawing.Size(124, 29);
  180. this.uiLabel2.TabIndex = 30;
  181. this.uiLabel2.Text = "预 交 金 总额";
  182. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  183. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  184. //
  185. // edt_HisSumAmt
  186. //
  187. this.edt_HisSumAmt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  188. this.edt_HisSumAmt.Cursor = System.Windows.Forms.Cursors.IBeam;
  189. this.edt_HisSumAmt.Enabled = false;
  190. this.edt_HisSumAmt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.edt_HisSumAmt.Location = new System.Drawing.Point(166, 52);
  192. this.edt_HisSumAmt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  193. this.edt_HisSumAmt.MinimumSize = new System.Drawing.Size(1, 16);
  194. this.edt_HisSumAmt.Name = "edt_HisSumAmt";
  195. this.edt_HisSumAmt.ShowText = false;
  196. this.edt_HisSumAmt.Size = new System.Drawing.Size(212, 29);
  197. this.edt_HisSumAmt.TabIndex = 29;
  198. this.edt_HisSumAmt.Text = "0.00";
  199. this.edt_HisSumAmt.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  200. this.edt_HisSumAmt.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  201. //
  202. // uiLabel1
  203. //
  204. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.uiLabel1.Location = new System.Drawing.Point(26, 52);
  206. this.uiLabel1.Name = "uiLabel1";
  207. this.uiLabel1.Size = new System.Drawing.Size(124, 29);
  208. this.uiLabel1.TabIndex = 28;
  209. this.uiLabel1.Text = "住院费用总额";
  210. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  211. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  212. //
  213. // btnCancel
  214. //
  215. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  216. this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  217. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.btnCancel.Location = new System.Drawing.Point(306, 306);
  219. this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1);
  220. this.btnCancel.Name = "btnCancel";
  221. this.btnCancel.Size = new System.Drawing.Size(100, 45);
  222. this.btnCancel.TabIndex = 27;
  223. this.btnCancel.Text = "放 弃";
  224. this.btnCancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.btnCancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  226. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  227. //
  228. // btnOK
  229. //
  230. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  231. this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
  232. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.btnOK.Location = new System.Drawing.Point(197, 306);
  234. this.btnOK.MinimumSize = new System.Drawing.Size(1, 1);
  235. this.btnOK.Name = "btnOK";
  236. this.btnOK.Size = new System.Drawing.Size(100, 45);
  237. this.btnOK.TabIndex = 26;
  238. this.btnOK.Text = "确 定";
  239. this.btnOK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.btnOK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  241. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  242. //
  243. // SettlementInfoIP
  244. //
  245. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  246. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  247. this.ClientSize = new System.Drawing.Size(415, 363);
  248. this.Controls.Add(this.ttpanSet_ZY);
  249. this.Name = "SettlementInfoIP";
  250. this.Text = "出院结算信息";
  251. this.Load += new System.EventHandler(this.SettlementInfoIP_Load);
  252. this.ttpanSet_ZY.ResumeLayout(false);
  253. this.ResumeLayout(false);
  254. }
  255. #endregion
  256. private Sunny.UI.UITitlePanel ttpanSet_ZY;
  257. private Sunny.UI.UITextBox edt_cashPayAmt;
  258. private Sunny.UI.UILabel uiLabel5;
  259. private Sunny.UI.UITextBox edt_AcctPayAmt;
  260. private Sunny.UI.UILabel uiLabel4;
  261. private Sunny.UI.UITextBox edt_InsuAmt;
  262. private Sunny.UI.UILabel uiLabel3;
  263. private Sunny.UI.UITextBox edt_PreAmt;
  264. private Sunny.UI.UILabel uiLabel2;
  265. private Sunny.UI.UITextBox edt_HisSumAmt;
  266. private Sunny.UI.UILabel uiLabel1;
  267. private Sunny.UI.UIButton btnCancel;
  268. private Sunny.UI.UIButton btnOK;
  269. }
  270. }