521 lines
25 KiB
C#
521 lines
25 KiB
C#
namespace AGVSystem
|
||
{
|
||
partial class APInfo
|
||
{
|
||
/// <summary>
|
||
/// Required designer variable.
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// Clean up any resources being used.
|
||
/// </summary>
|
||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Windows Form Designer generated code
|
||
|
||
/// <summary>
|
||
/// Required method for Designer support - do not modify
|
||
/// the contents of this method with the code editor.
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(APInfo));
|
||
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
||
this.编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.型号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.IP地址 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.设备状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.xd = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.SSID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.location = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.num_id = new System.Windows.Forms.NumericUpDown();
|
||
this.cmb_ip = new System.Windows.Forms.ComboBox();
|
||
this.txt_ssid = new System.Windows.Forms.TextBox();
|
||
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||
this.label8 = new System.Windows.Forms.Label();
|
||
this.cmb_status = new System.Windows.Forms.ComboBox();
|
||
this.txt_remark = new System.Windows.Forms.TextBox();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.txt_location = new System.Windows.Forms.TextBox();
|
||
this.num_xd = new System.Windows.Forms.NumericUpDown();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
this.label7 = new System.Windows.Forms.Label();
|
||
this.cmb_type = new System.Windows.Forms.ComboBox();
|
||
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();
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.num_id)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
||
this.splitContainer1.Panel1.SuspendLayout();
|
||
this.splitContainer1.Panel2.SuspendLayout();
|
||
this.splitContainer1.SuspendLayout();
|
||
this.groupBox2.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.num_xd)).BeginInit();
|
||
this.groupBox1.SuspendLayout();
|
||
this.toolStrip1.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// 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.IP地址,
|
||
this.设备状态,
|
||
this.xd,
|
||
this.SSID,
|
||
this.location,
|
||
this.Remark});
|
||
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
|
||
this.dataGridView1.Name = "dataGridView1";
|
||
this.dataGridView1.ReadOnly = true;
|
||
this.dataGridView1.RowTemplate.Height = 30;
|
||
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
this.dataGridView1.Size = new System.Drawing.Size(556, 542);
|
||
this.dataGridView1.TabIndex = 16;
|
||
this.dataGridView1.DoubleClick += new 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;
|
||
//
|
||
// IP地址
|
||
//
|
||
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;
|
||
//
|
||
// xd
|
||
//
|
||
this.xd.DataPropertyName = "信道";
|
||
this.xd.HeaderText = "信道";
|
||
this.xd.Name = "xd";
|
||
this.xd.ReadOnly = true;
|
||
this.xd.Width = 60;
|
||
//
|
||
// SSID
|
||
//
|
||
this.SSID.DataPropertyName = "SSID";
|
||
this.SSID.HeaderText = "SSID";
|
||
this.SSID.Name = "SSID";
|
||
this.SSID.ReadOnly = true;
|
||
this.SSID.Width = 200;
|
||
//
|
||
// location
|
||
//
|
||
this.location.DataPropertyName = "位置";
|
||
this.location.HeaderText = "安装位置";
|
||
this.location.Name = "location";
|
||
this.location.ReadOnly = true;
|
||
//
|
||
// Remark
|
||
//
|
||
this.Remark.DataPropertyName = "Remark";
|
||
this.Remark.HeaderText = "备注";
|
||
this.Remark.Name = "Remark";
|
||
this.Remark.ReadOnly = true;
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(21, 46);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(53, 12);
|
||
this.label1.TabIndex = 18;
|
||
this.label1.Text = "AP编号:";
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(56, 34);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(53, 12);
|
||
this.label2.TabIndex = 19;
|
||
this.label2.Text = "IP地址:";
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(68, 141);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(41, 12);
|
||
this.label3.TabIndex = 20;
|
||
this.label3.Text = "SSID:";
|
||
//
|
||
// num_id
|
||
//
|
||
this.num_id.BackColor = System.Drawing.SystemColors.ScrollBar;
|
||
this.num_id.Location = new System.Drawing.Point(80, 44);
|
||
this.num_id.Maximum = new decimal(new int[] {
|
||
30,
|
||
0,
|
||
0,
|
||
0});
|
||
this.num_id.Name = "num_id";
|
||
this.num_id.Size = new System.Drawing.Size(120, 21);
|
||
this.num_id.TabIndex = 21;
|
||
//
|
||
// cmb_ip
|
||
//
|
||
this.cmb_ip.FormattingEnabled = true;
|
||
this.cmb_ip.Location = new System.Drawing.Point(113, 30);
|
||
this.cmb_ip.Name = "cmb_ip";
|
||
this.cmb_ip.Size = new System.Drawing.Size(101, 20);
|
||
this.cmb_ip.TabIndex = 22;
|
||
//
|
||
// txt_ssid
|
||
//
|
||
this.txt_ssid.Location = new System.Drawing.Point(113, 136);
|
||
this.txt_ssid.Name = "txt_ssid";
|
||
this.txt_ssid.Size = new System.Drawing.Size(276, 21);
|
||
this.txt_ssid.TabIndex = 23;
|
||
//
|
||
// splitContainer1
|
||
//
|
||
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
||
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
||
this.splitContainer1.Name = "splitContainer1";
|
||
//
|
||
// splitContainer1.Panel1
|
||
//
|
||
this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
|
||
//
|
||
// splitContainer1.Panel2
|
||
//
|
||
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 System.Drawing.Size(1004, 542);
|
||
this.splitContainer1.SplitterDistance = 556;
|
||
this.splitContainer1.TabIndex = 24;
|
||
//
|
||
// groupBox2
|
||
//
|
||
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 = System.Windows.Forms.DockStyle.Fill;
|
||
this.groupBox2.Location = new System.Drawing.Point(0, 228);
|
||
this.groupBox2.Name = "groupBox2";
|
||
this.groupBox2.Size = new System.Drawing.Size(444, 314);
|
||
this.groupBox2.TabIndex = 32;
|
||
this.groupBox2.TabStop = false;
|
||
this.groupBox2.Text = "配置信息";
|
||
//
|
||
// label8
|
||
//
|
||
this.label8.AutoSize = true;
|
||
this.label8.Location = new System.Drawing.Point(237, 34);
|
||
this.label8.Name = "label8";
|
||
this.label8.Size = new System.Drawing.Size(65, 12);
|
||
this.label8.TabIndex = 30;
|
||
this.label8.Text = "设备状态:";
|
||
//
|
||
// cmb_status
|
||
//
|
||
this.cmb_status.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.cmb_status.FormattingEnabled = true;
|
||
this.cmb_status.Items.AddRange(new object[] {
|
||
"禁用",
|
||
"启用"});
|
||
this.cmb_status.Location = new System.Drawing.Point(303, 31);
|
||
this.cmb_status.Name = "cmb_status";
|
||
this.cmb_status.Size = new System.Drawing.Size(86, 20);
|
||
this.cmb_status.TabIndex = 31;
|
||
//
|
||
// txt_remark
|
||
//
|
||
this.txt_remark.Location = new System.Drawing.Point(113, 249);
|
||
this.txt_remark.Multiline = true;
|
||
this.txt_remark.Name = "txt_remark";
|
||
this.txt_remark.Size = new System.Drawing.Size(276, 107);
|
||
this.txt_remark.TabIndex = 29;
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.AutoSize = true;
|
||
this.label6.Location = new System.Drawing.Point(68, 254);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(41, 12);
|
||
this.label6.TabIndex = 28;
|
||
this.label6.Text = "备注:";
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(68, 85);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(41, 12);
|
||
this.label4.TabIndex = 24;
|
||
this.label4.Text = "信道:";
|
||
//
|
||
// txt_location
|
||
//
|
||
this.txt_location.Location = new System.Drawing.Point(113, 190);
|
||
this.txt_location.Name = "txt_location";
|
||
this.txt_location.Size = new System.Drawing.Size(276, 21);
|
||
this.txt_location.TabIndex = 27;
|
||
//
|
||
// num_xd
|
||
//
|
||
this.num_xd.Location = new System.Drawing.Point(113, 80);
|
||
this.num_xd.Name = "num_xd";
|
||
this.num_xd.Size = new System.Drawing.Size(101, 21);
|
||
this.num_xd.TabIndex = 25;
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.Location = new System.Drawing.Point(44, 195);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(65, 12);
|
||
this.label5.TabIndex = 26;
|
||
this.label5.Text = "安装位置:";
|
||
//
|
||
// groupBox1
|
||
//
|
||
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 = System.Windows.Forms.DockStyle.Top;
|
||
this.groupBox1.Location = new System.Drawing.Point(0, 71);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Size = new System.Drawing.Size(444, 157);
|
||
this.groupBox1.TabIndex = 31;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = "设备信息";
|
||
//
|
||
// textBox1
|
||
//
|
||
this.textBox1.Dock = System.Windows.Forms.DockStyle.Right;
|
||
this.textBox1.Location = new System.Drawing.Point(220, 17);
|
||
this.textBox1.Multiline = true;
|
||
this.textBox1.Name = "textBox1";
|
||
this.textBox1.ReadOnly = true;
|
||
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
||
this.textBox1.Size = new System.Drawing.Size(221, 137);
|
||
this.textBox1.TabIndex = 25;
|
||
this.textBox1.WordWrap = false;
|
||
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
|
||
//
|
||
// label7
|
||
//
|
||
this.label7.AutoSize = true;
|
||
this.label7.Location = new System.Drawing.Point(33, 95);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(41, 12);
|
||
this.label7.TabIndex = 23;
|
||
this.label7.Text = "型号:";
|
||
//
|
||
// cmb_type
|
||
//
|
||
this.cmb_type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.cmb_type.FormattingEnabled = true;
|
||
this.cmb_type.Location = new System.Drawing.Point(78, 92);
|
||
this.cmb_type.Name = "cmb_type";
|
||
this.cmb_type.Size = new System.Drawing.Size(122, 20);
|
||
this.cmb_type.TabIndex = 24;
|
||
this.cmb_type.SelectedIndexChanged += new System.EventHandler(this.cmb_type_SelectedIndexChanged);
|
||
//
|
||
// toolStrip1
|
||
//
|
||
this.toolStrip1.BackColor = System.Drawing.Color.White;
|
||
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, 71);
|
||
this.toolStrip1.TabIndex = 30;
|
||
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, 68);
|
||
this.toolStripButton1.Text = "新建";
|
||
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
||
//
|
||
// toolStripButton2
|
||
//
|
||
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||
this.toolStripButton2.Enabled = false;
|
||
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, 68);
|
||
this.toolStripButton2.Text = "查询";
|
||
//
|
||
// 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, 68);
|
||
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, 68);
|
||
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, 68);
|
||
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, 68);
|
||
this.toolStripButton6.Text = "保存";
|
||
this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
|
||
//
|
||
// APInfo
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(1004, 542);
|
||
this.Controls.Add(this.splitContainer1);
|
||
this.Name = "APInfo";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "AP管理";
|
||
this.Load += new System.EventHandler(this.APInfo_Load);
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.num_id)).EndInit();
|
||
this.splitContainer1.Panel1.ResumeLayout(false);
|
||
this.splitContainer1.Panel2.ResumeLayout(false);
|
||
this.splitContainer1.Panel2.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
||
this.splitContainer1.ResumeLayout(false);
|
||
this.groupBox2.ResumeLayout(false);
|
||
this.groupBox2.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.num_xd)).EndInit();
|
||
this.groupBox1.ResumeLayout(false);
|
||
this.groupBox1.PerformLayout();
|
||
this.toolStrip1.ResumeLayout(false);
|
||
this.toolStrip1.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.DataGridView dataGridView1;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.NumericUpDown num_id;
|
||
private System.Windows.Forms.ComboBox cmb_ip;
|
||
private System.Windows.Forms.TextBox txt_ssid;
|
||
private System.Windows.Forms.SplitContainer splitContainer1;
|
||
private System.Windows.Forms.NumericUpDown num_xd;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.TextBox txt_location;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.TextBox txt_remark;
|
||
private System.Windows.Forms.Label label6;
|
||
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.ToolStripButton toolStripButton6;
|
||
private System.Windows.Forms.GroupBox groupBox2;
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private System.Windows.Forms.Label label7;
|
||
private System.Windows.Forms.ComboBox cmb_type;
|
||
private System.Windows.Forms.TextBox textBox1;
|
||
private System.Windows.Forms.Label label8;
|
||
private System.Windows.Forms.ComboBox cmb_status;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 编号;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 型号;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn IP地址;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 设备状态;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn xd;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn SSID;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn location;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Remark;
|
||
}
|
||
} |