frmMain.Designer.cs
上传用户:amenzjw
上传日期:2022-06-29
资源大小:13k
文件大小:11k
- namespace xlzHardwareInfo
- {
- partial class frmMain
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
- this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
- this.tabAbout = new System.Windows.Forms.TabPage();
- this.label2 = new System.Windows.Forms.Label();
- this.tabHardware = new System.Windows.Forms.TabPage();
- this.lstDisplayHardware = new System.Windows.Forms.ListView();
- this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
- this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
- this.cmbxOption = new System.Windows.Forms.ComboBox();
- this.chkHardware = new System.Windows.Forms.CheckBox();
- this.MainTabControl = new System.Windows.Forms.TabControl();
- this.label1 = new System.Windows.Forms.Label();
- this.tabAbout.SuspendLayout();
- this.tabHardware.SuspendLayout();
- this.MainTabControl.SuspendLayout();
- this.SuspendLayout();
- //
- // columnHeader5
- //
- this.columnHeader5.Text = "Name";
- this.columnHeader5.Width = 72;
- //
- // columnHeader6
- //
- this.columnHeader6.Text = "Value";
- this.columnHeader6.Width = 503;
- //
- // tabAbout
- //
- this.tabAbout.Controls.Add(this.label1);
- this.tabAbout.Controls.Add(this.label2);
- this.tabAbout.Location = new System.Drawing.Point(4, 21);
- this.tabAbout.Name = "tabAbout";
- this.tabAbout.Padding = new System.Windows.Forms.Padding(3);
- this.tabAbout.Size = new System.Drawing.Size(640, 397);
- this.tabAbout.TabIndex = 8;
- this.tabAbout.Text = "关于";
- this.tabAbout.UseVisualStyleBackColor = true;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
- this.label2.Location = new System.Drawing.Point(63, 41);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(62, 13);
- this.label2.TabIndex = 2;
- this.label2.Text = "作者opxlz";
- //
- // tabHardware
- //
- this.tabHardware.Controls.Add(this.chkHardware);
- this.tabHardware.Controls.Add(this.cmbxOption);
- this.tabHardware.Controls.Add(this.lstDisplayHardware);
- this.tabHardware.Location = new System.Drawing.Point(4, 21);
- this.tabHardware.Name = "tabHardware";
- this.tabHardware.Padding = new System.Windows.Forms.Padding(3);
- this.tabHardware.Size = new System.Drawing.Size(640, 397);
- this.tabHardware.TabIndex = 0;
- this.tabHardware.Text = "硬件信息";
- this.tabHardware.UseVisualStyleBackColor = true;
- //
- // lstDisplayHardware
- //
- this.lstDisplayHardware.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
- this.columnHeader1,
- this.columnHeader2});
- this.lstDisplayHardware.Location = new System.Drawing.Point(16, 38);
- this.lstDisplayHardware.Name = "lstDisplayHardware";
- this.lstDisplayHardware.Size = new System.Drawing.Size(612, 351);
- this.lstDisplayHardware.TabIndex = 0;
- this.lstDisplayHardware.UseCompatibleStateImageBehavior = false;
- this.lstDisplayHardware.View = System.Windows.Forms.View.Details;
- //
- // columnHeader1
- //
- this.columnHeader1.Text = "项目";
- this.columnHeader1.Width = 72;
- //
- // columnHeader2
- //
- this.columnHeader2.Text = "值";
- this.columnHeader2.Width = 503;
- //
- // cmbxOption
- //
- this.cmbxOption.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbxOption.FlatStyle = System.Windows.Forms.FlatStyle.System;
- this.cmbxOption.FormattingEnabled = true;
- this.cmbxOption.Items.AddRange(new object[] {
- "Win32_1394Controller",
- "Win32_1394ControllerDevice",
- "Win32_BaseBoard",
- "Win32_Battery",
- "Win32_BIOS",
- "Win32_Bus",
- "Win32_CDROMDrive",
- "Win32_CIMLogicalDeviceCIMDataFile",
- "Win32_DeviceBus",
- "Win32_DeviceMemoryAddress",
- "Win32_DeviceSettings",
- "Win32_DisplayConfiguration",
- "Win32_DisplayControllerConfiguration",
- "Win32_DMAChannel",
- "Win32_DriverVXD",
- "Win32_FloppyController",
- "Win32_FloppyDrive",
- "Win32_HeatPipe",
- "Win32_IDEController",
- "Win32_IDEControllerDevice",
- "Win32_InfraredDevice",
- "Win32_IRQResource",
- "Win32_Keyboard",
- "Win32_MotherboardDevice",
- "Win32_OnBoardDevice",
- "Win32_PCMCIAController",
- "Win32_PNPAllocatedResource",
- "Win32_PnPDevice",
- "Win32_PnPEntity",
- "Win32_PointingDevice",
- "Win32_PortableBattery",
- "Win32_PortConnector",
- "Win32_PortResource",
- "Win32_POTSModem",
- "Win32_POTSModemToSerialPort",
- "Win32_PowerManagementEvent",
- "Win32_Printer",
- "Win32_PrinterConfiguration",
- "Win32_PrinterController",
- "Win32_PrinterDriverDll",
- "Win32_PrinterSetting",
- "Win32_PrinterShare",
- "Win32_PrintJob",
- "Win32_Processor",
- "Win32_SCSIController",
- "Win32_SCSIControllerDevice",
- "Win32_SerialPort",
- "Win32_SerialPortConfiguration",
- "Win32_SerialPortSetting",
- "Win32_SMBIOSMemory",
- "Win32_SoundDevice",
- "Win32_TemperatureProbe",
- "Win32_USBController",
- "Win32_USBControllerDevice",
- "Win32_VideoConfiguration",
- "Win32_VideoController",
- "Win32_VideoSettings",
- "Win32_VoltageProbe"});
- this.cmbxOption.Location = new System.Drawing.Point(434, 15);
- this.cmbxOption.Name = "cmbxOption";
- this.cmbxOption.Size = new System.Drawing.Size(194, 20);
- this.cmbxOption.Sorted = true;
- this.cmbxOption.TabIndex = 1;
- this.cmbxOption.SelectedIndexChanged += new System.EventHandler(this.cmbxOption_SelectedIndexChanged);
- //
- // chkHardware
- //
- this.chkHardware.AutoSize = true;
- this.chkHardware.Checked = true;
- this.chkHardware.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkHardware.Location = new System.Drawing.Point(16, 17);
- this.chkHardware.Name = "chkHardware";
- this.chkHardware.Size = new System.Drawing.Size(144, 16);
- this.chkHardware.TabIndex = 2;
- this.chkHardware.Text = "不显示没有内容的项目";
- this.chkHardware.UseVisualStyleBackColor = true;
- this.chkHardware.CheckedChanged += new System.EventHandler(this.chkHardware_CheckedChanged);
- //
- // MainTabControl
- //
- this.MainTabControl.Controls.Add(this.tabHardware);
- this.MainTabControl.Controls.Add(this.tabAbout);
- this.MainTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
- this.MainTabControl.Location = new System.Drawing.Point(0, 0);
- this.MainTabControl.Multiline = true;
- this.MainTabControl.Name = "MainTabControl";
- this.MainTabControl.SelectedIndex = 0;
- this.MainTabControl.Size = new System.Drawing.Size(648, 422);
- this.MainTabControl.TabIndex = 0;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(64, 72);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(126, 12);
- this.label1.TabIndex = 3;
- this.label1.Text = "邮箱xulizh@gmail.com";
- //
- // frmMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(648, 422);
- this.Controls.Add(this.MainTabControl);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.MaximizeBox = false;
- this.Name = "frmMain";
- this.Text = "计算机硬件信息获取器(功能超详细) BY:opxlz";
- this.tabAbout.ResumeLayout(false);
- this.tabAbout.PerformLayout();
- this.tabHardware.ResumeLayout(false);
- this.tabHardware.PerformLayout();
- this.MainTabControl.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.ColumnHeader columnHeader5;
- private System.Windows.Forms.ColumnHeader columnHeader6;
- private System.Windows.Forms.TabPage tabAbout;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TabPage tabHardware;
- private System.Windows.Forms.CheckBox chkHardware;
- private System.Windows.Forms.ComboBox cmbxOption;
- private System.Windows.Forms.ListView lstDisplayHardware;
- private System.Windows.Forms.ColumnHeader columnHeader1;
- private System.Windows.Forms.ColumnHeader columnHeader2;
- private System.Windows.Forms.TabControl MainTabControl;
- private System.Windows.Forms.Label label1;
- }
- }