1.初始化项目。保险起见bin目录完整提交 2.基于现场代码为调整过的初始项目(此次提交还未解决代码差异问题)
This commit is contained in:
Generated
+606
@@ -0,0 +1,606 @@
|
||||
namespace AGVSystem
|
||||
{
|
||||
// Token: 0x02000005 RID: 5
|
||||
public partial class AGVManage : global::System.Windows.Forms.Form
|
||||
{
|
||||
// Token: 0x06000062 RID: 98 RVA: 0x0000A7D0 File Offset: 0x000089D0
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
bool flag = disposing && this.components != null;
|
||||
if (flag)
|
||||
{
|
||||
this.components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
// Token: 0x06000063 RID: 99 RVA: 0x0000A808 File Offset: 0x00008A08
|
||||
private void InitializeComponent()
|
||||
{
|
||||
global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::AGVSystem.AGVManage));
|
||||
this.label1 = new global::System.Windows.Forms.Label();
|
||||
this.num_id = new global::System.Windows.Forms.NumericUpDown();
|
||||
this.num_seq = new global::System.Windows.Forms.NumericUpDown();
|
||||
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.cmb_linelist = new global::System.Windows.Forms.ComboBox();
|
||||
this.dataGridView1 = new global::System.Windows.Forms.DataGridView();
|
||||
this.cmb_iplist = new global::System.Windows.Forms.ComboBox();
|
||||
this.splitContainer1 = new global::System.Windows.Forms.SplitContainer();
|
||||
this.panel1 = new global::System.Windows.Forms.Panel();
|
||||
this.groupBox2 = new global::System.Windows.Forms.GroupBox();
|
||||
this.cmb_switchip = new global::System.Windows.Forms.ComboBox();
|
||||
this.label11 = new global::System.Windows.Forms.Label();
|
||||
this.label10 = new global::System.Windows.Forms.Label();
|
||||
this.numPort = new global::System.Windows.Forms.NumericUpDown();
|
||||
this.label9 = new global::System.Windows.Forms.Label();
|
||||
this.button5 = new global::System.Windows.Forms.Button();
|
||||
this.label7 = new global::System.Windows.Forms.Label();
|
||||
this.label8 = new global::System.Windows.Forms.Label();
|
||||
this.lab_km = new global::System.Windows.Forms.Label();
|
||||
this.label5 = new global::System.Windows.Forms.Label();
|
||||
this.cmb_type = new global::System.Windows.Forms.ComboBox();
|
||||
this.label6 = new global::System.Windows.Forms.Label();
|
||||
this.cmb_status = new global::System.Windows.Forms.ComboBox();
|
||||
this.groupBox1 = new global::System.Windows.Forms.GroupBox();
|
||||
this.toolStrip1 = new global::System.Windows.Forms.ToolStrip();
|
||||
this.cmb_worktype = new global::System.Windows.Forms.ComboBox();
|
||||
this.label12 = new global::System.Windows.Forms.Label();
|
||||
this.编号 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.序号 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.IP地址 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.通讯端口 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.交换机IP = 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.lab_id = new global::System.Windows.Forms.Label();
|
||||
this.pictureBox1 = new global::System.Windows.Forms.PictureBox();
|
||||
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();
|
||||
((global::System.ComponentModel.ISupportInitialize)this.num_id).BeginInit();
|
||||
((global::System.ComponentModel.ISupportInitialize)this.num_seq).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.panel1.SuspendLayout();
|
||||
this.groupBox2.SuspendLayout();
|
||||
((global::System.ComponentModel.ISupportInitialize)this.numPort).BeginInit();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.toolStrip1.SuspendLayout();
|
||||
((global::System.ComponentModel.ISupportInitialize)this.pictureBox1).BeginInit();
|
||||
base.SuspendLayout();
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new global::System.Drawing.Point(54, 43);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new global::System.Drawing.Size(41, 12);
|
||||
this.label1.TabIndex = 6;
|
||||
this.label1.Text = "编号:";
|
||||
this.num_id.BackColor = global::System.Drawing.SystemColors.ScrollBar;
|
||||
this.num_id.Location = new global::System.Drawing.Point(102, 37);
|
||||
global::System.Windows.Forms.NumericUpDown numericUpDown = this.num_id;
|
||||
int[] array = new int[4];
|
||||
array[0] = 255;
|
||||
numericUpDown.Maximum = new decimal(array);
|
||||
this.num_id.Name = "num_id";
|
||||
this.num_id.Size = new global::System.Drawing.Size(120, 21);
|
||||
this.num_id.TabIndex = 7;
|
||||
this.num_seq.Location = new global::System.Drawing.Point(105, 33);
|
||||
global::System.Windows.Forms.NumericUpDown numericUpDown2 = this.num_seq;
|
||||
int[] array2 = new int[4];
|
||||
array2[0] = 255;
|
||||
numericUpDown2.Maximum = new decimal(array2);
|
||||
this.num_seq.Name = "num_seq";
|
||||
this.num_seq.Size = new global::System.Drawing.Size(120, 21);
|
||||
this.num_seq.TabIndex = 9;
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new global::System.Drawing.Point(58, 35);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new global::System.Drawing.Size(41, 12);
|
||||
this.label2.TabIndex = 8;
|
||||
this.label2.Text = "序号:";
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new global::System.Drawing.Point(46, 89);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new global::System.Drawing.Size(53, 12);
|
||||
this.label3.TabIndex = 10;
|
||||
this.label3.Text = "IP地址:";
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Location = new global::System.Drawing.Point(52, 84);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new global::System.Drawing.Size(41, 12);
|
||||
this.label4.TabIndex = 12;
|
||||
this.label4.Text = "线体:";
|
||||
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(100, 80);
|
||||
this.cmb_linelist.Name = "cmb_linelist";
|
||||
this.cmb_linelist.Size = new global::System.Drawing.Size(205, 20);
|
||||
this.cmb_linelist.TabIndex = 13;
|
||||
this.cmb_linelist.TextChanged += new global::System.EventHandler(this.cmb_linelist_TextChanged);
|
||||
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.IP地址,
|
||||
this.通讯端口,
|
||||
this.交换机IP,
|
||||
this.设备状态,
|
||||
this.物料名称,
|
||||
this.设备型号,
|
||||
this.线体编号,
|
||||
this.线体名称
|
||||
});
|
||||
this.dataGridView1.Dock = global::System.Windows.Forms.DockStyle.Fill;
|
||||
this.dataGridView1.Location = new global::System.Drawing.Point(0, 0);
|
||||
this.dataGridView1.Name = "dataGridView1";
|
||||
this.dataGridView1.ReadOnly = true;
|
||||
this.dataGridView1.RowTemplate.Height = 30;
|
||||
this.dataGridView1.SelectionMode = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||||
this.dataGridView1.Size = new global::System.Drawing.Size(655, 542);
|
||||
this.dataGridView1.TabIndex = 14;
|
||||
this.dataGridView1.RowStateChanged += new global::System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dataGridView1_RowStateChanged);
|
||||
this.dataGridView1.DoubleClick += new global::System.EventHandler(this.dataGridView1_DoubleClick);
|
||||
this.cmb_iplist.FormattingEnabled = true;
|
||||
this.cmb_iplist.Location = new global::System.Drawing.Point(104, 86);
|
||||
this.cmb_iplist.Name = "cmb_iplist";
|
||||
this.cmb_iplist.Size = new global::System.Drawing.Size(121, 20);
|
||||
this.cmb_iplist.TabIndex = 15;
|
||||
this.splitContainer1.Dock = global::System.Windows.Forms.DockStyle.Fill;
|
||||
this.splitContainer1.FixedPanel = global::System.Windows.Forms.FixedPanel.Panel2;
|
||||
this.splitContainer1.Location = new global::System.Drawing.Point(0, 0);
|
||||
this.splitContainer1.Name = "splitContainer1";
|
||||
this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
|
||||
this.splitContainer1.Panel2.Controls.Add(this.panel1);
|
||||
this.splitContainer1.Panel2.Controls.Add(this.toolStrip1);
|
||||
this.splitContainer1.Size = new global::System.Drawing.Size(1130, 542);
|
||||
this.splitContainer1.SplitterDistance = 655;
|
||||
this.splitContainer1.TabIndex = 16;
|
||||
this.panel1.Controls.Add(this.groupBox2);
|
||||
this.panel1.Controls.Add(this.groupBox1);
|
||||
this.panel1.Dock = global::System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel1.Location = new global::System.Drawing.Point(0, 71);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new global::System.Drawing.Size(471, 471);
|
||||
this.panel1.TabIndex = 15;
|
||||
this.groupBox2.Controls.Add(this.cmb_worktype);
|
||||
this.groupBox2.Controls.Add(this.label12);
|
||||
this.groupBox2.Controls.Add(this.cmb_switchip);
|
||||
this.groupBox2.Controls.Add(this.label11);
|
||||
this.groupBox2.Controls.Add(this.label10);
|
||||
this.groupBox2.Controls.Add(this.numPort);
|
||||
this.groupBox2.Controls.Add(this.label9);
|
||||
this.groupBox2.Controls.Add(this.cmb_iplist);
|
||||
this.groupBox2.Controls.Add(this.button5);
|
||||
this.groupBox2.Controls.Add(this.pictureBox1);
|
||||
this.groupBox2.Controls.Add(this.label7);
|
||||
this.groupBox2.Controls.Add(this.label8);
|
||||
this.groupBox2.Controls.Add(this.lab_km);
|
||||
this.groupBox2.Controls.Add(this.label2);
|
||||
this.groupBox2.Controls.Add(this.label5);
|
||||
this.groupBox2.Controls.Add(this.cmb_type);
|
||||
this.groupBox2.Controls.Add(this.num_seq);
|
||||
this.groupBox2.Controls.Add(this.label6);
|
||||
this.groupBox2.Controls.Add(this.label3);
|
||||
this.groupBox2.Controls.Add(this.cmb_status);
|
||||
this.groupBox2.Dock = global::System.Windows.Forms.DockStyle.Fill;
|
||||
this.groupBox2.Enabled = false;
|
||||
this.groupBox2.Location = new global::System.Drawing.Point(0, 116);
|
||||
this.groupBox2.Name = "groupBox2";
|
||||
this.groupBox2.Size = new global::System.Drawing.Size(471, 355);
|
||||
this.groupBox2.TabIndex = 15;
|
||||
this.groupBox2.TabStop = false;
|
||||
this.groupBox2.Text = "基本信息";
|
||||
this.cmb_switchip.FormattingEnabled = true;
|
||||
this.cmb_switchip.Location = new global::System.Drawing.Point(104, 139);
|
||||
this.cmb_switchip.Name = "cmb_switchip";
|
||||
this.cmb_switchip.Size = new global::System.Drawing.Size(121, 20);
|
||||
this.cmb_switchip.TabIndex = 33;
|
||||
this.label11.AutoSize = true;
|
||||
this.label11.Location = new global::System.Drawing.Point(27, 143);
|
||||
this.label11.Name = "label11";
|
||||
this.label11.Size = new global::System.Drawing.Size(71, 12);
|
||||
this.label11.TabIndex = 32;
|
||||
this.label11.Text = "Switch IP:";
|
||||
this.label10.AutoSize = true;
|
||||
this.label10.Location = new global::System.Drawing.Point(256, 89);
|
||||
this.label10.Name = "label10";
|
||||
this.label10.Size = new global::System.Drawing.Size(65, 12);
|
||||
this.label10.TabIndex = 30;
|
||||
this.label10.Text = "通讯端口:";
|
||||
this.numPort.Location = new global::System.Drawing.Point(322, 85);
|
||||
global::System.Windows.Forms.NumericUpDown numericUpDown3 = this.numPort;
|
||||
int[] array3 = new int[4];
|
||||
array3[0] = 65535;
|
||||
numericUpDown3.Maximum = new decimal(array3);
|
||||
this.numPort.Name = "numPort";
|
||||
this.numPort.Size = new global::System.Drawing.Size(86, 21);
|
||||
this.numPort.TabIndex = 31;
|
||||
this.label9.Location = new global::System.Drawing.Point(44, 232);
|
||||
this.label9.Name = "label9";
|
||||
this.label9.Size = new global::System.Drawing.Size(199, 89);
|
||||
this.label9.TabIndex = 29;
|
||||
this.button5.Location = new global::System.Drawing.Point(189, 361);
|
||||
this.button5.Name = "button5";
|
||||
this.button5.Size = new global::System.Drawing.Size(75, 23);
|
||||
this.button5.TabIndex = 23;
|
||||
this.button5.Text = "清零";
|
||||
this.button5.UseVisualStyleBackColor = true;
|
||||
this.button5.Click += new global::System.EventHandler(this.button5_Click);
|
||||
this.label7.AutoSize = true;
|
||||
this.label7.Location = new global::System.Drawing.Point(168, 372);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new global::System.Drawing.Size(17, 12);
|
||||
this.label7.TabIndex = 22;
|
||||
this.label7.Text = "km";
|
||||
this.label8.AutoSize = true;
|
||||
this.label8.Location = new global::System.Drawing.Point(37, 196);
|
||||
this.label8.Name = "label8";
|
||||
this.label8.Size = new global::System.Drawing.Size(65, 12);
|
||||
this.label8.TabIndex = 26;
|
||||
this.label8.Text = "设备型号:";
|
||||
this.lab_km.AutoSize = true;
|
||||
this.lab_km.Location = new global::System.Drawing.Point(118, 372);
|
||||
this.lab_km.Name = "lab_km";
|
||||
this.lab_km.Size = new global::System.Drawing.Size(11, 12);
|
||||
this.lab_km.TabIndex = 21;
|
||||
this.lab_km.Text = "0";
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Location = new global::System.Drawing.Point(44, 372);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new global::System.Drawing.Size(65, 12);
|
||||
this.label5.TabIndex = 20;
|
||||
this.label5.Text = "行驶里程:";
|
||||
this.cmb_type.DropDownStyle = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cmb_type.FormattingEnabled = true;
|
||||
this.cmb_type.Location = new global::System.Drawing.Point(104, 193);
|
||||
this.cmb_type.Name = "cmb_type";
|
||||
this.cmb_type.Size = new global::System.Drawing.Size(86, 20);
|
||||
this.cmb_type.TabIndex = 27;
|
||||
this.cmb_type.TextChanged += new global::System.EventHandler(this.cmb_type_TextChanged);
|
||||
this.label6.AutoSize = true;
|
||||
this.label6.Location = new global::System.Drawing.Point(256, 35);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new global::System.Drawing.Size(65, 12);
|
||||
this.label6.TabIndex = 24;
|
||||
this.label6.Text = "设备状态:";
|
||||
this.cmb_status.DropDownStyle = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cmb_status.FormattingEnabled = true;
|
||||
this.cmb_status.Items.AddRange(new object[]
|
||||
{
|
||||
"禁用",
|
||||
"启用"
|
||||
});
|
||||
this.cmb_status.Location = new global::System.Drawing.Point(322, 32);
|
||||
this.cmb_status.Name = "cmb_status";
|
||||
this.cmb_status.Size = new global::System.Drawing.Size(86, 20);
|
||||
this.cmb_status.TabIndex = 25;
|
||||
this.groupBox1.BackColor = global::System.Drawing.Color.FromArgb(192, 255, 192);
|
||||
this.groupBox1.Controls.Add(this.lab_id);
|
||||
this.groupBox1.Controls.Add(this.label1);
|
||||
this.groupBox1.Controls.Add(this.label4);
|
||||
this.groupBox1.Controls.Add(this.cmb_linelist);
|
||||
this.groupBox1.Controls.Add(this.num_id);
|
||||
this.groupBox1.Dock = global::System.Windows.Forms.DockStyle.Top;
|
||||
this.groupBox1.Location = new global::System.Drawing.Point(0, 0);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Size = new global::System.Drawing.Size(471, 116);
|
||||
this.groupBox1.TabIndex = 30;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "设备选择";
|
||||
this.toolStrip1.BackColor = global::System.Drawing.Color.White;
|
||||
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(471, 71);
|
||||
this.toolStrip1.TabIndex = 27;
|
||||
this.toolStrip1.Text = "toolStrip1";
|
||||
this.cmb_worktype.FormattingEnabled = true;
|
||||
this.cmb_worktype.Location = new global::System.Drawing.Point(322, 139);
|
||||
this.cmb_worktype.Name = "cmb_worktype";
|
||||
this.cmb_worktype.Size = new global::System.Drawing.Size(121, 20);
|
||||
this.cmb_worktype.TabIndex = 35;
|
||||
this.label12.AutoSize = true;
|
||||
this.label12.Location = new global::System.Drawing.Point(256, 143);
|
||||
this.label12.Name = "label12";
|
||||
this.label12.Size = new global::System.Drawing.Size(65, 12);
|
||||
this.label12.TabIndex = 34;
|
||||
this.label12.Text = "物料类型:";
|
||||
this.编号.DataPropertyName = "编号";
|
||||
this.编号.HeaderText = "编号";
|
||||
this.编号.Name = "编号";
|
||||
this.编号.ReadOnly = true;
|
||||
this.序号.DataPropertyName = "序号";
|
||||
this.序号.HeaderText = "序号";
|
||||
this.序号.Name = "序号";
|
||||
this.序号.ReadOnly = true;
|
||||
this.IP地址.DataPropertyName = "IP地址";
|
||||
this.IP地址.HeaderText = "IP地址";
|
||||
this.IP地址.Name = "IP地址";
|
||||
this.IP地址.ReadOnly = true;
|
||||
this.IP地址.Width = 140;
|
||||
this.通讯端口.DataPropertyName = "通讯端口";
|
||||
this.通讯端口.HeaderText = "通讯端口";
|
||||
this.通讯端口.Name = "通讯端口";
|
||||
this.通讯端口.ReadOnly = true;
|
||||
this.交换机IP.DataPropertyName = "交换机IP";
|
||||
this.交换机IP.HeaderText = "交换机IP";
|
||||
this.交换机IP.Name = "交换机IP";
|
||||
this.交换机IP.ReadOnly = true;
|
||||
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.线体编号.DataPropertyName = "线体编号";
|
||||
this.线体编号.HeaderText = "线体编号";
|
||||
this.线体编号.Name = "线体编号";
|
||||
this.线体编号.ReadOnly = true;
|
||||
this.线体编号.Visible = false;
|
||||
this.线体名称.DataPropertyName = "线体名称";
|
||||
this.线体名称.HeaderText = "线体名称";
|
||||
this.线体名称.Name = "线体名称";
|
||||
this.线体名称.ReadOnly = true;
|
||||
this.线体名称.Width = 180;
|
||||
this.lab_id.AutoSize = true;
|
||||
this.lab_id.Location = new global::System.Drawing.Point(234, 41);
|
||||
this.lab_id.Name = "lab_id";
|
||||
this.lab_id.Size = new global::System.Drawing.Size(47, 12);
|
||||
this.lab_id.TabIndex = 14;
|
||||
this.lab_id.Text = "label13";
|
||||
this.pictureBox1.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.pictureBox1.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.pictureBox1.Location = new global::System.Drawing.Point(258, 196);
|
||||
this.pictureBox1.Name = "pictureBox1";
|
||||
this.pictureBox1.Size = new global::System.Drawing.Size(128, 128);
|
||||
this.pictureBox1.TabIndex = 28;
|
||||
this.pictureBox1.TabStop = false;
|
||||
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, 68);
|
||||
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, 68);
|
||||
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, 68);
|
||||
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, 68);
|
||||
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, 68);
|
||||
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, 68);
|
||||
this.toolStripButton6.Text = "保存";
|
||||
this.toolStripButton6.Click += new global::System.EventHandler(this.toolStripButton6_Click);
|
||||
base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
|
||||
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
|
||||
base.ClientSize = new global::System.Drawing.Size(1130, 542);
|
||||
base.Controls.Add(this.splitContainer1);
|
||||
base.Name = "AGVManage";
|
||||
base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "AGV设备管理";
|
||||
base.TopMost = true;
|
||||
base.WindowState = global::System.Windows.Forms.FormWindowState.Maximized;
|
||||
base.Load += new global::System.EventHandler(this.AGVManage_Load);
|
||||
((global::System.ComponentModel.ISupportInitialize)this.num_id).EndInit();
|
||||
((global::System.ComponentModel.ISupportInitialize)this.num_seq).EndInit();
|
||||
((global::System.ComponentModel.ISupportInitialize)this.dataGridView1).EndInit();
|
||||
this.splitContainer1.Panel1.ResumeLayout(false);
|
||||
this.splitContainer1.Panel2.ResumeLayout(false);
|
||||
this.splitContainer1.Panel2.PerformLayout();
|
||||
((global::System.ComponentModel.ISupportInitialize)this.splitContainer1).EndInit();
|
||||
this.splitContainer1.ResumeLayout(false);
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.groupBox2.ResumeLayout(false);
|
||||
this.groupBox2.PerformLayout();
|
||||
((global::System.ComponentModel.ISupportInitialize)this.numPort).EndInit();
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.groupBox1.PerformLayout();
|
||||
this.toolStrip1.ResumeLayout(false);
|
||||
this.toolStrip1.PerformLayout();
|
||||
((global::System.ComponentModel.ISupportInitialize)this.pictureBox1).EndInit();
|
||||
base.ResumeLayout(false);
|
||||
}
|
||||
|
||||
// Token: 0x04000081 RID: 129
|
||||
private global::System.ComponentModel.IContainer components = null;
|
||||
|
||||
// Token: 0x04000082 RID: 130
|
||||
private global::System.Windows.Forms.Label label1;
|
||||
|
||||
// Token: 0x04000083 RID: 131
|
||||
private global::System.Windows.Forms.NumericUpDown num_id;
|
||||
|
||||
// Token: 0x04000084 RID: 132
|
||||
private global::System.Windows.Forms.NumericUpDown num_seq;
|
||||
|
||||
// Token: 0x04000085 RID: 133
|
||||
private global::System.Windows.Forms.Label label2;
|
||||
|
||||
// Token: 0x04000086 RID: 134
|
||||
private global::System.Windows.Forms.Label label3;
|
||||
|
||||
// Token: 0x04000087 RID: 135
|
||||
private global::System.Windows.Forms.Label label4;
|
||||
|
||||
// Token: 0x04000088 RID: 136
|
||||
private global::System.Windows.Forms.ComboBox cmb_linelist;
|
||||
|
||||
// Token: 0x04000089 RID: 137
|
||||
private global::System.Windows.Forms.DataGridView dataGridView1;
|
||||
|
||||
// Token: 0x0400008A RID: 138
|
||||
private global::System.Windows.Forms.ComboBox cmb_iplist;
|
||||
|
||||
// Token: 0x0400008B RID: 139
|
||||
private global::System.Windows.Forms.SplitContainer splitContainer1;
|
||||
|
||||
// Token: 0x0400008C RID: 140
|
||||
private global::System.Windows.Forms.Button button5;
|
||||
|
||||
// Token: 0x0400008D RID: 141
|
||||
private global::System.Windows.Forms.Label label7;
|
||||
|
||||
// Token: 0x0400008E RID: 142
|
||||
private global::System.Windows.Forms.Label lab_km;
|
||||
|
||||
// Token: 0x0400008F RID: 143
|
||||
private global::System.Windows.Forms.Label label5;
|
||||
|
||||
// Token: 0x04000090 RID: 144
|
||||
private global::System.Windows.Forms.Panel panel1;
|
||||
|
||||
// Token: 0x04000091 RID: 145
|
||||
private global::System.Windows.Forms.ToolStrip toolStrip1;
|
||||
|
||||
// Token: 0x04000092 RID: 146
|
||||
private global::System.Windows.Forms.ToolStripButton toolStripButton1;
|
||||
|
||||
// Token: 0x04000093 RID: 147
|
||||
private global::System.Windows.Forms.ToolStripButton toolStripButton2;
|
||||
|
||||
// Token: 0x04000094 RID: 148
|
||||
private global::System.Windows.Forms.ToolStripButton toolStripButton3;
|
||||
|
||||
// Token: 0x04000095 RID: 149
|
||||
private global::System.Windows.Forms.ToolStripButton toolStripButton4;
|
||||
|
||||
// Token: 0x04000096 RID: 150
|
||||
private global::System.Windows.Forms.ToolStripButton toolStripButton5;
|
||||
|
||||
// Token: 0x04000097 RID: 151
|
||||
private global::System.Windows.Forms.ToolStripButton toolStripButton6;
|
||||
|
||||
// Token: 0x04000098 RID: 152
|
||||
private global::System.Windows.Forms.PictureBox pictureBox1;
|
||||
|
||||
// Token: 0x04000099 RID: 153
|
||||
private global::System.Windows.Forms.Label label8;
|
||||
|
||||
// Token: 0x0400009A RID: 154
|
||||
private global::System.Windows.Forms.ComboBox cmb_type;
|
||||
|
||||
// Token: 0x0400009B RID: 155
|
||||
private global::System.Windows.Forms.Label label6;
|
||||
|
||||
// Token: 0x0400009C RID: 156
|
||||
private global::System.Windows.Forms.ComboBox cmb_status;
|
||||
|
||||
// Token: 0x0400009D RID: 157
|
||||
private global::System.Windows.Forms.GroupBox groupBox2;
|
||||
|
||||
// Token: 0x0400009E RID: 158
|
||||
private global::System.Windows.Forms.Label label9;
|
||||
|
||||
// Token: 0x0400009F RID: 159
|
||||
private global::System.Windows.Forms.GroupBox groupBox1;
|
||||
|
||||
// Token: 0x040000A0 RID: 160
|
||||
private global::System.Windows.Forms.Label label10;
|
||||
|
||||
// Token: 0x040000A1 RID: 161
|
||||
private global::System.Windows.Forms.NumericUpDown numPort;
|
||||
|
||||
// Token: 0x040000A2 RID: 162
|
||||
private global::System.Windows.Forms.ComboBox cmb_switchip;
|
||||
|
||||
// Token: 0x040000A3 RID: 163
|
||||
private global::System.Windows.Forms.Label label11;
|
||||
|
||||
// Token: 0x040000A4 RID: 164
|
||||
private global::System.Windows.Forms.ComboBox cmb_worktype;
|
||||
|
||||
// Token: 0x040000A5 RID: 165
|
||||
private global::System.Windows.Forms.Label label12;
|
||||
|
||||
// Token: 0x040000A6 RID: 166
|
||||
private global::System.Windows.Forms.DataGridViewTextBoxColumn 编号;
|
||||
|
||||
// Token: 0x040000A7 RID: 167
|
||||
private global::System.Windows.Forms.DataGridViewTextBoxColumn 序号;
|
||||
|
||||
// Token: 0x040000A8 RID: 168
|
||||
private global::System.Windows.Forms.DataGridViewTextBoxColumn IP地址;
|
||||
|
||||
// Token: 0x040000A9 RID: 169
|
||||
private global::System.Windows.Forms.DataGridViewTextBoxColumn 通讯端口;
|
||||
|
||||
// Token: 0x040000AA RID: 170
|
||||
private global::System.Windows.Forms.DataGridViewTextBoxColumn 交换机IP;
|
||||
|
||||
// Token: 0x040000AB RID: 171
|
||||
private global::System.Windows.Forms.DataGridViewTextBoxColumn 设备状态;
|
||||
|
||||
// Token: 0x040000AC RID: 172
|
||||
private global::System.Windows.Forms.DataGridViewTextBoxColumn 物料名称;
|
||||
|
||||
// Token: 0x040000AD RID: 173
|
||||
private global::System.Windows.Forms.DataGridViewTextBoxColumn 设备型号;
|
||||
|
||||
// Token: 0x040000AE RID: 174
|
||||
private global::System.Windows.Forms.DataGridViewTextBoxColumn 线体编号;
|
||||
|
||||
// Token: 0x040000AF RID: 175
|
||||
private global::System.Windows.Forms.DataGridViewTextBoxColumn 线体名称;
|
||||
|
||||
// Token: 0x040000B0 RID: 176
|
||||
private global::System.Windows.Forms.Label lab_id;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user