| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 | namespace PTMedicalInsurance.Forms{    partial class SelfpayPercentForm    {        /// <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.chkType = new Sunny.UI.UIComboBox();            this.uiLabel1 = new Sunny.UI.UILabel();            this.uiLabel2 = new Sunny.UI.UILabel();            this.txtPercent = new Sunny.UI.UITextBox();            this.btnSave = new Sunny.UI.UIButton();            this.btnCancel = new Sunny.UI.UIButton();            this.uiLabel3 = new Sunny.UI.UILabel();            this.lblCode = new Sunny.UI.UILabel();            this.SuspendLayout();            //             // chkType            //             this.chkType.DataSource = null;            this.chkType.FillColor = System.Drawing.Color.White;            this.chkType.FilterMaxCount = 50;            this.chkType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.chkType.Location = new System.Drawing.Point(118, 44);            this.chkType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);            this.chkType.MinimumSize = new System.Drawing.Size(47, 0);            this.chkType.Name = "chkType";            this.chkType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);            this.chkType.Size = new System.Drawing.Size(224, 23);            this.chkType.TabIndex = 0;            this.chkType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.chkType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            this.chkType.SelectedIndexChanged += new System.EventHandler(this.chkType_SelectedIndexChanged);            //             // 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(22, 44);            this.uiLabel1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.uiLabel1.Name = "uiLabel1";            this.uiLabel1.Size = new System.Drawing.Size(75, 18);            this.uiLabel1.TabIndex = 1;            this.uiLabel1.Text = "人群类别:";            this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.uiLabel1.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(22, 90);            this.uiLabel2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.uiLabel2.Name = "uiLabel2";            this.uiLabel2.Size = new System.Drawing.Size(75, 18);            this.uiLabel2.TabIndex = 1;            this.uiLabel2.Text = "自付比例:";            this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // txtPercent            //             this.txtPercent.Cursor = System.Windows.Forms.Cursors.IBeam;            this.txtPercent.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.txtPercent.Location = new System.Drawing.Point(118, 90);            this.txtPercent.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);            this.txtPercent.MinimumSize = new System.Drawing.Size(1, 13);            this.txtPercent.Name = "txtPercent";            this.txtPercent.ShowText = false;            this.txtPercent.Size = new System.Drawing.Size(224, 23);            this.txtPercent.TabIndex = 2;            this.txtPercent.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.txtPercent.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // btnSave            //             this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;            this.btnSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btnSave.Location = new System.Drawing.Point(64, 152);            this.btnSave.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);            this.btnSave.MinimumSize = new System.Drawing.Size(1, 1);            this.btnSave.Name = "btnSave";            this.btnSave.Size = new System.Drawing.Size(106, 28);            this.btnSave.TabIndex = 3;            this.btnSave.Text = "保存";            this.btnSave.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btnSave.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);            //             // btnCancel            //             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(237, 152);            this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);            this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1);            this.btnCancel.Name = "btnCancel";            this.btnCancel.Size = new System.Drawing.Size(106, 28);            this.btnCancel.TabIndex = 3;            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);            //             // uiLabel3            //             this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.uiLabel3.Location = new System.Drawing.Point(22, 7);            this.uiLabel3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.uiLabel3.Name = "uiLabel3";            this.uiLabel3.Size = new System.Drawing.Size(75, 18);            this.uiLabel3.TabIndex = 1;            this.uiLabel3.Text = "中心编码:";            this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lblCode            //             this.lblCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lblCode.Location = new System.Drawing.Point(115, 7);            this.lblCode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.lblCode.Name = "lblCode";            this.lblCode.Size = new System.Drawing.Size(228, 18);            this.lblCode.TabIndex = 4;            this.lblCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lblCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // SelfpayPercentForm            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(596, 243);            this.Controls.Add(this.lblCode);            this.Controls.Add(this.btnCancel);            this.Controls.Add(this.btnSave);            this.Controls.Add(this.txtPercent);            this.Controls.Add(this.uiLabel2);            this.Controls.Add(this.uiLabel3);            this.Controls.Add(this.uiLabel1);            this.Controls.Add(this.chkType);            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;            this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);            this.Name = "SelfpayPercentForm";            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;            this.Text = "自付比例调整";            this.Load += new System.EventHandler(this.SelfpayPercentForm_Load);            this.ResumeLayout(false);        }        #endregion        private Sunny.UI.UIComboBox chkType;        private Sunny.UI.UILabel uiLabel1;        private Sunny.UI.UILabel uiLabel2;        private Sunny.UI.UITextBox txtPercent;        private Sunny.UI.UIButton btnSave;        private Sunny.UI.UIButton btnCancel;        private Sunny.UI.UILabel uiLabel3;        private Sunny.UI.UILabel lblCode;    }}
 |