📄 jdev_options.dfm
字号:
object jdevOptions: TjdevOptions
Left = 220
Top = 155
Width = 434
Height = 424
Caption = 'Options'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object pages: TPageControl
Left = 8
Top = 8
Width = 409
Height = 353
ActivePage = pAssociations
TabOrder = 0
object pEditor: TTabSheet
Caption = 'Editor'
object Label3: TLabel
Left = 24
Top = 16
Width = 54
Height = 13
Caption = 'Editor Font:'
end
object Label4: TLabel
Left = 192
Top = 16
Width = 23
Height = 13
Caption = 'Size:'
end
object ComboBox2: TComboBox
Left = 24
Top = 32
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 0
Text = 'ComboBox1'
end
object Edit2: TEdit
Left = 192
Top = 32
Width = 121
Height = 21
TabOrder = 1
Text = 'Edit1'
end
object UpDown2: TUpDown
Left = 320
Top = 32
Width = 16
Height = 24
Min = 0
Position = 0
TabOrder = 2
Wrap = False
end
end
object pDebugger: TTabSheet
Caption = 'Debugger'
ImageIndex = 1
object Label1: TLabel
Left = 24
Top = 16
Width = 74
Height = 13
Caption = 'Debugger Font:'
end
object Label2: TLabel
Left = 192
Top = 16
Width = 23
Height = 13
Caption = 'Size:'
end
object Label5: TLabel
Left = 24
Top = 64
Width = 45
Height = 13
Caption = 'Log Font:'
end
object Label6: TLabel
Left = 192
Top = 64
Width = 23
Height = 13
Caption = 'Size:'
end
object ComboBox1: TComboBox
Left = 24
Top = 32
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 0
Text = 'ComboBox1'
end
object Edit1: TEdit
Left = 192
Top = 32
Width = 121
Height = 21
TabOrder = 1
Text = 'Edit1'
end
object UpDown1: TUpDown
Left = 320
Top = 32
Width = 16
Height = 24
Min = 0
Position = 0
TabOrder = 2
Wrap = False
end
object ComboBox3: TComboBox
Left = 24
Top = 80
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 3
Text = 'ComboBox1'
end
object Edit3: TEdit
Left = 192
Top = 80
Width = 121
Height = 21
TabOrder = 4
Text = 'Edit1'
end
object UpDown3: TUpDown
Left = 320
Top = 80
Width = 16
Height = 24
Min = 0
Position = 0
TabOrder = 5
Wrap = False
end
end
object pJoypad: TTabSheet
Caption = 'Joypad'
ImageIndex = 2
object Button5: TButton
Left = 64
Top = 40
Width = 112
Height = 32
Caption = 'L=[]'
TabOrder = 0
end
object Button2: TButton
Left = 64
Top = 96
Width = 112
Height = 32
Caption = 'Up=[]'
TabOrder = 1
end
object Button1: TButton
Left = 8
Top = 128
Width = 112
Height = 32
Caption = 'Left=[]'
TabOrder = 2
end
object Button3: TButton
Left = 120
Top = 128
Width = 112
Height = 32
Caption = 'Right=[]'
TabOrder = 3
end
object Button4: TButton
Left = 64
Top = 160
Width = 112
Height = 32
Caption = 'Down=[]'
TabOrder = 4
end
object Button9: TButton
Left = 248
Top = 112
Width = 112
Height = 32
Caption = 'A=[]'
TabOrder = 5
end
object Button10: TButton
Left = 248
Top = 152
Width = 112
Height = 32
Caption = 'B=[]'
TabOrder = 6
end
object Button6: TButton
Left = 200
Top = 40
Width = 112
Height = 32
Caption = 'R=[]'
TabOrder = 7
end
object Button8: TButton
Left = 200
Top = 208
Width = 113
Height = 33
Caption = 'Select=[]'
TabOrder = 8
end
object Button7: TButton
Left = 64
Top = 208
Width = 113
Height = 33
Caption = 'Start=[]'
TabOrder = 9
end
end
object pAssociations: TTabSheet
Caption = 'Associations'
ImageIndex = 3
object GroupBox2: TGroupBox
Left = 8
Top = 8
Width = 185
Height = 129
Caption = ' File Associations '
TabOrder = 0
object assocGBA: TCheckBox
Left = 8
Top = 48
Width = 121
Height = 17
Hint = 'GBA Resource Format'
Caption = 'Associate .gba'
TabOrder = 0
end
object assocBIN: TCheckBox
Left = 8
Top = 32
Width = 121
Height = 17
Hint = 'GBA ROM Format'
Caption = 'Associate .bin'
TabOrder = 1
end
object assocAGB: TCheckBox
Left = 8
Top = 16
Width = 121
Height = 17
Hint = 'A ROM Format'
Caption = 'Associate .agb'
TabOrder = 2
end
object maintainAssoc: TCheckBox
Left = 8
Top = 80
Width = 121
Height = 17
Caption = 'Maintain associations'
TabOrder = 3
end
object assocJST: TCheckBox
Left = 8
Top = 64
Width = 121
Height = 17
Hint = 'GBA Save State Format'
Caption = 'Associate .jst'
TabOrder = 4
end
end
object GroupBox1: TGroupBox
Left = 8
Top = 144
Width = 153
Height = 89
Caption = ' General '
TabOrder = 1
object CheckBox5: TCheckBox
Left = 8
Top = 16
Width = 121
Height = 17
Caption = 'Show splash screen'
TabOrder = 0
end
object CheckBox7: TCheckBox
Left = 8
Top = 32
Width = 121
Height = 17
Hint = 'Requires more memory'
Caption = 'Load symbol tables'
TabOrder = 1
end
end
end
end
object bOk: TButton
Left = 184
Top = 368
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 1
OnClick = bOkClick
end
object bCancel: TButton
Left = 264
Top = 368
Width = 75
Height = 25
Caption = 'Cancel'
TabOrder = 2
end
object bHelp: TButton
Left = 344
Top = 368
Width = 75
Height = 25
Caption = 'Help'
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -