| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 | namespace PTMedicalInsurance.Forms{    partial class NationCodeInfo    {        /// <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.uiTitlePanel1 = new Sunny.UI.UITitlePanel();            this.tb_NatiionName = new Sunny.UI.UITextBox();            this.tb_NationCode = new Sunny.UI.UITextBox();            this.uiLabel2 = new Sunny.UI.UILabel();            this.uiLabel1 = new Sunny.UI.UILabel();            this.uiPanel1 = new Sunny.UI.UIPanel();            this.btn_Cancel = new Sunny.UI.UIButton();            this.btn_OK = new Sunny.UI.UIButton();            this.uiTitlePanel1.SuspendLayout();            this.uiPanel1.SuspendLayout();            this.SuspendLayout();            //             // uiTitlePanel1            //             this.uiTitlePanel1.Controls.Add(this.tb_NatiionName);            this.uiTitlePanel1.Controls.Add(this.tb_NationCode);            this.uiTitlePanel1.Controls.Add(this.uiLabel2);            this.uiTitlePanel1.Controls.Add(this.uiLabel1);            this.uiTitlePanel1.Dock = System.Windows.Forms.DockStyle.Fill;            this.uiTitlePanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.uiTitlePanel1.Location = new System.Drawing.Point(0, 0);            this.uiTitlePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.uiTitlePanel1.MinimumSize = new System.Drawing.Size(1, 1);            this.uiTitlePanel1.Name = "uiTitlePanel1";            this.uiTitlePanel1.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);            this.uiTitlePanel1.ShowText = false;            this.uiTitlePanel1.Size = new System.Drawing.Size(423, 298);            this.uiTitlePanel1.TabIndex = 0;            this.uiTitlePanel1.Text = "医保目录贯标信息";            this.uiTitlePanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;            this.uiTitlePanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tb_NatiionName            //             this.tb_NatiionName.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tb_NatiionName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tb_NatiionName.Location = new System.Drawing.Point(130, 145);            this.tb_NatiionName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tb_NatiionName.MinimumSize = new System.Drawing.Size(1, 16);            this.tb_NatiionName.Name = "tb_NatiionName";            this.tb_NatiionName.ShowText = false;            this.tb_NatiionName.Size = new System.Drawing.Size(266, 29);            this.tb_NatiionName.TabIndex = 3;            this.tb_NatiionName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tb_NatiionName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tb_NationCode            //             this.tb_NationCode.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tb_NationCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tb_NationCode.Location = new System.Drawing.Point(130, 79);            this.tb_NationCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tb_NationCode.MinimumSize = new System.Drawing.Size(1, 16);            this.tb_NationCode.Name = "tb_NationCode";            this.tb_NationCode.ShowText = false;            this.tb_NationCode.Size = new System.Drawing.Size(266, 29);            this.tb_NationCode.TabIndex = 2;            this.tb_NationCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tb_NationCode.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(23, 145);            this.uiLabel2.Name = "uiLabel2";            this.uiLabel2.Size = new System.Drawing.Size(100, 23);            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);            //             // 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(23, 79);            this.uiLabel1.Name = "uiLabel1";            this.uiLabel1.Size = new System.Drawing.Size(100, 23);            this.uiLabel1.TabIndex = 0;            this.uiLabel1.Text = "贯标代码";            this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // uiPanel1            //             this.uiPanel1.Controls.Add(this.btn_Cancel);            this.uiPanel1.Controls.Add(this.btn_OK);            this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;            this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.uiPanel1.Location = new System.Drawing.Point(0, 225);            this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);            this.uiPanel1.Name = "uiPanel1";            this.uiPanel1.Size = new System.Drawing.Size(423, 73);            this.uiPanel1.TabIndex = 1;            this.uiPanel1.Text = null;            this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;            this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // btn_Cancel            //             this.btn_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));            this.btn_Cancel.Cursor = System.Windows.Forms.Cursors.Hand;            this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btn_Cancel.Location = new System.Drawing.Point(297, 13);            this.btn_Cancel.MinimumSize = new System.Drawing.Size(1, 1);            this.btn_Cancel.Name = "btn_Cancel";            this.btn_Cancel.Size = new System.Drawing.Size(104, 50);            this.btn_Cancel.TabIndex = 1;            this.btn_Cancel.Text = "取  消";            this.btn_Cancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btn_Cancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);            //             // btn_OK            //             this.btn_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));            this.btn_OK.Cursor = System.Windows.Forms.Cursors.Hand;            this.btn_OK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btn_OK.Location = new System.Drawing.Point(183, 13);            this.btn_OK.MinimumSize = new System.Drawing.Size(1, 1);            this.btn_OK.Name = "btn_OK";            this.btn_OK.Size = new System.Drawing.Size(104, 50);            this.btn_OK.TabIndex = 0;            this.btn_OK.Text = "确  定";            this.btn_OK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btn_OK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);            //             // NationCodeInfo            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(423, 298);            this.Controls.Add(this.uiPanel1);            this.Controls.Add(this.uiTitlePanel1);            this.Name = "NationCodeInfo";            this.Text = "医保目录贯标信息";            this.Shown += new System.EventHandler(this.NationCodeInfo_Shown);            this.uiTitlePanel1.ResumeLayout(false);            this.uiPanel1.ResumeLayout(false);            this.ResumeLayout(false);        }        #endregion        private Sunny.UI.UITitlePanel uiTitlePanel1;        private Sunny.UI.UIPanel uiPanel1;        private Sunny.UI.UITextBox tb_NatiionName;        private Sunny.UI.UITextBox tb_NationCode;        private Sunny.UI.UILabel uiLabel2;        private Sunny.UI.UILabel uiLabel1;        private Sunny.UI.UIButton btn_Cancel;        private Sunny.UI.UIButton btn_OK;    }}
 |