unit1.nfm.~2~
来自「Delphi 2005程序设计教程_实例源文件和教学课件」· ~2~ 代码 · 共 66 行
~2~
66 行
object Form3: TForm3
Caption = 'Form3'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Height = 310
Width = 471
Left = 0
Top = 0
PixelsPerInch = 96
TextHeight = 13
object FileListBox1: TFileListBox
ItemHeight = 13
TabOrder = 0
Left = 224
Top = 96
Width = 145
Height = 97
OnClick = FileListBox1Click
end
object DirectoryListBox1: TDirectoryListBox
ItemHeight = 16
TabOrder = 1
Left = 40
Top = 80
Width = 145
Height = 97
OnChange = DirectoryListBox1Change
end
object DriveComboBox1: TDriveComboBox
TabOrder = 2
Left = 48
Top = 32
Width = 145
Height = 19
OnChange = DriveComboBox1Change
end
object FilterComboBox1: TFilterComboBox
TabOrder = 3
Left = 224
Top = 200
Width = 145
Height = 21
end
object Edit1: TEdit
TabOrder = 4
Text = 'Edit1'
Left = 224
Top = 56
Width = 145
Height = 21
OnKeyPress = Edit1KeyPress
end
object ListBox1: TListBox
ItemHeight = 13
TabOrder = 5
Left = 40
Top = 200
Width = 121
Height = 73
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?