unit3.dfm
来自「KSDev.VirtualSream.v1.01.rar 虚拟文件系统,」· DFM 代码 · 共 59 行
DFM
59 行
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 + =
减小字号Ctrl + -
显示快捷键?