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

📄 ufrmsysinfo.dfm

📁 系统控制程序,可以方便地调整系统分辨率及快速度开关注销系统 显示系统信息进程信息
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -