?? unit3.dfm
字號:
object frmExport: TfrmExport
Left = 455
Top = 239
BorderStyle = bsDialog
Caption = 'Export'
ClientHeight = 262
ClientWidth = 298
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Shell Dlg 2'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 14
Top = 12
Width = 168
Height = 13
Caption = 'Please select destination directory:'
end
object DriveComboBox1: TDriveComboBox
Left = 12
Top = 32
Width = 273
Height = 19
DirList = DirectoryListBox1
TabOrder = 0
end
object DirectoryListBox1: TDirectoryListBox
Left = 12
Top = 56
Width = 273
Height = 157
ItemHeight = 16
TabOrder = 1
end
object Button1: TButton
Left = 62
Top = 224
Width = 75
Height = 25
Caption = 'Export'
ModalResult = 1
TabOrder = 2
end
object Button2: TButton
Left = 144
Top = 224
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -