📄 u_copyfoldertest.dfm
字号:
object Form1: TForm1
Left = 163
Top = 129
Width = 800
Height = 600
Caption = 'Copy folder test'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 536
Top = 208
Width = 121
Height = 13
Caption = 'Enter or select a file mask'
end
object Label2: TLabel
Left = 536
Top = 56
Width = 119
Height = 13
Caption = 'Input folder: Not selected'
end
object Label3: TLabel
Left = 536
Top = 160
Width = 127
Height = 13
Caption = 'Output folder: Not selected'
end
object InputBtn: TButton
Left = 536
Top = 24
Width = 240
Height = 25
Caption = 'Select input folder '
TabOrder = 0
OnClick = InputBtnClick
end
object OutputBtn: TButton
Left = 536
Top = 128
Width = 240
Height = 25
Caption = 'Select output folder'
TabOrder = 1
OnClick = OutputBtnClick
end
object CopyBtn: TButton
Left = 536
Top = 464
Width = 113
Height = 25
Caption = 'Copy files'
Enabled = False
TabOrder = 2
OnClick = CopyBtnClick
end
object CreateDirBox: TCheckBox
Left = 536
Top = 104
Width = 209
Height = 17
Caption = 'Allow new output folder'
Checked = True
State = cbChecked
TabOrder = 3
end
object AttribGrp: TRadioGroup
Left = 536
Top = 312
Width = 240
Height = 65
Caption = 'Output file attributes '
ItemIndex = 1
Items.Strings = (
'Retain input file attributes'
'Reset "read only" attribute ')
TabOrder = 4
end
object DupNamesgrp: TRadioGroup
Left = 536
Top = 384
Width = 240
Height = 65
Caption = 'Duplicate file names'
Columns = 2
ItemIndex = 2
Items.Strings = (
'Skip'
'Replace'
'Replace if newer'
'Ask')
TabOrder = 5
end
object ScopeGrp: TRadioGroup
Left = 536
Top = 240
Width = 240
Height = 65
Caption = 'Scope'
ItemIndex = 1
Items.Strings = (
'Copy files in this folder only'
'Copy files in this folder and subfolders')
TabOrder = 6
end
object StaticText1: TStaticText
Left = 0
Top = 546
Width = 792
Height = 20
Align = alBottom
Alignment = taCenter
Caption = 'Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -