📄 frm-computefind.designer.cs
字号:
namespace 计算机及IP管理
{
partial class frm_computeFind
{
/// <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.btnPreview = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.btnPrint = new System.Windows.Forms.Button();
this.btnHui = new System.Windows.Forms.Button();
this.btnFindMac = new System.Windows.Forms.Button();
this.bntFindDepartment = new System.Windows.Forms.Button();
this.txtdep = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.txtMac = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtdepartment = new System.Windows.Forms.ComboBox();
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.btnPreview);
this.groupBox1.Controls.Add(this.btnExit);
this.groupBox1.Controls.Add(this.btnPrint);
this.groupBox1.Controls.Add(this.btnHui);
this.groupBox1.Controls.Add(this.btnFindMac);
this.groupBox1.Controls.Add(this.bntFindDepartment);
this.groupBox1.Controls.Add(this.txtdep);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtMac);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtdepartment);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(2, 1);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(746, 115);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "查询:";
//
// btnPreview
//
this.btnPreview.Enabled = false;
this.btnPreview.Location = new System.Drawing.Point(344, 51);
this.btnPreview.Name = "btnPreview";
this.btnPreview.Size = new System.Drawing.Size(75, 23);
this.btnPreview.TabIndex = 11;
this.btnPreview.Text = "打印预览";
this.btnPreview.UseVisualStyleBackColor = true;
this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(344, 81);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 23);
this.btnExit.TabIndex = 10;
this.btnExit.Text = "退出";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnPrint
//
this.btnPrint.Enabled = false;
this.btnPrint.Location = new System.Drawing.Point(344, 17);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(75, 23);
this.btnPrint.TabIndex = 9;
this.btnPrint.Text = "页面设置";
this.btnPrint.UseVisualStyleBackColor = true;
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
//
// btnHui
//
this.btnHui.Location = new System.Drawing.Point(243, 81);
this.btnHui.Name = "btnHui";
this.btnHui.Size = new System.Drawing.Size(75, 23);
this.btnHui.TabIndex = 8;
this.btnHui.Text = "汇总";
this.btnHui.UseVisualStyleBackColor = true;
this.btnHui.Click += new System.EventHandler(this.btnHui_Click);
//
// btnFindMac
//
this.btnFindMac.Location = new System.Drawing.Point(243, 51);
this.btnFindMac.Name = "btnFindMac";
this.btnFindMac.Size = new System.Drawing.Size(75, 23);
this.btnFindMac.TabIndex = 7;
this.btnFindMac.Text = "查询";
this.btnFindMac.UseVisualStyleBackColor = true;
this.btnFindMac.Click += new System.EventHandler(this.btnFindMac_Click);
//
// bntFindDepartment
//
this.bntFindDepartment.Location = new System.Drawing.Point(243, 18);
this.bntFindDepartment.Name = "bntFindDepartment";
this.bntFindDepartment.Size = new System.Drawing.Size(75, 23);
this.bntFindDepartment.TabIndex = 6;
this.bntFindDepartment.Text = "查询";
this.bntFindDepartment.UseVisualStyleBackColor = true;
this.bntFindDepartment.Click += new System.EventHandler(this.bntFindDepartment_Click);
//
// txtdep
//
this.txtdep.FormattingEnabled = true;
this.txtdep.Location = new System.Drawing.Point(104, 83);
this.txtdep.Name = "txtdep";
this.txtdep.Size = new System.Drawing.Size(121, 20);
this.txtdep.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 86);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(101, 12);
this.label3.TabIndex = 4;
this.label3.Text = "汇总部门计算机:";
//
// txtMac
//
this.txtMac.Location = new System.Drawing.Point(104, 51);
this.txtMac.Name = "txtMac";
this.txtMac.Size = new System.Drawing.Size(121, 21);
this.txtMac.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(37, 54);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(71, 12);
this.label2.TabIndex = 2;
this.label2.Text = "按MAC查询:";
//
// txtdepartment
//
this.txtdepartment.FormattingEnabled = true;
this.txtdepartment.Location = new System.Drawing.Point(104, 20);
this.txtdepartment.Name = "txtdepartment";
this.txtdepartment.Size = new System.Drawing.Size(121, 20);
this.txtdepartment.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(32, 24);
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(2, 122);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(749, 432);
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(743, 412);
this.DGViewResult.TabIndex = 12;
//
// frm_computeFind
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.AliceBlue;
this.ClientSize = new System.Drawing.Size(763, 566);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frm_computeFind";
this.Text = "电脑信息查询";
this.Load += new System.EventHandler(this.frm_computeFind_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.Label label3;
private System.Windows.Forms.TextBox txtMac;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox txtdepartment;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnHui;
private System.Windows.Forms.Button btnFindMac;
private System.Windows.Forms.Button bntFindDepartment;
private System.Windows.Forms.ComboBox txtdep;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnPrint;
private System.Windows.Forms.Button btnPreview;
private DevComponents.DotNetBar.Controls.DataGridViewX DGViewResult;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -