| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236 | namespace PTMedicalInsurance.Forms{    partial class SearchAdmdvs    {        /// <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()        {            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();            this.uiPanel1 = new Sunny.UI.UIPanel();            this.edt_SearchKey = new Sunny.UI.UITextBox();            this.uiLabel1 = new Sunny.UI.UILabel();            this.uiPanel2 = new Sunny.UI.UIPanel();            this.dbAdmdvs = new Sunny.UI.UIDataGridView();            this.uiPanel3 = new Sunny.UI.UIPanel();            this.btnCancel = new Sunny.UI.UIButton();            this.btnOk = new Sunny.UI.UIButton();            this.uiPanel1.SuspendLayout();            this.uiPanel2.SuspendLayout();            ((System.ComponentModel.ISupportInitialize)(this.dbAdmdvs)).BeginInit();            this.uiPanel3.SuspendLayout();            this.SuspendLayout();            //             // uiPanel1            //             this.uiPanel1.Controls.Add(this.edt_SearchKey);            this.uiPanel1.Controls.Add(this.uiLabel1);            this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top;            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, 0);            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(471, 70);            this.uiPanel1.TabIndex = 0;            this.uiPanel1.Text = null;            this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;            this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // edt_SearchKey            //             this.edt_SearchKey.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));            this.edt_SearchKey.Cursor = System.Windows.Forms.Cursors.IBeam;            this.edt_SearchKey.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.edt_SearchKey.Location = new System.Drawing.Point(133, 23);            this.edt_SearchKey.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.edt_SearchKey.MinimumSize = new System.Drawing.Size(1, 16);            this.edt_SearchKey.Name = "edt_SearchKey";            this.edt_SearchKey.ShowText = false;            this.edt_SearchKey.Size = new System.Drawing.Size(299, 29);            this.edt_SearchKey.TabIndex = 1;            this.edt_SearchKey.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.edt_SearchKey.Watermark = "请输入参保地名称按下Enter键进行查找";            this.edt_SearchKey.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            this.edt_SearchKey.DoEnter += new System.EventHandler(this.edt_SearchKey_DoEnter);            //             // 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(28, 25);            this.uiLabel1.Name = "uiLabel1";            this.uiLabel1.Size = new System.Drawing.Size(106, 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);            //             // uiPanel2            //             this.uiPanel2.Controls.Add(this.dbAdmdvs);            this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Fill;            this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.uiPanel2.Location = new System.Drawing.Point(0, 70);            this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);            this.uiPanel2.Name = "uiPanel2";            this.uiPanel2.Size = new System.Drawing.Size(471, 334);            this.uiPanel2.TabIndex = 1;            this.uiPanel2.Text = null;            this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;            this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // dbAdmdvs            //             dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));            this.dbAdmdvs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;            this.dbAdmdvs.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));            this.dbAdmdvs.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;            dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;            this.dbAdmdvs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;            this.dbAdmdvs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;            dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;            dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;            this.dbAdmdvs.DefaultCellStyle = dataGridViewCellStyle3;            this.dbAdmdvs.Dock = System.Windows.Forms.DockStyle.Fill;            this.dbAdmdvs.EnableHeadersVisualStyles = false;            this.dbAdmdvs.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.dbAdmdvs.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));            this.dbAdmdvs.Location = new System.Drawing.Point(0, 0);            this.dbAdmdvs.Name = "dbAdmdvs";            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;            dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));            dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));            dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;            this.dbAdmdvs.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;            dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;            dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));            this.dbAdmdvs.RowsDefaultCellStyle = dataGridViewCellStyle5;            this.dbAdmdvs.RowTemplate.Height = 23;            this.dbAdmdvs.SelectedIndex = -1;            this.dbAdmdvs.Size = new System.Drawing.Size(471, 334);            this.dbAdmdvs.TabIndex = 0;            this.dbAdmdvs.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            this.dbAdmdvs.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dbAdmdvs_CellDoubleClick);            //             // uiPanel3            //             this.uiPanel3.Controls.Add(this.btnCancel);            this.uiPanel3.Controls.Add(this.btnOk);            this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Bottom;            this.uiPanel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.uiPanel3.Location = new System.Drawing.Point(0, 353);            this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);            this.uiPanel3.Name = "uiPanel3";            this.uiPanel3.Size = new System.Drawing.Size(471, 51);            this.uiPanel3.TabIndex = 2;            this.uiPanel3.Text = null;            this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;            this.uiPanel3.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(341, 7);            this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1);            this.btnCancel.Name = "btnCancel";            this.btnCancel.Size = new System.Drawing.Size(95, 35);            this.btnCancel.TabIndex = 1;            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(218, 7);            this.btnOk.MinimumSize = new System.Drawing.Size(1, 1);            this.btnOk.Name = "btnOk";            this.btnOk.Size = new System.Drawing.Size(95, 35);            this.btnOk.TabIndex = 0;            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);            //             // SearchAdmdvs            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(471, 404);            this.Controls.Add(this.uiPanel3);            this.Controls.Add(this.uiPanel2);            this.Controls.Add(this.uiPanel1);            this.Name = "SearchAdmdvs";            this.Text = "参保地查询";            this.Load += new System.EventHandler(this.FrmInsuplc_Admdvs_Load);            this.uiPanel1.ResumeLayout(false);            this.uiPanel2.ResumeLayout(false);            ((System.ComponentModel.ISupportInitialize)(this.dbAdmdvs)).EndInit();            this.uiPanel3.ResumeLayout(false);            this.ResumeLayout(false);        }        #endregion        private Sunny.UI.UIPanel uiPanel1;        private Sunny.UI.UITextBox edt_SearchKey;        private Sunny.UI.UILabel uiLabel1;        private Sunny.UI.UIPanel uiPanel2;        private Sunny.UI.UIDataGridView dbAdmdvs;        private Sunny.UI.UIPanel uiPanel3;        private Sunny.UI.UIButton btnCancel;        private Sunny.UI.UIButton btnOk;    }}
 |