namespace tpDomeWinAPP
{
    partial class fmImportXls
    {
        /// <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.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.lbintro = new System.Windows.Forms.Label();
            this.lbMsg = new System.Windows.Forms.Label();
            this.btI_batch_insert = new System.Windows.Forms.Button();
            this.bt_readExcel = new System.Windows.Forms.Button();
            this.btClear = new System.Windows.Forms.Button();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.rtx = new System.Windows.Forms.RichTextBox();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
            this.splitContainer1.Panel1.Controls.Add(this.label4);
            this.splitContainer1.Panel1.Controls.Add(this.label3);
            this.splitContainer1.Panel1.Controls.Add(this.label2);
            this.splitContainer1.Panel1.Controls.Add(this.label1);
            this.splitContainer1.Panel1.Controls.Add(this.lbintro);
            this.splitContainer1.Panel1.Controls.Add(this.lbMsg);
            this.splitContainer1.Panel1.Controls.Add(this.btI_batch_insert);
            this.splitContainer1.Panel1.Controls.Add(this.bt_readExcel);
            this.splitContainer1.Panel1.Controls.Add(this.btClear);
            this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.rtx);
            this.splitContainer1.Size = new System.Drawing.Size(1691, 998);
            this.splitContainer1.SplitterDistance = 1200;
            this.splitContainer1.TabIndex = 0;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.label4.Location = new System.Drawing.Point(462, 101);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(205, 25);
            this.label4.TabIndex = 10;
            this.label4.Text = "展開 1~100 的資料項";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.label3.Location = new System.Drawing.Point(462, 17);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(69, 25);
            this.label3.TabIndex = 9;
            this.label3.Text = "step 3";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.label2.Location = new System.Drawing.Point(261, 17);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(69, 25);
            this.label2.TabIndex = 8;
            this.label2.Text = "step 2";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.label1.Location = new System.Drawing.Point(46, 17);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(69, 25);
            this.label1.TabIndex = 7;
            this.label1.Text = "step 1";
            // 
            // lbintro
            // 
            this.lbintro.AutoSize = true;
            this.lbintro.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.lbintro.Location = new System.Drawing.Point(261, 101);
            this.lbintro.Name = "lbintro";
            this.lbintro.Size = new System.Drawing.Size(144, 25);
            this.lbintro.TabIndex = 6;
            this.lbintro.Text = "匯入各棟 excel";
            // 
            // lbMsg
            // 
            this.lbMsg.AutoSize = true;
            this.lbMsg.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.lbMsg.Location = new System.Drawing.Point(46, 101);
            this.lbMsg.Name = "lbMsg";
            this.lbMsg.Size = new System.Drawing.Size(27, 25);
            this.lbMsg.TabIndex = 5;
            this.lbMsg.Text = "...";
            // 
            // btI_batch_insert
            // 
            this.btI_batch_insert.Location = new System.Drawing.Point(462, 45);
            this.btI_batch_insert.Name = "btI_batch_insert";
            this.btI_batch_insert.Size = new System.Drawing.Size(132, 49);
            this.btI_batch_insert.TabIndex = 4;
            this.btI_batch_insert.Text = "batch insert";
            this.btI_batch_insert.UseVisualStyleBackColor = true;
            this.btI_batch_insert.Click += new System.EventHandler(this.btInsertData_Click);
            // 
            // bt_readExcel
            // 
            this.bt_readExcel.Location = new System.Drawing.Point(261, 45);
            this.bt_readExcel.Name = "bt_readExcel";
            this.bt_readExcel.Size = new System.Drawing.Size(132, 49);
            this.bt_readExcel.TabIndex = 3;
            this.bt_readExcel.Text = "read Excel";
            this.bt_readExcel.UseVisualStyleBackColor = true;
            this.bt_readExcel.Click += new System.EventHandler(this.bt_readExcel_Click);
            // 
            // btClear
            // 
            this.btClear.Location = new System.Drawing.Point(46, 45);
            this.btClear.Name = "btClear";
            this.btClear.Size = new System.Drawing.Size(159, 49);
            this.btClear.TabIndex = 1;
            this.btClear.Text = "清除 匯入暫存檔";
            this.btClear.UseVisualStyleBackColor = true;
            this.btClear.Click += new System.EventHandler(this.btClear_Click);
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToOrderColumns = true;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dataGridView1.Location = new System.Drawing.Point(0, 193);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowHeadersWidth = 51;
            this.dataGridView1.RowTemplate.Height = 29;
            this.dataGridView1.Size = new System.Drawing.Size(1200, 805);
            this.dataGridView1.TabIndex = 0;
            // 
            // rtx
            // 
            this.rtx.BackColor = System.Drawing.Color.Black;
            this.rtx.Dock = System.Windows.Forms.DockStyle.Fill;
            this.rtx.ForeColor = System.Drawing.Color.White;
            this.rtx.Location = new System.Drawing.Point(0, 0);
            this.rtx.Name = "rtx";
            this.rtx.Size = new System.Drawing.Size(487, 998);
            this.rtx.TabIndex = 0;
            this.rtx.Text = "";
            // 
            // fmImportXls
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1691, 998);
            this.Controls.Add(this.splitContainer1);
            this.Name = "fmImportXls";
            this.Text = "fmMain";
            this.Load += new System.EventHandler(this.fmMain_Load);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.PerformLayout();
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.RichTextBox rtx;
        private System.Windows.Forms.Button btClear;
        private System.Windows.Forms.Button bt_readExcel;
        private System.Windows.Forms.Button btI_batch_insert;
        private System.Windows.Forms.Label lbintro;
        private System.Windows.Forms.Label lbMsg;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label4;
    }
}