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

📄 prefsystem.dfm

📁 类似QQ的源码程序
💻 DFM
字号:
inherited frmPrefSystem: TfrmPrefSystem
  Left = 259
  Top = 156
  Caption = 'frmPrefSystem'
  ClientHeight = 384
  ClientWidth = 307
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 13
  object lblLang: TTntLabel [0]
    Left = 8
    Top = 186
    Width = 99
    Height = 13
    Caption = 'Language file to use:'
  end
  object lblLangScan: TTntLabel [1]
    Left = 17
    Top = 226
    Width = 130
    Height = 13
    Cursor = crHandPoint
    Caption = 'Scan for language catalogs'
    OnClick = lblLangScanClick
  end
  object lblDefaultNick: TTntLabel [2]
    Left = 8
    Top = 251
    Width = 111
    Height = 13
    Caption = 'My default nickname is:'
  end
  inherited pnlHeader: TTntPanel
    Width = 307
    Caption = 'System Options'
    TabOrder = 12
    ExplicitWidth = 307
  end
  object chkAutoUpdate: TTntCheckBox
    Left = 9
    Top = 157
    Width = 185
    Height = 17
    Caption = 'Check for updates automatically'
    TabOrder = 7
  end
  object chkDebug: TTntCheckBox
    Left = 8
    Top = 68
    Width = 169
    Height = 17
    Caption = 'Start with Debug visible'
    TabOrder = 2
  end
  object chkAutoLogin: TTntCheckBox
    Left = 8
    Top = 32
    Width = 241
    Height = 17
    Caption = 'Automatically login with last profile'
    TabOrder = 0
  end
  object chkCloseMin: TTntCheckBox
    Left = 8
    Top = 120
    Width = 233
    Height = 17
    Caption = 'Close button minimizes to the tray'
    TabOrder = 5
  end
  object chkAutoStart: TTntCheckBox
    Left = 8
    Top = 50
    Width = 233
    Height = 17
    Caption = 'Run when windows starts'
    TabOrder = 1
  end
  object chkOnTop: TTntCheckBox
    Left = 8
    Top = 352
    Width = 169
    Height = 17
    Caption = 'Always on top'
    TabOrder = 11
    Visible = False
  end
  object chkToolbox: TTntCheckBox
    Left = 8
    Top = 103
    Width = 217
    Height = 17
    Caption = 'Small Titlebar for main window'
    TabOrder = 4
  end
  object btnUpdateCheck: TTntButton
    Left = 222
    Top = 153
    Width = 75
    Height = 25
    Caption = 'Check Now'
    TabOrder = 8
    OnClick = btnUpdateCheckClick
    OnMouseUp = btnUpdateCheckMouseUp
  end
  object chkSingleInstance: TTntCheckBox
    Left = 8
    Top = 138
    Width = 209
    Height = 17
    Caption = 'Only allow a single, running instance'
    TabOrder = 6
  end
  object chkStartMin: TTntCheckBox
    Left = 8
    Top = 86
    Width = 225
    Height = 17
    Caption = 'Start minimized to the system tray'
    TabOrder = 3
  end
  object cboLocale: TTntComboBox
    Left = 8
    Top = 202
    Width = 188
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 9
    Items.Strings = (
      'English (American)')
  end
  object txtDefaultNick: TTntEdit
    Left = 8
    Top = 267
    Width = 188
    Height = 21
    TabOrder = 10
  end
end

⌨️ 快捷键说明

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