470 lines
22 KiB
C#
470 lines
22 KiB
C#
namespace AGVSystem
|
||
{
|
||
// Token: 0x02000007 RID: 7
|
||
public partial class APInfo : global::System.Windows.Forms.Form
|
||
{
|
||
// Token: 0x0600007A RID: 122 RVA: 0x0000EA20 File Offset: 0x0000CC20
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
bool flag = disposing && this.components != null;
|
||
if (flag)
|
||
{
|
||
this.components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
// Token: 0x0600007B RID: 123 RVA: 0x0000EA58 File Offset: 0x0000CC58
|
||
private void InitializeComponent()
|
||
{
|
||
global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::AGVSystem.APInfo));
|
||
this.dataGridView1 = new global::System.Windows.Forms.DataGridView();
|
||
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.xd = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.SSID = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.location = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Remark = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.label1 = new global::System.Windows.Forms.Label();
|
||
this.label2 = new global::System.Windows.Forms.Label();
|
||
this.label3 = new global::System.Windows.Forms.Label();
|
||
this.num_id = new global::System.Windows.Forms.NumericUpDown();
|
||
this.cmb_ip = new global::System.Windows.Forms.ComboBox();
|
||
this.txt_ssid = new global::System.Windows.Forms.TextBox();
|
||
this.splitContainer1 = new global::System.Windows.Forms.SplitContainer();
|
||
this.groupBox2 = new global::System.Windows.Forms.GroupBox();
|
||
this.label8 = new global::System.Windows.Forms.Label();
|
||
this.cmb_status = new global::System.Windows.Forms.ComboBox();
|
||
this.txt_remark = new global::System.Windows.Forms.TextBox();
|
||
this.label6 = new global::System.Windows.Forms.Label();
|
||
this.label4 = new global::System.Windows.Forms.Label();
|
||
this.txt_location = new global::System.Windows.Forms.TextBox();
|
||
this.num_xd = new global::System.Windows.Forms.NumericUpDown();
|
||
this.label5 = new global::System.Windows.Forms.Label();
|
||
this.groupBox1 = new global::System.Windows.Forms.GroupBox();
|
||
this.textBox1 = new global::System.Windows.Forms.TextBox();
|
||
this.label7 = new global::System.Windows.Forms.Label();
|
||
this.cmb_type = new global::System.Windows.Forms.ComboBox();
|
||
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();
|
||
((global::System.ComponentModel.ISupportInitialize)this.dataGridView1).BeginInit();
|
||
((global::System.ComponentModel.ISupportInitialize)this.num_id).BeginInit();
|
||
((global::System.ComponentModel.ISupportInitialize)this.splitContainer1).BeginInit();
|
||
this.splitContainer1.Panel1.SuspendLayout();
|
||
this.splitContainer1.Panel2.SuspendLayout();
|
||
this.splitContainer1.SuspendLayout();
|
||
this.groupBox2.SuspendLayout();
|
||
((global::System.ComponentModel.ISupportInitialize)this.num_xd).BeginInit();
|
||
this.groupBox1.SuspendLayout();
|
||
this.toolStrip1.SuspendLayout();
|
||
base.SuspendLayout();
|
||
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.xd,
|
||
this.SSID,
|
||
this.location,
|
||
this.Remark
|
||
});
|
||
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(556, 542);
|
||
this.dataGridView1.TabIndex = 16;
|
||
this.dataGridView1.DoubleClick += new global::System.EventHandler(this.dataGridView1_DoubleClick);
|
||
this.编号.DataPropertyName = "编号";
|
||
this.编号.HeaderText = "编号";
|
||
this.编号.Name = "编号";
|
||
this.编号.ReadOnly = true;
|
||
this.编号.Width = 60;
|
||
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 = "Status";
|
||
this.设备状态.HeaderText = "设备状态";
|
||
this.设备状态.Name = "设备状态";
|
||
this.设备状态.ReadOnly = true;
|
||
this.xd.DataPropertyName = "信道";
|
||
this.xd.HeaderText = "信道";
|
||
this.xd.Name = "xd";
|
||
this.xd.ReadOnly = true;
|
||
this.xd.Width = 60;
|
||
this.SSID.DataPropertyName = "SSID";
|
||
this.SSID.HeaderText = "SSID";
|
||
this.SSID.Name = "SSID";
|
||
this.SSID.ReadOnly = true;
|
||
this.SSID.Width = 200;
|
||
this.location.DataPropertyName = "位置";
|
||
this.location.HeaderText = "安装位置";
|
||
this.location.Name = "location";
|
||
this.location.ReadOnly = true;
|
||
this.Remark.DataPropertyName = "Remark";
|
||
this.Remark.HeaderText = "备注";
|
||
this.Remark.Name = "Remark";
|
||
this.Remark.ReadOnly = true;
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new global::System.Drawing.Point(21, 46);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new global::System.Drawing.Size(53, 12);
|
||
this.label1.TabIndex = 18;
|
||
this.label1.Text = "AP编号:";
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new global::System.Drawing.Point(56, 34);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new global::System.Drawing.Size(53, 12);
|
||
this.label2.TabIndex = 19;
|
||
this.label2.Text = "IP地址:";
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new global::System.Drawing.Point(68, 141);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new global::System.Drawing.Size(41, 12);
|
||
this.label3.TabIndex = 20;
|
||
this.label3.Text = "SSID:";
|
||
this.num_id.BackColor = global::System.Drawing.SystemColors.ScrollBar;
|
||
this.num_id.Location = new global::System.Drawing.Point(80, 44);
|
||
global::System.Windows.Forms.NumericUpDown numericUpDown = this.num_id;
|
||
int[] array = new int[4];
|
||
array[0] = 30;
|
||
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 = 21;
|
||
this.cmb_ip.FormattingEnabled = true;
|
||
this.cmb_ip.Location = new global::System.Drawing.Point(113, 30);
|
||
this.cmb_ip.Name = "cmb_ip";
|
||
this.cmb_ip.Size = new global::System.Drawing.Size(101, 20);
|
||
this.cmb_ip.TabIndex = 22;
|
||
this.txt_ssid.Location = new global::System.Drawing.Point(113, 136);
|
||
this.txt_ssid.Name = "txt_ssid";
|
||
this.txt_ssid.Size = new global::System.Drawing.Size(276, 21);
|
||
this.txt_ssid.TabIndex = 23;
|
||
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.groupBox2);
|
||
this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
|
||
this.splitContainer1.Panel2.Controls.Add(this.toolStrip1);
|
||
this.splitContainer1.Size = new global::System.Drawing.Size(1004, 542);
|
||
this.splitContainer1.SplitterDistance = 556;
|
||
this.splitContainer1.TabIndex = 24;
|
||
this.groupBox2.Controls.Add(this.label8);
|
||
this.groupBox2.Controls.Add(this.cmb_status);
|
||
this.groupBox2.Controls.Add(this.label2);
|
||
this.groupBox2.Controls.Add(this.label3);
|
||
this.groupBox2.Controls.Add(this.cmb_ip);
|
||
this.groupBox2.Controls.Add(this.txt_remark);
|
||
this.groupBox2.Controls.Add(this.txt_ssid);
|
||
this.groupBox2.Controls.Add(this.label6);
|
||
this.groupBox2.Controls.Add(this.label4);
|
||
this.groupBox2.Controls.Add(this.txt_location);
|
||
this.groupBox2.Controls.Add(this.num_xd);
|
||
this.groupBox2.Controls.Add(this.label5);
|
||
this.groupBox2.Dock = global::System.Windows.Forms.DockStyle.Fill;
|
||
this.groupBox2.Location = new global::System.Drawing.Point(0, 228);
|
||
this.groupBox2.Name = "groupBox2";
|
||
this.groupBox2.Size = new global::System.Drawing.Size(444, 314);
|
||
this.groupBox2.TabIndex = 32;
|
||
this.groupBox2.TabStop = false;
|
||
this.groupBox2.Text = "配置信息";
|
||
this.label8.AutoSize = true;
|
||
this.label8.Location = new global::System.Drawing.Point(237, 34);
|
||
this.label8.Name = "label8";
|
||
this.label8.Size = new global::System.Drawing.Size(65, 12);
|
||
this.label8.TabIndex = 30;
|
||
this.label8.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(303, 31);
|
||
this.cmb_status.Name = "cmb_status";
|
||
this.cmb_status.Size = new global::System.Drawing.Size(86, 20);
|
||
this.cmb_status.TabIndex = 31;
|
||
this.txt_remark.Location = new global::System.Drawing.Point(113, 249);
|
||
this.txt_remark.Multiline = true;
|
||
this.txt_remark.Name = "txt_remark";
|
||
this.txt_remark.Size = new global::System.Drawing.Size(276, 107);
|
||
this.txt_remark.TabIndex = 29;
|
||
this.label6.AutoSize = true;
|
||
this.label6.Location = new global::System.Drawing.Point(68, 254);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new global::System.Drawing.Size(41, 12);
|
||
this.label6.TabIndex = 28;
|
||
this.label6.Text = "备注:";
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new global::System.Drawing.Point(68, 85);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new global::System.Drawing.Size(41, 12);
|
||
this.label4.TabIndex = 24;
|
||
this.label4.Text = "信道:";
|
||
this.txt_location.Location = new global::System.Drawing.Point(113, 190);
|
||
this.txt_location.Name = "txt_location";
|
||
this.txt_location.Size = new global::System.Drawing.Size(276, 21);
|
||
this.txt_location.TabIndex = 27;
|
||
this.num_xd.Location = new global::System.Drawing.Point(113, 80);
|
||
this.num_xd.Name = "num_xd";
|
||
this.num_xd.Size = new global::System.Drawing.Size(101, 21);
|
||
this.num_xd.TabIndex = 25;
|
||
this.label5.AutoSize = true;
|
||
this.label5.Location = new global::System.Drawing.Point(44, 195);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new global::System.Drawing.Size(65, 12);
|
||
this.label5.TabIndex = 26;
|
||
this.label5.Text = "安装位置:";
|
||
this.groupBox1.Controls.Add(this.textBox1);
|
||
this.groupBox1.Controls.Add(this.label7);
|
||
this.groupBox1.Controls.Add(this.cmb_type);
|
||
this.groupBox1.Controls.Add(this.label1);
|
||
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, 71);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Size = new global::System.Drawing.Size(444, 157);
|
||
this.groupBox1.TabIndex = 31;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = "设备信息";
|
||
this.textBox1.Dock = global::System.Windows.Forms.DockStyle.Right;
|
||
this.textBox1.Location = new global::System.Drawing.Point(220, 17);
|
||
this.textBox1.Multiline = true;
|
||
this.textBox1.Name = "textBox1";
|
||
this.textBox1.ReadOnly = true;
|
||
this.textBox1.ScrollBars = global::System.Windows.Forms.ScrollBars.Vertical;
|
||
this.textBox1.Size = new global::System.Drawing.Size(221, 137);
|
||
this.textBox1.TabIndex = 25;
|
||
this.textBox1.WordWrap = false;
|
||
this.textBox1.TextChanged += new global::System.EventHandler(this.textBox1_TextChanged);
|
||
this.label7.AutoSize = true;
|
||
this.label7.Location = new global::System.Drawing.Point(33, 95);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new global::System.Drawing.Size(41, 12);
|
||
this.label7.TabIndex = 23;
|
||
this.label7.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(78, 92);
|
||
this.cmb_type.Name = "cmb_type";
|
||
this.cmb_type.Size = new global::System.Drawing.Size(122, 20);
|
||
this.cmb_type.TabIndex = 24;
|
||
this.cmb_type.SelectedIndexChanged += new global::System.EventHandler(this.cmb_type_SelectedIndexChanged);
|
||
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(444, 71);
|
||
this.toolStrip1.TabIndex = 30;
|
||
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, 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.Enabled = false;
|
||
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.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(1004, 542);
|
||
base.Controls.Add(this.splitContainer1);
|
||
base.Name = "APInfo";
|
||
base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "AP管理";
|
||
base.Load += new global::System.EventHandler(this.APInfo_Load);
|
||
((global::System.ComponentModel.ISupportInitialize)this.dataGridView1).EndInit();
|
||
((global::System.ComponentModel.ISupportInitialize)this.num_id).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.groupBox2.ResumeLayout(false);
|
||
this.groupBox2.PerformLayout();
|
||
((global::System.ComponentModel.ISupportInitialize)this.num_xd).EndInit();
|
||
this.groupBox1.ResumeLayout(false);
|
||
this.groupBox1.PerformLayout();
|
||
this.toolStrip1.ResumeLayout(false);
|
||
this.toolStrip1.PerformLayout();
|
||
base.ResumeLayout(false);
|
||
}
|
||
|
||
// Token: 0x040000D1 RID: 209
|
||
private global::System.ComponentModel.IContainer components = null;
|
||
|
||
// Token: 0x040000D2 RID: 210
|
||
private global::System.Windows.Forms.DataGridView dataGridView1;
|
||
|
||
// Token: 0x040000D3 RID: 211
|
||
private global::System.Windows.Forms.Label label1;
|
||
|
||
// Token: 0x040000D4 RID: 212
|
||
private global::System.Windows.Forms.Label label2;
|
||
|
||
// Token: 0x040000D5 RID: 213
|
||
private global::System.Windows.Forms.Label label3;
|
||
|
||
// Token: 0x040000D6 RID: 214
|
||
private global::System.Windows.Forms.NumericUpDown num_id;
|
||
|
||
// Token: 0x040000D7 RID: 215
|
||
private global::System.Windows.Forms.ComboBox cmb_ip;
|
||
|
||
// Token: 0x040000D8 RID: 216
|
||
private global::System.Windows.Forms.TextBox txt_ssid;
|
||
|
||
// Token: 0x040000D9 RID: 217
|
||
private global::System.Windows.Forms.SplitContainer splitContainer1;
|
||
|
||
// Token: 0x040000DA RID: 218
|
||
private global::System.Windows.Forms.NumericUpDown num_xd;
|
||
|
||
// Token: 0x040000DB RID: 219
|
||
private global::System.Windows.Forms.Label label4;
|
||
|
||
// Token: 0x040000DC RID: 220
|
||
private global::System.Windows.Forms.TextBox txt_location;
|
||
|
||
// Token: 0x040000DD RID: 221
|
||
private global::System.Windows.Forms.Label label5;
|
||
|
||
// Token: 0x040000DE RID: 222
|
||
private global::System.Windows.Forms.TextBox txt_remark;
|
||
|
||
// Token: 0x040000DF RID: 223
|
||
private global::System.Windows.Forms.Label label6;
|
||
|
||
// Token: 0x040000E0 RID: 224
|
||
private global::System.Windows.Forms.ToolStrip toolStrip1;
|
||
|
||
// Token: 0x040000E1 RID: 225
|
||
private global::System.Windows.Forms.ToolStripButton toolStripButton1;
|
||
|
||
// Token: 0x040000E2 RID: 226
|
||
private global::System.Windows.Forms.ToolStripButton toolStripButton2;
|
||
|
||
// Token: 0x040000E3 RID: 227
|
||
private global::System.Windows.Forms.ToolStripButton toolStripButton3;
|
||
|
||
// Token: 0x040000E4 RID: 228
|
||
private global::System.Windows.Forms.ToolStripButton toolStripButton4;
|
||
|
||
// Token: 0x040000E5 RID: 229
|
||
private global::System.Windows.Forms.ToolStripButton toolStripButton5;
|
||
|
||
// Token: 0x040000E6 RID: 230
|
||
private global::System.Windows.Forms.ToolStripButton toolStripButton6;
|
||
|
||
// Token: 0x040000E7 RID: 231
|
||
private global::System.Windows.Forms.GroupBox groupBox2;
|
||
|
||
// Token: 0x040000E8 RID: 232
|
||
private global::System.Windows.Forms.GroupBox groupBox1;
|
||
|
||
// Token: 0x040000E9 RID: 233
|
||
private global::System.Windows.Forms.Label label7;
|
||
|
||
// Token: 0x040000EA RID: 234
|
||
private global::System.Windows.Forms.ComboBox cmb_type;
|
||
|
||
// Token: 0x040000EB RID: 235
|
||
private global::System.Windows.Forms.TextBox textBox1;
|
||
|
||
// Token: 0x040000EC RID: 236
|
||
private global::System.Windows.Forms.Label label8;
|
||
|
||
// Token: 0x040000ED RID: 237
|
||
private global::System.Windows.Forms.ComboBox cmb_status;
|
||
|
||
// Token: 0x040000EE RID: 238
|
||
private global::System.Windows.Forms.DataGridViewTextBoxColumn 编号;
|
||
|
||
// Token: 0x040000EF RID: 239
|
||
private global::System.Windows.Forms.DataGridViewTextBoxColumn 型号;
|
||
|
||
// Token: 0x040000F0 RID: 240
|
||
private global::System.Windows.Forms.DataGridViewTextBoxColumn IP地址;
|
||
|
||
// Token: 0x040000F1 RID: 241
|
||
private global::System.Windows.Forms.DataGridViewTextBoxColumn 设备状态;
|
||
|
||
// Token: 0x040000F2 RID: 242
|
||
private global::System.Windows.Forms.DataGridViewTextBoxColumn xd;
|
||
|
||
// Token: 0x040000F3 RID: 243
|
||
private global::System.Windows.Forms.DataGridViewTextBoxColumn SSID;
|
||
|
||
// Token: 0x040000F4 RID: 244
|
||
private global::System.Windows.Forms.DataGridViewTextBoxColumn location;
|
||
|
||
// Token: 0x040000F5 RID: 245
|
||
private global::System.Windows.Forms.DataGridViewTextBoxColumn Remark;
|
||
}
|
||
}
|