Files
FG2608061/反编译CODE/华晓AGV管理系统/Location_Set.Designer.cs
T

532 lines
22 KiB
C#

namespace AGVSystem
{
// Token: 0x02000011 RID: 17
public partial class Location_Set : global::System.Windows.Forms.Form
{
// Token: 0x060000EF RID: 239 RVA: 0x0001A8C4 File Offset: 0x00018AC4
protected override void Dispose(bool disposing)
{
bool flag = disposing && this.components != null;
if (flag)
{
this.components.Dispose();
}
base.Dispose(disposing);
}
// Token: 0x060000F0 RID: 240 RVA: 0x0001A8FC File Offset: 0x00018AFC
private void InitializeComponent()
{
this.txt_zb_x = new global::System.Windows.Forms.TextBox();
this.label10 = new global::System.Windows.Forms.Label();
this.num_speed = new global::System.Windows.Forms.NumericUpDown();
this.label9 = new global::System.Windows.Forms.Label();
this.cmb_zhangaiwu = new global::System.Windows.Forms.ComboBox();
this.label8 = new global::System.Windows.Forms.Label();
this.cmb_type = new global::System.Windows.Forms.ComboBox();
this.label4 = new global::System.Windows.Forms.Label();
this.label5 = new global::System.Windows.Forms.Label();
this.cmb_bd = new global::System.Windows.Forms.ComboBox();
this.label6 = new global::System.Windows.Forms.Label();
this.label7 = new global::System.Windows.Forms.Label();
this.cmb_map = new global::System.Windows.Forms.ComboBox();
this.groupBox2 = new global::System.Windows.Forms.GroupBox();
this.next_longtime1 = new global::System.Windows.Forms.NumericUpDown();
this.label14 = new global::System.Windows.Forms.Label();
this.label13 = new global::System.Windows.Forms.Label();
this.cmb_run1 = new global::System.Windows.Forms.ComboBox();
this.label12 = new global::System.Windows.Forms.Label();
this.label11 = new global::System.Windows.Forms.Label();
this.next_loc1 = new global::System.Windows.Forms.NumericUpDown();
this.groupBox3 = new global::System.Windows.Forms.GroupBox();
this.next_longtime2 = new global::System.Windows.Forms.NumericUpDown();
this.label15 = new global::System.Windows.Forms.Label();
this.label16 = new global::System.Windows.Forms.Label();
this.cmb_run2 = new global::System.Windows.Forms.ComboBox();
this.label17 = new global::System.Windows.Forms.Label();
this.label18 = new global::System.Windows.Forms.Label();
this.next_loc2 = new global::System.Windows.Forms.NumericUpDown();
this.num_plcvalue = new global::System.Windows.Forms.NumericUpDown();
this.num_id = new global::System.Windows.Forms.NumericUpDown();
this.label3 = new global::System.Windows.Forms.Label();
this.label2 = new global::System.Windows.Forms.Label();
this.button1 = new global::System.Windows.Forms.Button();
this.txt_zb_y = new global::System.Windows.Forms.TextBox();
((global::System.ComponentModel.ISupportInitialize)this.num_speed).BeginInit();
this.groupBox2.SuspendLayout();
((global::System.ComponentModel.ISupportInitialize)this.next_longtime1).BeginInit();
((global::System.ComponentModel.ISupportInitialize)this.next_loc1).BeginInit();
this.groupBox3.SuspendLayout();
((global::System.ComponentModel.ISupportInitialize)this.next_longtime2).BeginInit();
((global::System.ComponentModel.ISupportInitialize)this.next_loc2).BeginInit();
((global::System.ComponentModel.ISupportInitialize)this.num_plcvalue).BeginInit();
((global::System.ComponentModel.ISupportInitialize)this.num_id).BeginInit();
base.SuspendLayout();
this.txt_zb_x.Location = new global::System.Drawing.Point(107, 72);
this.txt_zb_x.Name = "txt_zb_x";
this.txt_zb_x.ReadOnly = true;
this.txt_zb_x.Size = new global::System.Drawing.Size(45, 21);
this.txt_zb_x.TabIndex = 29;
this.label10.AutoSize = true;
this.label10.Location = new global::System.Drawing.Point(168, 261);
this.label10.Name = "label10";
this.label10.Size = new global::System.Drawing.Size(47, 12);
this.label10.TabIndex = 28;
this.label10.Text = "米/分钟";
this.num_speed.Enabled = false;
this.num_speed.Location = new global::System.Drawing.Point(107, 255);
global::System.Windows.Forms.NumericUpDown numericUpDown = this.num_speed;
int[] array = new int[4];
array[0] = 10000;
numericUpDown.Maximum = new decimal(array);
this.num_speed.Name = "num_speed";
this.num_speed.Size = new global::System.Drawing.Size(56, 21);
this.num_speed.TabIndex = 27;
this.label9.AutoSize = true;
this.label9.Location = new global::System.Drawing.Point(29, 260);
this.label9.Name = "label9";
this.label9.Size = new global::System.Drawing.Size(65, 12);
this.label9.TabIndex = 26;
this.label9.Text = "设备速度:";
this.cmb_zhangaiwu.BackColor = global::System.Drawing.SystemColors.ScrollBar;
this.cmb_zhangaiwu.DropDownStyle = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_zhangaiwu.Enabled = false;
this.cmb_zhangaiwu.FormattingEnabled = true;
this.cmb_zhangaiwu.Items.AddRange(new object[]
{
"NULL",
"bank1",
"bank2",
"bank3",
"bank4",
"bank5",
"bank6",
"bank7",
"bank8",
"bank9",
"bank10",
"bank11",
"bank12",
"bank13",
"bank14",
"bank15",
"bank16"
});
this.cmb_zhangaiwu.Location = new global::System.Drawing.Point(107, 144);
this.cmb_zhangaiwu.Name = "cmb_zhangaiwu";
this.cmb_zhangaiwu.Size = new global::System.Drawing.Size(102, 20);
this.cmb_zhangaiwu.TabIndex = 25;
this.label8.AutoSize = true;
this.label8.Location = new global::System.Drawing.Point(15, 149);
this.label8.Name = "label8";
this.label8.Size = new global::System.Drawing.Size(77, 12);
this.label8.TabIndex = 24;
this.label8.Text = "障碍物模式:";
this.cmb_type.BackColor = global::System.Drawing.SystemColors.ScrollBar;
this.cmb_type.DropDownStyle = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_type.Enabled = false;
this.cmb_type.FormattingEnabled = true;
this.cmb_type.Items.AddRange(new object[]
{
"管控复位点",
"管控停止点"
});
this.cmb_type.Location = new global::System.Drawing.Point(107, 218);
this.cmb_type.Name = "cmb_type";
this.cmb_type.Size = new global::System.Drawing.Size(102, 20);
this.cmb_type.TabIndex = 23;
this.label4.AutoSize = true;
this.label4.Location = new global::System.Drawing.Point(29, 79);
this.label4.Name = "label4";
this.label4.Size = new global::System.Drawing.Size(65, 12);
this.label4.TabIndex = 4;
this.label4.Text = "位置坐标:";
this.label5.AutoSize = true;
this.label5.Location = new global::System.Drawing.Point(29, 225);
this.label5.Name = "label5";
this.label5.Size = new global::System.Drawing.Size(65, 12);
this.label5.TabIndex = 22;
this.label5.Text = "位置类型:";
this.cmb_bd.DropDownStyle = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_bd.FormattingEnabled = true;
this.cmb_bd.Items.AddRange(new object[]
{
"NULL",
"左端",
"右端",
"顶部",
"底部"
});
this.cmb_bd.Location = new global::System.Drawing.Point(107, 107);
this.cmb_bd.Name = "cmb_bd";
this.cmb_bd.Size = new global::System.Drawing.Size(102, 20);
this.cmb_bd.TabIndex = 21;
this.label6.AutoSize = true;
this.label6.Location = new global::System.Drawing.Point(28, 113);
this.label6.Name = "label6";
this.label6.Size = new global::System.Drawing.Size(65, 12);
this.label6.TabIndex = 6;
this.label6.Text = "绑定方式:";
this.label7.AutoSize = true;
this.label7.Location = new global::System.Drawing.Point(29, 187);
this.label7.Name = "label7";
this.label7.Size = new global::System.Drawing.Size(65, 12);
this.label7.TabIndex = 9;
this.label7.Text = "所属地图:";
this.cmb_map.DropDownStyle = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_map.FormattingEnabled = true;
this.cmb_map.Items.AddRange(new object[]
{
"NULL",
"AGV路线图1",
"AGV路线图2",
"AGV路线图3"
});
this.cmb_map.Location = new global::System.Drawing.Point(107, 182);
this.cmb_map.Name = "cmb_map";
this.cmb_map.Size = new global::System.Drawing.Size(102, 20);
this.cmb_map.TabIndex = 14;
this.groupBox2.Controls.Add(this.next_longtime1);
this.groupBox2.Controls.Add(this.label14);
this.groupBox2.Controls.Add(this.label13);
this.groupBox2.Controls.Add(this.cmb_run1);
this.groupBox2.Controls.Add(this.label12);
this.groupBox2.Controls.Add(this.label11);
this.groupBox2.Controls.Add(this.next_loc1);
this.groupBox2.Dock = global::System.Windows.Forms.DockStyle.Bottom;
this.groupBox2.Location = new global::System.Drawing.Point(0, 288);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new global::System.Drawing.Size(362, 93);
this.groupBox2.TabIndex = 31;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Next Station1";
this.next_longtime1.BackColor = global::System.Drawing.SystemColors.ScrollBar;
this.next_longtime1.Location = new global::System.Drawing.Point(238, 25);
global::System.Windows.Forms.NumericUpDown numericUpDown2 = this.next_longtime1;
int[] array2 = new int[4];
array2[0] = 10000;
numericUpDown2.Maximum = new decimal(array2);
this.next_longtime1.Name = "next_longtime1";
this.next_longtime1.Size = new global::System.Drawing.Size(68, 21);
this.next_longtime1.TabIndex = 27;
this.label14.AutoSize = true;
this.label14.Location = new global::System.Drawing.Point(309, 30);
this.label14.Name = "label14";
this.label14.Size = new global::System.Drawing.Size(11, 12);
this.label14.TabIndex = 28;
this.label14.Text = "s";
this.label13.AutoSize = true;
this.label13.Location = new global::System.Drawing.Point(177, 27);
this.label13.Name = "label13";
this.label13.Size = new global::System.Drawing.Size(65, 12);
this.label13.TabIndex = 26;
this.label13.Text = "运行时间:";
this.cmb_run1.BackColor = global::System.Drawing.SystemColors.ScrollBar;
this.cmb_run1.DropDownStyle = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_run1.FormattingEnabled = true;
this.cmb_run1.Items.AddRange(new object[]
{
"NULL",
"沿X轴运动",
"沿Y轴运动",
"先沿X轴运动,再沿Y轴运动",
"先沿Y轴运动,再沿X轴运动",
"沿斜线运动"
});
this.cmb_run1.Location = new global::System.Drawing.Point(84, 61);
this.cmb_run1.Name = "cmb_run1";
this.cmb_run1.Size = new global::System.Drawing.Size(250, 20);
this.cmb_run1.TabIndex = 25;
this.label12.AutoSize = true;
this.label12.Location = new global::System.Drawing.Point(6, 64);
this.label12.Name = "label12";
this.label12.Size = new global::System.Drawing.Size(65, 12);
this.label12.TabIndex = 24;
this.label12.Text = "运动模式:";
this.label11.AutoSize = true;
this.label11.Location = new global::System.Drawing.Point(6, 27);
this.label11.Name = "label11";
this.label11.Size = new global::System.Drawing.Size(65, 12);
this.label11.TabIndex = 11;
this.label11.Text = "位置编号:";
this.next_loc1.BackColor = global::System.Drawing.SystemColors.ScrollBar;
this.next_loc1.Location = new global::System.Drawing.Point(84, 25);
global::System.Windows.Forms.NumericUpDown numericUpDown3 = this.next_loc1;
int[] array3 = new int[4];
array3[0] = 10000;
numericUpDown3.Maximum = new decimal(array3);
this.next_loc1.Name = "next_loc1";
this.next_loc1.Size = new global::System.Drawing.Size(79, 21);
this.next_loc1.TabIndex = 12;
this.groupBox3.Controls.Add(this.next_longtime2);
this.groupBox3.Controls.Add(this.label15);
this.groupBox3.Controls.Add(this.label16);
this.groupBox3.Controls.Add(this.cmb_run2);
this.groupBox3.Controls.Add(this.label17);
this.groupBox3.Controls.Add(this.label18);
this.groupBox3.Controls.Add(this.next_loc2);
this.groupBox3.Dock = global::System.Windows.Forms.DockStyle.Bottom;
this.groupBox3.Location = new global::System.Drawing.Point(0, 381);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new global::System.Drawing.Size(362, 92);
this.groupBox3.TabIndex = 32;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Next Station2";
this.next_longtime2.BackColor = global::System.Drawing.SystemColors.ScrollBar;
this.next_longtime2.Location = new global::System.Drawing.Point(237, 23);
global::System.Windows.Forms.NumericUpDown numericUpDown4 = this.next_longtime2;
int[] array4 = new int[4];
array4[0] = 10000;
numericUpDown4.Maximum = new decimal(array4);
this.next_longtime2.Name = "next_longtime2";
this.next_longtime2.Size = new global::System.Drawing.Size(68, 21);
this.next_longtime2.TabIndex = 27;
this.label15.AutoSize = true;
this.label15.Location = new global::System.Drawing.Point(308, 28);
this.label15.Name = "label15";
this.label15.Size = new global::System.Drawing.Size(11, 12);
this.label15.TabIndex = 28;
this.label15.Text = "s";
this.label16.AutoSize = true;
this.label16.Location = new global::System.Drawing.Point(175, 25);
this.label16.Name = "label16";
this.label16.Size = new global::System.Drawing.Size(65, 12);
this.label16.TabIndex = 26;
this.label16.Text = "运行时间:";
this.cmb_run2.BackColor = global::System.Drawing.SystemColors.ScrollBar;
this.cmb_run2.DropDownStyle = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_run2.FormattingEnabled = true;
this.cmb_run2.Items.AddRange(new object[]
{
"NULL",
"沿X轴运动",
"沿Y轴运动",
"先沿X轴运动,再沿Y轴运动",
"先沿Y轴运动,再沿X轴运动",
"沿斜线运动"
});
this.cmb_run2.Location = new global::System.Drawing.Point(84, 61);
this.cmb_run2.Name = "cmb_run2";
this.cmb_run2.Size = new global::System.Drawing.Size(250, 20);
this.cmb_run2.TabIndex = 25;
this.label17.AutoSize = true;
this.label17.Location = new global::System.Drawing.Point(6, 64);
this.label17.Name = "label17";
this.label17.Size = new global::System.Drawing.Size(65, 12);
this.label17.TabIndex = 24;
this.label17.Text = "运动模式:";
this.label18.AutoSize = true;
this.label18.Location = new global::System.Drawing.Point(6, 25);
this.label18.Name = "label18";
this.label18.Size = new global::System.Drawing.Size(65, 12);
this.label18.TabIndex = 11;
this.label18.Text = "位置编号:";
this.next_loc2.BackColor = global::System.Drawing.SystemColors.ScrollBar;
this.next_loc2.Location = new global::System.Drawing.Point(84, 23);
global::System.Windows.Forms.NumericUpDown numericUpDown5 = this.next_loc2;
int[] array5 = new int[4];
array5[0] = 10000;
numericUpDown5.Maximum = new decimal(array5);
this.next_loc2.Name = "next_loc2";
this.next_loc2.Size = new global::System.Drawing.Size(79, 21);
this.next_loc2.TabIndex = 12;
this.num_plcvalue.Enabled = false;
this.num_plcvalue.Location = new global::System.Drawing.Point(107, 38);
global::System.Windows.Forms.NumericUpDown numericUpDown6 = this.num_plcvalue;
int[] array6 = new int[4];
array6[0] = 10000;
numericUpDown6.Maximum = new decimal(array6);
this.num_plcvalue.Name = "num_plcvalue";
this.num_plcvalue.ReadOnly = true;
this.num_plcvalue.Size = new global::System.Drawing.Size(102, 21);
this.num_plcvalue.TabIndex = 36;
this.num_id.BackColor = global::System.Drawing.SystemColors.Control;
this.num_id.Enabled = false;
this.num_id.Location = new global::System.Drawing.Point(107, 4);
global::System.Windows.Forms.NumericUpDown numericUpDown7 = this.num_id;
int[] array7 = new int[4];
array7[0] = 10000;
numericUpDown7.Maximum = new decimal(array7);
this.num_id.Name = "num_id";
this.num_id.ReadOnly = true;
this.num_id.Size = new global::System.Drawing.Size(102, 21);
this.num_id.TabIndex = 35;
this.num_id.ValueChanged += new global::System.EventHandler(this.num_id_ValueChanged);
this.label3.AutoSize = true;
this.label3.Location = new global::System.Drawing.Point(41, 43);
this.label3.Name = "label3";
this.label3.Size = new global::System.Drawing.Size(53, 12);
this.label3.TabIndex = 34;
this.label3.Text = "标记值:";
this.label2.AutoSize = true;
this.label2.Location = new global::System.Drawing.Point(29, 9);
this.label2.Name = "label2";
this.label2.Size = new global::System.Drawing.Size(65, 12);
this.label2.TabIndex = 33;
this.label2.Text = "位置编号:";
this.button1.Location = new global::System.Drawing.Point(275, 9);
this.button1.Name = "button1";
this.button1.Size = new global::System.Drawing.Size(75, 23);
this.button1.TabIndex = 37;
this.button1.Text = "保存";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new global::System.EventHandler(this.button1_Click);
this.txt_zb_y.Location = new global::System.Drawing.Point(163, 72);
this.txt_zb_y.Name = "txt_zb_y";
this.txt_zb_y.ReadOnly = true;
this.txt_zb_y.Size = new global::System.Drawing.Size(45, 21);
this.txt_zb_y.TabIndex = 38;
base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
base.ClientSize = new global::System.Drawing.Size(362, 473);
base.Controls.Add(this.txt_zb_y);
base.Controls.Add(this.button1);
base.Controls.Add(this.num_plcvalue);
base.Controls.Add(this.num_id);
base.Controls.Add(this.label3);
base.Controls.Add(this.label2);
base.Controls.Add(this.groupBox2);
base.Controls.Add(this.txt_zb_x);
base.Controls.Add(this.label10);
base.Controls.Add(this.label4);
base.Controls.Add(this.num_speed);
base.Controls.Add(this.cmb_map);
base.Controls.Add(this.label9);
base.Controls.Add(this.label7);
base.Controls.Add(this.cmb_zhangaiwu);
base.Controls.Add(this.label6);
base.Controls.Add(this.label8);
base.Controls.Add(this.cmb_bd);
base.Controls.Add(this.cmb_type);
base.Controls.Add(this.label5);
base.Controls.Add(this.groupBox3);
base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
base.Name = "Location_Set";
base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "位置属性设置";
base.Load += new global::System.EventHandler(this.Location_Set_Load);
((global::System.ComponentModel.ISupportInitialize)this.num_speed).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((global::System.ComponentModel.ISupportInitialize)this.next_longtime1).EndInit();
((global::System.ComponentModel.ISupportInitialize)this.next_loc1).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((global::System.ComponentModel.ISupportInitialize)this.next_longtime2).EndInit();
((global::System.ComponentModel.ISupportInitialize)this.next_loc2).EndInit();
((global::System.ComponentModel.ISupportInitialize)this.num_plcvalue).EndInit();
((global::System.ComponentModel.ISupportInitialize)this.num_id).EndInit();
base.ResumeLayout(false);
base.PerformLayout();
}
// Token: 0x040001B3 RID: 435
private global::System.ComponentModel.IContainer components = null;
// Token: 0x040001B4 RID: 436
private global::System.Windows.Forms.TextBox txt_zb_x;
// Token: 0x040001B5 RID: 437
private global::System.Windows.Forms.Label label10;
// Token: 0x040001B6 RID: 438
private global::System.Windows.Forms.NumericUpDown num_speed;
// Token: 0x040001B7 RID: 439
private global::System.Windows.Forms.Label label9;
// Token: 0x040001B8 RID: 440
private global::System.Windows.Forms.ComboBox cmb_zhangaiwu;
// Token: 0x040001B9 RID: 441
private global::System.Windows.Forms.Label label8;
// Token: 0x040001BA RID: 442
private global::System.Windows.Forms.ComboBox cmb_type;
// Token: 0x040001BB RID: 443
private global::System.Windows.Forms.Label label4;
// Token: 0x040001BC RID: 444
private global::System.Windows.Forms.Label label5;
// Token: 0x040001BD RID: 445
private global::System.Windows.Forms.ComboBox cmb_bd;
// Token: 0x040001BE RID: 446
private global::System.Windows.Forms.Label label6;
// Token: 0x040001BF RID: 447
private global::System.Windows.Forms.Label label7;
// Token: 0x040001C0 RID: 448
private global::System.Windows.Forms.ComboBox cmb_map;
// Token: 0x040001C1 RID: 449
private global::System.Windows.Forms.GroupBox groupBox2;
// Token: 0x040001C2 RID: 450
private global::System.Windows.Forms.NumericUpDown next_longtime1;
// Token: 0x040001C3 RID: 451
private global::System.Windows.Forms.Label label14;
// Token: 0x040001C4 RID: 452
private global::System.Windows.Forms.Label label13;
// Token: 0x040001C5 RID: 453
private global::System.Windows.Forms.ComboBox cmb_run1;
// Token: 0x040001C6 RID: 454
private global::System.Windows.Forms.Label label12;
// Token: 0x040001C7 RID: 455
private global::System.Windows.Forms.Label label11;
// Token: 0x040001C8 RID: 456
private global::System.Windows.Forms.NumericUpDown next_loc1;
// Token: 0x040001C9 RID: 457
private global::System.Windows.Forms.GroupBox groupBox3;
// Token: 0x040001CA RID: 458
private global::System.Windows.Forms.NumericUpDown next_longtime2;
// Token: 0x040001CB RID: 459
private global::System.Windows.Forms.Label label15;
// Token: 0x040001CC RID: 460
private global::System.Windows.Forms.Label label16;
// Token: 0x040001CD RID: 461
private global::System.Windows.Forms.ComboBox cmb_run2;
// Token: 0x040001CE RID: 462
private global::System.Windows.Forms.Label label17;
// Token: 0x040001CF RID: 463
private global::System.Windows.Forms.Label label18;
// Token: 0x040001D0 RID: 464
private global::System.Windows.Forms.NumericUpDown next_loc2;
// Token: 0x040001D1 RID: 465
private global::System.Windows.Forms.NumericUpDown num_plcvalue;
// Token: 0x040001D2 RID: 466
private global::System.Windows.Forms.NumericUpDown num_id;
// Token: 0x040001D3 RID: 467
private global::System.Windows.Forms.Label label3;
// Token: 0x040001D4 RID: 468
private global::System.Windows.Forms.Label label2;
// Token: 0x040001D5 RID: 469
private global::System.Windows.Forms.Button button1;
// Token: 0x040001D6 RID: 470
private global::System.Windows.Forms.TextBox txt_zb_y;
}
}