namespace MachineFrm
{
partial class SystemInfoFrm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.txtSystem = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.btnExit = new System.Windows.Forms.Button();
this.btnGet = new System.Windows.Forms.Button();
this.txtBoard = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtCpu = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtMac = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.btnExport = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// txtSystem
//
this.txtSystem.Font = new System.Drawing.Font("宋体", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtSystem.Location = new System.Drawing.Point(163, 45);
this.txtSystem.Multiline = true;
this.txtSystem.Name = "txtSystem";
this.txtSystem.ReadOnly = true;
this.txtSystem.Size = new System.Drawing.Size(625, 40);
this.txtSystem.TabIndex = 19;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(23, 50);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(134, 27);
this.label4.TabIndex = 18;
this.label4.Text = "操作系统:";
//
// btnExit
//
this.btnExit.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnExit.Location = new System.Drawing.Point(638, 352);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(150, 50);
this.btnExit.TabIndex = 17;
this.btnExit.Text = "退出";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnGet
//
this.btnGet.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnGet.Location = new System.Drawing.Point(40, 352);
this.btnGet.Name = "btnGet";
this.btnGet.Size = new System.Drawing.Size(150, 50);
this.btnGet.TabIndex = 16;
this.btnGet.Text = "重新获取";
this.btnGet.UseVisualStyleBackColor = true;
this.btnGet.Click += new System.EventHandler(this.btnGet_Click);
//
// txtBoard
//
this.txtBoard.Font = new System.Drawing.Font("宋体", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBoard.Location = new System.Drawing.Point(163, 247);
this.txtBoard.Multiline = true;
this.txtBoard.Name = "txtBoard";
this.txtBoard.ReadOnly = true;
this.txtBoard.Size = new System.Drawing.Size(625, 40);
this.txtBoard.TabIndex = 15;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(23, 252);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(134, 27);
this.label3.TabIndex = 14;
this.label3.Text = "主板序号:";
//
// txtCpu
//
this.txtCpu.Font = new System.Drawing.Font("宋体", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtCpu.Location = new System.Drawing.Point(163, 181);
this.txtCpu.Multiline = true;
this.txtCpu.Name = "txtCpu";
this.txtCpu.ReadOnly = true;
this.txtCpu.Size = new System.Drawing.Size(625, 40);
this.txtCpu.TabIndex = 13;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(35, 186);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(122, 27);
this.label2.TabIndex = 12;
this.label2.Text = "CPU序号:";
//
// txtMac
//
this.txtMac.Font = new System.Drawing.Font("宋体", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMac.Location = new System.Drawing.Point(163, 115);
this.txtMac.Multiline = true;
this.txtMac.Name = "txtMac";
this.txtMac.ReadOnly = true;
this.txtMac.Size = new System.Drawing.Size(625, 40);
this.txtMac.TabIndex = 11;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(35, 120);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(122, 27);
this.label1.TabIndex = 10;
this.label1.Text = "Mac地址:";
//
// btnExport
//
this.btnExport.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnExport.Location = new System.Drawing.Point(229, 352);
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(150, 50);
this.btnExport.TabIndex = 20;
this.btnExport.Text = "导出txt文件";
this.btnExport.UseVisualStyleBackColor = true;
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
//
// SystemInfoFrm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.btnExport);
this.Controls.Add(this.txtSystem);
this.Controls.Add(this.label4);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnGet);
this.Controls.Add(this.txtBoard);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtCpu);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtMac);
this.Controls.Add(this.label1);
this.Name = "SystemInfoFrm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SystemInfoFrm";
this.Load += new System.EventHandler(this.SystemInfoFrm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtSystem;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnGet;
private System.Windows.Forms.TextBox txtBoard;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtCpu;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtMac;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnExport;
}
}