📄 extractfiles.dfm
字号:
object Extract: TExtract
Left = 226
Top = 178
Width = 488
Height = 418
Caption = 'Select Extract Directory'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnActivate = FormActivate
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 353
Height = 384
Align = alClient
TabOrder = 0
object DirectoryListBox1: TDirectoryListBox
Left = 1
Top = 20
Width = 351
Height = 363
Align = alClient
ItemHeight = 16
TabOrder = 0
end
object Panel3: TPanel
Left = 1
Top = 1
Width = 351
Height = 19
Align = alTop
TabOrder = 1
object DriveComboBox1: TDriveComboBox
Left = 2
Top = 0
Width = 259
Height = 19
DirList = DirectoryListBox1
TabOrder = 0
TextCase = tcUpperCase
end
end
end
object Panel2: TPanel
Left = 353
Top = 0
Width = 127
Height = 384
Align = alRight
TabOrder = 1
object OKBut: TButton
Left = 29
Top = 247
Width = 61
Height = 20
Caption = '&Ok'
Default = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
OnClick = OKButClick
end
object CancelBut: TButton
Left = 29
Top = 283
Width = 61
Height = 20
Cancel = True
Caption = '&Cancel'
TabOrder = 3
OnClick = CancelButClick
end
object RadioGroup1: TRadioGroup
Left = 11
Top = 13
Width = 95
Height = 59
Caption = 'Expand ZIP Dirs'
ItemIndex = 1
Items.Strings = (
'No'
'Yes')
TabOrder = 0
end
object RadioGroup2: TRadioGroup
Left = 10
Top = 88
Width = 98
Height = 59
Caption = 'OverWrite Existing'
ItemIndex = 0
Items.Strings = (
'No'
'Yes')
TabOrder = 1
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -