📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 544
Height = 375
Caption = 'Form1'
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 FileListBox1: TFileListBox
Left = 24
Top = 24
Width = 129
Height = 161
ItemHeight = 16
ShowGlyphs = True
TabOrder = 0
end
object DirectoryListBox1: TDirectoryListBox
Left = 240
Top = 24
Width = 137
Height = 161
FileList = FileListBox1
ItemHeight = 16
TabOrder = 1
end
object DriveComboBox1: TDriveComboBox
Left = 408
Top = 24
Width = 113
Height = 19
DirList = DirectoryListBox1
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -