MainWindow.Designer.cs 8.91 KB
namespace HH.Data.Excel
{
    partial class MainWindow
    {
        /// <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()
        {
            tabControl1 = new TabControl();
            tabPage1 = new TabPage();
            tabPage2 = new TabPage();
            label2 = new Label();
            cb_factory = new ComboBox();
            cb_project = new ComboBox();
            label1 = new Label();
            panel1 = new Panel();
            btn_read_save = new Button();
            btn_read = new Button();
            panel2 = new Panel();
            ccb_type = new CheckedListBox();
            label3 = new Label();
            btnDefaule = new Button();
            label4 = new Label();
            tabControl1.SuspendLayout();
            panel1.SuspendLayout();
            panel2.SuspendLayout();
            SuspendLayout();
            // 
            // tabControl1
            // 
            tabControl1.Controls.Add(tabPage1);
            tabControl1.Controls.Add(tabPage2);
            tabControl1.Dock = DockStyle.Top;
            tabControl1.Location = new Point(0, 0);
            tabControl1.Margin = new Padding(2);
            tabControl1.Name = "tabControl1";
            tabControl1.SelectedIndex = 0;
            tabControl1.Size = new Size(434, 28);
            tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            tabPage1.Location = new Point(4, 29);
            tabPage1.Margin = new Padding(2);
            tabPage1.Name = "tabPage1";
            tabPage1.Padding = new Padding(2);
            tabPage1.Size = new Size(426, 0);
            tabPage1.TabIndex = 0;
            tabPage1.Text = "输送线CC";
            tabPage1.UseVisualStyleBackColor = true;
            // 
            // tabPage2
            // 
            tabPage2.Location = new Point(4, 29);
            tabPage2.Margin = new Padding(2);
            tabPage2.Name = "tabPage2";
            tabPage2.Padding = new Padding(2);
            tabPage2.Size = new Size(426, 0);
            tabPage2.TabIndex = 1;
            tabPage2.Text = "默认设备(堆垛机-AGV等)";
            tabPage2.UseVisualStyleBackColor = true;
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new Point(50, 60);
            label2.Margin = new Padding(2, 0, 2, 0);
            label2.Name = "label2";
            label2.Size = new Size(54, 20);
            label2.TabIndex = 10;
            label2.Text = "厂房:";
            // 
            // cb_factory
            // 
            cb_factory.FormattingEnabled = true;
            cb_factory.Location = new Point(131, 53);
            cb_factory.Margin = new Padding(2);
            cb_factory.Name = "cb_factory";
            cb_factory.Size = new Size(240, 28);
            cb_factory.TabIndex = 7;
            // 
            // cb_project
            // 
            cb_project.FormattingEnabled = true;
            cb_project.Location = new Point(131, 8);
            cb_project.Margin = new Padding(2);
            cb_project.Name = "cb_project";
            cb_project.Size = new Size(240, 28);
            cb_project.TabIndex = 6;
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new Point(50, 12);
            label1.Margin = new Padding(2, 0, 2, 0);
            label1.Name = "label1";
            label1.Size = new Size(54, 20);
            label1.TabIndex = 9;
            label1.Text = "项目:";
            // 
            // panel1
            // 
            panel1.Controls.Add(label1);
            panel1.Controls.Add(label2);
            panel1.Controls.Add(cb_project);
            panel1.Controls.Add(cb_factory);
            panel1.Dock = DockStyle.Top;
            panel1.Location = new Point(0, 28);
            panel1.Margin = new Padding(2);
            panel1.Name = "panel1";
            panel1.Size = new Size(434, 92);
            panel1.TabIndex = 11;
            // 
            // btn_read_save
            // 
            btn_read_save.BackColor = SystemColors.Info;
            btn_read_save.Location = new Point(232, 298);
            btn_read_save.Margin = new Padding(2);
            btn_read_save.Name = "btn_read_save";
            btn_read_save.Size = new Size(184, 43);
            btn_read_save.TabIndex = 14;
            btn_read_save.Text = "读取并保存 Excel 数据";
            btn_read_save.UseVisualStyleBackColor = false;
            // 
            // btn_read
            // 
            btn_read.Location = new Point(10, 298);
            btn_read.Margin = new Padding(2);
            btn_read.Name = "btn_read";
            btn_read.Size = new Size(206, 43);
            btn_read.TabIndex = 13;
            btn_read.Text = "导入/出(包含IP地址表.xlsx)";
            btn_read.UseVisualStyleBackColor = true;
            // 
            // panel2
            // 
            panel2.Controls.Add(ccb_type);
            panel2.Controls.Add(label3);
            panel2.Dock = DockStyle.Top;
            panel2.Location = new Point(0, 120);
            panel2.Margin = new Padding(2);
            panel2.Name = "panel2";
            panel2.Size = new Size(434, 172);
            panel2.TabIndex = 15;
            // 
            // ccb_type
            // 
            ccb_type.FormattingEnabled = true;
            ccb_type.Location = new Point(131, 4);
            ccb_type.Margin = new Padding(2);
            ccb_type.Name = "ccb_type";
            ccb_type.Size = new Size(240, 158);
            ccb_type.TabIndex = 13;
            // 
            // label3
            // 
            label3.AutoSize = true;
            label3.Location = new Point(20, 22);
            label3.Margin = new Padding(2, 0, 2, 0);
            label3.Name = "label3";
            label3.Size = new Size(84, 20);
            label3.TabIndex = 11;
            label3.Text = "设备类型:";
            // 
            // btnDefaule
            // 
            btnDefaule.Location = new Point(50, 343);
            btnDefaule.Margin = new Padding(2);
            btnDefaule.Name = "btnDefaule";
            btnDefaule.Size = new Size(364, 39);
            btnDefaule.TabIndex = 16;
            btnDefaule.Text = "默认设备上传并保存(文件名:任意)";
            btnDefaule.UseVisualStyleBackColor = true;
            btnDefaule.Visible = false;
            // 
            // label4
            // 
            label4.AutoSize = true;
            label4.Dock = DockStyle.Bottom;
            label4.ForeColor = SystemColors.Highlight;
            label4.Location = new Point(0, 404);
            label4.Margin = new Padding(2, 0, 2, 0);
            label4.Name = "label4";
            label4.Size = new Size(312, 20);
            label4.TabIndex = 17;
            label4.Text = "       温馨提示:输送线设备类型是:PLC系统报警";
            // 
            // MainWindow
            // 
            AutoScaleDimensions = new SizeF(9F, 20F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(434, 424);
            Controls.Add(label4);
            Controls.Add(btnDefaule);
            Controls.Add(panel2);
            Controls.Add(btn_read_save);
            Controls.Add(btn_read);
            Controls.Add(panel1);
            Controls.Add(tabControl1);
            Margin = new Padding(2);
            Name = "MainWindow";
            Text = "IOT-数据采集地址协议解析";
            tabControl1.ResumeLayout(false);
            panel1.ResumeLayout(false);
            panel1.PerformLayout();
            panel2.ResumeLayout(false);
            panel2.PerformLayout();
            ResumeLayout(false);
            PerformLayout();
        }

        #endregion

        private TabControl tabControl1;
        private TabPage tabPage1;
        private TabPage tabPage2;
        private Label label2;
        private Label label1;
        private ComboBox cb_factory;
        private ComboBox cb_project;
        private Panel panel1;
        private Button btn_read_save;
        private Button btn_read;
        private Panel panel2;
        private Label label3;
        private CheckedListBox ccb_type;
        private Button btnDefaule;
        private Label label4;
    }
}