📄 withe.designer.cs
字号:
namespace WiThe
{
partial class WiThe
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
/// <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()
{
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.btnScan = new System.Windows.Forms.Button();
this.lstNetworks = new System.Windows.Forms.ListView();
this.essid = new System.Windows.Forms.ColumnHeader();
this.open = new System.Windows.Forms.ColumnHeader();
this.signal = new System.Windows.Forms.ColumnHeader();
this.mac = new System.Windows.Forms.ColumnHeader();
this.txtInterface = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// btnScan
//
this.btnScan.Dock = System.Windows.Forms.DockStyle.Bottom;
this.btnScan.Location = new System.Drawing.Point(0, 248);
this.btnScan.Name = "btnScan";
this.btnScan.Size = new System.Drawing.Size(240, 20);
this.btnScan.TabIndex = 0;
this.btnScan.Text = "Scan";
this.btnScan.Click += new System.EventHandler(this.btnScan_Click);
//
// lstNetworks
//
this.lstNetworks.Columns.Add(this.essid);
this.lstNetworks.Columns.Add(this.open);
this.lstNetworks.Columns.Add(this.signal);
this.lstNetworks.Columns.Add(this.mac);
this.lstNetworks.Dock = System.Windows.Forms.DockStyle.Top;
this.lstNetworks.Location = new System.Drawing.Point(0, 0);
this.lstNetworks.Name = "lstNetworks";
this.lstNetworks.Size = new System.Drawing.Size(240, 221);
this.lstNetworks.TabIndex = 1;
this.lstNetworks.View = System.Windows.Forms.View.Details;
//
// essid
//
this.essid.Text = "ESSID";
this.essid.Width = 60;
//
// open
//
this.open.Text = "O";
this.open.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.open.Width = 22;
//
// signal
//
this.signal.Text = "S";
this.signal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.signal.Width = 28;
//
// mac
//
this.mac.Text = "MAC";
this.mac.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.mac.Width = 116;
//
// txtInterface
//
this.txtInterface.Dock = System.Windows.Forms.DockStyle.Bottom;
this.txtInterface.Location = new System.Drawing.Point(0, 227);
this.txtInterface.Name = "txtInterface";
this.txtInterface.Size = new System.Drawing.Size(240, 21);
this.txtInterface.TabIndex = 2;
//
// WiThe
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Controls.Add(this.txtInterface);
this.Controls.Add(this.lstNetworks);
this.Controls.Add(this.btnScan);
this.Menu = this.mainMenu1;
this.Name = "WiThe";
this.Text = "WiThe";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnScan;
private System.Windows.Forms.ListView lstNetworks;
private System.Windows.Forms.TextBox txtInterface;
private System.Windows.Forms.ColumnHeader essid;
private System.Windows.Forms.ColumnHeader open;
private System.Windows.Forms.ColumnHeader signal;
private System.Windows.Forms.ColumnHeader mac;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -