?? options.dfm
字號:
object OptionsFrm: TOptionsFrm
Left = 298
Top = 155
BorderStyle = bsDialog
Caption = 'Options...'
ClientHeight = 313
ClientWidth = 477
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object CompileGroup: TGroupBox
Left = 248
Top = 16
Width = 201
Height = 129
Caption = 'Compile Options:'
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 24
Width = 165
Height = 13
Caption = 'Command to Compile ("%s" for file):'
end
object CompileCommand: TEdit
Left = 8
Top = 40
Width = 161
Height = 21
TabOrder = 0
end
object Button2: TButton
Left = 176
Top = 41
Width = 17
Height = 18
Caption = '...'
TabOrder = 1
OnClick = Button1Click
end
end
object BitBtn1: TBitBtn
Left = 112
Top = 272
Width = 75
Height = 25
TabOrder = 1
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 200
Top = 272
Width = 75
Height = 25
TabOrder = 2
OnClick = BitBtn2Click
Kind = bkCancel
end
object BitBtn3: TBitBtn
Left = 288
Top = 272
Width = 75
Height = 25
TabOrder = 3
Kind = bkHelp
end
object EnviornmentGroup: TGroupBox
Left = 24
Top = 152
Width = 425
Height = 105
Caption = 'Enviornment Options:'
TabOrder = 4
object WrittenLangLabel: TLabel
Left = 40
Top = 24
Width = 125
Height = 13
Caption = 'Default Written Language:'
end
object Label3: TLabel
Left = 104
Top = 48
Width = 62
Height = 13
Caption = 'Default Path:'
end
object Label2: TLabel
Left = 112
Top = 72
Width = 56
Height = 13
Caption = 'Menu Style:'
end
object LanguageLabel: TLabel
Left = 176
Top = 24
Width = 74
Height = 13
Caption = 'LanguageLabel'
end
object WrittenLangBtn: TButton
Left = 264
Top = 17
Width = 75
Height = 25
Caption = '&Languages...'
TabOrder = 0
OnClick = WrittenLangBtnClick
end
object DefaultPath: TEdit
Left = 176
Top = 48
Width = 209
Height = 21
TabOrder = 1
OnChange = DefaultPathChange
end
object MenuStyle: TComboBox
Left = 176
Top = 72
Width = 209
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 2
Items.Strings = (
'Normal'
'Stripes'
'XP')
end
object Button3: TButton
Left = 392
Top = 49
Width = 17
Height = 18
Caption = '...'
TabOrder = 3
OnClick = SetDefaultPath
end
end
object GroupBox2: TGroupBox
Left = 24
Top = 16
Width = 201
Height = 129
Caption = 'Form Designer Options:'
TabOrder = 5
object Label7: TLabel
Left = 8
Top = 72
Width = 63
Height = 13
Caption = 'Grab Handle:'
end
object Label8: TLabel
Left = 40
Top = 48
Width = 32
Height = 13
Caption = 'Grid Y:'
end
object Label9: TLabel
Left = 40
Top = 24
Width = 32
Height = 13
Caption = 'Grid X:'
end
object GridX: TEdit
Left = 80
Top = 20
Width = 33
Height = 21
TabOrder = 0
end
object GridY: TEdit
Left = 80
Top = 44
Width = 33
Height = 21
TabOrder = 1
end
object GrabHandleType: TComboBox
Left = 80
Top = 72
Width = 110
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 2
Items.Strings = (
'Delphi'
'HighContrast'
'3D')
end
object SnapToGrid: TCheckBox
Left = 80
Top = 96
Width = 97
Height = 17
Caption = 'Snap To Grid'
TabOrder = 3
end
end
object OpenDialog1: TOpenDialog
Filter =
'Programs (*.exe, *.bat, *.com)|*.exe;*.bat;*.com|All Files (*.*)' +
'|*.*'
Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofNoLongNames, ofEnableSizing]
Left = 24
Top = 168
end
object BrowseDialog1: TBrowseDialog
Left = 24
Top = 256
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -