namespace CCYQ_JieFang { partial class AgvTest { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.button5 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.checkBox4_position4 = new System.Windows.Forms.CheckBox(); this.checkBox1_position1 = new System.Windows.Forms.CheckBox(); this.checkBox3_position3 = new System.Windows.Forms.CheckBox(); this.checkBox2_position2 = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // button5 // this.button5.Font = new System.Drawing.Font("宋体", 11F); this.button5.Location = new System.Drawing.Point(364, 334); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(317, 57); this.button5.TabIndex = 12; this.button5.Text = "4.AGV已经离开工位(下料)"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // button4 // this.button4.Font = new System.Drawing.Font("宋体", 11F); this.button4.Location = new System.Drawing.Point(29, 334); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(309, 57); this.button4.TabIndex = 13; this.button4.Text = "4.AGV已经离开工位(上料)"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button3 // this.button3.Font = new System.Drawing.Font("宋体", 11F); this.button3.Location = new System.Drawing.Point(364, 193); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(317, 57); this.button3.TabIndex = 14; this.button3.Text = "3.AGV请求离开工位"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button2 // this.button2.Font = new System.Drawing.Font("宋体", 11F); this.button2.Location = new System.Drawing.Point(29, 193); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(317, 57); this.button2.TabIndex = 15; this.button2.Text = "2.AGV请求进入工位"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Font = new System.Drawing.Font("宋体", 11F); this.button1.Location = new System.Drawing.Point(29, 50); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(317, 57); this.button1.TabIndex = 16; this.button1.Text = "1.AGV进行送料(允许工作)"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.checkBox4_position4); this.panel1.Controls.Add(this.checkBox1_position1); this.panel1.Controls.Add(this.checkBox3_position3); this.panel1.Controls.Add(this.checkBox2_position2); this.panel1.Location = new System.Drawing.Point(364, 31); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(259, 90); this.panel1.TabIndex = 18; // // checkBox4_position4 // this.checkBox4_position4.AutoSize = true; this.checkBox4_position4.Checked = true; this.checkBox4_position4.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBox4_position4.Location = new System.Drawing.Point(133, 56); this.checkBox4_position4.Name = "checkBox4_position4"; this.checkBox4_position4.Size = new System.Drawing.Size(115, 22); this.checkBox4_position4.TabIndex = 19; this.checkBox4_position4.Text = "位置4有料"; this.checkBox4_position4.UseVisualStyleBackColor = true; this.checkBox4_position4.CheckedChanged += new System.EventHandler(this.checkBox4_position4_CheckedChanged); // // checkBox1_position1 // this.checkBox1_position1.AutoSize = true; this.checkBox1_position1.Checked = true; this.checkBox1_position1.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBox1_position1.Location = new System.Drawing.Point(12, 15); this.checkBox1_position1.Name = "checkBox1_position1"; this.checkBox1_position1.Size = new System.Drawing.Size(115, 22); this.checkBox1_position1.TabIndex = 19; this.checkBox1_position1.Text = "位置1有料"; this.checkBox1_position1.UseVisualStyleBackColor = true; this.checkBox1_position1.CheckedChanged += new System.EventHandler(this.checkBox1_position1_CheckedChanged); // // checkBox3_position3 // this.checkBox3_position3.AutoSize = true; this.checkBox3_position3.Checked = true; this.checkBox3_position3.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBox3_position3.Location = new System.Drawing.Point(12, 56); this.checkBox3_position3.Name = "checkBox3_position3"; this.checkBox3_position3.Size = new System.Drawing.Size(115, 22); this.checkBox3_position3.TabIndex = 19; this.checkBox3_position3.Text = "位置3有料"; this.checkBox3_position3.UseVisualStyleBackColor = true; this.checkBox3_position3.CheckedChanged += new System.EventHandler(this.checkBox3_position3_CheckedChanged); // // checkBox2_position2 // this.checkBox2_position2.AutoSize = true; this.checkBox2_position2.Checked = true; this.checkBox2_position2.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBox2_position2.Location = new System.Drawing.Point(133, 15); this.checkBox2_position2.Name = "checkBox2_position2"; this.checkBox2_position2.Size = new System.Drawing.Size(115, 22); this.checkBox2_position2.TabIndex = 19; this.checkBox2_position2.Text = "位置2有料"; this.checkBox2_position2.UseVisualStyleBackColor = true; this.checkBox2_position2.CheckedChanged += new System.EventHandler(this.checkBox2_position2_CheckedChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(57, 114); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(17, 18); this.label1.TabIndex = 19; this.label1.Text = "."; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(57, 253); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(17, 18); this.label2.TabIndex = 19; this.label2.Text = "."; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(361, 253); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(17, 18); this.label3.TabIndex = 19; this.label3.Text = "."; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(57, 394); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(17, 18); this.label4.TabIndex = 19; this.label4.Text = "."; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(361, 394); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(17, 18); this.label5.TabIndex = 19; this.label5.Text = "."; // // AgvTest // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(718, 465); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.panel1); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Name = "AgvTest"; this.Text = "AGV调试"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.CheckBox checkBox1_position1; private System.Windows.Forms.CheckBox checkBox2_position2; private System.Windows.Forms.CheckBox checkBox3_position3; private System.Windows.Forms.CheckBox checkBox4_position4; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; } }