📄 frm-switchmodify.designer.cs
字号:
namespace 计算机及IP管理
{
partial class frm_switchModify
{
/// <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.txtModel = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.txtDepartment = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.label2 = new System.Windows.Forms.Label();
this.txtName = new System.Windows.Forms.ComboBox();
this.btnFind = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.labName = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.DGViewResult = new DevComponents.DotNetBar.Controls.DataGridViewX();
this.btnModify = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.btnDelete = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DGViewResult)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtModel);
this.groupBox1.Controls.Add(this.txtDepartment);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtName);
this.groupBox1.Controls.Add(this.btnFind);
this.groupBox1.Controls.Add(this.label1);
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(762, 56);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "查询";
//
// txtModel
//
this.txtModel.DisplayMember = "Text";
this.txtModel.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.txtModel.FormattingEnabled = true;
this.txtModel.Location = new System.Drawing.Point(452, 20);
this.txtModel.Name = "txtModel";
this.txtModel.Size = new System.Drawing.Size(104, 22);
this.txtModel.TabIndex = 8;
//
// txtDepartment
//
this.txtDepartment.DisplayMember = "Text";
this.txtDepartment.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.txtDepartment.FormattingEnabled = true;
this.txtDepartment.Location = new System.Drawing.Point(257, 20);
this.txtDepartment.Name = "txtDepartment";
this.txtDepartment.Size = new System.Drawing.Size(108, 22);
this.txtDepartment.TabIndex = 7;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(220, 25);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 6;
this.label2.Text = "部门:";
//
// txtName
//
this.txtName.FormattingEnabled = true;
this.txtName.Location = new System.Drawing.Point(94, 20);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(112, 20);
this.txtName.TabIndex = 5;
//
// btnFind
//
this.btnFind.Location = new System.Drawing.Point(566, 19);
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);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(378, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 2;
this.label1.Text = "交换机型号:";
//
// labName
//
this.labName.AutoSize = true;
this.labName.Location = new System.Drawing.Point(22, 25);
this.labName.Name = "labName";
this.labName.Size = new System.Drawing.Size(77, 12);
this.labName.TabIndex = 0;
this.labName.Text = "交换机名称:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.DGViewResult);
this.groupBox2.Location = new System.Drawing.Point(12, 74);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(762, 450);
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.RowTemplate.Height = 23;
this.DGViewResult.Size = new System.Drawing.Size(756, 430);
this.DGViewResult.TabIndex = 6;
//
// btnModify
//
this.btnModify.Enabled = false;
this.btnModify.Location = new System.Drawing.Point(193, 534);
this.btnModify.Name = "btnModify";
this.btnModify.Size = new System.Drawing.Size(75, 23);
this.btnModify.TabIndex = 2;
this.btnModify.Text = "修改";
this.btnModify.UseVisualStyleBackColor = true;
this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(502, 534);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 3;
this.button1.Text = "取消";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// btnDelete
//
this.btnDelete.Enabled = false;
this.btnDelete.Location = new System.Drawing.Point(352, 534);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(75, 23);
this.btnDelete.TabIndex = 4;
this.btnDelete.Text = "删除";
this.btnDelete.UseVisualStyleBackColor = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// frm_switchModify
//
this.BackColor = System.Drawing.Color.AliceBlue;
this.ClientSize = new System.Drawing.Size(786, 569);
this.Controls.Add(this.btnDelete);
this.Controls.Add(this.button1);
this.Controls.Add(this.btnModify);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frm_switchModify";
this.Text = "交换机信息维护";
this.Load += new System.EventHandler(this.frm_switchModify_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.GroupBox groupBox2;
private System.Windows.Forms.Button btnModify;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label labName;
private System.Windows.Forms.Button btnFind;
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.ComboBox txtName;
private DevComponents.DotNetBar.Controls.DataGridViewX DGViewResult;
private DevComponents.DotNetBar.Controls.ComboBoxEx txtDepartment;
private System.Windows.Forms.Label label2;
private DevComponents.DotNetBar.Controls.ComboBoxEx txtModel;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -