SettingControl.Designer.cs 6.5 KB

namespace TheMachine
{
    partial class SettingControl
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.chbAutoRun = new System.Windows.Forms.CheckBox();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage_set = new System.Windows.Forms.TabPage();
            this.tabPage_ledtower = new System.Windows.Forms.TabPage();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.fixtureSizeConfigControl1 = new DeviceLibrary.FixtureSizeConfigControl();
            this.uC_LedConfig1 = new TheMachine.UC.UC_LedConfig();
            this.tabControl1.SuspendLayout();
            this.tabPage_set.SuspendLayout();
            this.tabPage_ledtower.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.SuspendLayout();
            // 
            // chbAutoRun
            // 
            this.chbAutoRun.AutoSize = true;
            this.chbAutoRun.Location = new System.Drawing.Point(24, 29);
            this.chbAutoRun.Margin = new System.Windows.Forms.Padding(10);
            this.chbAutoRun.Name = "chbAutoRun";
            this.chbAutoRun.Size = new System.Drawing.Size(84, 16);
            this.chbAutoRun.TabIndex = 1;
            this.chbAutoRun.Text = "开机自启动";
            this.chbAutoRun.UseVisualStyleBackColor = true;
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage_set);
            this.tabControl1.Controls.Add(this.tabPage_ledtower);
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(1024, 740);
            this.tabControl1.TabIndex = 8;
            // 
            // tabPage_set
            // 
            this.tabPage_set.Controls.Add(this.chbAutoRun);
            this.tabPage_set.Location = new System.Drawing.Point(4, 22);
            this.tabPage_set.Name = "tabPage_set";
            this.tabPage_set.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage_set.Size = new System.Drawing.Size(1016, 714);
            this.tabPage_set.TabIndex = 0;
            this.tabPage_set.Text = "常规设置";
            this.tabPage_set.UseVisualStyleBackColor = true;
            // 
            // tabPage_ledtower
            // 
            this.tabPage_ledtower.Controls.Add(this.uC_LedConfig1);
            this.tabPage_ledtower.Location = new System.Drawing.Point(4, 22);
            this.tabPage_ledtower.Name = "tabPage_ledtower";
            this.tabPage_ledtower.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage_ledtower.Size = new System.Drawing.Size(1016, 714);
            this.tabPage_ledtower.TabIndex = 1;
            this.tabPage_ledtower.Text = "灯塔设置";
            this.tabPage_ledtower.UseVisualStyleBackColor = true;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.fixtureSizeConfigControl1);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(1016, 714);
            this.tabPage1.TabIndex = 2;
            this.tabPage1.Text = "治具设置";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // fixtureSizeConfigControl1
            // 
            this.fixtureSizeConfigControl1.Location = new System.Drawing.Point(6, 6);
            this.fixtureSizeConfigControl1.Name = "fixtureSizeConfigControl1";
            this.fixtureSizeConfigControl1.Size = new System.Drawing.Size(602, 489);
            this.fixtureSizeConfigControl1.TabIndex = 0;
            // 
            // uC_LedConfig1
            // 
            this.uC_LedConfig1.Config = null;
            this.uC_LedConfig1.Location = new System.Drawing.Point(6, 6);
            this.uC_LedConfig1.Name = "uC_LedConfig1";
            this.uC_LedConfig1.Size = new System.Drawing.Size(859, 498);
            this.uC_LedConfig1.TabIndex = 0;
            this.uC_LedConfig1.Tag = "not";
            // 
            // SettingControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.tabControl1);
            this.Name = "SettingControl";
            this.Size = new System.Drawing.Size(1024, 740);
            this.Load += new System.EventHandler(this.SettingControl_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabPage_set.ResumeLayout(false);
            this.tabPage_set.PerformLayout();
            this.tabPage_ledtower.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion
        private System.Windows.Forms.CheckBox chbAutoRun;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage_set;
        private System.Windows.Forms.TabPage tabPage_ledtower;
        private System.Windows.Forms.TabPage tabPage1;
        private DeviceLibrary.FixtureSizeConfigControl fixtureSizeConfigControl1;
        private UC.UC_LedConfig uC_LedConfig1;
    }
}