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

📄 frmmain.designer.cs

📁 Article:Reconstructing 3D Tree Models from Instrumented Photographs
💻 CS
📖 第 1 页 / 共 5 页
字号:
            "Win32_SystemNetworkConnections"});
            this.cmbxNetwork.Location = new System.Drawing.Point(434, 16);
            this.cmbxNetwork.Name = "cmbxNetwork";
            this.cmbxNetwork.Size = new System.Drawing.Size(194, 21);
            this.cmbxNetwork.TabIndex = 2;
            this.cmbxNetwork.SelectedIndexChanged += new System.EventHandler(this.cmbxNetwork_SelectedIndexChanged);
            // 
            // lstNetwork
            // 
            this.lstNetwork.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader3,
            this.columnHeader4});
            this.lstNetwork.Location = new System.Drawing.Point(16, 41);
            this.lstNetwork.Name = "lstNetwork";
            this.lstNetwork.Size = new System.Drawing.Size(612, 380);
            this.lstNetwork.TabIndex = 1;
            this.lstNetwork.UseCompatibleStateImageBehavior = false;
            this.lstNetwork.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Name";
            this.columnHeader3.Width = 72;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "Value";
            this.columnHeader4.Width = 503;
            // 
            // tabUserAccount
            // 
            this.tabUserAccount.Controls.Add(this.chkUserAccount);
            this.tabUserAccount.Controls.Add(this.cmbxUserAccount);
            this.tabUserAccount.Controls.Add(this.lstUserAccount);
            this.tabUserAccount.Location = new System.Drawing.Point(4, 22);
            this.tabUserAccount.Name = "tabUserAccount";
            this.tabUserAccount.Padding = new System.Windows.Forms.Padding(3);
            this.tabUserAccount.Size = new System.Drawing.Size(640, 431);
            this.tabUserAccount.TabIndex = 5;
            this.tabUserAccount.Text = "User Account & Security";
            this.tabUserAccount.UseVisualStyleBackColor = true;
            // 
            // chkUserAccount
            // 
            this.chkUserAccount.AutoSize = true;
            this.chkUserAccount.Checked = true;
            this.chkUserAccount.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkUserAccount.Location = new System.Drawing.Point(16, 18);
            this.chkUserAccount.Name = "chkUserAccount";
            this.chkUserAccount.Size = new System.Drawing.Size(162, 17);
            this.chkUserAccount.TabIndex = 5;
            this.chkUserAccount.Text = "Dont Display null Value items";
            this.chkUserAccount.UseVisualStyleBackColor = true;
            this.chkUserAccount.CheckedChanged += new System.EventHandler(this.chkUserAccount_CheckedChanged);
            // 
            // cmbxUserAccount
            // 
            this.cmbxUserAccount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbxUserAccount.FormattingEnabled = true;
            this.cmbxUserAccount.Items.AddRange(new object[] {
            "Win32_SystemUsers",
            "Win32_Account",
            "Win32_AccountSID",
            "Win32_SecurityDescriptor",
            "Win32_SecuritySetting",
            "Win32_SecuritySettingAccess",
            "Win32_SecuritySettingAuditing",
            "Win32_SecuritySettingGroup",
            "Win32_SecuritySettingOfLogicalFile",
            "Win32_SecuritySettingOfLogicalShare",
            "Win32_SecuritySettingOfObject",
            "Win32_SecuritySettingOwner",
            "Win32_NTEventlogFile",
            "Win32_NTLogEvent",
            "Win32_NTLogEventComputer",
            "Win32_NTLogEventLog",
            "Win32_NTLogEventUser"});
            this.cmbxUserAccount.Location = new System.Drawing.Point(434, 16);
            this.cmbxUserAccount.Name = "cmbxUserAccount";
            this.cmbxUserAccount.Size = new System.Drawing.Size(194, 21);
            this.cmbxUserAccount.TabIndex = 4;
            this.cmbxUserAccount.SelectedIndexChanged += new System.EventHandler(this.cmbxUserAccount_SelectedIndexChanged);
            // 
            // lstUserAccount
            // 
            this.lstUserAccount.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader13,
            this.columnHeader14});
            this.lstUserAccount.Location = new System.Drawing.Point(16, 41);
            this.lstUserAccount.Name = "lstUserAccount";
            this.lstUserAccount.Size = new System.Drawing.Size(612, 380);
            this.lstUserAccount.TabIndex = 3;
            this.lstUserAccount.UseCompatibleStateImageBehavior = false;
            this.lstUserAccount.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader13
            // 
            this.columnHeader13.Text = "Name";
            this.columnHeader13.Width = 72;
            // 
            // columnHeader14
            // 
            this.columnHeader14.Text = "Value";
            this.columnHeader14.Width = 503;
            // 
            // tabDeveloper
            // 
            this.tabDeveloper.Controls.Add(this.chkDeveloper);
            this.tabDeveloper.Controls.Add(this.cmbxDeveloper);
            this.tabDeveloper.Controls.Add(this.lstDeveloper);
            this.tabDeveloper.Location = new System.Drawing.Point(4, 22);
            this.tabDeveloper.Name = "tabDeveloper";
            this.tabDeveloper.Padding = new System.Windows.Forms.Padding(3);
            this.tabDeveloper.Size = new System.Drawing.Size(640, 431);
            this.tabDeveloper.TabIndex = 6;
            this.tabDeveloper.Text = "Developer";
            this.tabDeveloper.UseVisualStyleBackColor = true;
            // 
            // chkDeveloper
            // 
            this.chkDeveloper.AutoSize = true;
            this.chkDeveloper.Checked = true;
            this.chkDeveloper.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkDeveloper.Location = new System.Drawing.Point(16, 18);
            this.chkDeveloper.Name = "chkDeveloper";
            this.chkDeveloper.Size = new System.Drawing.Size(162, 17);
            this.chkDeveloper.TabIndex = 7;
            this.chkDeveloper.Text = "Dont Display null Value items";
            this.chkDeveloper.UseVisualStyleBackColor = true;
            this.chkDeveloper.CheckedChanged += new System.EventHandler(this.chkDeveloper_CheckedChanged);
            // 
            // cmbxDeveloper
            // 
            this.cmbxDeveloper.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbxDeveloper.FormattingEnabled = true;
            this.cmbxDeveloper.Items.AddRange(new object[] {
            "Win32_COMApplication",
            "Win32_COMApplicationClasses",
            "Win32_COMApplicationSettings",
            "Win32_COMClass",
            "Win32_ComClassAutoEmulator",
            "Win32_ComClassEmulator",
            "Win32_COMSetting",
            "Win32_ODBCAttribute",
            "Win32_ODBCDataSourceAttribute",
            "Win32_ODBCDataSourceSpecification",
            "Win32_ODBCDriverAttribute",
            "Win32_ODBCDriverSoftwareElement",
            "Win32_ODBCDriverSpecification",
            "Win32_ODBCSourceAttribute",
            "Win32_ODBCTranslatorSpecification",
            "Win32_Perf",
            "Win32_PerfRawData",
            "Win32_PerfRawData_ASP_ActiveServerPages",
            "Win32_PerfRawData_ASPNET_114322_ASPNETAppsv114322",
            "Win32_PerfRawData_ASPNET_114322_ASPNETv114322",
            "Win32_PerfRawData_ASPNET_ASPNET",
            "Win32_PerfRawData_ASPNET_ASPNETApplications",
            "Win32_PerfRawData_IAS_IASAccountingClients",
            "Win32_PerfRawData_IAS_IASAccountingServer",
            "Win32_PerfRawData_IAS_IASAuthenticationClients",
            "Win32_PerfRawData_IAS_IASAuthenticationServer",
            "Win32_PerfRawData_InetInfo_InternetInformationServicesGlobal",
            "Win32_PerfRawData_MSDTC_DistributedTransactionCoordinator",
            "Win32_PerfRawData_MSFTPSVC_FTPService",
            "Win32_PerfRawData_MSSQLSERVER_SQLServerAccessMethods",
            "Win32_PerfRawData_MSSQLSERVER_SQLServerBackupDevice",
            "Win32_PerfRawData_MSSQLSERVER_SQLServerBufferManager",
            "Win32_PerfRawData_MSSQLSERVER_SQLServerBufferPartition",
            "Win32_PerfRawData_MSSQLSERVER_SQLServerCacheManager",
            "Win32_PerfRawData_MSSQLSERVER_SQLServerDatabases",
            "Win32_PerfRawData_MSSQLSERVER_SQLServerGeneralStatistics",
            "Win32_PerfRawData_MSSQLSERVER_SQLServerLatches",
            "Win32_PerfRawData_MSSQLSERVER_SQLServerLocks",
            "Win32_PerfRawData_MSSQLSERVER_SQLServerMemoryManager",
            "Win32_PerfRawData_MSSQLSERVER_SQLServerReplicationAgents",
            "Win32_PerfRawData_MSSQLSERVER_SQLServerReplicationDist",
            "Win32_PerfRawData_MSSQLSERVER_SQLServerReplicationLogreader",
            "Win32_PerfRawData_MSSQLSERVER_SQLServerReplicationMerge",
            "Win32_PerfRawData_MSSQLSERVER_SQLServerReplicationSnapshot",
            "Win32_PerfRawData_MSSQLSERVER_SQLServerSQLStatistics",
            "Win32_PerfRawData_MSSQLSERVER_SQLServerUserSettable",
            "Win32_PerfRawData_NETFramework_NETCLRExceptions",
            "Win32_PerfRawData_NETFramework_NETCLRInterop",
            "Win32_PerfRawData_NETFramework_NETCLRJit",
            "Win32_PerfRawData_NETFramework_NETCLRLoading",
            "Win32_PerfRawData_NETFramework_NETCLRLocksAndThreads",
            "Win32_PerfRawData_NETFramework_NETCLRMemory",
            "Win32_PerfRawData_NETFramework_NETCLRRemoting",
            "Win32_PerfRawData_NETFramework_NETCLRSecurity",
            "Win32_PerfRawData_Outlook_Outlook",
            "Win32_PerfRawData_PerfDisk_PhysicalDisk",
            "Win32_PerfRawData_PerfNet_Browser",
            "Win32_PerfRawData_PerfNet_Redirector",
            "Win32_PerfRawData_PerfNet_Server",
            "Win32_PerfRawData_PerfNet_ServerWorkQueues",
            "Win32_PerfRawData_PerfOS_Cache",
            "Win32_PerfRawData_PerfOS_Memory",
            "Win32_PerfRawData_PerfOS_Objects",
            "Win32_PerfRawData_PerfOS_PagingFile",
            "Win32_PerfRawData_PerfOS_Processor",
            "Win32_PerfRawData_PerfOS_System",
            "Win32_PerfRawData_PerfProc_FullImage_Costly",
            "Win32_PerfRawData_PerfProc_Image_Costly",
            "Win32_PerfRawData_PerfProc_JobObject",
            "Win32_PerfRawData_PerfProc_JobObjectDetails",
            "Win32_PerfRawData_PerfProc_Process",
            "Win32_PerfRawData_PerfProc_ProcessAddressSpace_Costly",
            "Win32_PerfRawData_PerfProc_Thread",
            "Win32_PerfRawData_PerfProc_ThreadDetails_Costly",
            "Win32_PerfRawData_RemoteAccess_RASPort",
            "Win32_PerfRawData_RemoteAccess_RASTotal",
            "Win32_PerfRawData_RSVP_ACSPerRSVPService",
            "Win32_PerfRawData_Spooler_PrintQueue",
            "Win32_PerfRawData_TapiSrv_Telephony",
            "Win32_SoftwareElement",
            "Win32_SoftwareElementAction",
            "Win32_SoftwareElementCheck",
            "Win32_SoftwareElementCondition",
            "Win32_SoftwareElementResource",
            "Win32_SoftwareFeature",
            "Win32_SoftwareFeatureAction",
            "Win32_SoftwareFeatureCheck",
            "Win32_SoftwareFeatureParent",
            "Win32_SoftwareFeatureSoftwareElements",
            "Win32_ClassicCOMApplicationClasses",
            "Win32_ClassicCOMClass",
            "Win32_ClassicCOMClassSetting",
            "Win32_ClassicCOMClassSettings",
            "Win32_ClassInfoAction",
            "Win32_ClientApplicationSetting",
            "Win32_CodecFile",
            "Win32_DCOMApplication",
            "Win32_DCOMApplicationAccessAllowedSetting",
            "Win32_DCOMApplicationLaunchAllowedSetting",
            "Win32_DCOMApplicationSetting"});
            this.cmbxDeveloper.Location = new System.Drawing.Point(434, 16);
            this.cmbxDeveloper.Name = "cmbxDeveloper";
            this.cmbxDeveloper.Size = new System.Drawing.Size(194, 21);
            this.cmbxDeveloper.TabIndex = 6;
            this.cmbxDeveloper.SelectedIndexChanged += new System.EventHandler(this.cmbxDeveloper_SelectedIndexChanged);
            // 
            // lstDeveloper
            // 
            this.lstDeveloper.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader15,
            this.columnHeader16});
            this.lstDeveloper.Location = new System.Drawing.Point(16, 41);
            this.lstDeveloper.Name = "lstDeveloper";
            this.lstDeveloper.Size = new System.Drawing.Size(612, 380);
            this.lstDeveloper.TabIndex = 5;
            this.lstDeveloper.UseCompatibleStateImageBehavior = false;
            this.lstDeveloper.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader15
            // 
            this.columnHeader15.Text = "Name";
            this.columnHeader15.Width = 193;
            // 
            // columnHeader16
            // 
            this.columnHeader16.Text = "Value";
            this.columnHeader16.Width = 337;
            // 
            // tabUtility
            // 
            this.tabUtility.Controls.Add(this.chkUtility);
            this.tabUtility.Controls.Add(this.cmbxUtility);
            this.tabUtility.Controls.Add(this.lstUtility);
            this.tabUtility.Location = new System.Drawing.Point(4, 22);
            this.tabUtility.Name = "tabUtility";
            this.tabUtility.Padding = new System.Windows.Forms.Padding(3);

⌨️ 快捷键说明

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