📄 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 + -