📄 frm-ipfind.designer.cs
字号:
namespace 计算机及IP管理
{
partial class frm_IPFind
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnNoBind = new DevComponents.DotNetBar.ButtonX();
this.comNetwork = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.txtIP = new DevComponents.DotNetBar.Controls.TextBoxX();
this.btnExit = new System.Windows.Forms.Button();
this.btnPageSetup = new System.Windows.Forms.Button();
this.btnPreview = new System.Windows.Forms.Button();
this.btnFind = new System.Windows.Forms.Button();
this.labnet = new System.Windows.Forms.Label();
this.labIP = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.DGViewResult = new DevComponents.DotNetBar.Controls.DataGridViewX();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DGViewResult)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnNoBind);
this.groupBox1.Controls.Add(this.comNetwork);
this.groupBox1.Controls.Add(this.txtIP);
this.groupBox1.Controls.Add(this.btnExit);
this.groupBox1.Controls.Add(this.btnPageSetup);
this.groupBox1.Controls.Add(this.btnPreview);
this.groupBox1.Controls.Add(this.btnFind);
this.groupBox1.Controls.Add(this.labnet);
this.groupBox1.Controls.Add(this.labIP);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(720, 66);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "查询";
//
// btnNoBind
//
this.btnNoBind.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnNoBind.Location = new System.Drawing.Point(306, 28);
this.btnNoBind.Name = "btnNoBind";
this.btnNoBind.Size = new System.Drawing.Size(75, 23);
this.btnNoBind.TabIndex = 10;
this.btnNoBind.Text = "未绑定IP";
this.btnNoBind.Click += new System.EventHandler(this.btnNoBind_Click);
//
// comNetwork
//
this.comNetwork.DisplayMember = "Text";
this.comNetwork.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.comNetwork.FormattingEnabled = true;
this.comNetwork.Location = new System.Drawing.Point(42, 28);
this.comNetwork.Name = "comNetwork";
this.comNetwork.Size = new System.Drawing.Size(107, 22);
this.comNetwork.TabIndex = 9;
//
// txtIP
//
//
//
//
this.txtIP.Border.Class = "TextBoxBorder";
this.txtIP.Location = new System.Drawing.Point(179, 28);
this.txtIP.Name = "txtIP";
this.txtIP.Size = new System.Drawing.Size(42, 21);
this.txtIP.TabIndex = 8;
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(575, 28);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 23);
this.btnExit.TabIndex = 7;
this.btnExit.Text = "退出";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnPageSetup
//
this.btnPageSetup.Enabled = false;
this.btnPageSetup.Location = new System.Drawing.Point(392, 28);
this.btnPageSetup.Name = "btnPageSetup";
this.btnPageSetup.Size = new System.Drawing.Size(75, 23);
this.btnPageSetup.TabIndex = 6;
this.btnPageSetup.Text = "页面设置";
this.btnPageSetup.UseVisualStyleBackColor = true;
this.btnPageSetup.Click += new System.EventHandler(this.btnPageSetup_Click);
//
// btnPreview
//
this.btnPreview.Enabled = false;
this.btnPreview.Location = new System.Drawing.Point(483, 28);
this.btnPreview.Name = "btnPreview";
this.btnPreview.Size = new System.Drawing.Size(75, 23);
this.btnPreview.TabIndex = 5;
this.btnPreview.Text = "打印预览";
this.btnPreview.UseVisualStyleBackColor = true;
this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
//
// btnFind
//
this.btnFind.Location = new System.Drawing.Point(223, 28);
this.btnFind.Name = "btnFind";
this.btnFind.Size = new System.Drawing.Size(75, 23);
this.btnFind.TabIndex = 4;
this.btnFind.Text = "查询";
this.btnFind.UseVisualStyleBackColor = true;
this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
//
// labnet
//
this.labnet.AutoSize = true;
this.labnet.Location = new System.Drawing.Point(6, 33);
this.labnet.Name = "labnet";
this.labnet.Size = new System.Drawing.Size(41, 12);
this.labnet.TabIndex = 1;
this.labnet.Text = "网段:";
//
// labIP
//
this.labIP.AutoSize = true;
this.labIP.Location = new System.Drawing.Point(155, 32);
this.labIP.Name = "labIP";
this.labIP.Size = new System.Drawing.Size(29, 12);
this.labIP.TabIndex = 0;
this.labIP.Text = "IP:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.DGViewResult);
this.groupBox2.Location = new System.Drawing.Point(12, 85);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(720, 424);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "查询结果";
//
// DGViewResult
//
this.DGViewResult.AllowUserToAddRows = false;
this.DGViewResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DGViewResult.Dock = System.Windows.Forms.DockStyle.Fill;
this.DGViewResult.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
this.DGViewResult.Location = new System.Drawing.Point(3, 17);
this.DGViewResult.Name = "DGViewResult";
this.DGViewResult.ReadOnly = true;
this.DGViewResult.RowTemplate.Height = 23;
this.DGViewResult.Size = new System.Drawing.Size(714, 404);
this.DGViewResult.TabIndex = 8;
//
// frm_IPFind
//
this.BackColor = System.Drawing.Color.AliceBlue;
this.ClientSize = new System.Drawing.Size(744, 521);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frm_IPFind";
this.Text = "IP查询";
this.Load += new System.EventHandler(this.frm_IPFind_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.DGViewResult)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label labIP;
private System.Windows.Forms.Label labnet;
private System.Windows.Forms.Button btnPreview;
private System.Windows.Forms.Button btnFind;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnPageSetup;
private System.Windows.Forms.Button btnExit;
private DevComponents.DotNetBar.Controls.DataGridViewX DGViewResult;
private DevComponents.DotNetBar.Controls.TextBoxX txtIP;
private DevComponents.DotNetBar.Controls.ComboBoxEx comNetwork;
private DevComponents.DotNetBar.ButtonX btnNoBind;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -