Files

918 lines
41 KiB
C#

namespace AGVSystem
{
// Token: 0x0200000E RID: 14
public partial class Control_Point : global::System.Windows.Forms.Form
{
// Token: 0x060000D1 RID: 209 RVA: 0x00014660 File Offset: 0x00012860
protected override void Dispose(bool disposing)
{
bool flag = disposing && this.components != null;
if (flag)
{
this.components.Dispose();
}
base.Dispose(disposing);
}
// Token: 0x060000D2 RID: 210 RVA: 0x00014698 File Offset: 0x00012898
private void InitializeComponent()
{
global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::AGVSystem.Control_Point));
this.label1 = new global::System.Windows.Forms.Label();
this.cmb_linelist = new global::System.Windows.Forms.ComboBox();
this.label2 = new global::System.Windows.Forms.Label();
this.label3 = new global::System.Windows.Forms.Label();
this.label4 = new global::System.Windows.Forms.Label();
this.label6 = new global::System.Windows.Forms.Label();
this.label7 = new global::System.Windows.Forms.Label();
this.num_id = new global::System.Windows.Forms.NumericUpDown();
this.num_plcvalue = new global::System.Windows.Forms.NumericUpDown();
this.cmb_map = new global::System.Windows.Forms.ComboBox();
this.dataGridView1 = new global::System.Windows.Forms.DataGridView();
this.线体 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
this.线体编号 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
this.线体名称 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
this.位置编号 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
this.标记值 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
this.坐标X = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
this.坐标Y = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
this.位置坐标 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
this.绑定方式 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
this.地图编号 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
this.位置类型 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
this.障碍物模式 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
this.速度 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
this.下一站点1 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
this.运动模式1 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
this.运动时间1 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
this.下一站点2 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
this.运动模式2 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
this.运动时间2 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
this.splitContainer1 = new global::System.Windows.Forms.SplitContainer();
this.toolStrip1 = new global::System.Windows.Forms.ToolStrip();
this.toolStripButton1 = new global::System.Windows.Forms.ToolStripButton();
this.toolStripButton2 = new global::System.Windows.Forms.ToolStripButton();
this.toolStripButton3 = new global::System.Windows.Forms.ToolStripButton();
this.toolStripButton4 = new global::System.Windows.Forms.ToolStripButton();
this.toolStripButton5 = new global::System.Windows.Forms.ToolStripButton();
this.toolStripButton6 = new global::System.Windows.Forms.ToolStripButton();
this.panel2 = new global::System.Windows.Forms.Panel();
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.groupBox1 = new global::System.Windows.Forms.GroupBox();
this.txt_zb = 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.label5 = new global::System.Windows.Forms.Label();
this.cmb_bd = new global::System.Windows.Forms.ComboBox();
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.groupBox4 = new global::System.Windows.Forms.GroupBox();
this.button1 = new global::System.Windows.Forms.Button();
this.panel1 = new global::System.Windows.Forms.Panel();
((global::System.ComponentModel.ISupportInitialize)this.num_id).BeginInit();
((global::System.ComponentModel.ISupportInitialize)this.num_plcvalue).BeginInit();
((global::System.ComponentModel.ISupportInitialize)this.dataGridView1).BeginInit();
((global::System.ComponentModel.ISupportInitialize)this.splitContainer1).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.panel2.SuspendLayout();
this.groupBox2.SuspendLayout();
((global::System.ComponentModel.ISupportInitialize)this.next_longtime1).BeginInit();
((global::System.ComponentModel.ISupportInitialize)this.next_loc1).BeginInit();
this.groupBox1.SuspendLayout();
((global::System.ComponentModel.ISupportInitialize)this.num_speed).BeginInit();
this.groupBox3.SuspendLayout();
((global::System.ComponentModel.ISupportInitialize)this.next_longtime2).BeginInit();
((global::System.ComponentModel.ISupportInitialize)this.next_loc2).BeginInit();
this.groupBox4.SuspendLayout();
this.panel1.SuspendLayout();
base.SuspendLayout();
this.label1.AutoSize = true;
this.label1.Location = new global::System.Drawing.Point(46, 27);
this.label1.Name = "label1";
this.label1.Size = new global::System.Drawing.Size(49, 14);
this.label1.TabIndex = 0;
this.label1.Text = "线体:";
this.cmb_linelist.BackColor = global::System.Drawing.SystemColors.ScrollBar;
this.cmb_linelist.DropDownStyle = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_linelist.FormattingEnabled = true;
this.cmb_linelist.Items.AddRange(new object[]
{
"所有线体"
});
this.cmb_linelist.Location = new global::System.Drawing.Point(96, 23);
this.cmb_linelist.Name = "cmb_linelist";
this.cmb_linelist.Size = new global::System.Drawing.Size(319, 22);
this.cmb_linelist.TabIndex = 1;
this.label2.AutoSize = true;
this.label2.Location = new global::System.Drawing.Point(18, 73);
this.label2.Name = "label2";
this.label2.Size = new global::System.Drawing.Size(77, 14);
this.label2.TabIndex = 2;
this.label2.Text = "位置编号:";
this.label3.AutoSize = true;
this.label3.Location = new global::System.Drawing.Point(32, 119);
this.label3.Name = "label3";
this.label3.Size = new global::System.Drawing.Size(63, 14);
this.label3.TabIndex = 3;
this.label3.Text = "标记值:";
this.label4.AutoSize = true;
this.label4.Location = new global::System.Drawing.Point(17, 39);
this.label4.Name = "label4";
this.label4.Size = new global::System.Drawing.Size(77, 14);
this.label4.TabIndex = 4;
this.label4.Text = "位置坐标:";
this.label6.AutoSize = true;
this.label6.Location = new global::System.Drawing.Point(16, 90);
this.label6.Name = "label6";
this.label6.Size = new global::System.Drawing.Size(77, 14);
this.label6.TabIndex = 6;
this.label6.Text = "绑定方式:";
this.label7.AutoSize = true;
this.label7.Location = new global::System.Drawing.Point(228, 35);
this.label7.Name = "label7";
this.label7.Size = new global::System.Drawing.Size(77, 14);
this.label7.TabIndex = 9;
this.label7.Text = "所属地图:";
this.num_id.BackColor = global::System.Drawing.SystemColors.ScrollBar;
this.num_id.Location = new global::System.Drawing.Point(96, 68);
global::System.Windows.Forms.NumericUpDown numericUpDown = this.num_id;
int[] array = new int[4];
array[0] = 10000;
numericUpDown.Maximum = new decimal(array);
this.num_id.Name = "num_id";
this.num_id.Size = new global::System.Drawing.Size(101, 23);
this.num_id.TabIndex = 10;
this.num_id.ValueChanged += new global::System.EventHandler(this.num_id_ValueChanged);
this.num_plcvalue.Location = new global::System.Drawing.Point(96, 114);
global::System.Windows.Forms.NumericUpDown numericUpDown2 = this.num_plcvalue;
int[] array2 = new int[4];
array2[0] = 10000;
numericUpDown2.Maximum = new decimal(array2);
this.num_plcvalue.Name = "num_plcvalue";
this.num_plcvalue.Size = new global::System.Drawing.Size(102, 23);
this.num_plcvalue.TabIndex = 11;
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(306, 30);
this.cmb_map.Name = "cmb_map";
this.cmb_map.Size = new global::System.Drawing.Size(101, 22);
this.cmb_map.TabIndex = 14;
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.BackgroundColor = global::System.Drawing.Color.White;
this.dataGridView1.ColumnHeadersHeight = 30;
this.dataGridView1.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[]
{
this.线体,
this.线体编号,
this.线体名称,
this.位置编号,
this.标记值,
this.坐标X,
this.坐标Y,
this.位置坐标,
this.绑定方式,
this.地图编号,
this.位置类型,
this.障碍物模式,
this.速度,
this.下一站点1,
this.运动模式1,
this.运动时间1,
this.下一站点2,
this.运动模式2,
this.运动时间2
});
this.dataGridView1.Dock = global::System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.GridColor = global::System.Drawing.Color.DimGray;
this.dataGridView1.Location = new global::System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersWidth = 60;
this.dataGridView1.RowTemplate.Height = 30;
this.dataGridView1.SelectionMode = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new global::System.Drawing.Size(612, 681);
this.dataGridView1.TabIndex = 18;
this.dataGridView1.RowStateChanged += new global::System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dataGridView1_RowStateChanged);
this.dataGridView1.DoubleClick += new global::System.EventHandler(this.dataGridView1_DoubleClick);
this.线体.DataPropertyName = "线体";
this.线体.HeaderText = "线体";
this.线体.Name = "线体";
this.线体.ReadOnly = true;
this.线体编号.DataPropertyName = "线体编号";
this.线体编号.HeaderText = "线体编号";
this.线体编号.Name = "线体编号";
this.线体编号.ReadOnly = true;
this.线体编号.Visible = false;
this.线体编号.Width = 80;
this.线体名称.DataPropertyName = "线体名称";
this.线体名称.HeaderText = "线体名称";
this.线体名称.Name = "线体名称";
this.线体名称.ReadOnly = true;
this.线体名称.Visible = false;
this.线体名称.Width = 90;
this.位置编号.DataPropertyName = "位置编号";
this.位置编号.HeaderText = "位置编号";
this.位置编号.Name = "位置编号";
this.位置编号.ReadOnly = true;
this.标记值.DataPropertyName = "标记值";
this.标记值.HeaderText = "标记值";
this.标记值.Name = "标记值";
this.标记值.ReadOnly = true;
this.坐标X.DataPropertyName = "坐标X";
this.坐标X.HeaderText = "坐标X";
this.坐标X.Name = "坐标X";
this.坐标X.ReadOnly = true;
this.坐标X.Visible = false;
this.坐标Y.DataPropertyName = "坐标Y";
this.坐标Y.HeaderText = "坐标Y";
this.坐标Y.Name = "坐标Y";
this.坐标Y.ReadOnly = true;
this.坐标Y.Visible = false;
this.位置坐标.DataPropertyName = "位置坐标";
this.位置坐标.HeaderText = "位置坐标";
this.位置坐标.Name = "位置坐标";
this.位置坐标.ReadOnly = true;
this.绑定方式.DataPropertyName = "绑定方式";
this.绑定方式.HeaderText = "绑定方式";
this.绑定方式.Name = "绑定方式";
this.绑定方式.ReadOnly = true;
this.绑定方式.Width = 80;
this.地图编号.DataPropertyName = "地图编号";
this.地图编号.HeaderText = "地图编号";
this.地图编号.Name = "地图编号";
this.地图编号.ReadOnly = true;
this.地图编号.Width = 80;
this.位置类型.DataPropertyName = "位置类型";
this.位置类型.HeaderText = "位置类型";
this.位置类型.Name = "位置类型";
this.位置类型.ReadOnly = true;
this.障碍物模式.DataPropertyName = "障碍物模式";
this.障碍物模式.HeaderText = "障碍物模式";
this.障碍物模式.Name = "障碍物模式";
this.障碍物模式.ReadOnly = true;
this.速度.DataPropertyName = "速度";
this.速度.HeaderText = "速度";
this.速度.Name = "速度";
this.速度.ReadOnly = true;
this.下一站点1.DataPropertyName = "下一站点1";
this.下一站点1.HeaderText = "下一站点1";
this.下一站点1.Name = "下一站点1";
this.下一站点1.ReadOnly = true;
this.运动模式1.DataPropertyName = "运动模式1";
this.运动模式1.HeaderText = "运动模式1";
this.运动模式1.Name = "运动模式1";
this.运动模式1.ReadOnly = true;
this.运动时间1.DataPropertyName = "运动时间1";
this.运动时间1.HeaderText = "运动时间1";
this.运动时间1.Name = "运动时间1";
this.运动时间1.ReadOnly = true;
this.下一站点2.DataPropertyName = "下一站点2";
this.下一站点2.HeaderText = "下一站点2";
this.下一站点2.Name = "下一站点2";
this.下一站点2.ReadOnly = true;
this.运动模式2.DataPropertyName = "运动模式2";
this.运动模式2.HeaderText = "运动模式2";
this.运动模式2.Name = "运动模式2";
this.运动模式2.ReadOnly = true;
this.运动时间2.DataPropertyName = "运动时间2";
this.运动时间2.HeaderText = "运动时间2";
this.运动时间2.Name = "运动时间2";
this.运动时间2.ReadOnly = true;
this.splitContainer1.Dock = global::System.Windows.Forms.DockStyle.Right;
this.splitContainer1.FixedPanel = global::System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.Location = new global::System.Drawing.Point(612, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = global::System.Windows.Forms.Orientation.Horizontal;
this.splitContainer1.Panel1.Controls.Add(this.toolStrip1);
this.splitContainer1.Panel2.Controls.Add(this.panel2);
this.splitContainer1.Panel2.Font = new global::System.Drawing.Font("宋体", 10.5f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 134);
this.splitContainer1.Size = new global::System.Drawing.Size(444, 681);
this.splitContainer1.SplitterDistance = 70;
this.splitContainer1.TabIndex = 25;
this.toolStrip1.BackColor = global::System.Drawing.Color.White;
this.toolStrip1.Dock = global::System.Windows.Forms.DockStyle.Fill;
this.toolStrip1.ImageScalingSize = new global::System.Drawing.Size(64, 64);
this.toolStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
{
this.toolStripButton1,
this.toolStripButton2,
this.toolStripButton3,
this.toolStripButton4,
this.toolStripButton5,
this.toolStripButton6
});
this.toolStrip1.Location = new global::System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new global::System.Drawing.Size(444, 70);
this.toolStrip1.TabIndex = 26;
this.toolStrip1.Text = "toolStrip1";
this.toolStripButton1.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("toolStripButton1.Image");
this.toolStripButton1.ImageTransparentColor = global::System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new global::System.Drawing.Size(68, 67);
this.toolStripButton1.Text = "新建";
this.toolStripButton1.Click += new global::System.EventHandler(this.toolStripButton1_Click);
this.toolStripButton2.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton2.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("toolStripButton2.Image");
this.toolStripButton2.ImageTransparentColor = global::System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new global::System.Drawing.Size(68, 67);
this.toolStripButton2.Text = "查询";
this.toolStripButton2.Click += new global::System.EventHandler(this.toolStripButton2_Click);
this.toolStripButton3.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton3.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("toolStripButton3.Image");
this.toolStripButton3.ImageTransparentColor = global::System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new global::System.Drawing.Size(68, 67);
this.toolStripButton3.Text = "添加";
this.toolStripButton3.Click += new global::System.EventHandler(this.toolStripButton3_Click);
this.toolStripButton4.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton4.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("toolStripButton4.Image");
this.toolStripButton4.ImageTransparentColor = global::System.Drawing.Color.Magenta;
this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Size = new global::System.Drawing.Size(68, 67);
this.toolStripButton4.Text = "删除";
this.toolStripButton4.Click += new global::System.EventHandler(this.toolStripButton4_Click);
this.toolStripButton5.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton5.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("toolStripButton5.Image");
this.toolStripButton5.ImageTransparentColor = global::System.Drawing.Color.Magenta;
this.toolStripButton5.Name = "toolStripButton5";
this.toolStripButton5.Size = new global::System.Drawing.Size(68, 67);
this.toolStripButton5.Text = "更新";
this.toolStripButton5.Click += new global::System.EventHandler(this.toolStripButton5_Click);
this.toolStripButton6.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton6.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("toolStripButton6.Image");
this.toolStripButton6.ImageTransparentColor = global::System.Drawing.Color.Magenta;
this.toolStripButton6.Name = "toolStripButton6";
this.toolStripButton6.Size = new global::System.Drawing.Size(68, 67);
this.toolStripButton6.Text = "保存";
this.toolStripButton6.Click += new global::System.EventHandler(this.toolStripButton6_Click);
this.panel2.Controls.Add(this.groupBox2);
this.panel2.Controls.Add(this.groupBox1);
this.panel2.Controls.Add(this.groupBox3);
this.panel2.Controls.Add(this.groupBox4);
this.panel2.Dock = global::System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new global::System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new global::System.Drawing.Size(444, 607);
this.panel2.TabIndex = 19;
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.Top;
this.groupBox2.Enabled = false;
this.groupBox2.Location = new global::System.Drawing.Point(0, 330);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new global::System.Drawing.Size(444, 133);
this.groupBox2.TabIndex = 30;
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(294, 34);
global::System.Windows.Forms.NumericUpDown numericUpDown3 = this.next_longtime1;
int[] array3 = new int[4];
array3[0] = 10000;
numericUpDown3.Maximum = new decimal(array3);
this.next_longtime1.Name = "next_longtime1";
this.next_longtime1.Size = new global::System.Drawing.Size(68, 23);
this.next_longtime1.TabIndex = 27;
this.label14.AutoSize = true;
this.label14.Location = new global::System.Drawing.Point(365, 39);
this.label14.Name = "label14";
this.label14.Size = new global::System.Drawing.Size(14, 14);
this.label14.TabIndex = 28;
this.label14.Text = "S";
this.label13.AutoSize = true;
this.label13.Location = new global::System.Drawing.Point(214, 36);
this.label13.Name = "label13";
this.label13.Size = new global::System.Drawing.Size(77, 14);
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, 82);
this.cmb_run1.Name = "cmb_run1";
this.cmb_run1.Size = new global::System.Drawing.Size(250, 22);
this.cmb_run1.TabIndex = 25;
this.label12.AutoSize = true;
this.label12.Location = new global::System.Drawing.Point(6, 85);
this.label12.Name = "label12";
this.label12.Size = new global::System.Drawing.Size(77, 14);
this.label12.TabIndex = 24;
this.label12.Text = "运动模式:";
this.label11.AutoSize = true;
this.label11.Location = new global::System.Drawing.Point(6, 36);
this.label11.Name = "label11";
this.label11.Size = new global::System.Drawing.Size(77, 14);
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, 34);
global::System.Windows.Forms.NumericUpDown numericUpDown4 = this.next_loc1;
int[] array4 = new int[4];
array4[0] = 10000;
numericUpDown4.Maximum = new decimal(array4);
this.next_loc1.Name = "next_loc1";
this.next_loc1.Size = new global::System.Drawing.Size(79, 23);
this.next_loc1.TabIndex = 12;
this.groupBox1.Controls.Add(this.txt_zb);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.num_speed);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.cmb_zhangaiwu);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.cmb_type);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.cmb_bd);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.cmb_map);
this.groupBox1.Dock = global::System.Windows.Forms.DockStyle.Top;
this.groupBox1.Enabled = false;
this.groupBox1.Location = new global::System.Drawing.Point(0, 148);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new global::System.Drawing.Size(444, 182);
this.groupBox1.TabIndex = 29;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "基本信息";
this.txt_zb.Location = new global::System.Drawing.Point(95, 32);
this.txt_zb.Name = "txt_zb";
this.txt_zb.Size = new global::System.Drawing.Size(103, 23);
this.txt_zb.TabIndex = 29;
this.label10.AutoSize = true;
this.label10.Location = new global::System.Drawing.Point(367, 140);
this.label10.Name = "label10";
this.label10.Size = new global::System.Drawing.Size(56, 14);
this.label10.TabIndex = 28;
this.label10.Text = "米/分钟";
this.num_speed.Location = new global::System.Drawing.Point(306, 134);
global::System.Windows.Forms.NumericUpDown numericUpDown5 = this.num_speed;
int[] array5 = new int[4];
array5[0] = 10000;
numericUpDown5.Maximum = new decimal(array5);
this.num_speed.Name = "num_speed";
this.num_speed.Size = new global::System.Drawing.Size(56, 23);
this.num_speed.TabIndex = 27;
this.label9.AutoSize = true;
this.label9.Location = new global::System.Drawing.Point(228, 139);
this.label9.Name = "label9";
this.label9.Size = new global::System.Drawing.Size(77, 14);
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.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(95, 136);
this.cmb_zhangaiwu.Name = "cmb_zhangaiwu";
this.cmb_zhangaiwu.Size = new global::System.Drawing.Size(102, 22);
this.cmb_zhangaiwu.TabIndex = 25;
this.label8.AutoSize = true;
this.label8.Location = new global::System.Drawing.Point(3, 141);
this.label8.Name = "label8";
this.label8.Size = new global::System.Drawing.Size(91, 14);
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.FormattingEnabled = true;
this.cmb_type.Items.AddRange(new object[]
{
"管控复位点",
"管控停止点"
});
this.cmb_type.Location = new global::System.Drawing.Point(306, 80);
this.cmb_type.Name = "cmb_type";
this.cmb_type.Size = new global::System.Drawing.Size(102, 22);
this.cmb_type.TabIndex = 23;
this.label5.AutoSize = true;
this.label5.Location = new global::System.Drawing.Point(228, 87);
this.label5.Name = "label5";
this.label5.Size = new global::System.Drawing.Size(77, 14);
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(94, 84);
this.cmb_bd.Name = "cmb_bd";
this.cmb_bd.Size = new global::System.Drawing.Size(102, 22);
this.cmb_bd.TabIndex = 21;
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.Enabled = false;
this.groupBox3.Location = new global::System.Drawing.Point(0, 472);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new global::System.Drawing.Size(444, 135);
this.groupBox3.TabIndex = 31;
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(294, 34);
global::System.Windows.Forms.NumericUpDown numericUpDown6 = this.next_longtime2;
int[] array6 = new int[4];
array6[0] = 10000;
numericUpDown6.Maximum = new decimal(array6);
this.next_longtime2.Name = "next_longtime2";
this.next_longtime2.Size = new global::System.Drawing.Size(68, 23);
this.next_longtime2.TabIndex = 27;
this.label15.AutoSize = true;
this.label15.Location = new global::System.Drawing.Point(365, 39);
this.label15.Name = "label15";
this.label15.Size = new global::System.Drawing.Size(14, 14);
this.label15.TabIndex = 28;
this.label15.Text = "S";
this.label16.AutoSize = true;
this.label16.Location = new global::System.Drawing.Point(214, 36);
this.label16.Name = "label16";
this.label16.Size = new global::System.Drawing.Size(77, 14);
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, 81);
this.cmb_run2.Name = "cmb_run2";
this.cmb_run2.Size = new global::System.Drawing.Size(250, 22);
this.cmb_run2.TabIndex = 25;
this.label17.AutoSize = true;
this.label17.Location = new global::System.Drawing.Point(6, 84);
this.label17.Name = "label17";
this.label17.Size = new global::System.Drawing.Size(77, 14);
this.label17.TabIndex = 24;
this.label17.Text = "运动模式:";
this.label18.AutoSize = true;
this.label18.Location = new global::System.Drawing.Point(6, 36);
this.label18.Name = "label18";
this.label18.Size = new global::System.Drawing.Size(77, 14);
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, 34);
global::System.Windows.Forms.NumericUpDown numericUpDown7 = this.next_loc2;
int[] array7 = new int[4];
array7[0] = 10000;
numericUpDown7.Maximum = new decimal(array7);
this.next_loc2.Name = "next_loc2";
this.next_loc2.Size = new global::System.Drawing.Size(79, 23);
this.next_loc2.TabIndex = 12;
this.groupBox4.BackColor = global::System.Drawing.Color.FromArgb(192, 255, 192);
this.groupBox4.Controls.Add(this.button1);
this.groupBox4.Controls.Add(this.label1);
this.groupBox4.Controls.Add(this.num_plcvalue);
this.groupBox4.Controls.Add(this.num_id);
this.groupBox4.Controls.Add(this.label3);
this.groupBox4.Controls.Add(this.cmb_linelist);
this.groupBox4.Controls.Add(this.label2);
this.groupBox4.Dock = global::System.Windows.Forms.DockStyle.Top;
this.groupBox4.Location = new global::System.Drawing.Point(0, 0);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new global::System.Drawing.Size(444, 148);
this.groupBox4.TabIndex = 29;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "管控位置";
this.button1.ForeColor = global::System.Drawing.Color.FromArgb(0, 192, 0);
this.button1.Location = new global::System.Drawing.Point(216, 68);
this.button1.Name = "button1";
this.button1.Size = new global::System.Drawing.Size(118, 23);
this.button1.TabIndex = 12;
this.button1.Text = "获取属性值";
this.button1.UseVisualStyleBackColor = true;
this.button1.Visible = false;
this.button1.Click += new global::System.EventHandler(this.button1_Click);
this.panel1.Controls.Add(this.dataGridView1);
this.panel1.Dock = global::System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new global::System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new global::System.Drawing.Size(612, 681);
this.panel1.TabIndex = 27;
base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
base.ClientSize = new global::System.Drawing.Size(1056, 681);
base.Controls.Add(this.panel1);
base.Controls.Add(this.splitContainer1);
base.Name = "Control_Point";
base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "线体添加地标";
base.Load += new global::System.EventHandler(this.Control_Point_Load);
((global::System.ComponentModel.ISupportInitialize)this.num_id).EndInit();
((global::System.ComponentModel.ISupportInitialize)this.num_plcvalue).EndInit();
((global::System.ComponentModel.ISupportInitialize)this.dataGridView1).EndInit();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
((global::System.ComponentModel.ISupportInitialize)this.splitContainer1).EndInit();
this.splitContainer1.ResumeLayout(false);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.panel2.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((global::System.ComponentModel.ISupportInitialize)this.next_longtime1).EndInit();
((global::System.ComponentModel.ISupportInitialize)this.next_loc1).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((global::System.ComponentModel.ISupportInitialize)this.num_speed).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((global::System.ComponentModel.ISupportInitialize)this.next_longtime2).EndInit();
((global::System.ComponentModel.ISupportInitialize)this.next_loc2).EndInit();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.panel1.ResumeLayout(false);
base.ResumeLayout(false);
}
// Token: 0x0400012B RID: 299
private global::System.ComponentModel.IContainer components = null;
// Token: 0x0400012C RID: 300
private global::System.Windows.Forms.Label label1;
// Token: 0x0400012D RID: 301
private global::System.Windows.Forms.ComboBox cmb_linelist;
// Token: 0x0400012E RID: 302
private global::System.Windows.Forms.Label label2;
// Token: 0x0400012F RID: 303
private global::System.Windows.Forms.Label label3;
// Token: 0x04000130 RID: 304
private global::System.Windows.Forms.Label label4;
// Token: 0x04000131 RID: 305
private global::System.Windows.Forms.Label label6;
// Token: 0x04000132 RID: 306
private global::System.Windows.Forms.Label label7;
// Token: 0x04000133 RID: 307
private global::System.Windows.Forms.NumericUpDown num_id;
// Token: 0x04000134 RID: 308
private global::System.Windows.Forms.NumericUpDown num_plcvalue;
// Token: 0x04000135 RID: 309
private global::System.Windows.Forms.ComboBox cmb_map;
// Token: 0x04000136 RID: 310
private global::System.Windows.Forms.DataGridView dataGridView1;
// Token: 0x04000137 RID: 311
private global::System.Windows.Forms.SplitContainer splitContainer1;
// Token: 0x04000138 RID: 312
private global::System.Windows.Forms.ComboBox cmb_bd;
// Token: 0x04000139 RID: 313
private global::System.Windows.Forms.ToolStrip toolStrip1;
// Token: 0x0400013A RID: 314
private global::System.Windows.Forms.ToolStripButton toolStripButton1;
// Token: 0x0400013B RID: 315
private global::System.Windows.Forms.ToolStripButton toolStripButton2;
// Token: 0x0400013C RID: 316
private global::System.Windows.Forms.ToolStripButton toolStripButton3;
// Token: 0x0400013D RID: 317
private global::System.Windows.Forms.ToolStripButton toolStripButton4;
// Token: 0x0400013E RID: 318
private global::System.Windows.Forms.ToolStripButton toolStripButton5;
// Token: 0x0400013F RID: 319
private global::System.Windows.Forms.Panel panel1;
// Token: 0x04000140 RID: 320
private global::System.Windows.Forms.ComboBox cmb_type;
// Token: 0x04000141 RID: 321
private global::System.Windows.Forms.Label label5;
// Token: 0x04000142 RID: 322
private global::System.Windows.Forms.GroupBox groupBox3;
// Token: 0x04000143 RID: 323
private global::System.Windows.Forms.NumericUpDown next_longtime2;
// Token: 0x04000144 RID: 324
private global::System.Windows.Forms.Label label15;
// Token: 0x04000145 RID: 325
private global::System.Windows.Forms.Label label16;
// Token: 0x04000146 RID: 326
private global::System.Windows.Forms.ComboBox cmb_run2;
// Token: 0x04000147 RID: 327
private global::System.Windows.Forms.Label label17;
// Token: 0x04000148 RID: 328
private global::System.Windows.Forms.Label label18;
// Token: 0x04000149 RID: 329
private global::System.Windows.Forms.NumericUpDown next_loc2;
// Token: 0x0400014A RID: 330
private global::System.Windows.Forms.GroupBox groupBox2;
// Token: 0x0400014B RID: 331
private global::System.Windows.Forms.NumericUpDown next_longtime1;
// Token: 0x0400014C RID: 332
private global::System.Windows.Forms.Label label14;
// Token: 0x0400014D RID: 333
private global::System.Windows.Forms.Label label13;
// Token: 0x0400014E RID: 334
private global::System.Windows.Forms.ComboBox cmb_run1;
// Token: 0x0400014F RID: 335
private global::System.Windows.Forms.Label label12;
// Token: 0x04000150 RID: 336
private global::System.Windows.Forms.Label label11;
// Token: 0x04000151 RID: 337
private global::System.Windows.Forms.NumericUpDown next_loc1;
// Token: 0x04000152 RID: 338
private global::System.Windows.Forms.GroupBox groupBox1;
// Token: 0x04000153 RID: 339
private global::System.Windows.Forms.Label label10;
// Token: 0x04000154 RID: 340
private global::System.Windows.Forms.NumericUpDown num_speed;
// Token: 0x04000155 RID: 341
private global::System.Windows.Forms.Label label9;
// Token: 0x04000156 RID: 342
private global::System.Windows.Forms.ComboBox cmb_zhangaiwu;
// Token: 0x04000157 RID: 343
private global::System.Windows.Forms.Label label8;
// Token: 0x04000158 RID: 344
private global::System.Windows.Forms.TextBox txt_zb;
// Token: 0x04000159 RID: 345
private global::System.Windows.Forms.ToolStripButton toolStripButton6;
// Token: 0x0400015A RID: 346
private global::System.Windows.Forms.Panel panel2;
// Token: 0x0400015B RID: 347
private global::System.Windows.Forms.GroupBox groupBox4;
// Token: 0x0400015C RID: 348
private global::System.Windows.Forms.DataGridViewTextBoxColumn 线体;
// Token: 0x0400015D RID: 349
private global::System.Windows.Forms.DataGridViewTextBoxColumn 线体编号;
// Token: 0x0400015E RID: 350
private global::System.Windows.Forms.DataGridViewTextBoxColumn 线体名称;
// Token: 0x0400015F RID: 351
private global::System.Windows.Forms.DataGridViewTextBoxColumn 位置编号;
// Token: 0x04000160 RID: 352
private global::System.Windows.Forms.DataGridViewTextBoxColumn 标记值;
// Token: 0x04000161 RID: 353
private global::System.Windows.Forms.DataGridViewTextBoxColumn 坐标X;
// Token: 0x04000162 RID: 354
private global::System.Windows.Forms.DataGridViewTextBoxColumn 坐标Y;
// Token: 0x04000163 RID: 355
private global::System.Windows.Forms.DataGridViewTextBoxColumn 位置坐标;
// Token: 0x04000164 RID: 356
private global::System.Windows.Forms.DataGridViewTextBoxColumn 绑定方式;
// Token: 0x04000165 RID: 357
private global::System.Windows.Forms.DataGridViewTextBoxColumn 地图编号;
// Token: 0x04000166 RID: 358
private global::System.Windows.Forms.DataGridViewTextBoxColumn 位置类型;
// Token: 0x04000167 RID: 359
private global::System.Windows.Forms.DataGridViewTextBoxColumn 障碍物模式;
// Token: 0x04000168 RID: 360
private global::System.Windows.Forms.DataGridViewTextBoxColumn 速度;
// Token: 0x04000169 RID: 361
private global::System.Windows.Forms.DataGridViewTextBoxColumn 下一站点1;
// Token: 0x0400016A RID: 362
private global::System.Windows.Forms.DataGridViewTextBoxColumn 运动模式1;
// Token: 0x0400016B RID: 363
private global::System.Windows.Forms.DataGridViewTextBoxColumn 运动时间1;
// Token: 0x0400016C RID: 364
private global::System.Windows.Forms.DataGridViewTextBoxColumn 下一站点2;
// Token: 0x0400016D RID: 365
private global::System.Windows.Forms.DataGridViewTextBoxColumn 运动模式2;
// Token: 0x0400016E RID: 366
private global::System.Windows.Forms.DataGridViewTextBoxColumn 运动时间2;
// Token: 0x0400016F RID: 367
private global::System.Windows.Forms.Button button1;
}
}