namespace AGVSystem { partial class Control_Point { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Control_Point)); this.label1 = new System.Windows.Forms.Label(); this.cmb_linelist = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.num_id = new System.Windows.Forms.NumericUpDown(); this.num_plcvalue = new System.Windows.Forms.NumericUpDown(); this.cmb_map = new System.Windows.Forms.ComboBox(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.线体 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.线体编号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.线体名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.位置编号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.标记值 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.坐标X = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.坐标Y = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.位置坐标 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.绑定方式 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.地图编号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.位置类型 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.障碍物模式 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.速度 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.下一站点1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.运动模式1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.运动时间1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.下一站点2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.运动模式2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.运动时间2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton4 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton5 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton6 = new System.Windows.Forms.ToolStripButton(); this.panel2 = new System.Windows.Forms.Panel(); 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.txt_zb = 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.label5 = new System.Windows.Forms.Label(); this.cmb_bd = new System.Windows.Forms.ComboBox(); 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.groupBox4 = new System.Windows.Forms.GroupBox(); this.button1 = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.num_id)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.num_plcvalue)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((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(); ((System.ComponentModel.ISupportInitialize)(this.next_longtime1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.next_loc1)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.num_speed)).BeginInit(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.next_longtime2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.next_loc2)).BeginInit(); this.groupBox4.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(46, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(49, 14); this.label1.TabIndex = 0; this.label1.Text = "线体:"; // // cmb_linelist // this.cmb_linelist.BackColor = System.Drawing.SystemColors.ScrollBar; this.cmb_linelist.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_linelist.FormattingEnabled = true; this.cmb_linelist.Items.AddRange(new object[] { "所有线体"}); this.cmb_linelist.Location = new System.Drawing.Point(96, 23); this.cmb_linelist.Name = "cmb_linelist"; this.cmb_linelist.Size = new System.Drawing.Size(319, 22); this.cmb_linelist.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(18, 73); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(77, 14); this.label2.TabIndex = 2; this.label2.Text = "位置编号:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(32, 119); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(63, 14); this.label3.TabIndex = 3; this.label3.Text = "标记值:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(17, 39); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(77, 14); this.label4.TabIndex = 4; this.label4.Text = "位置坐标:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(16, 90); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(77, 14); this.label6.TabIndex = 6; this.label6.Text = "绑定方式:"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(228, 35); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(77, 14); this.label7.TabIndex = 9; this.label7.Text = "所属地图:"; // // num_id // this.num_id.BackColor = System.Drawing.SystemColors.ScrollBar; this.num_id.Location = new System.Drawing.Point(96, 68); this.num_id.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.num_id.Name = "num_id"; this.num_id.Size = new System.Drawing.Size(101, 23); this.num_id.TabIndex = 10; this.num_id.ValueChanged += new System.EventHandler(this.num_id_ValueChanged); // // num_plcvalue // this.num_plcvalue.Location = new System.Drawing.Point(96, 114); this.num_plcvalue.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.num_plcvalue.Name = "num_plcvalue"; this.num_plcvalue.Size = new System.Drawing.Size(102, 23); this.num_plcvalue.TabIndex = 11; // // 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(306, 30); this.cmb_map.Name = "cmb_map"; this.cmb_map.Size = new System.Drawing.Size(101, 22); this.cmb_map.TabIndex = 14; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.BackgroundColor = System.Drawing.Color.White; this.dataGridView1.ColumnHeadersHeight = 30; this.dataGridView1.Columns.AddRange(new 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 = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.GridColor = System.Drawing.Color.DimGray; this.dataGridView1.Location = new 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 = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(612, 681); this.dataGridView1.TabIndex = 18; this.dataGridView1.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dataGridView1_RowStateChanged); this.dataGridView1.DoubleClick += new 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; // // 坐标X // this.坐标X.DataPropertyName = "坐标X"; this.坐标X.HeaderText = "坐标X"; this.坐标X.Name = "坐标X"; this.坐标X.ReadOnly = true; this.坐标X.Visible = false; // // 坐标Y // 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; // // 下一站点1 // this.下一站点1.DataPropertyName = "下一站点1"; this.下一站点1.HeaderText = "下一站点1"; this.下一站点1.Name = "下一站点1"; this.下一站点1.ReadOnly = true; // // 运动模式1 // this.运动模式1.DataPropertyName = "运动模式1"; this.运动模式1.HeaderText = "运动模式1"; this.运动模式1.Name = "运动模式1"; this.运动模式1.ReadOnly = true; // // 运动时间1 // this.运动时间1.DataPropertyName = "运动时间1"; this.运动时间1.HeaderText = "运动时间1"; this.运动时间1.Name = "运动时间1"; this.运动时间1.ReadOnly = true; // // 下一站点2 // this.下一站点2.DataPropertyName = "下一站点2"; this.下一站点2.HeaderText = "下一站点2"; this.下一站点2.Name = "下一站点2"; this.下一站点2.ReadOnly = true; // // 运动模式2 // this.运动模式2.DataPropertyName = "运动模式2"; this.运动模式2.HeaderText = "运动模式2"; this.运动模式2.Name = "运动模式2"; this.运动模式2.ReadOnly = true; // // 运动时间2 // this.运动时间2.DataPropertyName = "运动时间2"; this.运动时间2.HeaderText = "运动时间2"; this.运动时间2.Name = "运动时间2"; this.运动时间2.ReadOnly = true; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Right; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer1.Location = new System.Drawing.Point(612, 0); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.toolStrip1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.panel2); this.splitContainer1.Panel2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.splitContainer1.Size = new System.Drawing.Size(444, 681); this.splitContainer1.SplitterDistance = 70; this.splitContainer1.TabIndex = 25; // // toolStrip1 // this.toolStrip1.BackColor = System.Drawing.Color.White; this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(64, 64); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton1, this.toolStripButton2, this.toolStripButton3, this.toolStripButton4, this.toolStripButton5, this.toolStripButton6}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(444, 70); this.toolStrip1.TabIndex = 26; this.toolStrip1.Text = "toolStrip1"; // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(68, 67); this.toolStripButton1.Text = "新建"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // toolStripButton2 // this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image"))); this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(68, 67); this.toolStripButton2.Text = "查询"; this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); // // toolStripButton3 // this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image"))); this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton3.Name = "toolStripButton3"; this.toolStripButton3.Size = new System.Drawing.Size(68, 67); this.toolStripButton3.Text = "添加"; this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click); // // toolStripButton4 // this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image"))); this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton4.Name = "toolStripButton4"; this.toolStripButton4.Size = new System.Drawing.Size(68, 67); this.toolStripButton4.Text = "删除"; this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click); // // toolStripButton5 // this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image"))); this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton5.Name = "toolStripButton5"; this.toolStripButton5.Size = new System.Drawing.Size(68, 67); this.toolStripButton5.Text = "更新"; this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click); // // toolStripButton6 // this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image"))); this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton6.Name = "toolStripButton6"; this.toolStripButton6.Size = new System.Drawing.Size(68, 67); this.toolStripButton6.Text = "保存"; this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click); // // panel2 // 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 = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(444, 607); this.panel2.TabIndex = 19; // // 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.Top; this.groupBox2.Enabled = false; this.groupBox2.Location = new System.Drawing.Point(0, 330); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(444, 133); this.groupBox2.TabIndex = 30; 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(294, 34); 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, 23); this.next_longtime1.TabIndex = 27; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(365, 39); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(14, 14); this.label14.TabIndex = 28; this.label14.Text = "S"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(214, 36); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(77, 14); 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, 82); this.cmb_run1.Name = "cmb_run1"; this.cmb_run1.Size = new System.Drawing.Size(250, 22); this.cmb_run1.TabIndex = 25; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(6, 85); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(77, 14); this.label12.TabIndex = 24; this.label12.Text = "运动模式:"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(6, 36); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(77, 14); 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, 34); 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, 23); this.next_loc1.TabIndex = 12; // // groupBox1 // 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 = System.Windows.Forms.DockStyle.Top; this.groupBox1.Enabled = false; this.groupBox1.Location = new System.Drawing.Point(0, 148); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(444, 182); this.groupBox1.TabIndex = 29; this.groupBox1.TabStop = false; this.groupBox1.Text = "基本信息"; // // txt_zb // this.txt_zb.Location = new System.Drawing.Point(95, 32); this.txt_zb.Name = "txt_zb"; this.txt_zb.Size = new System.Drawing.Size(103, 23); this.txt_zb.TabIndex = 29; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(367, 140); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(56, 14); this.label10.TabIndex = 28; this.label10.Text = "米/分钟"; // // num_speed // this.num_speed.Location = new System.Drawing.Point(306, 134); 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, 23); this.num_speed.TabIndex = 27; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(228, 139); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(77, 14); 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.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(95, 136); this.cmb_zhangaiwu.Name = "cmb_zhangaiwu"; this.cmb_zhangaiwu.Size = new System.Drawing.Size(102, 22); this.cmb_zhangaiwu.TabIndex = 25; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(3, 141); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(91, 14); 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.FormattingEnabled = true; this.cmb_type.Items.AddRange(new object[] { "管控复位点", "管控停止点"}); this.cmb_type.Location = new System.Drawing.Point(306, 80); this.cmb_type.Name = "cmb_type"; this.cmb_type.Size = new System.Drawing.Size(102, 22); this.cmb_type.TabIndex = 23; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(228, 87); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(77, 14); 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(94, 84); this.cmb_bd.Name = "cmb_bd"; this.cmb_bd.Size = new System.Drawing.Size(102, 22); this.cmb_bd.TabIndex = 21; // // 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.Enabled = false; this.groupBox3.Location = new System.Drawing.Point(0, 472); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(444, 135); this.groupBox3.TabIndex = 31; 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(294, 34); 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, 23); this.next_longtime2.TabIndex = 27; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(365, 39); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(14, 14); this.label15.TabIndex = 28; this.label15.Text = "S"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(214, 36); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(77, 14); 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, 81); this.cmb_run2.Name = "cmb_run2"; this.cmb_run2.Size = new System.Drawing.Size(250, 22); this.cmb_run2.TabIndex = 25; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(6, 84); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(77, 14); this.label17.TabIndex = 24; this.label17.Text = "运动模式:"; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(6, 36); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(77, 14); 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, 34); 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, 23); this.next_loc2.TabIndex = 12; // // groupBox4 // this.groupBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(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 = System.Windows.Forms.DockStyle.Top; this.groupBox4.Location = new System.Drawing.Point(0, 0); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(444, 148); this.groupBox4.TabIndex = 29; this.groupBox4.TabStop = false; this.groupBox4.Text = "管控位置"; // // button1 // this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.button1.Location = new System.Drawing.Point(216, 68); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(118, 23); this.button1.TabIndex = 12; this.button1.Text = "获取属性值"; this.button1.UseVisualStyleBackColor = true; this.button1.Visible = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // panel1 // this.panel1.Controls.Add(this.dataGridView1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(612, 681); this.panel1.TabIndex = 27; // // Control_Point // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1056, 681); this.Controls.Add(this.panel1); this.Controls.Add(this.splitContainer1); this.Name = "Control_Point"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "线体添加地标"; this.Load += new System.EventHandler(this.Control_Point_Load); ((System.ComponentModel.ISupportInitialize)(this.num_id)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.num_plcvalue)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); ((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(); ((System.ComponentModel.ISupportInitialize)(this.next_longtime1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.next_loc1)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.num_speed)).EndInit(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.next_longtime2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.next_loc2)).EndInit(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cmb_linelist; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.NumericUpDown num_id; private System.Windows.Forms.NumericUpDown num_plcvalue; private System.Windows.Forms.ComboBox cmb_map; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.ComboBox cmb_bd; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripButton toolStripButton2; private System.Windows.Forms.ToolStripButton toolStripButton3; private System.Windows.Forms.ToolStripButton toolStripButton4; private System.Windows.Forms.ToolStripButton toolStripButton5; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.ComboBox cmb_type; private System.Windows.Forms.Label label5; 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.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 groupBox1; 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.TextBox txt_zb; private System.Windows.Forms.ToolStripButton toolStripButton6; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.DataGridViewTextBoxColumn 线体; private System.Windows.Forms.DataGridViewTextBoxColumn 线体编号; private System.Windows.Forms.DataGridViewTextBoxColumn 线体名称; private System.Windows.Forms.DataGridViewTextBoxColumn 位置编号; private System.Windows.Forms.DataGridViewTextBoxColumn 标记值; private System.Windows.Forms.DataGridViewTextBoxColumn 坐标X; private System.Windows.Forms.DataGridViewTextBoxColumn 坐标Y; private System.Windows.Forms.DataGridViewTextBoxColumn 位置坐标; private System.Windows.Forms.DataGridViewTextBoxColumn 绑定方式; private System.Windows.Forms.DataGridViewTextBoxColumn 地图编号; private System.Windows.Forms.DataGridViewTextBoxColumn 位置类型; private System.Windows.Forms.DataGridViewTextBoxColumn 障碍物模式; private System.Windows.Forms.DataGridViewTextBoxColumn 速度; private System.Windows.Forms.DataGridViewTextBoxColumn 下一站点1; private System.Windows.Forms.DataGridViewTextBoxColumn 运动模式1; private System.Windows.Forms.DataGridViewTextBoxColumn 运动时间1; private System.Windows.Forms.DataGridViewTextBoxColumn 下一站点2; private System.Windows.Forms.DataGridViewTextBoxColumn 运动模式2; private System.Windows.Forms.DataGridViewTextBoxColumn 运动时间2; private System.Windows.Forms.Button button1; } }