| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219 | namespace HuBeiMI.Forms{    partial class ImportDataFromExcel    {        /// <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.pgHISDirect = new Sunny.UI.UIPagination();            this.uiTitlePanel1 = new Sunny.UI.UITitlePanel();            this.dgvHISDirectory = new Sunny.UI.UIDataGridView();            this.uiTextBox1 = new Sunny.UI.UITextBox();            this.btnChooseFile = new Sunny.UI.UIButton();            this.btnImport = new Sunny.UI.UIButton();            this.btnExit = new Sunny.UI.UIButton();            this.uiTitlePanel1.SuspendLayout();            ((System.ComponentModel.ISupportInitialize)(this.dgvHISDirectory)).BeginInit();            this.SuspendLayout();            //             // pgHISDirect            //             this.pgHISDirect.Dock = System.Windows.Forms.DockStyle.Bottom;            this.pgHISDirect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.pgHISDirect.Location = new System.Drawing.Point(0, 723);            this.pgHISDirect.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.pgHISDirect.MinimumSize = new System.Drawing.Size(1, 1);            this.pgHISDirect.Name = "pgHISDirect";            this.pgHISDirect.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;            this.pgHISDirect.ShowJumpButton = false;            this.pgHISDirect.ShowText = false;            this.pgHISDirect.Size = new System.Drawing.Size(1239, 35);            this.pgHISDirect.TabIndex = 7;            this.pgHISDirect.Text = "uiPagination2";            this.pgHISDirect.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;            this.pgHISDirect.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // uiTitlePanel1            //             this.uiTitlePanel1.Controls.Add(this.btnExit);            this.uiTitlePanel1.Controls.Add(this.btnImport);            this.uiTitlePanel1.Controls.Add(this.btnChooseFile);            this.uiTitlePanel1.Controls.Add(this.uiTextBox1);            this.uiTitlePanel1.Controls.Add(this.dgvHISDirectory);            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(1239, 723);            this.uiTitlePanel1.TabIndex = 8;            this.uiTitlePanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;            this.uiTitlePanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // dgvHISDirectory            //             this.dgvHISDirectory.AllowUserToAddRows = false;            this.dgvHISDirectory.AllowUserToDeleteRows = false;            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));            this.dgvHISDirectory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;            this.dgvHISDirectory.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));            this.dgvHISDirectory.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.dgvHISDirectory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;            this.dgvHISDirectory.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.dgvHISDirectory.DefaultCellStyle = dataGridViewCellStyle3;            this.dgvHISDirectory.Dock = System.Windows.Forms.DockStyle.Fill;            this.dgvHISDirectory.EnableHeadersVisualStyles = false;            this.dgvHISDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.dgvHISDirectory.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));            this.dgvHISDirectory.Location = new System.Drawing.Point(0, 35);            this.dgvHISDirectory.Name = "dgvHISDirectory";            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.dgvHISDirectory.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;            this.dgvHISDirectory.RowHeadersWidth = 51;            this.dgvHISDirectory.RowHeight = 25;            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.dgvHISDirectory.RowsDefaultCellStyle = dataGridViewCellStyle5;            this.dgvHISDirectory.RowTemplate.Height = 25;            this.dgvHISDirectory.SelectedIndex = -1;            this.dgvHISDirectory.Size = new System.Drawing.Size(1239, 688);            this.dgvHISDirectory.TabIndex = 9;            this.dgvHISDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // uiTextBox1            //             this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;            this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.uiTextBox1.Location = new System.Drawing.Point(3, 4);            this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 16);            this.uiTextBox1.Name = "uiTextBox1";            this.uiTextBox1.ShowText = false;            this.uiTextBox1.Size = new System.Drawing.Size(875, 29);            this.uiTextBox1.TabIndex = 10;            this.uiTextBox1.Text = "uiTextBox1";            this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.uiTextBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // btnChooseFile            //             this.btnChooseFile.Cursor = System.Windows.Forms.Cursors.Hand;            this.btnChooseFile.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btnChooseFile.Location = new System.Drawing.Point(882, 4);            this.btnChooseFile.MinimumSize = new System.Drawing.Size(1, 1);            this.btnChooseFile.Name = "btnChooseFile";            this.btnChooseFile.Size = new System.Drawing.Size(97, 29);            this.btnChooseFile.TabIndex = 11;            this.btnChooseFile.Text = "文件选择";            this.btnChooseFile.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btnChooseFile.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // btnImport            //             this.btnImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));            this.btnImport.Cursor = System.Windows.Forms.Cursors.Hand;            this.btnImport.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btnImport.Location = new System.Drawing.Point(1011, 4);            this.btnImport.MinimumSize = new System.Drawing.Size(1, 1);            this.btnImport.Name = "btnImport";            this.btnImport.Size = new System.Drawing.Size(100, 29);            this.btnImport.TabIndex = 12;            this.btnImport.Text = "执行导入";            this.btnImport.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btnImport.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // btnExit            //             this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));            this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;            this.btnExit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btnExit.Location = new System.Drawing.Point(1132, 4);            this.btnExit.MinimumSize = new System.Drawing.Size(1, 1);            this.btnExit.Name = "btnExit";            this.btnExit.Size = new System.Drawing.Size(100, 29);            this.btnExit.TabIndex = 13;            this.btnExit.Text = "退    出";            this.btnExit.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btnExit.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // ImportDataFromExcel            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(1239, 758);            this.Controls.Add(this.uiTitlePanel1);            this.Controls.Add(this.pgHISDirect);            this.Name = "ImportDataFromExcel";            this.Text = "Form1";            this.uiTitlePanel1.ResumeLayout(false);            ((System.ComponentModel.ISupportInitialize)(this.dgvHISDirectory)).EndInit();            this.ResumeLayout(false);        }        #endregion        private Sunny.UI.UIPagination pgHISDirect;        private Sunny.UI.UITitlePanel uiTitlePanel1;        private Sunny.UI.UIButton btnExit;        private Sunny.UI.UIButton btnImport;        private Sunny.UI.UIButton btnChooseFile;        private Sunny.UI.UITextBox uiTextBox1;        private Sunny.UI.UIDataGridView dgvHISDirectory;    }}
 |