audiooptions.dfm
来自「一个不出名的GBA模拟器」· DFM 代码 · 共 64 行
DFM
64 行
object AudioOptionsDialog: TAudioOptionsDialog
Left = 375
Top = 235
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Audio Options'
ClientHeight = 122
ClientWidth = 231
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poDefaultPosOnly
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object frequencies: TRadioGroup
Left = 8
Top = 8
Width = 97
Height = 105
Caption = ' Playback Rate '
Items.Strings = (
'8000 Hz'
'11025 Hz'
'22050 Hz'
'44100 Hz'
'Disabled')
TabOrder = 0
OnClick = changePlaybackFrequency
end
object muteGroup: TGroupBox
Left = 112
Top = 8
Width = 113
Height = 105
Caption = ' Mute Channels '
TabOrder = 1
object mutedChannels: TCheckListBox
Left = 8
Top = 16
Width = 97
Height = 85
OnClickCheck = changeChannelMutes
BorderStyle = bsNone
Color = clBtnFace
ItemHeight = 13
Items.Strings = (
'GBC Channel 1'
'GBC Channel 2'
'GBC Channel 3'
'GBC Channel 4'
'DirectSound A'
'DirectSound B')
TabOrder = 0
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?