📄 frm-switchadd.designer.cs
字号:
namespace 计算机及IP管理
{
partial class frm_switchAdd
{
/// <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.labName = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtName = new System.Windows.Forms.ComboBox();
this.txtNetwork = new System.Windows.Forms.TextBox();
this.btnCancel = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.txtRemark = new System.Windows.Forms.TextBox();
this.labRemark = new System.Windows.Forms.Label();
this.txtCharge = new System.Windows.Forms.TextBox();
this.labCharge = new System.Windows.Forms.Label();
this.comDepartment = new System.Windows.Forms.ComboBox();
this.labDepartment = new System.Windows.Forms.Label();
this.txtScope = new System.Windows.Forms.TextBox();
this.labScope = new System.Windows.Forms.Label();
this.labNetwork = new System.Windows.Forms.Label();
this.txtModel = new System.Windows.Forms.TextBox();
this.labModel = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// labName
//
this.labName.AutoSize = true;
this.labName.Location = new System.Drawing.Point(48, 21);
this.labName.Name = "labName";
this.labName.Size = new System.Drawing.Size(35, 12);
this.labName.TabIndex = 0;
this.labName.Text = "名称:";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtName);
this.groupBox1.Controls.Add(this.txtNetwork);
this.groupBox1.Controls.Add(this.btnCancel);
this.groupBox1.Controls.Add(this.btnAdd);
this.groupBox1.Controls.Add(this.txtRemark);
this.groupBox1.Controls.Add(this.labRemark);
this.groupBox1.Controls.Add(this.txtCharge);
this.groupBox1.Controls.Add(this.labCharge);
this.groupBox1.Controls.Add(this.comDepartment);
this.groupBox1.Controls.Add(this.labDepartment);
this.groupBox1.Controls.Add(this.txtScope);
this.groupBox1.Controls.Add(this.labScope);
this.groupBox1.Controls.Add(this.labNetwork);
this.groupBox1.Controls.Add(this.txtModel);
this.groupBox1.Controls.Add(this.labModel);
this.groupBox1.Controls.Add(this.labName);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(425, 298);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "交换机信息添加";
//
// txtName
//
this.txtName.FormattingEnabled = true;
this.txtName.Location = new System.Drawing.Point(90, 21);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(121, 20);
this.txtName.TabIndex = 18;
//
// txtNetwork
//
this.txtNetwork.Location = new System.Drawing.Point(90, 90);
this.txtNetwork.MaxLength = 15;
this.txtNetwork.Name = "txtNetwork";
this.txtNetwork.Size = new System.Drawing.Size(121, 21);
this.txtNetwork.TabIndex = 17;
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(248, 258);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 16;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(136, 258);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 23);
this.btnAdd.TabIndex = 15;
this.btnAdd.Text = "新增";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// txtRemark
//
this.txtRemark.Location = new System.Drawing.Point(90, 127);
this.txtRemark.MaxLength = 100;
this.txtRemark.Multiline = true;
this.txtRemark.Name = "txtRemark";
this.txtRemark.Size = new System.Drawing.Size(325, 116);
this.txtRemark.TabIndex = 14;
//
// labRemark
//
this.labRemark.AutoSize = true;
this.labRemark.Location = new System.Drawing.Point(48, 127);
this.labRemark.Name = "labRemark";
this.labRemark.Size = new System.Drawing.Size(35, 12);
this.labRemark.TabIndex = 13;
this.labRemark.Text = "备注:";
//
// txtCharge
//
this.txtCharge.Location = new System.Drawing.Point(294, 90);
this.txtCharge.MaxLength = 10;
this.txtCharge.Name = "txtCharge";
this.txtCharge.Size = new System.Drawing.Size(121, 21);
this.txtCharge.TabIndex = 12;
//
// labCharge
//
this.labCharge.AutoSize = true;
this.labCharge.Location = new System.Drawing.Point(246, 93);
this.labCharge.Name = "labCharge";
this.labCharge.Size = new System.Drawing.Size(47, 12);
this.labCharge.TabIndex = 11;
this.labCharge.Text = "负责人:";
//
// comDepartment
//
this.comDepartment.FormattingEnabled = true;
this.comDepartment.Location = new System.Drawing.Point(294, 57);
this.comDepartment.Name = "comDepartment";
this.comDepartment.Size = new System.Drawing.Size(121, 20);
this.comDepartment.TabIndex = 10;
//
// labDepartment
//
this.labDepartment.AutoSize = true;
this.labDepartment.Location = new System.Drawing.Point(256, 60);
this.labDepartment.Name = "labDepartment";
this.labDepartment.Size = new System.Drawing.Size(35, 12);
this.labDepartment.TabIndex = 9;
this.labDepartment.Text = "部门:";
//
// txtScope
//
this.txtScope.Location = new System.Drawing.Point(294, 19);
this.txtScope.MaxLength = 20;
this.txtScope.Name = "txtScope";
this.txtScope.Size = new System.Drawing.Size(121, 21);
this.txtScope.TabIndex = 8;
//
// labScope
//
this.labScope.AutoSize = true;
this.labScope.Location = new System.Drawing.Point(255, 22);
this.labScope.Name = "labScope";
this.labScope.Size = new System.Drawing.Size(35, 12);
this.labScope.TabIndex = 6;
this.labScope.Text = "区域:";
//
// labNetwork
//
this.labNetwork.AutoSize = true;
this.labNetwork.Location = new System.Drawing.Point(48, 93);
this.labNetwork.Name = "labNetwork";
this.labNetwork.Size = new System.Drawing.Size(35, 12);
this.labNetwork.TabIndex = 4;
this.labNetwork.Text = "网段:";
//
// txtModel
//
this.txtModel.Location = new System.Drawing.Point(90, 57);
this.txtModel.MaxLength = 20;
this.txtModel.Name = "txtModel";
this.txtModel.Size = new System.Drawing.Size(121, 21);
this.txtModel.TabIndex = 3;
//
// labModel
//
this.labModel.AutoSize = true;
this.labModel.Location = new System.Drawing.Point(12, 57);
this.labModel.Name = "labModel";
this.labModel.Size = new System.Drawing.Size(71, 12);
this.labModel.TabIndex = 2;
this.labModel.Text = "交换机型号:";
//
// frm_switchAdd
//
this.BackColor = System.Drawing.Color.AliceBlue;
this.ClientSize = new System.Drawing.Size(456, 321);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frm_switchAdd";
this.Text = "交换机信息添加";
this.Load += new System.EventHandler(this.frm_switchAdd_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label labName;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label labNetwork;
private System.Windows.Forms.TextBox txtModel;
private System.Windows.Forms.Label labModel;
private System.Windows.Forms.Label labScope;
private System.Windows.Forms.TextBox txtCharge;
private System.Windows.Forms.Label labCharge;
private System.Windows.Forms.ComboBox comDepartment;
private System.Windows.Forms.Label labDepartment;
private System.Windows.Forms.TextBox txtScope;
private System.Windows.Forms.Label labRemark;
private System.Windows.Forms.TextBox txtRemark;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.TextBox txtNetwork;
private System.Windows.Forms.ComboBox txtName;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -