155 lines
6.8 KiB
C#
155 lines
6.8 KiB
C#
namespace AGVSystem
|
|
{
|
|
partial class APTest
|
|
{
|
|
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.IP地址 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.SSID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.网络状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.panel1.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.IP地址,
|
|
this.SSID,
|
|
this.网络状态});
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dataGridView1.Location = new System.Drawing.Point(0, 62);
|
|
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(636, 336);
|
|
this.dataGridView1.TabIndex = 18;
|
|
//
|
|
// 编号
|
|
//
|
|
this.编号.DataPropertyName = "编号";
|
|
this.编号.HeaderText = "编号";
|
|
this.编号.Name = "编号";
|
|
this.编号.ReadOnly = true;
|
|
this.编号.Width = 70;
|
|
//
|
|
// IP地址
|
|
//
|
|
this.IP地址.DataPropertyName = "IP地址";
|
|
this.IP地址.HeaderText = "IP地址";
|
|
this.IP地址.Name = "IP地址";
|
|
this.IP地址.ReadOnly = true;
|
|
this.IP地址.Width = 130;
|
|
//
|
|
// SSID
|
|
//
|
|
this.SSID.DataPropertyName = "SSID";
|
|
this.SSID.HeaderText = "SSID";
|
|
this.SSID.Name = "SSID";
|
|
this.SSID.ReadOnly = true;
|
|
this.SSID.Width = 225;
|
|
//
|
|
// 网络状态
|
|
//
|
|
this.网络状态.DataPropertyName = "网络状态";
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.网络状态.DefaultCellStyle = dataGridViewCellStyle1;
|
|
this.网络状态.HeaderText = "网络状态";
|
|
this.网络状态.Name = "网络状态";
|
|
this.网络状态.ReadOnly = true;
|
|
this.网络状态.Width = 150;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.button1.Location = new System.Drawing.Point(521, 0);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(115, 62);
|
|
this.button1.TabIndex = 19;
|
|
this.button1.Text = "测试网络";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(18, 15);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(333, 55);
|
|
this.label1.TabIndex = 20;
|
|
this.label1.Text = "单击“开始测试”,系统自动检测所有AP网络\r\n\r\n连接是否正常";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.button1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(636, 62);
|
|
this.panel1.TabIndex = 21;
|
|
//
|
|
// APTest
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(636, 398);
|
|
this.Controls.Add(this.dataGridView1);
|
|
this.Controls.Add(this.panel1);
|
|
this.Name = "APTest";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "AP网络状态";
|
|
this.TopMost = true;
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 编号;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn IP地址;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn SSID;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 网络状态;
|
|
private System.Windows.Forms.Panel panel1;
|
|
}
|
|
} |