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

📄 main.dfm

📁 改进的Hardware检测代码
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 358
  Top = 150
  BorderStyle = bsDialog
  Caption = 'HardwareInfo'
  ClientHeight = 452
  ClientWidth = 767
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #26032#23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object lblTitle: TLabel
    Left = 343
    Top = 24
    Width = 80
    Height = 20
    Caption = #30828#20214#20449#24687
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = #40657#20307
    Font.Style = []
    ParentFont = False
  end
  object cmdGetInfo: TButton
    Left = 382
    Top = 404
    Width = 120
    Height = 30
    Caption = #33719#21462#20449#24687
    TabOrder = 0
    OnClick = cmdGetInfoClick
  end
  object mmoInfo: TMemo
    Left = 16
    Top = 80
    Width = 734
    Height = 289
    TabOrder = 1
  end
  object cmdClose: TButton
    Left = 625
    Top = 404
    Width = 120
    Height = 30
    Caption = #20851#38381
    TabOrder = 2
    OnClick = cmdCloseClick
  end
  object cmdSave: TButton
    Left = 503
    Top = 404
    Width = 120
    Height = 30
    Caption = #20445#23384#21040#25991#20214
    TabOrder = 3
    OnClick = cmdSaveClick
  end
  object SaveDialog: TSaveDialog
    DefaultExt = 'txt'
    Filter = #20449#24687#25991#20214'|*.txt'
    Left = 715
    Top = 27
  end
end

⌨️ 快捷键说明

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