⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmmain.designer.cs

📁 Article:Reconstructing 3D Tree Models from Instrumented Photographs
💻 CS
📖 第 1 页 / 共 5 页
字号:
namespace GetHardwareInfo
{
    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.MainTabControl = new System.Windows.Forms.TabControl();
            this.tabHardware = new System.Windows.Forms.TabPage();
            this.chkHardware = new System.Windows.Forms.CheckBox();
            this.cmbxOption = new System.Windows.Forms.ComboBox();
            this.lstDisplayHardware = new System.Windows.Forms.ListView();
            this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
            this.tabDataStorage = new System.Windows.Forms.TabPage();
            this.chkDataStorage = new System.Windows.Forms.CheckBox();
            this.cmbxStorage = new System.Windows.Forms.ComboBox();
            this.lstStorage = new System.Windows.Forms.ListView();
            this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
            this.tabMemory = new System.Windows.Forms.TabPage();
            this.chkMemory = new System.Windows.Forms.CheckBox();
            this.cmbxMemory = new System.Windows.Forms.ComboBox();
            this.lstMemory = new System.Windows.Forms.ListView();
            this.columnHeader17 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader18 = new System.Windows.Forms.ColumnHeader();
            this.tabSystemInfo = new System.Windows.Forms.TabPage();
            this.chkSystemInfo = new System.Windows.Forms.CheckBox();
            this.cmbxSystemInfo = new System.Windows.Forms.ComboBox();
            this.lstSystemInfo = new System.Windows.Forms.ListView();
            this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
            this.tabNetwork = new System.Windows.Forms.TabPage();
            this.chkNetwork = new System.Windows.Forms.CheckBox();
            this.cmbxNetwork = new System.Windows.Forms.ComboBox();
            this.lstNetwork = new System.Windows.Forms.ListView();
            this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
            this.tabUserAccount = new System.Windows.Forms.TabPage();
            this.chkUserAccount = new System.Windows.Forms.CheckBox();
            this.cmbxUserAccount = new System.Windows.Forms.ComboBox();
            this.lstUserAccount = new System.Windows.Forms.ListView();
            this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader14 = new System.Windows.Forms.ColumnHeader();
            this.tabDeveloper = new System.Windows.Forms.TabPage();
            this.chkDeveloper = new System.Windows.Forms.CheckBox();
            this.cmbxDeveloper = new System.Windows.Forms.ComboBox();
            this.lstDeveloper = new System.Windows.Forms.ListView();
            this.columnHeader15 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader16 = new System.Windows.Forms.ColumnHeader();
            this.tabUtility = new System.Windows.Forms.TabPage();
            this.chkUtility = new System.Windows.Forms.CheckBox();
            this.cmbxUtility = new System.Windows.Forms.ComboBox();
            this.lstUtility = new System.Windows.Forms.ListView();
            this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
            this.tabAbout = new System.Windows.Forms.TabPage();
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            this.label1 = new System.Windows.Forms.Label();
            this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
            this.label2 = new System.Windows.Forms.Label();
            this.MainTabControl.SuspendLayout();
            this.tabHardware.SuspendLayout();
            this.tabDataStorage.SuspendLayout();
            this.tabMemory.SuspendLayout();
            this.tabSystemInfo.SuspendLayout();
            this.tabNetwork.SuspendLayout();
            this.tabUserAccount.SuspendLayout();
            this.tabDeveloper.SuspendLayout();
            this.tabUtility.SuspendLayout();
            this.tabAbout.SuspendLayout();
            this.SuspendLayout();
            // 
            // MainTabControl
            // 
            this.MainTabControl.Controls.Add(this.tabHardware);
            this.MainTabControl.Controls.Add(this.tabDataStorage);
            this.MainTabControl.Controls.Add(this.tabMemory);
            this.MainTabControl.Controls.Add(this.tabSystemInfo);
            this.MainTabControl.Controls.Add(this.tabNetwork);
            this.MainTabControl.Controls.Add(this.tabUserAccount);
            this.MainTabControl.Controls.Add(this.tabDeveloper);
            this.MainTabControl.Controls.Add(this.tabUtility);
            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, 457);
            this.MainTabControl.TabIndex = 0;
            // 
            // 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, 22);
            this.tabHardware.Name = "tabHardware";
            this.tabHardware.Padding = new System.Windows.Forms.Padding(3);
            this.tabHardware.Size = new System.Drawing.Size(640, 431);
            this.tabHardware.TabIndex = 0;
            this.tabHardware.Text = "Hardware Info";
            this.tabHardware.UseVisualStyleBackColor = true;
            // 
            // 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, 18);
            this.chkHardware.Name = "chkHardware";
            this.chkHardware.Size = new System.Drawing.Size(162, 17);
            this.chkHardware.TabIndex = 2;
            this.chkHardware.Text = "Dont Display null Value items";
            this.chkHardware.UseVisualStyleBackColor = true;
            this.chkHardware.CheckedChanged += new System.EventHandler(this.chkHardware_CheckedChanged);
            // 
            // 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, 16);
            this.cmbxOption.Name = "cmbxOption";
            this.cmbxOption.Size = new System.Drawing.Size(194, 21);
            this.cmbxOption.Sorted = true;
            this.cmbxOption.TabIndex = 1;
            this.cmbxOption.SelectedIndexChanged += new System.EventHandler(this.cmbxOption_SelectedIndexChanged);
            // 
            // lstDisplayHardware
            // 
            this.lstDisplayHardware.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2});
            this.lstDisplayHardware.Location = new System.Drawing.Point(16, 41);
            this.lstDisplayHardware.Name = "lstDisplayHardware";
            this.lstDisplayHardware.Size = new System.Drawing.Size(612, 380);
            this.lstDisplayHardware.TabIndex = 0;
            this.lstDisplayHardware.UseCompatibleStateImageBehavior = false;
            this.lstDisplayHardware.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Name";
            this.columnHeader1.Width = 72;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Value";
            this.columnHeader2.Width = 503;
            // 
            // tabDataStorage
            // 
            this.tabDataStorage.Controls.Add(this.chkDataStorage);
            this.tabDataStorage.Controls.Add(this.cmbxStorage);
            this.tabDataStorage.Controls.Add(this.lstStorage);
            this.tabDataStorage.Location = new System.Drawing.Point(4, 22);
            this.tabDataStorage.Name = "tabDataStorage";
            this.tabDataStorage.Padding = new System.Windows.Forms.Padding(3);
            this.tabDataStorage.Size = new System.Drawing.Size(640, 431);
            this.tabDataStorage.TabIndex = 4;
            this.tabDataStorage.Text = "Data Storage";
            this.tabDataStorage.UseVisualStyleBackColor = true;
            // 
            // chkDataStorage
            // 
            this.chkDataStorage.AutoSize = true;
            this.chkDataStorage.Checked = true;
            this.chkDataStorage.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkDataStorage.Location = new System.Drawing.Point(16, 18);
            this.chkDataStorage.Name = "chkDataStorage";
            this.chkDataStorage.Size = new System.Drawing.Size(162, 17);
            this.chkDataStorage.TabIndex = 5;
            this.chkDataStorage.Text = "Dont Display null Value items";
            this.chkDataStorage.UseVisualStyleBackColor = true;
            this.chkDataStorage.CheckedChanged += new System.EventHandler(this.chkDataStorage_CheckedChanged);
            // 
            // cmbxStorage
            // 
            this.cmbxStorage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbxStorage.FormattingEnabled = true;
            this.cmbxStorage.Items.AddRange(new object[] {
            "Win32_DiskDrive",
            "Win32_DiskDriveToDiskPartition",
            "Win32_DiskPartition",
            "Win32_LogicalDisk",
            "Win32_LogicalDiskRootDirectory",
            "Win32_LogicalDiskToPartition",

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -