459 lines
20 KiB
C#
459 lines
20 KiB
C#
namespace AGVSystem
|
|
{
|
|
partial class Agv_Status
|
|
{
|
|
/// <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()
|
|
{
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.num_task = new System.Windows.Forms.NumericUpDown();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.comboBox5 = new System.Windows.Forms.ComboBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
|
this.comboBox4 = new System.Windows.Forms.ComboBox();
|
|
this.comboBox2 = new System.Windows.Forms.ComboBox();
|
|
this.cmb_bank = new System.Windows.Forms.ComboBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.num_speed = new System.Windows.Forms.NumericUpDown();
|
|
this.num_landmark = new System.Windows.Forms.NumericUpDown();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.num_task)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.num_speed)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.num_landmark)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.panel3);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1154, 866);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel3.Location = new System.Drawing.Point(0, 0);
|
|
this.panel3.Margin = new System.Windows.Forms.Padding(4);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(1154, 866);
|
|
this.panel3.TabIndex = 46;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.button2);
|
|
this.panel2.Controls.Add(this.label14);
|
|
this.panel2.Controls.Add(this.label15);
|
|
this.panel2.Controls.Add(this.label13);
|
|
this.panel2.Controls.Add(this.label12);
|
|
this.panel2.Controls.Add(this.num_task);
|
|
this.panel2.Controls.Add(this.label11);
|
|
this.panel2.Controls.Add(this.comboBox5);
|
|
this.panel2.Controls.Add(this.label10);
|
|
this.panel2.Controls.Add(this.checkBox2);
|
|
this.panel2.Controls.Add(this.comboBox4);
|
|
this.panel2.Controls.Add(this.comboBox2);
|
|
this.panel2.Controls.Add(this.cmb_bank);
|
|
this.panel2.Controls.Add(this.label9);
|
|
this.panel2.Controls.Add(this.num_speed);
|
|
this.panel2.Controls.Add(this.num_landmark);
|
|
this.panel2.Controls.Add(this.checkBox1);
|
|
this.panel2.Controls.Add(this.label8);
|
|
this.panel2.Controls.Add(this.label7);
|
|
this.panel2.Controls.Add(this.label6);
|
|
this.panel2.Controls.Add(this.label5);
|
|
this.panel2.Controls.Add(this.label4);
|
|
this.panel2.Controls.Add(this.label3);
|
|
this.panel2.Controls.Add(this.label2);
|
|
this.panel2.Controls.Add(this.label1);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.panel2.Location = new System.Drawing.Point(1154, 0);
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(391, 866);
|
|
this.panel2.TabIndex = 1;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(251, 801);
|
|
this.button2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(100, 52);
|
|
this.button2.TabIndex = 27;
|
|
this.button2.Text = "下线";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(159, 710);
|
|
this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(63, 15);
|
|
this.label14.TabIndex = 26;
|
|
this.label14.Text = "label14";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Location = new System.Drawing.Point(61, 710);
|
|
this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(82, 15);
|
|
this.label15.TabIndex = 25;
|
|
this.label15.Text = "状态信息:";
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(159, 46);
|
|
this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(15, 15);
|
|
this.label13.TabIndex = 24;
|
|
this.label13.Text = "0";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(159, 650);
|
|
this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(63, 15);
|
|
this.label12.TabIndex = 23;
|
|
this.label12.Text = "label12";
|
|
//
|
|
// num_task
|
|
//
|
|
this.num_task.Location = new System.Drawing.Point(161, 575);
|
|
this.num_task.Margin = new System.Windows.Forms.Padding(4);
|
|
this.num_task.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.num_task.Name = "num_task";
|
|
this.num_task.Size = new System.Drawing.Size(160, 25);
|
|
this.num_task.TabIndex = 22;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(61, 581);
|
|
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(82, 15);
|
|
this.label11.TabIndex = 21;
|
|
this.label11.Text = "运动目标:";
|
|
//
|
|
// comboBox5
|
|
//
|
|
this.comboBox5.FormattingEnabled = true;
|
|
this.comboBox5.Items.AddRange(new object[] {
|
|
"",
|
|
"前进",
|
|
"后退"});
|
|
this.comboBox5.Location = new System.Drawing.Point(161, 501);
|
|
this.comboBox5.Margin = new System.Windows.Forms.Padding(4);
|
|
this.comboBox5.Name = "comboBox5";
|
|
this.comboBox5.Size = new System.Drawing.Size(160, 23);
|
|
this.comboBox5.TabIndex = 20;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(61, 505);
|
|
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(82, 15);
|
|
this.label10.TabIndex = 19;
|
|
this.label10.Text = "运动方向:";
|
|
//
|
|
// checkBox2
|
|
//
|
|
this.checkBox2.AutoSize = true;
|
|
this.checkBox2.Location = new System.Drawing.Point(64, 761);
|
|
this.checkBox2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.checkBox2.Name = "checkBox2";
|
|
this.checkBox2.Size = new System.Drawing.Size(119, 19);
|
|
this.checkBox2.TabIndex = 18;
|
|
this.checkBox2.Text = "设备故障复位";
|
|
this.checkBox2.UseVisualStyleBackColor = true;
|
|
//
|
|
// comboBox4
|
|
//
|
|
this.comboBox4.FormattingEnabled = true;
|
|
this.comboBox4.Items.AddRange(new object[] {
|
|
"未启动",
|
|
"运动中",
|
|
"停止中",
|
|
"急停中"});
|
|
this.comboBox4.Location = new System.Drawing.Point(161, 108);
|
|
this.comboBox4.Margin = new System.Windows.Forms.Padding(4);
|
|
this.comboBox4.Name = "comboBox4";
|
|
this.comboBox4.Size = new System.Drawing.Size(160, 23);
|
|
this.comboBox4.TabIndex = 17;
|
|
//
|
|
// comboBox2
|
|
//
|
|
this.comboBox2.FormattingEnabled = true;
|
|
this.comboBox2.Items.AddRange(new object[] {
|
|
"",
|
|
"直行",
|
|
"左转",
|
|
"右转"});
|
|
this.comboBox2.Location = new System.Drawing.Point(161, 432);
|
|
this.comboBox2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.comboBox2.Name = "comboBox2";
|
|
this.comboBox2.Size = new System.Drawing.Size(160, 23);
|
|
this.comboBox2.TabIndex = 15;
|
|
//
|
|
// cmb_bank
|
|
//
|
|
this.cmb_bank.FormattingEnabled = true;
|
|
this.cmb_bank.Items.AddRange(new object[] {
|
|
"",
|
|
"Bank1",
|
|
"Bank2",
|
|
"Bank3",
|
|
"Bank4",
|
|
"Bank5",
|
|
"Bank6",
|
|
"Bank7",
|
|
"Bank8",
|
|
"Bank9",
|
|
"Bank10",
|
|
"Bank11",
|
|
"Bank12",
|
|
"Bank13",
|
|
"Bank14",
|
|
"Bank15",
|
|
"Bank16"});
|
|
this.cmb_bank.Location = new System.Drawing.Point(161, 368);
|
|
this.cmb_bank.Margin = new System.Windows.Forms.Padding(4);
|
|
this.cmb_bank.Name = "cmb_bank";
|
|
this.cmb_bank.Size = new System.Drawing.Size(160, 23);
|
|
this.cmb_bank.TabIndex = 14;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(159, 306);
|
|
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(71, 15);
|
|
this.label9.TabIndex = 13;
|
|
this.label9.Text = "24.09 V";
|
|
//
|
|
// num_speed
|
|
//
|
|
this.num_speed.Location = new System.Drawing.Point(161, 239);
|
|
this.num_speed.Margin = new System.Windows.Forms.Padding(4);
|
|
this.num_speed.Name = "num_speed";
|
|
this.num_speed.Size = new System.Drawing.Size(160, 25);
|
|
this.num_speed.TabIndex = 12;
|
|
//
|
|
// num_landmark
|
|
//
|
|
this.num_landmark.Location = new System.Drawing.Point(161, 174);
|
|
this.num_landmark.Margin = new System.Windows.Forms.Padding(4);
|
|
this.num_landmark.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.num_landmark.Name = "num_landmark";
|
|
this.num_landmark.Size = new System.Drawing.Size(160, 25);
|
|
this.num_landmark.TabIndex = 11;
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Location = new System.Drawing.Point(64, 789);
|
|
this.checkBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(149, 19);
|
|
this.checkBox1.TabIndex = 9;
|
|
this.checkBox1.Text = "允许更新设备参数";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(61, 306);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(82, 15);
|
|
this.label8.TabIndex = 7;
|
|
this.label8.Text = "当前电压:";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(61, 650);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(82, 15);
|
|
this.label7.TabIndex = 6;
|
|
this.label7.Text = "所属线体:";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(61, 436);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(82, 15);
|
|
this.label6.TabIndex = 5;
|
|
this.label6.Text = "前进方向:";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(13, 371);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(127, 15);
|
|
this.label5.TabIndex = 4;
|
|
this.label5.Text = "障碍物检测模式:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(61, 241);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(82, 15);
|
|
this.label4.TabIndex = 3;
|
|
this.label4.Text = "当前速度:";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(61, 176);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(82, 15);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "当前位置:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(61, 111);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(82, 15);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "设备状态:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(61, 46);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(82, 15);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "设备编号:";
|
|
//
|
|
// Agv_Status
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1545, 866);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.panel2);
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.Name = "Agv_Status";
|
|
this.Text = "设备列表";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.Agv_Status_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.num_task)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.num_speed)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.num_landmark)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.CheckBox checkBox2;
|
|
private System.Windows.Forms.ComboBox comboBox4;
|
|
private System.Windows.Forms.ComboBox comboBox2;
|
|
private System.Windows.Forms.ComboBox cmb_bank;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.NumericUpDown num_speed;
|
|
private System.Windows.Forms.NumericUpDown num_landmark;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.NumericUpDown num_task;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.ComboBox comboBox5;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.Button button2;
|
|
}
|
|
} |