📄 delphiforge1.dfm
字号:
object Form1: TForm1
Left = 201
Top = 128
Width = 501
Height = 346
Caption = 'Delphi Forge'
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 Label1: TLabel
Left = 8
Top = 296
Width = 433
Height = 15
AutoSize = False
Caption = 'Label1'
Color = clRed
Font.Charset = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Fixedsys'
Font.Style = []
ParentColor = False
ParentFont = False
end
object FileListBox1: TFileListBox
Left = 8
Top = 8
Width = 145
Height = 97
ItemHeight = 13
Mask = '*.c;*.cpp;*.h'
TabOrder = 0
OnDblClick = FileListBox1DblClick
end
object DirectoryListBox1: TDirectoryListBox
Left = 160
Top = 8
Width = 145
Height = 97
FileList = FileListBox1
ItemHeight = 16
TabOrder = 1
end
object DriveComboBox1: TDriveComboBox
Left = 160
Top = 112
Width = 145
Height = 19
DirList = DirectoryListBox1
TabOrder = 2
end
object FilterComboBox1: TFilterComboBox
Left = 8
Top = 112
Width = 145
Height = 21
FileList = FileListBox1
Filter =
'Fichiers C|*.c;*.cpp;*.h|Source C++ (*.cpp)|*.cpp|Source C (*.c)' +
'|*.c|Ent阾e C (*.h)|*.h|Tous les fichiers (*.*)|*.*'
TabOrder = 3
end
object Memo1: TMemo
Left = 8
Top = 136
Width = 433
Height = 153
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Fixedsys'
Font.Style = []
Lines.Strings = (
'Memo1')
ParentFont = False
ScrollBars = ssBoth
TabOrder = 4
WordWrap = False
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -