?? unit1.dfm
字號:
object Form1: TForm1
Left = 192
Top = 114
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
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 48
Top = 248
Width = 489
Height = 169
end
object Image1: TImage
Left = 56
Top = 256
Width = 473
Height = 153
end
object DriveComboBox1: TDriveComboBox
Left = 32
Top = 48
Width = 145
Height = 19
DirList = DirectoryListBox1
TabOrder = 0
OnChange = DriveComboBox1Change
end
object DirectoryListBox1: TDirectoryListBox
Left = 216
Top = 40
Width = 161
Height = 177
FileList = FileListBox1
ItemHeight = 16
TabOrder = 1
OnChange = DirectoryListBox1Change
end
object FileListBox1: TFileListBox
Left = 392
Top = 40
Width = 145
Height = 177
ItemHeight = 13
Mask = '*.bmp'
TabOrder = 2
OnDblClick = FileListBox1DblClick
end
object FilterComboBox1: TFilterComboBox
Left = 32
Top = 104
Width = 145
Height = 21
FileList = FileListBox1
Filter = '*.bmp|*.bmp'
TabOrder = 3
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -