ufrmsysinfo.dfm

来自「系统控制程序,可以方便地调整系统分辨率及快速度开关注销系统 显示系统信息进程信息」· DFM 代码 · 共 60 行

DFM
60
字号
object FrmSysInfo: TFrmSysInfo
  Left = 289
  Top = 262
  Width = 417
  Height = 275
  Caption = #31995#32479#21508#39033#20449#24687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object pgInfos: TPageControl
    Left = 0
    Top = 0
    Width = 409
    Height = 193
    ActivePage = tabSysInfo
    TabOrder = 0
    object tabSysInfo: TTabSheet
      Caption = #31995#32479#20449#24687
      object lstSysInfo: TListBox
        Left = 0
        Top = 0
        Width = 401
        Height = 166
        Align = alClient
        ItemHeight = 12
        TabOrder = 0
      end
    end
    object tabProcess: TTabSheet
      Caption = #36827#31243#20449#24687
      ImageIndex = 1
      object lstProcess: TListBox
        Left = 0
        Top = 0
        Width = 401
        Height = 166
        Align = alClient
        ItemHeight = 12
        TabOrder = 0
      end
    end
  end
  object btnClose: TButton
    Left = 320
    Top = 208
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 1
    OnClick = btnCloseClick
  end
end

⌨️ 快捷键说明

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