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

📄 frmmain.designer.cs

📁 Article:Reconstructing 3D Tree Models from Instrumented Photographs
💻 CS
📖 第 1 页 / 共 5 页
字号:
            "Win32_LogicalFileAccess",
            "Win32_LogicalFileAuditing",
            "Win32_LogicalFileGroup",
            "Win32_LogicalFileOwner",
            "Win32_LogicalFileSecuritySetting",
            "Win32_TapeDrive"});
            this.cmbxStorage.Location = new System.Drawing.Point(434, 16);
            this.cmbxStorage.Name = "cmbxStorage";
            this.cmbxStorage.Size = new System.Drawing.Size(194, 21);
            this.cmbxStorage.TabIndex = 4;
            this.cmbxStorage.SelectedIndexChanged += new System.EventHandler(this.cmbxStorage_SelectedIndexChanged);
            // 
            // lstStorage
            // 
            this.lstStorage.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader11,
            this.columnHeader12});
            this.lstStorage.Location = new System.Drawing.Point(16, 41);
            this.lstStorage.Name = "lstStorage";
            this.lstStorage.Size = new System.Drawing.Size(612, 380);
            this.lstStorage.TabIndex = 3;
            this.lstStorage.UseCompatibleStateImageBehavior = false;
            this.lstStorage.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader11
            // 
            this.columnHeader11.Text = "Name";
            this.columnHeader11.Width = 72;
            // 
            // columnHeader12
            // 
            this.columnHeader12.Text = "Value";
            this.columnHeader12.Width = 503;
            // 
            // tabMemory
            // 
            this.tabMemory.Controls.Add(this.chkMemory);
            this.tabMemory.Controls.Add(this.cmbxMemory);
            this.tabMemory.Controls.Add(this.lstMemory);
            this.tabMemory.Location = new System.Drawing.Point(4, 22);
            this.tabMemory.Name = "tabMemory";
            this.tabMemory.Padding = new System.Windows.Forms.Padding(3);
            this.tabMemory.Size = new System.Drawing.Size(640, 431);
            this.tabMemory.TabIndex = 7;
            this.tabMemory.Text = "Memory";
            this.tabMemory.UseVisualStyleBackColor = true;
            // 
            // chkMemory
            // 
            this.chkMemory.AutoSize = true;
            this.chkMemory.Checked = true;
            this.chkMemory.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkMemory.Location = new System.Drawing.Point(16, 18);
            this.chkMemory.Name = "chkMemory";
            this.chkMemory.Size = new System.Drawing.Size(162, 17);
            this.chkMemory.TabIndex = 9;
            this.chkMemory.Text = "Dont Display null Value items";
            this.chkMemory.UseVisualStyleBackColor = true;
            this.chkMemory.CheckedChanged += new System.EventHandler(this.chkMemory_CheckedChanged);
            // 
            // cmbxMemory
            // 
            this.cmbxMemory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbxMemory.FormattingEnabled = true;
            this.cmbxMemory.Items.AddRange(new object[] {
            "Win32_CacheMemory",
            "Win32_MemoryArray",
            "Win32_MemoryArrayLocation",
            "Win32_MemoryDevice",
            "Win32_MemoryDeviceArray",
            "Win32_MemoryDeviceLocation",
            "Win32_AssociatedProcessorMemory",
            "Win32_DeviceMemoryAddress",
            "Win32_LogicalMemoryConfiguration",
            "Win32_PerfRawData_PerfOS_Memory",
            "Win32_PhysicalMemory",
            "Win32_PhysicalMemoryArray",
            "Win32_PhysicalMemoryLocation",
            "Win32_SMBIOSMemory",
            "Win32_SystemLogicalMemoryConfiguration",
            "Win32_SystemMemoryResource"});
            this.cmbxMemory.Location = new System.Drawing.Point(434, 16);
            this.cmbxMemory.Name = "cmbxMemory";
            this.cmbxMemory.Size = new System.Drawing.Size(194, 21);
            this.cmbxMemory.TabIndex = 8;
            this.cmbxMemory.SelectedIndexChanged += new System.EventHandler(this.cmbxMemory_SelectedIndexChanged);
            // 
            // lstMemory
            // 
            this.lstMemory.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader17,
            this.columnHeader18});
            this.lstMemory.Location = new System.Drawing.Point(16, 41);
            this.lstMemory.Name = "lstMemory";
            this.lstMemory.Size = new System.Drawing.Size(612, 380);
            this.lstMemory.TabIndex = 7;
            this.lstMemory.UseCompatibleStateImageBehavior = false;
            this.lstMemory.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader17
            // 
            this.columnHeader17.Text = "Name";
            this.columnHeader17.Width = 72;
            // 
            // columnHeader18
            // 
            this.columnHeader18.Text = "Value";
            this.columnHeader18.Width = 503;
            // 
            // tabSystemInfo
            // 
            this.tabSystemInfo.Controls.Add(this.chkSystemInfo);
            this.tabSystemInfo.Controls.Add(this.cmbxSystemInfo);
            this.tabSystemInfo.Controls.Add(this.lstSystemInfo);
            this.tabSystemInfo.Location = new System.Drawing.Point(4, 22);
            this.tabSystemInfo.Name = "tabSystemInfo";
            this.tabSystemInfo.Padding = new System.Windows.Forms.Padding(3);
            this.tabSystemInfo.Size = new System.Drawing.Size(640, 431);
            this.tabSystemInfo.TabIndex = 2;
            this.tabSystemInfo.Text = "System Info";
            this.tabSystemInfo.UseVisualStyleBackColor = true;
            // 
            // chkSystemInfo
            // 
            this.chkSystemInfo.AutoSize = true;
            this.chkSystemInfo.Checked = true;
            this.chkSystemInfo.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkSystemInfo.Location = new System.Drawing.Point(16, 18);
            this.chkSystemInfo.Name = "chkSystemInfo";
            this.chkSystemInfo.Size = new System.Drawing.Size(162, 17);
            this.chkSystemInfo.TabIndex = 5;
            this.chkSystemInfo.Text = "Dont Display null Value items";
            this.chkSystemInfo.UseVisualStyleBackColor = true;
            this.chkSystemInfo.CheckedChanged += new System.EventHandler(this.chkSystemInfo_CheckedChanged);
            // 
            // cmbxSystemInfo
            // 
            this.cmbxSystemInfo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbxSystemInfo.FormattingEnabled = true;
            this.cmbxSystemInfo.Items.AddRange(new object[] {
            "Win32_ACE",
            "Win32_ActionCheck",
            "Win32_AllocatedResource",
            "Win32_ApplicationCommandLine",
            "Win32_ApplicationService",
            "Win32_ApplicationCommandLine",
            "Win32_ApplicationService",
            "Win32_Account",
            "Win32_AccountSID",
            "Win32_ACE",
            "Win32_ActionCheck",
            "Win32_AllocatedResource",
            "Win32_AssociatedBattery",
            "Win32_AssociatedProcessorMemory",
            "Win32_Process",
            "Win32_ProcessStartup",
            "Win32_Product",
            "Win32_ProductCheck",
            "Win32_ProductResource",
            "Win32_ProductSoftwareFeatures",
            "Win32_ProgIDSpecification",
            "Win32_ProgramGroup",
            "Win32_ProgramGroupContents",
            "Win32_ProgramGroupOrItem",
            "Win32_Property",
            "Win32_ProtocolBinding",
            "Win32_PublishComponentAction",
            "Win32_QuickFixEngineering",
            "Win32_Refrigeration",
            "Win32_Registry",
            "Win32_RegistryAction",
            "Win32_SystemAccount",
            "Win32_SystemBIOS",
            "Win32_SystemBootConfiguration",
            "Win32_SystemDesktop",
            "Win32_SystemDevices",
            "Win32_SystemDriver",
            "Win32_SystemDriverPNPEntity",
            "Win32_SystemEnclosure",
            "Win32_SystemLoadOrderGroups",
            "Win32_SystemLogicalMemoryConfiguration",
            "Win32_SystemMemoryResource",
            "Win32_SystemOperatingSystem",
            "Win32_SystemPartitions",
            "Win32_SystemProcesses",
            "Win32_SystemProgramGroups",
            "Win32_SystemResources",
            "Win32_SystemServices",
            "Win32_SystemSetting",
            "Win32_SystemSlot",
            "Win32_SystemSystemDriver",
            "Win32_SystemTimeZone",
            "Win32_ComputerSystem",
            "Win32_ComputerSystemProcessor",
            "Win32_ComputerSystemProduct",
            "Win32_Service",
            "Win32_ServiceControl",
            "Win32_ServiceSpecification",
            "Win32_ServiceSpecificationService"});
            this.cmbxSystemInfo.Location = new System.Drawing.Point(434, 16);
            this.cmbxSystemInfo.Name = "cmbxSystemInfo";
            this.cmbxSystemInfo.Size = new System.Drawing.Size(194, 21);
            this.cmbxSystemInfo.TabIndex = 4;
            this.cmbxSystemInfo.SelectedIndexChanged += new System.EventHandler(this.cmbxSystemInfo_SelectedIndexChanged);
            // 
            // lstSystemInfo
            // 
            this.lstSystemInfo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader7,
            this.columnHeader8});
            this.lstSystemInfo.Location = new System.Drawing.Point(16, 41);
            this.lstSystemInfo.Name = "lstSystemInfo";
            this.lstSystemInfo.Size = new System.Drawing.Size(612, 380);
            this.lstSystemInfo.TabIndex = 3;
            this.lstSystemInfo.UseCompatibleStateImageBehavior = false;
            this.lstSystemInfo.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader7
            // 
            this.columnHeader7.Text = "Name";
            this.columnHeader7.Width = 72;
            // 
            // columnHeader8
            // 
            this.columnHeader8.Text = "Value";
            this.columnHeader8.Width = 503;
            // 
            // tabNetwork
            // 
            this.tabNetwork.Controls.Add(this.chkNetwork);
            this.tabNetwork.Controls.Add(this.cmbxNetwork);
            this.tabNetwork.Controls.Add(this.lstNetwork);
            this.tabNetwork.Location = new System.Drawing.Point(4, 22);
            this.tabNetwork.Name = "tabNetwork";
            this.tabNetwork.Padding = new System.Windows.Forms.Padding(3);
            this.tabNetwork.Size = new System.Drawing.Size(640, 431);
            this.tabNetwork.TabIndex = 1;
            this.tabNetwork.Text = "Network";
            this.tabNetwork.UseVisualStyleBackColor = true;
            // 
            // chkNetwork
            // 
            this.chkNetwork.AutoSize = true;
            this.chkNetwork.Checked = true;
            this.chkNetwork.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkNetwork.Location = new System.Drawing.Point(16, 18);
            this.chkNetwork.Name = "chkNetwork";
            this.chkNetwork.Size = new System.Drawing.Size(162, 17);
            this.chkNetwork.TabIndex = 3;
            this.chkNetwork.Text = "Dont Display null Value items";
            this.chkNetwork.UseVisualStyleBackColor = true;
            this.chkNetwork.CheckedChanged += new System.EventHandler(this.chkNetwork_CheckedChanged);
            // 
            // cmbxNetwork
            // 
            this.cmbxNetwork.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbxNetwork.FormattingEnabled = true;
            this.cmbxNetwork.Items.AddRange(new object[] {
            "Win32_NetworkAdapter",
            "Win32_NetworkAdapterConfiguration",
            "Win32_NetworkAdapterSetting",
            "Win32_NetworkClient",
            "Win32_NetworkConnection",
            "Win32_NetworkLoginProfile",
            "Win32_NetworkProtocol",
            "Win32_PerfRawData_Tcpip_ICMP",
            "Win32_PerfRawData_Tcpip_IP",
            "Win32_PerfRawData_Tcpip_NBTConnection",
            "Win32_PerfRawData_Tcpip_NetworkInterface",
            "Win32_PerfRawData_Tcpip_TCP",
            "Win32_PerfRawData_Tcpip_UDP",
            "Win32_PerfRawData_W3SVC_WebService",

⌨️ 快捷键说明

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