Form1.Designer.cs 20.1 KB

namespace TheMachine
{
    partial class Form1
    {
        /// <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 Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.设备操作ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.启用调试模式ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.设备调试ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.地码维护ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.库位调试ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tabc = new System.Windows.Forms.TabControl();
            this.tabP1 = new System.Windows.Forms.TabPage();
            this.pnl = new System.Windows.Forms.Panel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.stateView = new System.Windows.Forms.ListView();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.LogText = new System.Windows.Forms.RichTextBox();
            this.button9 = new System.Windows.Forms.Button();
            this.button8 = new System.Windows.Forms.Button();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.uC_AGVMap1 = new TheMachine.UC.UC_AGVMap();
            this.listView1 = new System.Windows.Forms.ListView();
            this.btn_run = new System.Windows.Forms.Button();
            this.btn_stop = new System.Windows.Forms.Button();
            this.chbReadyUpdate = new System.Windows.Forms.CheckBox();
            this.menuStrip1.SuspendLayout();
            this.tabc.SuspendLayout();
            this.tabP1.SuspendLayout();
            this.pnl.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.BackColor = System.Drawing.Color.Transparent;
            this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.设备操作ToolStripMenuItem,
            this.设备调试ToolStripMenuItem,
            this.关于ToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2);
            this.menuStrip1.Size = new System.Drawing.Size(806, 35);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // 设备操作ToolStripMenuItem
            // 
            this.设备操作ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.启用调试模式ToolStripMenuItem,
            this.toolStripSeparator2,
            this.退出ToolStripMenuItem});
            this.设备操作ToolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.设备操作ToolStripMenuItem.Name = "设备操作ToolStripMenuItem";
            this.设备操作ToolStripMenuItem.Size = new System.Drawing.Size(106, 31);
            this.设备操作ToolStripMenuItem.Text = "设备操作";
            // 
            // 启用调试模式ToolStripMenuItem
            // 
            this.启用调试模式ToolStripMenuItem.Enabled = false;
            this.启用调试模式ToolStripMenuItem.Name = "启用调试模式ToolStripMenuItem";
            this.启用调试模式ToolStripMenuItem.Size = new System.Drawing.Size(224, 32);
            this.启用调试模式ToolStripMenuItem.Tag = "not";
            this.启用调试模式ToolStripMenuItem.Text = "启用配置模式";
            this.启用调试模式ToolStripMenuItem.Click += new System.EventHandler(this.启用调试模式ToolStripMenuItem_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(221, 6);
            // 
            // 退出ToolStripMenuItem
            // 
            this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
            this.退出ToolStripMenuItem.Size = new System.Drawing.Size(224, 32);
            this.退出ToolStripMenuItem.Text = "退出";
            this.退出ToolStripMenuItem.Visible = false;
            this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
            // 
            // 设备调试ToolStripMenuItem
            // 
            this.设备调试ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.地码维护ToolStripMenuItem,
            this.库位调试ToolStripMenuItem});
            this.设备调试ToolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
            this.设备调试ToolStripMenuItem.Name = "设备调试ToolStripMenuItem";
            this.设备调试ToolStripMenuItem.Size = new System.Drawing.Size(106, 31);
            this.设备调试ToolStripMenuItem.Text = "设备调试";
            // 
            // 地码维护ToolStripMenuItem
            // 
            this.地码维护ToolStripMenuItem.Name = "地码维护ToolStripMenuItem";
            this.地码维护ToolStripMenuItem.Size = new System.Drawing.Size(224, 32);
            this.地码维护ToolStripMenuItem.Text = "地码维护";
            this.地码维护ToolStripMenuItem.Click += new System.EventHandler(this.地码维护ToolStripMenuItem_Click);
            // 
            // 库位调试ToolStripMenuItem
            // 
            this.库位调试ToolStripMenuItem.Name = "库位调试ToolStripMenuItem";
            this.库位调试ToolStripMenuItem.Size = new System.Drawing.Size(224, 32);
            this.库位调试ToolStripMenuItem.Text = "库位调试";
            // 
            // 关于ToolStripMenuItem
            // 
            this.关于ToolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
            this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
            this.关于ToolStripMenuItem.Size = new System.Drawing.Size(66, 31);
            this.关于ToolStripMenuItem.Text = "关于";
            this.关于ToolStripMenuItem.Click += new System.EventHandler(this.关于ToolStripMenuItem_Click);
            // 
            // tabc
            // 
            this.tabc.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tabc.Controls.Add(this.tabP1);
            this.tabc.Controls.Add(this.tabPage2);
            this.tabc.Controls.Add(this.tabPage1);
            this.tabc.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tabc.Location = new System.Drawing.Point(12, 210);
            this.tabc.Name = "tabc";
            this.tabc.SelectedIndex = 0;
            this.tabc.Size = new System.Drawing.Size(782, 411);
            this.tabc.TabIndex = 1;
            // 
            // tabP1
            // 
            this.tabP1.Controls.Add(this.pnl);
            this.tabP1.Location = new System.Drawing.Point(4, 36);
            this.tabP1.Name = "tabP1";
            this.tabP1.Size = new System.Drawing.Size(774, 371);
            this.tabP1.TabIndex = 0;
            this.tabP1.Text = "信息";
            this.tabP1.UseVisualStyleBackColor = true;
            // 
            // pnl
            // 
            this.pnl.Controls.Add(this.groupBox1);
            this.pnl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnl.Location = new System.Drawing.Point(0, 0);
            this.pnl.Name = "pnl";
            this.pnl.Size = new System.Drawing.Size(774, 371);
            this.pnl.TabIndex = 273;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.stateView);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(774, 371);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "运行状态";
            // 
            // stateView
            // 
            this.stateView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.stateView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.stateView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.stateView.HideSelection = false;
            this.stateView.Location = new System.Drawing.Point(3, 30);
            this.stateView.MultiSelect = false;
            this.stateView.Name = "stateView";
            this.stateView.Size = new System.Drawing.Size(768, 338);
            this.stateView.TabIndex = 0;
            this.stateView.UseCompatibleStateImageBehavior = false;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.LogText);
            this.tabPage2.Controls.Add(this.button9);
            this.tabPage2.Controls.Add(this.button8);
            this.tabPage2.Location = new System.Drawing.Point(4, 36);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(774, 371);
            this.tabPage2.TabIndex = 2;
            this.tabPage2.Text = "运行日志";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // LogText
            // 
            this.LogText.Dock = System.Windows.Forms.DockStyle.Fill;
            this.LogText.Location = new System.Drawing.Point(3, 3);
            this.LogText.Name = "LogText";
            this.LogText.Size = new System.Drawing.Size(768, 365);
            this.LogText.TabIndex = 3;
            this.LogText.Text = "";
            // 
            // button9
            // 
            this.button9.Location = new System.Drawing.Point(901, 53);
            this.button9.Name = "button9";
            this.button9.Size = new System.Drawing.Size(107, 40);
            this.button9.TabIndex = 2;
            this.button9.Text = "保存";
            this.button9.UseVisualStyleBackColor = true;
            this.button9.Click += new System.EventHandler(this.button9_Click);
            // 
            // button8
            // 
            this.button8.Location = new System.Drawing.Point(900, 7);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(108, 39);
            this.button8.TabIndex = 1;
            this.button8.Text = "清空内容";
            this.button8.UseVisualStyleBackColor = true;
            this.button8.Click += new System.EventHandler(this.button8_Click);
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.uC_AGVMap1);
            this.tabPage1.Location = new System.Drawing.Point(4, 36);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Size = new System.Drawing.Size(774, 371);
            this.tabPage1.TabIndex = 3;
            this.tabPage1.Text = "地图";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // uC_AGVMap1
            // 
            this.uC_AGVMap1.AddreX = 50F;
            this.uC_AGVMap1.AddreY = 50F;
            this.uC_AGVMap1.AngleA = 135F;
            this.uC_AGVMap1.CTU_Width1 = 50F;
            this.uC_AGVMap1.CTUFontRatio1 = 12;
            this.uC_AGVMap1.CTULineRatio1 = 2F;
            this.uC_AGVMap1.DistanceRatio = 0.04F;
            this.uC_AGVMap1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uC_AGVMap1.LengthB = 5F;
            this.uC_AGVMap1.LimitAreaWidth = 15;
            this.uC_AGVMap1.LineRatio1 = 2F;
            this.uC_AGVMap1.Location = new System.Drawing.Point(0, 0);
            this.uC_AGVMap1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.uC_AGVMap1.MarkFontRatio = 6;
            this.uC_AGVMap1.MarkRatio = 5F;
            this.uC_AGVMap1.Name = "uC_AGVMap1";
            this.uC_AGVMap1.Size = new System.Drawing.Size(774, 371);
            this.uC_AGVMap1.TabIndex = 0;
            this.uC_AGVMap1.UpdateUITime = 100;
            this.uC_AGVMap1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.uC_AGVMap1_MouseDoubleClick);
            // 
            // listView1
            // 
            this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            this.listView1.HideSelection = false;
            this.listView1.Location = new System.Drawing.Point(12, 32);
            this.listView1.MultiSelect = false;
            this.listView1.Name = "listView1";
            this.listView1.ShowGroups = false;
            this.listView1.Size = new System.Drawing.Size(616, 154);
            this.listView1.TabIndex = 2;
            this.listView1.UseCompatibleStateImageBehavior = false;
            // 
            // btn_run
            // 
            this.btn_run.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_run.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_run.Location = new System.Drawing.Point(649, 68);
            this.btn_run.Name = "btn_run";
            this.btn_run.Size = new System.Drawing.Size(145, 55);
            this.btn_run.TabIndex = 3;
            this.btn_run.Text = "启动";
            this.btn_run.UseVisualStyleBackColor = true;
            this.btn_run.Click += new System.EventHandler(this.btn_run_Click);
            // 
            // btn_stop
            // 
            this.btn_stop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_stop.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_stop.Location = new System.Drawing.Point(649, 149);
            this.btn_stop.Name = "btn_stop";
            this.btn_stop.Size = new System.Drawing.Size(144, 55);
            this.btn_stop.TabIndex = 4;
            this.btn_stop.Text = "停止";
            this.btn_stop.UseVisualStyleBackColor = true;
            this.btn_stop.Click += new System.EventHandler(this.btn_stop_Click);
            // 
            // chbReadyUpdate
            // 
            this.chbReadyUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.chbReadyUpdate.AutoSize = true;
            this.chbReadyUpdate.Location = new System.Drawing.Point(643, 35);
            this.chbReadyUpdate.Name = "chbReadyUpdate";
            this.chbReadyUpdate.Size = new System.Drawing.Size(138, 22);
            this.chbReadyUpdate.TabIndex = 5;
            this.chbReadyUpdate.Text = "准备软件更新";
            this.chbReadyUpdate.UseVisualStyleBackColor = true;
            this.chbReadyUpdate.CheckedChanged += new System.EventHandler(this.chbReadyUpdate_CheckedChanged);
            // 
            // Form1
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(806, 633);
            this.Controls.Add(this.chbReadyUpdate);
            this.Controls.Add(this.btn_stop);
            this.Controls.Add(this.btn_run);
            this.Controls.Add(this.tabc);
            this.Controls.Add(this.listView1);
            this.Controls.Add(this.menuStrip1);
            this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "Form1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.Shown += new System.EventHandler(this.Form1_Shown);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.tabc.ResumeLayout(false);
            this.tabP1.ResumeLayout(false);
            this.pnl.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem 设备操作ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
        private System.Windows.Forms.TabControl tabc;
        private System.Windows.Forms.ToolStripMenuItem 启用调试模式ToolStripMenuItem;
        private System.Windows.Forms.ListView listView1;
        private System.Windows.Forms.TabPage tabP1;
        private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.Panel pnl;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ListView stateView;
        private System.Windows.Forms.Button btn_run;
        private System.Windows.Forms.Button btn_stop;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.Button button9;
        private System.Windows.Forms.Button button8;
        private System.Windows.Forms.RichTextBox LogText;
        private System.Windows.Forms.CheckBox chbReadyUpdate;
        private System.Windows.Forms.TabPage tabPage1;
        private UC.UC_AGVMap uC_AGVMap1;
        private System.Windows.Forms.ToolStripMenuItem 设备调试ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 地码维护ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 库位调试ToolStripMenuItem;
    }
}