📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 230
Top = 251
Width = 696
Height = 480
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 = 56
Top = 64
Width = 145
Height = 19
TabOrder = 0
OnChange = DriveComboBox1Change
end
object DirectoryListBox1: TDirectoryListBox
Left = 64
Top = 136
Width = 145
Height = 97
ItemHeight = 16
TabOrder = 1
OnChange = DirectoryListBox1Change
end
object FilterComboBox1: TFilterComboBox
Left = 48
Top = 288
Width = 145
Height = 21
FileList = FileListBox1
Filter = 'All files (*.*)|*.*|'#25991#26412#25991#20214'(*.txt)|*.txt'
TabOrder = 2
end
object FileListBox1: TFileListBox
Left = 448
Top = 120
Width = 145
Height = 97
ItemHeight = 13
TabOrder = 3
OnChange = FileListBox1Change
end
object Edit1: TEdit
Left = 392
Top = 64
Width = 121
Height = 21
TabOrder = 4
Text = 'Edit1'
end
object Button1: TButton
Left = 352
Top = 272
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 5
OnClick = Button1Click
end
object Memo1: TMemo
Left = 448
Top = 232
Width = 185
Height = 193
Lines.Strings = (
'Memo1')
ScrollBars = ssBoth
TabOrder = 6
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -