frmMain.Designer.cs
上传用户:amenzjw
上传日期:2022-06-29
资源大小:13k
文件大小:11k
源码类别:

系统编程

开发平台:

C#

  1. namespace xlzHardwareInfo
  2. {
  3.     partial class frmMain
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// Clean up any resources being used.
  11.         /// </summary>
  12.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows Form Designer generated code
  22.         /// <summary>
  23.         /// Required method for Designer support - do not modify
  24.         /// the contents of this method with the code editor.
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
  29.             this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
  30.             this.tabAbout = new System.Windows.Forms.TabPage();
  31.             this.label2 = new System.Windows.Forms.Label();
  32.             this.tabHardware = new System.Windows.Forms.TabPage();
  33.             this.lstDisplayHardware = new System.Windows.Forms.ListView();
  34.             this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
  35.             this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
  36.             this.cmbxOption = new System.Windows.Forms.ComboBox();
  37.             this.chkHardware = new System.Windows.Forms.CheckBox();
  38.             this.MainTabControl = new System.Windows.Forms.TabControl();
  39.             this.label1 = new System.Windows.Forms.Label();
  40.             this.tabAbout.SuspendLayout();
  41.             this.tabHardware.SuspendLayout();
  42.             this.MainTabControl.SuspendLayout();
  43.             this.SuspendLayout();
  44.             // 
  45.             // columnHeader5
  46.             // 
  47.             this.columnHeader5.Text = "Name";
  48.             this.columnHeader5.Width = 72;
  49.             // 
  50.             // columnHeader6
  51.             // 
  52.             this.columnHeader6.Text = "Value";
  53.             this.columnHeader6.Width = 503;
  54.             // 
  55.             // tabAbout
  56.             // 
  57.             this.tabAbout.Controls.Add(this.label1);
  58.             this.tabAbout.Controls.Add(this.label2);
  59.             this.tabAbout.Location = new System.Drawing.Point(4, 21);
  60.             this.tabAbout.Name = "tabAbout";
  61.             this.tabAbout.Padding = new System.Windows.Forms.Padding(3);
  62.             this.tabAbout.Size = new System.Drawing.Size(640, 397);
  63.             this.tabAbout.TabIndex = 8;
  64.             this.tabAbout.Text = "关于";
  65.             this.tabAbout.UseVisualStyleBackColor = true;
  66.             // 
  67.             // label2
  68.             // 
  69.             this.label2.AutoSize = true;
  70.             this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
  71.             this.label2.Location = new System.Drawing.Point(63, 41);
  72.             this.label2.Name = "label2";
  73.             this.label2.Size = new System.Drawing.Size(62, 13);
  74.             this.label2.TabIndex = 2;
  75.             this.label2.Text = "作者opxlz";
  76.             // 
  77.             // tabHardware
  78.             // 
  79.             this.tabHardware.Controls.Add(this.chkHardware);
  80.             this.tabHardware.Controls.Add(this.cmbxOption);
  81.             this.tabHardware.Controls.Add(this.lstDisplayHardware);
  82.             this.tabHardware.Location = new System.Drawing.Point(4, 21);
  83.             this.tabHardware.Name = "tabHardware";
  84.             this.tabHardware.Padding = new System.Windows.Forms.Padding(3);
  85.             this.tabHardware.Size = new System.Drawing.Size(640, 397);
  86.             this.tabHardware.TabIndex = 0;
  87.             this.tabHardware.Text = "硬件信息";
  88.             this.tabHardware.UseVisualStyleBackColor = true;
  89.             // 
  90.             // lstDisplayHardware
  91.             // 
  92.             this.lstDisplayHardware.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  93.             this.columnHeader1,
  94.             this.columnHeader2});
  95.             this.lstDisplayHardware.Location = new System.Drawing.Point(16, 38);
  96.             this.lstDisplayHardware.Name = "lstDisplayHardware";
  97.             this.lstDisplayHardware.Size = new System.Drawing.Size(612, 351);
  98.             this.lstDisplayHardware.TabIndex = 0;
  99.             this.lstDisplayHardware.UseCompatibleStateImageBehavior = false;
  100.             this.lstDisplayHardware.View = System.Windows.Forms.View.Details;
  101.             // 
  102.             // columnHeader1
  103.             // 
  104.             this.columnHeader1.Text = "项目";
  105.             this.columnHeader1.Width = 72;
  106.             // 
  107.             // columnHeader2
  108.             // 
  109.             this.columnHeader2.Text = "值";
  110.             this.columnHeader2.Width = 503;
  111.             // 
  112.             // cmbxOption
  113.             // 
  114.             this.cmbxOption.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  115.             this.cmbxOption.FlatStyle = System.Windows.Forms.FlatStyle.System;
  116.             this.cmbxOption.FormattingEnabled = true;
  117.             this.cmbxOption.Items.AddRange(new object[] {
  118.             "Win32_1394Controller",
  119.             "Win32_1394ControllerDevice",
  120.             "Win32_BaseBoard",
  121.             "Win32_Battery",
  122.             "Win32_BIOS",
  123.             "Win32_Bus",
  124.             "Win32_CDROMDrive",
  125.             "Win32_CIMLogicalDeviceCIMDataFile",
  126.             "Win32_DeviceBus",
  127.             "Win32_DeviceMemoryAddress",
  128.             "Win32_DeviceSettings",
  129.             "Win32_DisplayConfiguration",
  130.             "Win32_DisplayControllerConfiguration",
  131.             "Win32_DMAChannel",
  132.             "Win32_DriverVXD",
  133.             "Win32_FloppyController",
  134.             "Win32_FloppyDrive",
  135.             "Win32_HeatPipe",
  136.             "Win32_IDEController",
  137.             "Win32_IDEControllerDevice",
  138.             "Win32_InfraredDevice",
  139.             "Win32_IRQResource",
  140.             "Win32_Keyboard",
  141.             "Win32_MotherboardDevice",
  142.             "Win32_OnBoardDevice",
  143.             "Win32_PCMCIAController",
  144.             "Win32_PNPAllocatedResource",
  145.             "Win32_PnPDevice",
  146.             "Win32_PnPEntity",
  147.             "Win32_PointingDevice",
  148.             "Win32_PortableBattery",
  149.             "Win32_PortConnector",
  150.             "Win32_PortResource",
  151.             "Win32_POTSModem",
  152.             "Win32_POTSModemToSerialPort",
  153.             "Win32_PowerManagementEvent",
  154.             "Win32_Printer",
  155.             "Win32_PrinterConfiguration",
  156.             "Win32_PrinterController",
  157.             "Win32_PrinterDriverDll",
  158.             "Win32_PrinterSetting",
  159.             "Win32_PrinterShare",
  160.             "Win32_PrintJob",
  161.             "Win32_Processor",
  162.             "Win32_SCSIController",
  163.             "Win32_SCSIControllerDevice",
  164.             "Win32_SerialPort",
  165.             "Win32_SerialPortConfiguration",
  166.             "Win32_SerialPortSetting",
  167.             "Win32_SMBIOSMemory",
  168.             "Win32_SoundDevice",
  169.             "Win32_TemperatureProbe",
  170.             "Win32_USBController",
  171.             "Win32_USBControllerDevice",
  172.             "Win32_VideoConfiguration",
  173.             "Win32_VideoController",
  174.             "Win32_VideoSettings",
  175.             "Win32_VoltageProbe"});
  176.             this.cmbxOption.Location = new System.Drawing.Point(434, 15);
  177.             this.cmbxOption.Name = "cmbxOption";
  178.             this.cmbxOption.Size = new System.Drawing.Size(194, 20);
  179.             this.cmbxOption.Sorted = true;
  180.             this.cmbxOption.TabIndex = 1;
  181.             this.cmbxOption.SelectedIndexChanged += new System.EventHandler(this.cmbxOption_SelectedIndexChanged);
  182.             // 
  183.             // chkHardware
  184.             // 
  185.             this.chkHardware.AutoSize = true;
  186.             this.chkHardware.Checked = true;
  187.             this.chkHardware.CheckState = System.Windows.Forms.CheckState.Checked;
  188.             this.chkHardware.Location = new System.Drawing.Point(16, 17);
  189.             this.chkHardware.Name = "chkHardware";
  190.             this.chkHardware.Size = new System.Drawing.Size(144, 16);
  191.             this.chkHardware.TabIndex = 2;
  192.             this.chkHardware.Text = "不显示没有内容的项目";
  193.             this.chkHardware.UseVisualStyleBackColor = true;
  194.             this.chkHardware.CheckedChanged += new System.EventHandler(this.chkHardware_CheckedChanged);
  195.             // 
  196.             // MainTabControl
  197.             // 
  198.             this.MainTabControl.Controls.Add(this.tabHardware);
  199.             this.MainTabControl.Controls.Add(this.tabAbout);
  200.             this.MainTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
  201.             this.MainTabControl.Location = new System.Drawing.Point(0, 0);
  202.             this.MainTabControl.Multiline = true;
  203.             this.MainTabControl.Name = "MainTabControl";
  204.             this.MainTabControl.SelectedIndex = 0;
  205.             this.MainTabControl.Size = new System.Drawing.Size(648, 422);
  206.             this.MainTabControl.TabIndex = 0;
  207.             // 
  208.             // label1
  209.             // 
  210.             this.label1.AutoSize = true;
  211.             this.label1.Location = new System.Drawing.Point(64, 72);
  212.             this.label1.Name = "label1";
  213.             this.label1.Size = new System.Drawing.Size(126, 12);
  214.             this.label1.TabIndex = 3;
  215.             this.label1.Text = "邮箱xulizh@gmail.com";
  216.             // 
  217.             // frmMain
  218.             // 
  219.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  220.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  221.             this.ClientSize = new System.Drawing.Size(648, 422);
  222.             this.Controls.Add(this.MainTabControl);
  223.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  224.             this.MaximizeBox = false;
  225.             this.Name = "frmMain";
  226.             this.Text = "计算机硬件信息获取器(功能超详细)     BY:opxlz";
  227.             this.tabAbout.ResumeLayout(false);
  228.             this.tabAbout.PerformLayout();
  229.             this.tabHardware.ResumeLayout(false);
  230.             this.tabHardware.PerformLayout();
  231.             this.MainTabControl.ResumeLayout(false);
  232.             this.ResumeLayout(false);
  233.         }
  234.         #endregion
  235.         private System.Windows.Forms.ColumnHeader columnHeader5;
  236.         private System.Windows.Forms.ColumnHeader columnHeader6;
  237.         private System.Windows.Forms.TabPage tabAbout;
  238.         private System.Windows.Forms.Label label2;
  239.         private System.Windows.Forms.TabPage tabHardware;
  240.         private System.Windows.Forms.CheckBox chkHardware;
  241.         private System.Windows.Forms.ComboBox cmbxOption;
  242.         private System.Windows.Forms.ListView lstDisplayHardware;
  243.         private System.Windows.Forms.ColumnHeader columnHeader1;
  244.         private System.Windows.Forms.ColumnHeader columnHeader2;
  245.         private System.Windows.Forms.TabControl MainTabControl;
  246.         private System.Windows.Forms.Label label1;
  247.     }
  248. }