MainWindow.Designer.cs 7.58 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();
            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.Name = "tabControl1";
            tabControl1.SelectedIndex = 0;
            tabControl1.Size = new Size(531, 34);
            tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            tabPage1.Location = new Point(4, 33);
            tabPage1.Name = "tabPage1";
            tabPage1.Padding = new Padding(3);
            tabPage1.Size = new Size(523, 0);
            tabPage1.TabIndex = 0;
            tabPage1.Text = "输送线";
            tabPage1.UseVisualStyleBackColor = true;
            // 
            // tabPage2
            // 
            tabPage2.Location = new Point(4, 33);
            tabPage2.Name = "tabPage2";
            tabPage2.Padding = new Padding(3);
            tabPage2.Size = new Size(523, 0);
            tabPage2.TabIndex = 1;
            tabPage2.Text = "设备(堆垛机-AGV-焊接)";
            tabPage2.UseVisualStyleBackColor = true;
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new Point(61, 72);
            label2.Name = "label2";
            label2.Size = new Size(64, 24);
            label2.TabIndex = 10;
            label2.Text = "厂房:";
            // 
            // cb_factory
            // 
            cb_factory.FormattingEnabled = true;
            cb_factory.Location = new Point(160, 64);
            cb_factory.Name = "cb_factory";
            cb_factory.Size = new Size(292, 32);
            cb_factory.TabIndex = 7;
            // 
            // cb_project
            // 
            cb_project.FormattingEnabled = true;
            cb_project.Location = new Point(160, 10);
            cb_project.Name = "cb_project";
            cb_project.Size = new Size(292, 32);
            cb_project.TabIndex = 6;
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new Point(61, 15);
            label1.Name = "label1";
            label1.Size = new Size(64, 24);
            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, 34);
            panel1.Name = "panel1";
            panel1.Size = new Size(531, 110);
            panel1.TabIndex = 11;
            // 
            // btn_read_save
            // 
            btn_read_save.BackColor = SystemColors.Info;
            btn_read_save.Location = new Point(283, 362);
            btn_read_save.Name = "btn_read_save";
            btn_read_save.Size = new Size(225, 52);
            btn_read_save.TabIndex = 14;
            btn_read_save.Text = "读取并保存 Excel 数据";
            btn_read_save.UseVisualStyleBackColor = false;
            // 
            // btn_read
            // 
            btn_read.Location = new Point(63, 362);
            btn_read.Name = "btn_read";
            btn_read.Size = new Size(201, 52);
            btn_read.TabIndex = 13;
            btn_read.Text = "导入/导出 Excel 文件";
            btn_read.UseVisualStyleBackColor = true;
            // 
            // panel2
            // 
            panel2.Controls.Add(ccb_type);
            panel2.Controls.Add(label3);
            panel2.Dock = DockStyle.Top;
            panel2.Location = new Point(0, 144);
            panel2.Name = "panel2";
            panel2.Size = new Size(531, 210);
            panel2.TabIndex = 15;
            // 
            // ccb_type
            // 
            ccb_type.FormattingEnabled = true;
            ccb_type.Location = new Point(160, 5);
            ccb_type.Name = "ccb_type";
            ccb_type.Size = new Size(292, 193);
            ccb_type.TabIndex = 13;
            // 
            // label3
            // 
            label3.AutoSize = true;
            label3.Location = new Point(25, 27);
            label3.Name = "label3";
            label3.Size = new Size(100, 24);
            label3.TabIndex = 11;
            label3.Text = "设备类型:";
            // 
            // btnDefaule
            // 
            btnDefaule.Location = new Point(63, 443);
            btnDefaule.Name = "btnDefaule";
            btnDefaule.Size = new Size(445, 47);
            btnDefaule.TabIndex = 16;
            btnDefaule.Text = "默认设备上传并保存";
            btnDefaule.UseVisualStyleBackColor = true;
            btnDefaule.Visible = false;
            // 
            // MainWindow
            // 
            AutoScaleDimensions = new SizeF(11F, 24F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(531, 544);
            Controls.Add(btnDefaule);
            Controls.Add(panel2);
            Controls.Add(btn_read_save);
            Controls.Add(btn_read);
            Controls.Add(panel1);
            Controls.Add(tabControl1);
            Name = "MainWindow";
            Text = "IOT-数据采集地址协议解析";
            tabControl1.ResumeLayout(false);
            panel1.ResumeLayout(false);
            panel1.PerformLayout();
            panel2.ResumeLayout(false);
            panel2.PerformLayout();
            ResumeLayout(false);
        }

        #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;
    }
}