namespace AGVSystem { // Token: 0x02000008 RID: 8 public partial class APTest : global::System.Windows.Forms.Form { // Token: 0x0600007F RID: 127 RVA: 0x000101F4 File Offset: 0x0000E3F4 protected override void Dispose(bool disposing) { bool flag = disposing && this.components != null; if (flag) { this.components.Dispose(); } base.Dispose(disposing); } // Token: 0x06000080 RID: 128 RVA: 0x0001022C File Offset: 0x0000E42C private void InitializeComponent() { global::System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle = new global::System.Windows.Forms.DataGridViewCellStyle(); this.dataGridView1 = new global::System.Windows.Forms.DataGridView(); this.编号 = new global::System.Windows.Forms.DataGridViewTextBoxColumn(); this.IP地址 = new global::System.Windows.Forms.DataGridViewTextBoxColumn(); this.SSID = new global::System.Windows.Forms.DataGridViewTextBoxColumn(); this.网络状态 = new global::System.Windows.Forms.DataGridViewTextBoxColumn(); this.button1 = new global::System.Windows.Forms.Button(); this.label1 = new global::System.Windows.Forms.Label(); this.panel1 = new global::System.Windows.Forms.Panel(); ((global::System.ComponentModel.ISupportInitialize)this.dataGridView1).BeginInit(); this.panel1.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.IP地址, this.SSID, this.网络状态 }); this.dataGridView1.Dock = global::System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new global::System.Drawing.Point(0, 62); 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(636, 336); this.dataGridView1.TabIndex = 18; this.编号.DataPropertyName = "编号"; this.编号.HeaderText = "编号"; this.编号.Name = "编号"; this.编号.ReadOnly = true; this.编号.Width = 70; this.IP地址.DataPropertyName = "IP地址"; this.IP地址.HeaderText = "IP地址"; this.IP地址.Name = "IP地址"; this.IP地址.ReadOnly = true; this.IP地址.Width = 130; this.SSID.DataPropertyName = "SSID"; this.SSID.HeaderText = "SSID"; this.SSID.Name = "SSID"; this.SSID.ReadOnly = true; this.SSID.Width = 225; this.网络状态.DataPropertyName = "网络状态"; dataGridViewCellStyle.ForeColor = global::System.Drawing.Color.FromArgb(0, 192, 0); this.网络状态.DefaultCellStyle = dataGridViewCellStyle; this.网络状态.HeaderText = "网络状态"; this.网络状态.Name = "网络状态"; this.网络状态.ReadOnly = true; this.网络状态.Width = 150; this.button1.Dock = global::System.Windows.Forms.DockStyle.Right; this.button1.Location = new global::System.Drawing.Point(521, 0); this.button1.Name = "button1"; this.button1.Size = new global::System.Drawing.Size(115, 62); this.button1.TabIndex = 19; this.button1.Text = "测试网络"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new global::System.EventHandler(this.button1_Click); this.label1.Font = new global::System.Drawing.Font("宋体", 9f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 134); this.label1.Location = new global::System.Drawing.Point(18, 15); this.label1.Name = "label1"; this.label1.Size = new global::System.Drawing.Size(333, 55); this.label1.TabIndex = 20; this.label1.Text = "单击“开始测试”,系统自动检测所有AP网络\r\n\r\n连接是否正常"; this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.button1); this.panel1.Dock = global::System.Windows.Forms.DockStyle.Top; this.panel1.Location = new global::System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new global::System.Drawing.Size(636, 62); this.panel1.TabIndex = 21; base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f); base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font; base.ClientSize = new global::System.Drawing.Size(636, 398); base.Controls.Add(this.dataGridView1); base.Controls.Add(this.panel1); base.Name = "APTest"; base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "AP网络状态"; base.TopMost = true; ((global::System.ComponentModel.ISupportInitialize)this.dataGridView1).EndInit(); this.panel1.ResumeLayout(false); base.ResumeLayout(false); } // Token: 0x040000F9 RID: 249 private global::System.ComponentModel.IContainer components = null; // Token: 0x040000FA RID: 250 private global::System.Windows.Forms.DataGridView dataGridView1; // Token: 0x040000FB RID: 251 private global::System.Windows.Forms.Button button1; // Token: 0x040000FC RID: 252 private global::System.Windows.Forms.Label label1; // Token: 0x040000FD RID: 253 private global::System.Windows.Forms.DataGridViewTextBoxColumn 编号; // Token: 0x040000FE RID: 254 private global::System.Windows.Forms.DataGridViewTextBoxColumn IP地址; // Token: 0x040000FF RID: 255 private global::System.Windows.Forms.DataGridViewTextBoxColumn SSID; // Token: 0x04000100 RID: 256 private global::System.Windows.Forms.DataGridViewTextBoxColumn 网络状态; // Token: 0x04000101 RID: 257 private global::System.Windows.Forms.Panel panel1; } }