📄 frm-switchfind.designer.cs
字号:
namespace 计算机及IP管理
{
partial class frm_switchFind
{
/// <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.txtScope = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.label4 = new System.Windows.Forms.Label();
this.txtParam = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.btnHui = new System.Windows.Forms.Button();
this.txttype = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.btnPageSetup = new System.Windows.Forms.Button();
this.btnPrint = new System.Windows.Forms.Button();
this.btnFind = new System.Windows.Forms.Button();
this.txtPort = new System.Windows.Forms.TextBox();
this.label1 = 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.txtScope);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.txtParam);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.btnHui);
this.groupBox1.Controls.Add(this.txttype);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.btnPageSetup);
this.groupBox1.Controls.Add(this.btnPrint);
this.groupBox1.Controls.Add(this.btnFind);
this.groupBox1.Controls.Add(this.txtPort);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(861, 75);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "查询";
//
// txtScope
//
this.txtScope.DisplayMember = "Text";
this.txtScope.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.txtScope.FormattingEnabled = true;
this.txtScope.Location = new System.Drawing.Point(67, 14);
this.txtScope.Name = "txtScope";
this.txtScope.Size = new System.Drawing.Size(100, 22);
this.txtScope.TabIndex = 11;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(29, 19);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 10;
this.label4.Text = "区域:";
//
// txtParam
//
this.txtParam.FormattingEnabled = true;
this.txtParam.Location = new System.Drawing.Point(250, 45);
this.txtParam.Name = "txtParam";
this.txtParam.Size = new System.Drawing.Size(99, 20);
this.txtParam.TabIndex = 9;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(184, 49);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 8;
this.label3.Text = "汇总参数:";
//
// btnHui
//
this.btnHui.Location = new System.Drawing.Point(366, 45);
this.btnHui.Name = "btnHui";
this.btnHui.Size = new System.Drawing.Size(75, 23);
this.btnHui.TabIndex = 7;
this.btnHui.Text = "汇总";
this.btnHui.UseVisualStyleBackColor = true;
this.btnHui.Click += new System.EventHandler(this.btnHui_Click);
//
// txttype
//
this.txttype.FormattingEnabled = true;
this.txttype.Location = new System.Drawing.Point(67, 46);
this.txttype.Name = "txttype";
this.txttype.Size = new System.Drawing.Size(100, 20);
this.txttype.TabIndex = 6;
this.txttype.SelectedValueChanged += new System.EventHandler(this.txttype_SelectedValueChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(4, 50);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 5;
this.label2.Text = "汇总方式:";
//
// btnPageSetup
//
this.btnPageSetup.Enabled = false;
this.btnPageSetup.Location = new System.Drawing.Point(476, 12);
this.btnPageSetup.Name = "btnPageSetup";
this.btnPageSetup.Size = new System.Drawing.Size(75, 23);
this.btnPageSetup.TabIndex = 4;
this.btnPageSetup.Text = "页面设置";
this.btnPageSetup.UseVisualStyleBackColor = true;
this.btnPageSetup.Click += new System.EventHandler(this.btnPageSetup_Click);
//
// btnPrint
//
this.btnPrint.Enabled = false;
this.btnPrint.Location = new System.Drawing.Point(476, 46);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(75, 23);
this.btnPrint.TabIndex = 3;
this.btnPrint.Text = "打印预览";
this.btnPrint.UseVisualStyleBackColor = true;
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
//
// btnFind
//
this.btnFind.Location = new System.Drawing.Point(366, 13);
this.btnFind.Name = "btnFind";
this.btnFind.Size = new System.Drawing.Size(75, 23);
this.btnFind.TabIndex = 2;
this.btnFind.Text = "查询";
this.btnFind.UseVisualStyleBackColor = true;
this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
//
// txtPort
//
this.txtPort.Location = new System.Drawing.Point(249, 14);
this.txtPort.Name = "txtPort";
this.txtPort.Size = new System.Drawing.Size(100, 21);
this.txtPort.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(174, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 0;
this.label1.Text = "交换机端口:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.DGViewResult);
this.groupBox2.Location = new System.Drawing.Point(13, 93);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(860, 399);
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(854, 379);
this.DGViewResult.TabIndex = 10;
//
// frm_switchFind
//
this.BackColor = System.Drawing.Color.AliceBlue;
this.ClientSize = new System.Drawing.Size(885, 504);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frm_switchFind";
this.Text = "交换机信息查询";
this.Load += new System.EventHandler(this.frm_switchFind_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 label1;
private System.Windows.Forms.Button btnFind;
private System.Windows.Forms.TextBox txtPort;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnPrint;
private System.Windows.Forms.Button btnPageSetup;
private System.Windows.Forms.Button btnHui;
private System.Windows.Forms.ComboBox txttype;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox txtParam;
private System.Windows.Forms.Label label3;
private DevComponents.DotNetBar.Controls.DataGridViewX DGViewResult;
private DevComponents.DotNetBar.Controls.ComboBoxEx txtScope;
private System.Windows.Forms.Label label4;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -