Files

423 lines
18 KiB
C#

namespace AGVSystem
{
// Token: 0x02000006 RID: 6
public partial class Agv_Status : global::System.Windows.Forms.Form
{
// Token: 0x0600006A RID: 106 RVA: 0x0000CA58 File Offset: 0x0000AC58
protected override void Dispose(bool disposing)
{
bool flag = disposing && this.components != null;
if (flag)
{
this.components.Dispose();
}
base.Dispose(disposing);
}
// Token: 0x0600006B RID: 107 RVA: 0x0000CA90 File Offset: 0x0000AC90
private void InitializeComponent()
{
this.panel1 = new global::System.Windows.Forms.Panel();
this.panel3 = new global::System.Windows.Forms.Panel();
this.panel2 = new global::System.Windows.Forms.Panel();
this.button2 = new global::System.Windows.Forms.Button();
this.label14 = new global::System.Windows.Forms.Label();
this.label15 = new global::System.Windows.Forms.Label();
this.label13 = new global::System.Windows.Forms.Label();
this.label12 = new global::System.Windows.Forms.Label();
this.num_task = new global::System.Windows.Forms.NumericUpDown();
this.label11 = new global::System.Windows.Forms.Label();
this.comboBox5 = new global::System.Windows.Forms.ComboBox();
this.label10 = new global::System.Windows.Forms.Label();
this.checkBox2 = new global::System.Windows.Forms.CheckBox();
this.comboBox4 = new global::System.Windows.Forms.ComboBox();
this.comboBox2 = new global::System.Windows.Forms.ComboBox();
this.cmb_bank = new global::System.Windows.Forms.ComboBox();
this.label9 = new global::System.Windows.Forms.Label();
this.num_speed = new global::System.Windows.Forms.NumericUpDown();
this.num_landmark = new global::System.Windows.Forms.NumericUpDown();
this.checkBox1 = new global::System.Windows.Forms.CheckBox();
this.label8 = new global::System.Windows.Forms.Label();
this.label7 = new global::System.Windows.Forms.Label();
this.label6 = new global::System.Windows.Forms.Label();
this.label5 = new global::System.Windows.Forms.Label();
this.label4 = new global::System.Windows.Forms.Label();
this.label3 = new global::System.Windows.Forms.Label();
this.label2 = new global::System.Windows.Forms.Label();
this.label1 = new global::System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((global::System.ComponentModel.ISupportInitialize)this.num_task).BeginInit();
((global::System.ComponentModel.ISupportInitialize)this.num_speed).BeginInit();
((global::System.ComponentModel.ISupportInitialize)this.num_landmark).BeginInit();
base.SuspendLayout();
this.panel1.Controls.Add(this.panel3);
this.panel1.Dock = global::System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new global::System.Drawing.Point(0, 0);
this.panel1.Margin = new global::System.Windows.Forms.Padding(4);
this.panel1.Name = "panel1";
this.panel1.Size = new global::System.Drawing.Size(1154, 866);
this.panel1.TabIndex = 0;
this.panel3.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Dock = global::System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new global::System.Drawing.Point(0, 0);
this.panel3.Margin = new global::System.Windows.Forms.Padding(4);
this.panel3.Name = "panel3";
this.panel3.Size = new global::System.Drawing.Size(1154, 866);
this.panel3.TabIndex = 46;
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 = global::System.Windows.Forms.DockStyle.Right;
this.panel2.Location = new global::System.Drawing.Point(1154, 0);
this.panel2.Margin = new global::System.Windows.Forms.Padding(4);
this.panel2.Name = "panel2";
this.panel2.Size = new global::System.Drawing.Size(391, 866);
this.panel2.TabIndex = 1;
this.button2.Location = new global::System.Drawing.Point(251, 801);
this.button2.Margin = new global::System.Windows.Forms.Padding(4);
this.button2.Name = "button2";
this.button2.Size = new global::System.Drawing.Size(100, 52);
this.button2.TabIndex = 27;
this.button2.Text = "下线";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new global::System.EventHandler(this.button2_Click);
this.label14.AutoSize = true;
this.label14.Location = new global::System.Drawing.Point(159, 710);
this.label14.Margin = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
this.label14.Name = "label14";
this.label14.Size = new global::System.Drawing.Size(63, 15);
this.label14.TabIndex = 26;
this.label14.Text = "label14";
this.label15.AutoSize = true;
this.label15.Location = new global::System.Drawing.Point(61, 710);
this.label15.Margin = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
this.label15.Name = "label15";
this.label15.Size = new global::System.Drawing.Size(82, 15);
this.label15.TabIndex = 25;
this.label15.Text = "状态信息:";
this.label13.AutoSize = true;
this.label13.Location = new global::System.Drawing.Point(159, 46);
this.label13.Margin = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
this.label13.Name = "label13";
this.label13.Size = new global::System.Drawing.Size(15, 15);
this.label13.TabIndex = 24;
this.label13.Text = "0";
this.label12.AutoSize = true;
this.label12.Location = new global::System.Drawing.Point(159, 650);
this.label12.Margin = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
this.label12.Name = "label12";
this.label12.Size = new global::System.Drawing.Size(63, 15);
this.label12.TabIndex = 23;
this.label12.Text = "label12";
this.num_task.Location = new global::System.Drawing.Point(161, 575);
this.num_task.Margin = new global::System.Windows.Forms.Padding(4);
global::System.Windows.Forms.NumericUpDown numericUpDown = this.num_task;
int[] array = new int[4];
array[0] = 10000;
numericUpDown.Maximum = new decimal(array);
this.num_task.Name = "num_task";
this.num_task.Size = new global::System.Drawing.Size(160, 25);
this.num_task.TabIndex = 22;
this.label11.AutoSize = true;
this.label11.Location = new global::System.Drawing.Point(61, 581);
this.label11.Margin = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
this.label11.Name = "label11";
this.label11.Size = new global::System.Drawing.Size(82, 15);
this.label11.TabIndex = 21;
this.label11.Text = "运动目标:";
this.comboBox5.FormattingEnabled = true;
this.comboBox5.Items.AddRange(new object[]
{
"",
"前进",
"后退"
});
this.comboBox5.Location = new global::System.Drawing.Point(161, 501);
this.comboBox5.Margin = new global::System.Windows.Forms.Padding(4);
this.comboBox5.Name = "comboBox5";
this.comboBox5.Size = new global::System.Drawing.Size(160, 23);
this.comboBox5.TabIndex = 20;
this.label10.AutoSize = true;
this.label10.Location = new global::System.Drawing.Point(61, 505);
this.label10.Margin = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
this.label10.Name = "label10";
this.label10.Size = new global::System.Drawing.Size(82, 15);
this.label10.TabIndex = 19;
this.label10.Text = "运动方向:";
this.checkBox2.AutoSize = true;
this.checkBox2.Location = new global::System.Drawing.Point(64, 761);
this.checkBox2.Margin = new global::System.Windows.Forms.Padding(4);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new global::System.Drawing.Size(119, 19);
this.checkBox2.TabIndex = 18;
this.checkBox2.Text = "设备故障复位";
this.checkBox2.UseVisualStyleBackColor = true;
this.comboBox4.FormattingEnabled = true;
this.comboBox4.Items.AddRange(new object[]
{
"未启动",
"运动中",
"停止中",
"急停中"
});
this.comboBox4.Location = new global::System.Drawing.Point(161, 108);
this.comboBox4.Margin = new global::System.Windows.Forms.Padding(4);
this.comboBox4.Name = "comboBox4";
this.comboBox4.Size = new global::System.Drawing.Size(160, 23);
this.comboBox4.TabIndex = 17;
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[]
{
"",
"直行",
"左转",
"右转"
});
this.comboBox2.Location = new global::System.Drawing.Point(161, 432);
this.comboBox2.Margin = new global::System.Windows.Forms.Padding(4);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new global::System.Drawing.Size(160, 23);
this.comboBox2.TabIndex = 15;
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 global::System.Drawing.Point(161, 368);
this.cmb_bank.Margin = new global::System.Windows.Forms.Padding(4);
this.cmb_bank.Name = "cmb_bank";
this.cmb_bank.Size = new global::System.Drawing.Size(160, 23);
this.cmb_bank.TabIndex = 14;
this.label9.AutoSize = true;
this.label9.Location = new global::System.Drawing.Point(159, 306);
this.label9.Margin = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
this.label9.Name = "label9";
this.label9.Size = new global::System.Drawing.Size(71, 15);
this.label9.TabIndex = 13;
this.label9.Text = "24.09 V";
this.num_speed.Location = new global::System.Drawing.Point(161, 239);
this.num_speed.Margin = new global::System.Windows.Forms.Padding(4);
this.num_speed.Name = "num_speed";
this.num_speed.Size = new global::System.Drawing.Size(160, 25);
this.num_speed.TabIndex = 12;
this.num_landmark.Location = new global::System.Drawing.Point(161, 174);
this.num_landmark.Margin = new global::System.Windows.Forms.Padding(4);
global::System.Windows.Forms.NumericUpDown numericUpDown2 = this.num_landmark;
int[] array2 = new int[4];
array2[0] = 10000;
numericUpDown2.Maximum = new decimal(array2);
this.num_landmark.Name = "num_landmark";
this.num_landmark.Size = new global::System.Drawing.Size(160, 25);
this.num_landmark.TabIndex = 11;
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new global::System.Drawing.Point(64, 789);
this.checkBox1.Margin = new global::System.Windows.Forms.Padding(4);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new global::System.Drawing.Size(149, 19);
this.checkBox1.TabIndex = 9;
this.checkBox1.Text = "允许更新设备参数";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new global::System.EventHandler(this.checkBox1_CheckedChanged);
this.label8.AutoSize = true;
this.label8.Location = new global::System.Drawing.Point(61, 306);
this.label8.Margin = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8";
this.label8.Size = new global::System.Drawing.Size(82, 15);
this.label8.TabIndex = 7;
this.label8.Text = "当前电压:";
this.label7.AutoSize = true;
this.label7.Location = new global::System.Drawing.Point(61, 650);
this.label7.Margin = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new global::System.Drawing.Size(82, 15);
this.label7.TabIndex = 6;
this.label7.Text = "所属线体:";
this.label6.AutoSize = true;
this.label6.Location = new global::System.Drawing.Point(61, 436);
this.label6.Margin = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new global::System.Drawing.Size(82, 15);
this.label6.TabIndex = 5;
this.label6.Text = "前进方向:";
this.label5.AutoSize = true;
this.label5.Location = new global::System.Drawing.Point(13, 371);
this.label5.Margin = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new global::System.Drawing.Size(127, 15);
this.label5.TabIndex = 4;
this.label5.Text = "障碍物检测模式:";
this.label4.AutoSize = true;
this.label4.Location = new global::System.Drawing.Point(61, 241);
this.label4.Margin = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new global::System.Drawing.Size(82, 15);
this.label4.TabIndex = 3;
this.label4.Text = "当前速度:";
this.label3.AutoSize = true;
this.label3.Location = new global::System.Drawing.Point(61, 176);
this.label3.Margin = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new global::System.Drawing.Size(82, 15);
this.label3.TabIndex = 2;
this.label3.Text = "当前位置:";
this.label2.AutoSize = true;
this.label2.Location = new global::System.Drawing.Point(61, 111);
this.label2.Margin = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new global::System.Drawing.Size(82, 15);
this.label2.TabIndex = 1;
this.label2.Text = "设备状态:";
this.label1.AutoSize = true;
this.label1.Location = new global::System.Drawing.Point(61, 46);
this.label1.Margin = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new global::System.Drawing.Size(82, 15);
this.label1.TabIndex = 0;
this.label1.Text = "设备编号:";
base.AutoScaleDimensions = new global::System.Drawing.SizeF(8f, 15f);
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
base.ClientSize = new global::System.Drawing.Size(1545, 866);
base.Controls.Add(this.panel1);
base.Controls.Add(this.panel2);
base.Margin = new global::System.Windows.Forms.Padding(4);
base.Name = "Agv_Status";
this.Text = "设备列表";
base.WindowState = global::System.Windows.Forms.FormWindowState.Maximized;
base.Load += new global::System.EventHandler(this.Agv_Status_Load);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((global::System.ComponentModel.ISupportInitialize)this.num_task).EndInit();
((global::System.ComponentModel.ISupportInitialize)this.num_speed).EndInit();
((global::System.ComponentModel.ISupportInitialize)this.num_landmark).EndInit();
base.ResumeLayout(false);
}
// Token: 0x040000B2 RID: 178
private global::System.ComponentModel.IContainer components = null;
// Token: 0x040000B3 RID: 179
private global::System.Windows.Forms.Panel panel1;
// Token: 0x040000B4 RID: 180
private global::System.Windows.Forms.Panel panel2;
// Token: 0x040000B5 RID: 181
private global::System.Windows.Forms.Label label7;
// Token: 0x040000B6 RID: 182
private global::System.Windows.Forms.Label label6;
// Token: 0x040000B7 RID: 183
private global::System.Windows.Forms.Label label5;
// Token: 0x040000B8 RID: 184
private global::System.Windows.Forms.Label label4;
// Token: 0x040000B9 RID: 185
private global::System.Windows.Forms.Label label3;
// Token: 0x040000BA RID: 186
private global::System.Windows.Forms.Label label2;
// Token: 0x040000BB RID: 187
private global::System.Windows.Forms.Label label1;
// Token: 0x040000BC RID: 188
private global::System.Windows.Forms.Panel panel3;
// Token: 0x040000BD RID: 189
private global::System.Windows.Forms.Label label8;
// Token: 0x040000BE RID: 190
private global::System.Windows.Forms.CheckBox checkBox2;
// Token: 0x040000BF RID: 191
private global::System.Windows.Forms.ComboBox comboBox4;
// Token: 0x040000C0 RID: 192
private global::System.Windows.Forms.ComboBox comboBox2;
// Token: 0x040000C1 RID: 193
private global::System.Windows.Forms.ComboBox cmb_bank;
// Token: 0x040000C2 RID: 194
private global::System.Windows.Forms.Label label9;
// Token: 0x040000C3 RID: 195
private global::System.Windows.Forms.NumericUpDown num_speed;
// Token: 0x040000C4 RID: 196
private global::System.Windows.Forms.NumericUpDown num_landmark;
// Token: 0x040000C5 RID: 197
private global::System.Windows.Forms.CheckBox checkBox1;
// Token: 0x040000C6 RID: 198
private global::System.Windows.Forms.NumericUpDown num_task;
// Token: 0x040000C7 RID: 199
private global::System.Windows.Forms.Label label11;
// Token: 0x040000C8 RID: 200
private global::System.Windows.Forms.ComboBox comboBox5;
// Token: 0x040000C9 RID: 201
private global::System.Windows.Forms.Label label10;
// Token: 0x040000CA RID: 202
private global::System.Windows.Forms.Label label12;
// Token: 0x040000CB RID: 203
private global::System.Windows.Forms.Label label13;
// Token: 0x040000CC RID: 204
private global::System.Windows.Forms.Label label14;
// Token: 0x040000CD RID: 205
private global::System.Windows.Forms.Label label15;
// Token: 0x040000CE RID: 206
private global::System.Windows.Forms.Button button2;
}
}