namespace AGVSystem
{
partial class Location_Set
{
///
/// 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.txt_zb_x = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.num_speed = new System.Windows.Forms.NumericUpDown();
this.label9 = new System.Windows.Forms.Label();
this.cmb_zhangaiwu = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.cmb_type = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.cmb_bd = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.cmb_map = new System.Windows.Forms.ComboBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.next_longtime1 = new System.Windows.Forms.NumericUpDown();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.cmb_run1 = new System.Windows.Forms.ComboBox();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.next_loc1 = new System.Windows.Forms.NumericUpDown();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.next_longtime2 = new System.Windows.Forms.NumericUpDown();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.cmb_run2 = new System.Windows.Forms.ComboBox();
this.label17 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.next_loc2 = new System.Windows.Forms.NumericUpDown();
this.num_plcvalue = new System.Windows.Forms.NumericUpDown();
this.num_id = new System.Windows.Forms.NumericUpDown();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.txt_zb_y = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.num_speed)).BeginInit();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.next_longtime1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.next_loc1)).BeginInit();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.next_longtime2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.next_loc2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.num_plcvalue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.num_id)).BeginInit();
this.SuspendLayout();
//
// txt_zb_x
//
this.txt_zb_x.Location = new 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 System.Drawing.Size(45, 21);
this.txt_zb_x.TabIndex = 29;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(168, 261);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(47, 12);
this.label10.TabIndex = 28;
this.label10.Text = "米/分钟";
//
// num_speed
//
this.num_speed.Enabled = false;
this.num_speed.Location = new System.Drawing.Point(107, 255);
this.num_speed.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.num_speed.Name = "num_speed";
this.num_speed.Size = new System.Drawing.Size(56, 21);
this.num_speed.TabIndex = 27;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(29, 260);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(65, 12);
this.label9.TabIndex = 26;
this.label9.Text = "设备速度:";
//
// cmb_zhangaiwu
//
this.cmb_zhangaiwu.BackColor = System.Drawing.SystemColors.ScrollBar;
this.cmb_zhangaiwu.DropDownStyle = 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 System.Drawing.Point(107, 144);
this.cmb_zhangaiwu.Name = "cmb_zhangaiwu";
this.cmb_zhangaiwu.Size = new System.Drawing.Size(102, 20);
this.cmb_zhangaiwu.TabIndex = 25;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(15, 149);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(77, 12);
this.label8.TabIndex = 24;
this.label8.Text = "障碍物模式:";
//
// cmb_type
//
this.cmb_type.BackColor = System.Drawing.SystemColors.ScrollBar;
this.cmb_type.DropDownStyle = 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 System.Drawing.Point(107, 218);
this.cmb_type.Name = "cmb_type";
this.cmb_type.Size = new System.Drawing.Size(102, 20);
this.cmb_type.TabIndex = 23;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(29, 79);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 4;
this.label4.Text = "位置坐标:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(29, 225);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 22;
this.label5.Text = "位置类型:";
//
// cmb_bd
//
this.cmb_bd.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_bd.FormattingEnabled = true;
this.cmb_bd.Items.AddRange(new object[] {
"NULL",
"左端",
"右端",
"顶部",
"底部"});
this.cmb_bd.Location = new System.Drawing.Point(107, 107);
this.cmb_bd.Name = "cmb_bd";
this.cmb_bd.Size = new System.Drawing.Size(102, 20);
this.cmb_bd.TabIndex = 21;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(28, 113);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 6;
this.label6.Text = "绑定方式:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(29, 187);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 9;
this.label7.Text = "所属地图:";
//
// cmb_map
//
this.cmb_map.DropDownStyle = 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 System.Drawing.Point(107, 182);
this.cmb_map.Name = "cmb_map";
this.cmb_map.Size = new System.Drawing.Size(102, 20);
this.cmb_map.TabIndex = 14;
//
// groupBox2
//
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 = System.Windows.Forms.DockStyle.Bottom;
this.groupBox2.Location = new System.Drawing.Point(0, 288);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(362, 93);
this.groupBox2.TabIndex = 31;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Next Station1";
//
// next_longtime1
//
this.next_longtime1.BackColor = System.Drawing.SystemColors.ScrollBar;
this.next_longtime1.Location = new System.Drawing.Point(238, 25);
this.next_longtime1.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.next_longtime1.Name = "next_longtime1";
this.next_longtime1.Size = new System.Drawing.Size(68, 21);
this.next_longtime1.TabIndex = 27;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(309, 30);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(11, 12);
this.label14.TabIndex = 28;
this.label14.Text = "s";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(177, 27);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(65, 12);
this.label13.TabIndex = 26;
this.label13.Text = "运行时间:";
//
// cmb_run1
//
this.cmb_run1.BackColor = System.Drawing.SystemColors.ScrollBar;
this.cmb_run1.DropDownStyle = 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 System.Drawing.Point(84, 61);
this.cmb_run1.Name = "cmb_run1";
this.cmb_run1.Size = new System.Drawing.Size(250, 20);
this.cmb_run1.TabIndex = 25;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(6, 64);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(65, 12);
this.label12.TabIndex = 24;
this.label12.Text = "运动模式:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(6, 27);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(65, 12);
this.label11.TabIndex = 11;
this.label11.Text = "位置编号:";
//
// next_loc1
//
this.next_loc1.BackColor = System.Drawing.SystemColors.ScrollBar;
this.next_loc1.Location = new System.Drawing.Point(84, 25);
this.next_loc1.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.next_loc1.Name = "next_loc1";
this.next_loc1.Size = new System.Drawing.Size(79, 21);
this.next_loc1.TabIndex = 12;
//
// groupBox3
//
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 = System.Windows.Forms.DockStyle.Bottom;
this.groupBox3.Location = new System.Drawing.Point(0, 381);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(362, 92);
this.groupBox3.TabIndex = 32;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Next Station2";
//
// next_longtime2
//
this.next_longtime2.BackColor = System.Drawing.SystemColors.ScrollBar;
this.next_longtime2.Location = new System.Drawing.Point(237, 23);
this.next_longtime2.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.next_longtime2.Name = "next_longtime2";
this.next_longtime2.Size = new System.Drawing.Size(68, 21);
this.next_longtime2.TabIndex = 27;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(308, 28);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(11, 12);
this.label15.TabIndex = 28;
this.label15.Text = "s";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(175, 25);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(65, 12);
this.label16.TabIndex = 26;
this.label16.Text = "运行时间:";
//
// cmb_run2
//
this.cmb_run2.BackColor = System.Drawing.SystemColors.ScrollBar;
this.cmb_run2.DropDownStyle = 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 System.Drawing.Point(84, 61);
this.cmb_run2.Name = "cmb_run2";
this.cmb_run2.Size = new System.Drawing.Size(250, 20);
this.cmb_run2.TabIndex = 25;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(6, 64);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(65, 12);
this.label17.TabIndex = 24;
this.label17.Text = "运动模式:";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(6, 25);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(65, 12);
this.label18.TabIndex = 11;
this.label18.Text = "位置编号:";
//
// next_loc2
//
this.next_loc2.BackColor = System.Drawing.SystemColors.ScrollBar;
this.next_loc2.Location = new System.Drawing.Point(84, 23);
this.next_loc2.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.next_loc2.Name = "next_loc2";
this.next_loc2.Size = new System.Drawing.Size(79, 21);
this.next_loc2.TabIndex = 12;
//
// num_plcvalue
//
this.num_plcvalue.Enabled = false;
this.num_plcvalue.Location = new System.Drawing.Point(107, 38);
this.num_plcvalue.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.num_plcvalue.Name = "num_plcvalue";
this.num_plcvalue.ReadOnly = true;
this.num_plcvalue.Size = new System.Drawing.Size(102, 21);
this.num_plcvalue.TabIndex = 36;
//
// num_id
//
this.num_id.BackColor = System.Drawing.SystemColors.Control;
this.num_id.Enabled = false;
this.num_id.Location = new System.Drawing.Point(107, 4);
this.num_id.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.num_id.Name = "num_id";
this.num_id.ReadOnly = true;
this.num_id.Size = new System.Drawing.Size(102, 21);
this.num_id.TabIndex = 35;
this.num_id.ValueChanged += new System.EventHandler(this.num_id_ValueChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(41, 43);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 34;
this.label3.Text = "标记值:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(29, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 33;
this.label2.Text = "位置编号:";
//
// button1
//
this.button1.Location = new System.Drawing.Point(275, 9);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 37;
this.button1.Text = "保存";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// txt_zb_y
//
this.txt_zb_y.Location = new 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 System.Drawing.Size(45, 21);
this.txt_zb_y.TabIndex = 38;
//
// Location_Set
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(362, 473);
this.Controls.Add(this.txt_zb_y);
this.Controls.Add(this.button1);
this.Controls.Add(this.num_plcvalue);
this.Controls.Add(this.num_id);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.txt_zb_x);
this.Controls.Add(this.label10);
this.Controls.Add(this.label4);
this.Controls.Add(this.num_speed);
this.Controls.Add(this.cmb_map);
this.Controls.Add(this.label9);
this.Controls.Add(this.label7);
this.Controls.Add(this.cmb_zhangaiwu);
this.Controls.Add(this.label6);
this.Controls.Add(this.label8);
this.Controls.Add(this.cmb_bd);
this.Controls.Add(this.cmb_type);
this.Controls.Add(this.label5);
this.Controls.Add(this.groupBox3);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "Location_Set";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "位置属性设置";
this.Load += new System.EventHandler(this.Location_Set_Load);
((System.ComponentModel.ISupportInitialize)(this.num_speed)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.next_longtime1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.next_loc1)).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.next_longtime2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.next_loc2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.num_plcvalue)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.num_id)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txt_zb_x;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.NumericUpDown num_speed;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.ComboBox cmb_zhangaiwu;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ComboBox cmb_type;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox cmb_bd;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox cmb_map;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.NumericUpDown next_longtime1;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.ComboBox cmb_run1;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.NumericUpDown next_loc1;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.NumericUpDown next_longtime2;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.ComboBox cmb_run2;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.NumericUpDown next_loc2;
private System.Windows.Forms.NumericUpDown num_plcvalue;
private System.Windows.Forms.NumericUpDown num_id;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox txt_zb_y;
}
}