📄 dirfile_unit.dfm
字号:
object Form1: TForm1
Left = 313
Top = 154
Width = 451
Height = 316
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object DriveComboBox1: TDriveComboBox
Left = 24
Top = 8
Width = 145
Height = 19
TabOrder = 0
OnChange = DriveComboBox1Change
end
object DirectoryListBox1: TDirectoryListBox
Left = 24
Top = 40
Width = 145
Height = 161
ItemHeight = 16
TabOrder = 1
OnChange = DirectoryListBox1Change
end
object FileListBox1: TFileListBox
Left = 208
Top = 8
Width = 145
Height = 193
ItemHeight = 13
TabOrder = 2
OnChange = FileListBox1Change
end
object FilterComboBox1: TFilterComboBox
Left = 24
Top = 216
Width = 145
Height = 21
TabOrder = 3
end
object Edit1: TEdit
Left = 24
Top = 248
Width = 145
Height = 21
TabOrder = 4
Text = 'Edit1'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -