📄 form1.designer.cs
字号:
this.lblMachine.Location = new System.Drawing.Point(132, -2);
this.lblMachine.Name = "lblMachine";
this.lblMachine.Size = new System.Drawing.Size(103, 18);
//
// lblOS
//
this.lblOS.Location = new System.Drawing.Point(132, 16);
this.lblOS.Name = "lblOS";
this.lblOS.Size = new System.Drawing.Size(84, 18);
//
// lblOEMT
//
this.lblOEMT.Location = new System.Drawing.Point(0, 106);
this.lblOEMT.Name = "lblOEMT";
this.lblOEMT.Size = new System.Drawing.Size(126, 18);
this.lblOEMT.Text = "OEM:";
//
// lblOEM
//
this.lblOEM.Location = new System.Drawing.Point(132, 106);
this.lblOEM.Name = "lblOEM";
this.lblOEM.Size = new System.Drawing.Size(84, 18);
//
// lblProcessorT
//
this.lblProcessorT.Location = new System.Drawing.Point(0, 34);
this.lblProcessorT.Name = "lblProcessorT";
this.lblProcessorT.Size = new System.Drawing.Size(126, 18);
this.lblProcessorT.Text = "Processor:";
//
// lblProcessor
//
this.lblProcessor.Location = new System.Drawing.Point(132, 34);
this.lblProcessor.Name = "lblProcessor";
this.lblProcessor.Size = new System.Drawing.Size(84, 18);
//
// lblOSDesignT
//
this.lblOSDesignT.Location = new System.Drawing.Point(235, -2);
this.lblOSDesignT.Name = "lblOSDesignT";
this.lblOSDesignT.Size = new System.Drawing.Size(126, 18);
this.lblOSDesignT.Text = "OS Design:";
//
// lblOSDesignVerT
//
this.lblOSDesignVerT.Location = new System.Drawing.Point(235, 16);
this.lblOSDesignVerT.Name = "lblOSDesignVerT";
this.lblOSDesignVerT.Size = new System.Drawing.Size(126, 18);
this.lblOSDesignVerT.Text = "OS Design Version:";
//
// lblOSDesign
//
this.lblOSDesign.Location = new System.Drawing.Point(367, -2);
this.lblOSDesign.Name = "lblOSDesign";
this.lblOSDesign.Size = new System.Drawing.Size(84, 18);
//
// lblOSDesignVer
//
this.lblOSDesignVer.Location = new System.Drawing.Point(367, 16);
this.lblOSDesignVer.Name = "lblOSDesignVer";
this.lblOSDesignVer.Size = new System.Drawing.Size(84, 18);
//
// lblBSPVer
//
this.lblBSPVer.Location = new System.Drawing.Point(132, 142);
this.lblBSPVer.Name = "lblBSPVer";
this.lblBSPVer.Size = new System.Drawing.Size(84, 18);
//
// lblBSPVerT
//
this.lblBSPVerT.Location = new System.Drawing.Point(0, 142);
this.lblBSPVerT.Name = "lblBSPVerT";
this.lblBSPVerT.Size = new System.Drawing.Size(126, 18);
this.lblBSPVerT.Text = "BSP Version:";
//
// lblOSBuiltT
//
this.lblOSBuiltT.Location = new System.Drawing.Point(235, 88);
this.lblOSBuiltT.Name = "lblOSBuiltT";
this.lblOSBuiltT.Size = new System.Drawing.Size(39, 18);
this.lblOSBuiltT.Text = "Built:";
//
// lblOSBuilt
//
this.lblOSBuilt.Location = new System.Drawing.Point(272, 88);
this.lblOSBuilt.Name = "lblOSBuilt";
this.lblOSBuilt.Size = new System.Drawing.Size(179, 18);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(638, 455);
this.Controls.Add(this.lblOSBuilt);
this.Controls.Add(this.lblOSBuiltT);
this.Controls.Add(this.lblBSPVer);
this.Controls.Add(this.lblBSPVerT);
this.Controls.Add(this.lblOSDesignVer);
this.Controls.Add(this.lblOSDesign);
this.Controls.Add(this.lblOSDesignVerT);
this.Controls.Add(this.lblOSDesignT);
this.Controls.Add(this.lblProcessor);
this.Controls.Add(this.lblProcessorT);
this.Controls.Add(this.lblOEM);
this.Controls.Add(this.lblOEMT);
this.Controls.Add(this.lblOS);
this.Controls.Add(this.lblMachine);
this.Controls.Add(this.lblMachineT);
this.Controls.Add(this.lblOST);
this.Controls.Add(this.lblSDF);
this.Controls.Add(this.lblSDFT);
this.Controls.Add(this.lblBSP);
this.Controls.Add(this.lblBSPT);
this.Controls.Add(this.lblCF);
this.Controls.Add(this.lblManagedAPI);
this.Controls.Add(this.lblSpeed);
this.Controls.Add(this.lblHardwareConfiguration);
this.Controls.Add(this.lblBootLoaderVersion);
this.Controls.Add(this.lblCFT);
this.Controls.Add(this.lblManagedAPIT);
this.Controls.Add(this.lblSpeedT);
this.Controls.Add(this.lblHardwareConfigurationT);
this.Controls.Add(this.lblBootLoaderVersionT);
this.MaximizeBox = false;
this.Name = "Form1";
this.Text = "System Information";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label lblBootLoaderVersionT;
private System.Windows.Forms.Label lblHardwareConfigurationT;
private System.Windows.Forms.Label lblBootLoaderVersion;
private System.Windows.Forms.Label lblHardwareConfiguration;
private System.Windows.Forms.Label lblSpeedT;
private System.Windows.Forms.Label lblSpeed;
private System.Windows.Forms.Label lblManagedAPIT;
private System.Windows.Forms.Label lblManagedAPI;
private System.Windows.Forms.Label lblCF;
private System.Windows.Forms.Label lblCFT;
private System.Windows.Forms.Label lblBSPT;
private System.Windows.Forms.Label lblBSP;
private System.Windows.Forms.Label lblSDFT;
private System.Windows.Forms.Label lblSDF;
private System.Windows.Forms.Label lblOST;
private System.Windows.Forms.Label lblMachineT;
private System.Windows.Forms.Label lblMachine;
private System.Windows.Forms.Label lblOS;
private System.Windows.Forms.Label lblOEMT;
private System.Windows.Forms.Label lblOEM;
private System.Windows.Forms.Label lblProcessorT;
private System.Windows.Forms.Label lblProcessor;
private System.Windows.Forms.Label lblOSDesignT;
private System.Windows.Forms.Label lblOSDesignVerT;
private System.Windows.Forms.Label lblOSDesign;
private System.Windows.Forms.Label lblOSDesignVer;
private System.Windows.Forms.Label lblBSPVer;
private System.Windows.Forms.Label lblBSPVerT;
private System.Windows.Forms.Label lblOSBuiltT;
private System.Windows.Forms.Label lblOSBuilt;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -