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

📄 generaloptions.dfm

📁 一个不出名的GBA模拟器
💻 DFM
字号:
object GeneralOptionsDialog: TGeneralOptionsDialog
  Left = 271
  Top = 224
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'General Options'
  ClientHeight = 183
  ClientWidth = 312
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDefaultPosOnly
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object lChangeWarning: TLabel
    Left = 7
    Top = 0
    Width = 297
    Height = 13
    Caption = 'You must restart Mappy VM for the changes to fully take effect.'
    Visible = False
  end
  object behaviorGroup: TGroupBox
    Left = 8
    Top = 104
    Width = 169
    Height = 73
    Caption = ' Behaviour '
    TabOrder = 0
    object cShowSplash: TCheckBox
      Left = 8
      Top = 24
      Width = 121
      Height = 17
      Hint = 'Display the splash screen when the application starts'
      Caption = 'Show splash screen'
      Checked = True
      State = cbChecked
      TabOrder = 0
      OnClick = ChangeSettings
    end
    object cAutorunROMs: TCheckBox
      Left = 8
      Top = 48
      Width = 113
      Height = 17
      Hint = 'Start the CPU running when a image is loaded'
      Caption = 'Autorun ROMs'
      TabOrder = 1
      OnClick = ChangeSettings
    end
  end
  object associationsGroup: TGroupBox
    Left = 184
    Top = 8
    Width = 121
    Height = 137
    Caption = ' File Associations '
    TabOrder = 1
    object assocs: TCheckListBox
      Left = 12
      Top = 20
      Width = 93
      Height = 85
      BorderStyle = bsNone
      Color = clBtnFace
      ItemHeight = 13
      Items.Strings = (
        'Associate .agb'
        'Associate .bin'
        'Associate .gba'
        'Associate .jst'
        'Associate .mb'
        'Associate .elf')
      TabOrder = 0
    end
    object bApply: TButton
      Left = 15
      Top = 104
      Width = 90
      Height = 21
      Caption = 'Apply'
      TabOrder = 1
      OnClick = ApplyAssociations
    end
  end
  object bHelp: TButton
    Left = 184
    Top = 152
    Width = 121
    Height = 25
    Caption = 'Help'
    TabOrder = 2
    OnClick = ShowHelp
  end
  object languageGroup: TGroupBox
    Left = 8
    Top = 8
    Width = 169
    Height = 89
    Caption = ' Language '
    TabOrder = 3
    object languageSelector: TListBox
      Left = 8
      Top = 16
      Width = 153
      Height = 65
      ItemHeight = 13
      TabOrder = 0
      OnClick = ChangeLanguage
    end
  end
end

⌨️ 快捷键说明

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