📄 addfiles.dfm
字号:
object AddFilesForm: TAddFilesForm
Left = 289
Top = 143
Width = 620
Height = 442
Caption = 'Add Files'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 173
Top = 0
Width = 439
Height = 408
Align = alClient
TabOrder = 0
object Panel5: TPanel
Left = 1
Top = 1
Width = 104
Height = 406
Align = alLeft
TabOrder = 0
object AddFileBut: TButton
Left = 8
Top = 147
Width = 85
Height = 21
Caption = '&Add File ==>'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = AddFileButClick
end
object RemoveBut: TButton
Left = 8
Top = 221
Width = 85
Height = 21
Caption = '&Remove <=='
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = RemoveButClick
end
object OKBut: TButton
Left = 8
Top = 271
Width = 85
Height = 21
Caption = 'START &NOW'
Default = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
OnClick = OKButClick
end
object CancelBut: TButton
Left = 8
Top = 304
Width = 85
Height = 21
Cancel = True
Caption = '&Cancel'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = CancelButClick
end
object AddDirBut: TButton
Left = 8
Top = 177
Width = 85
Height = 21
Caption = 'Add &Dir ==>'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 4
OnClick = AddDirButClick
end
end
object Panel6: TPanel
Left = 105
Top = 1
Width = 333
Height = 406
Align = alClient
TabOrder = 1
object SelectedList: TListBox
Left = 1
Top = 27
Width = 331
Height = 378
TabStop = False
Align = alClient
ItemHeight = 13
MultiSelect = True
TabOrder = 0
end
object Panel7: TPanel
Left = 1
Top = 1
Width = 331
Height = 26
Align = alTop
TabOrder = 1
object Label1: TLabel
Left = 53
Top = 7
Width = 72
Height = 13
Caption = 'Files to Add:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object SortBut: TButton
Left = 150
Top = 6
Width = 46
Height = 16
Caption = '&Sort'
TabOrder = 0
OnClick = SortButClick
end
end
end
end
object Panel2: TPanel
Left = 0
Top = 0
Width = 173
Height = 408
Align = alLeft
TabOrder = 1
object Panel3: TPanel
Left = 1
Top = 1
Width = 171
Height = 23
Align = alTop
TabOrder = 0
object DriveComboBox1: TDriveComboBox
Left = 3
Top = 3
Width = 157
Height = 19
DirList = DirectoryListBox1
TabOrder = 0
end
end
object FileListBox1: TFileListBox
Left = 1
Top = 147
Width = 171
Height = 260
Align = alClient
ItemHeight = 13
MultiSelect = True
TabOrder = 1
end
object Panel4: TPanel
Left = 1
Top = 24
Width = 171
Height = 97
Align = alTop
TabOrder = 2
object DirectoryListBox1: TDirectoryListBox
Left = 1
Top = 1
Width = 169
Height = 95
Align = alClient
FileList = FileListBox1
ItemHeight = 16
TabOrder = 0
end
end
object Panel8: TPanel
Left = 1
Top = 121
Width = 171
Height = 26
Align = alTop
TabOrder = 3
object SelectAllBut: TButton
Left = 43
Top = 4
Width = 81
Height = 17
Caption = 'Select All Files'
TabOrder = 0
OnClick = SelectAllButClick
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -