123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276 |
-
- namespace PTMedicalInsurance.Forms
- {
- partial class SettlementInfoIP
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.ttpanSet_ZY = new Sunny.UI.UITitlePanel();
- this.edt_cashPayAmt = new Sunny.UI.UITextBox();
- this.uiLabel5 = new Sunny.UI.UILabel();
- this.edt_AcctPayAmt = new Sunny.UI.UITextBox();
- this.uiLabel4 = new Sunny.UI.UILabel();
- this.edt_InsuAmt = new Sunny.UI.UITextBox();
- this.uiLabel3 = new Sunny.UI.UILabel();
- this.edt_PreAmt = new Sunny.UI.UITextBox();
- this.uiLabel2 = new Sunny.UI.UILabel();
- this.edt_HisSumAmt = new Sunny.UI.UITextBox();
- this.uiLabel1 = new Sunny.UI.UILabel();
- this.btnCancel = new Sunny.UI.UIButton();
- this.btnOK = new Sunny.UI.UIButton();
- this.ttpanSet_ZY.SuspendLayout();
- this.SuspendLayout();
- //
- // ttpanSet_ZY
- //
- this.ttpanSet_ZY.Controls.Add(this.edt_cashPayAmt);
- this.ttpanSet_ZY.Controls.Add(this.uiLabel5);
- this.ttpanSet_ZY.Controls.Add(this.edt_AcctPayAmt);
- this.ttpanSet_ZY.Controls.Add(this.uiLabel4);
- this.ttpanSet_ZY.Controls.Add(this.edt_InsuAmt);
- this.ttpanSet_ZY.Controls.Add(this.uiLabel3);
- this.ttpanSet_ZY.Controls.Add(this.edt_PreAmt);
- this.ttpanSet_ZY.Controls.Add(this.uiLabel2);
- this.ttpanSet_ZY.Controls.Add(this.edt_HisSumAmt);
- this.ttpanSet_ZY.Controls.Add(this.uiLabel1);
- this.ttpanSet_ZY.Controls.Add(this.btnCancel);
- this.ttpanSet_ZY.Controls.Add(this.btnOK);
- this.ttpanSet_ZY.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ttpanSet_ZY.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ttpanSet_ZY.Location = new System.Drawing.Point(0, 0);
- this.ttpanSet_ZY.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.ttpanSet_ZY.MinimumSize = new System.Drawing.Size(1, 1);
- this.ttpanSet_ZY.Name = "ttpanSet_ZY";
- this.ttpanSet_ZY.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
- this.ttpanSet_ZY.ShowText = false;
- this.ttpanSet_ZY.Size = new System.Drawing.Size(415, 363);
- this.ttpanSet_ZY.TabIndex = 0;
- this.ttpanSet_ZY.Text = "出院结算信息汇总";
- this.ttpanSet_ZY.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.ttpanSet_ZY.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // edt_cashPayAmt
- //
- this.edt_cashPayAmt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.edt_cashPayAmt.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.edt_cashPayAmt.Enabled = false;
- this.edt_cashPayAmt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.edt_cashPayAmt.Location = new System.Drawing.Point(217, 241);
- this.edt_cashPayAmt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.edt_cashPayAmt.MinimumSize = new System.Drawing.Size(1, 16);
- this.edt_cashPayAmt.Name = "edt_cashPayAmt";
- this.edt_cashPayAmt.ShowText = false;
- this.edt_cashPayAmt.Size = new System.Drawing.Size(161, 29);
- this.edt_cashPayAmt.TabIndex = 37;
- this.edt_cashPayAmt.Text = "0.00";
- this.edt_cashPayAmt.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.edt_cashPayAmt.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel5
- //
- this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel5.Location = new System.Drawing.Point(26, 241);
- this.uiLabel5.Name = "uiLabel5";
- this.uiLabel5.Size = new System.Drawing.Size(150, 29);
- this.uiLabel5.TabIndex = 36;
- this.uiLabel5.Text = "个人现金支付金额";
- this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // edt_AcctPayAmt
- //
- this.edt_AcctPayAmt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.edt_AcctPayAmt.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.edt_AcctPayAmt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.edt_AcctPayAmt.Location = new System.Drawing.Point(217, 143);
- this.edt_AcctPayAmt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.edt_AcctPayAmt.MinimumSize = new System.Drawing.Size(1, 16);
- this.edt_AcctPayAmt.Name = "edt_AcctPayAmt";
- this.edt_AcctPayAmt.ShowText = false;
- this.edt_AcctPayAmt.Size = new System.Drawing.Size(161, 29);
- this.edt_AcctPayAmt.TabIndex = 35;
- this.edt_AcctPayAmt.Text = "0.00";
- this.edt_AcctPayAmt.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.edt_AcctPayAmt.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.edt_AcctPayAmt.MouseLeave += new System.EventHandler(this.edt_AcctPayAmt_MouseLeave);
- //
- // uiLabel4
- //
- this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel4.Location = new System.Drawing.Point(26, 143);
- this.uiLabel4.Name = "uiLabel4";
- this.uiLabel4.Size = new System.Drawing.Size(178, 29);
- this.uiLabel4.TabIndex = 34;
- this.uiLabel4.Text = "医保个人账户支付金额";
- this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // edt_InsuAmt
- //
- this.edt_InsuAmt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.edt_InsuAmt.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.edt_InsuAmt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.edt_InsuAmt.Location = new System.Drawing.Point(217, 192);
- this.edt_InsuAmt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.edt_InsuAmt.MinimumSize = new System.Drawing.Size(1, 16);
- this.edt_InsuAmt.Name = "edt_InsuAmt";
- this.edt_InsuAmt.ShowText = false;
- this.edt_InsuAmt.Size = new System.Drawing.Size(161, 29);
- this.edt_InsuAmt.TabIndex = 33;
- this.edt_InsuAmt.Text = "0.00";
- this.edt_InsuAmt.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.edt_InsuAmt.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.edt_InsuAmt.MouseLeave += new System.EventHandler(this.edt_InsuAmt_MouseLeave);
- //
- // uiLabel3
- //
- this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel3.Location = new System.Drawing.Point(26, 192);
- this.uiLabel3.Name = "uiLabel3";
- this.uiLabel3.Size = new System.Drawing.Size(150, 29);
- this.uiLabel3.TabIndex = 32;
- this.uiLabel3.Text = "医保基金支付金额";
- this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // edt_PreAmt
- //
- this.edt_PreAmt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.edt_PreAmt.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.edt_PreAmt.Enabled = false;
- this.edt_PreAmt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.edt_PreAmt.Location = new System.Drawing.Point(166, 95);
- this.edt_PreAmt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.edt_PreAmt.MinimumSize = new System.Drawing.Size(1, 16);
- this.edt_PreAmt.Name = "edt_PreAmt";
- this.edt_PreAmt.ShowText = false;
- this.edt_PreAmt.Size = new System.Drawing.Size(212, 29);
- this.edt_PreAmt.TabIndex = 31;
- this.edt_PreAmt.Text = "0.00";
- this.edt_PreAmt.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.edt_PreAmt.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel2
- //
- this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel2.Location = new System.Drawing.Point(26, 95);
- this.uiLabel2.Name = "uiLabel2";
- this.uiLabel2.Size = new System.Drawing.Size(124, 29);
- this.uiLabel2.TabIndex = 30;
- this.uiLabel2.Text = "预 交 金 总额";
- this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // edt_HisSumAmt
- //
- this.edt_HisSumAmt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.edt_HisSumAmt.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.edt_HisSumAmt.Enabled = false;
- this.edt_HisSumAmt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.edt_HisSumAmt.Location = new System.Drawing.Point(166, 52);
- this.edt_HisSumAmt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.edt_HisSumAmt.MinimumSize = new System.Drawing.Size(1, 16);
- this.edt_HisSumAmt.Name = "edt_HisSumAmt";
- this.edt_HisSumAmt.ShowText = false;
- this.edt_HisSumAmt.Size = new System.Drawing.Size(212, 29);
- this.edt_HisSumAmt.TabIndex = 29;
- this.edt_HisSumAmt.Text = "0.00";
- this.edt_HisSumAmt.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.edt_HisSumAmt.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel1
- //
- this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel1.Location = new System.Drawing.Point(26, 52);
- this.uiLabel1.Name = "uiLabel1";
- this.uiLabel1.Size = new System.Drawing.Size(124, 29);
- this.uiLabel1.TabIndex = 28;
- this.uiLabel1.Text = "住院费用总额";
- this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.Location = new System.Drawing.Point(306, 306);
- this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(100, 45);
- this.btnCancel.TabIndex = 27;
- this.btnCancel.Text = "放 弃";
- this.btnCancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // btnOK
- //
- this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnOK.Location = new System.Drawing.Point(197, 306);
- this.btnOK.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(100, 45);
- this.btnOK.TabIndex = 26;
- this.btnOK.Text = "确 定";
- this.btnOK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnOK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // SettlementInfoIP
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(415, 363);
- this.Controls.Add(this.ttpanSet_ZY);
- this.Name = "SettlementInfoIP";
- this.Text = "出院结算信息";
- this.Load += new System.EventHandler(this.SettlementInfoIP_Load);
- this.ttpanSet_ZY.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UITitlePanel ttpanSet_ZY;
- private Sunny.UI.UITextBox edt_cashPayAmt;
- private Sunny.UI.UILabel uiLabel5;
- private Sunny.UI.UITextBox edt_AcctPayAmt;
- private Sunny.UI.UILabel uiLabel4;
- private Sunny.UI.UITextBox edt_InsuAmt;
- private Sunny.UI.UILabel uiLabel3;
- private Sunny.UI.UITextBox edt_PreAmt;
- private Sunny.UI.UILabel uiLabel2;
- private Sunny.UI.UITextBox edt_HisSumAmt;
- private Sunny.UI.UILabel uiLabel1;
- private Sunny.UI.UIButton btnCancel;
- private Sunny.UI.UIButton btnOK;
- }
- }
|