?? copyto.dfm
字號:
object CopyToForm: TCopyToForm
Left = 224
Top = 261
Width = 662
Height = 263
Caption = '文件復制'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
object Panel1: TPanel
Left = 6
Top = 5
Width = 641
Height = 228
Anchors = [akLeft, akTop, akRight, akBottom]
BevelOuter = bvLowered
Caption = 'Panel1'
TabOrder = 0
object Panel2: TPanel
Left = 1
Top = 1
Width = 639
Height = 19
Align = alTop
BevelInner = bvRaised
BevelOuter = bvNone
TabOrder = 0
object Label1: TLabel
Left = 6
Top = 4
Width = 60
Height = 12
Caption = '源文件夾:'
end
object Label2: TLabel
Left = 67
Top = 4
Width = 36
Height = 12
Caption = 'Label2'
end
end
object Panel3: TPanel
Left = 1
Top = 158
Width = 639
Height = 26
Align = alBottom
TabOrder = 1
object Label3: TLabel
Left = 8
Top = 8
Width = 48
Height = 12
Caption = '拷貝至:'
end
object BtnDirList: TSpeedButton
Left = 593
Top = 4
Width = 33
Height = 20
Hint = '更改文件夾'
Anchors = [akTop, akRight]
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000000000000000000001000000000000000000000000000
8000008000000080800080000000800080008080000080808000C0C0C0000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFF0000000000000FF77777777777700FF7FB8B8B8B8
B700F7FB8B8B8B8B8070F7F8B8B8B8B870707F8B8B8B8B8B07707FFFFFFFFFF7
08707777777777777B70F7F8B8B8B8B8B870F7FB8B8B8FFFFF70F7F8B8B8F777
777FFF7FFFFF7FFFFFFFFFF77777FFFFFFFFFFFFFFFFFFFFFFFF}
ParentShowHint = False
ShowHint = True
OnClick = BtnDirListClick
end
object ComboBox1: TComboBox
Left = 64
Top = 4
Width = 521
Height = 20
Anchors = [akLeft, akTop, akRight]
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ItemHeight = 12
ParentFont = False
TabOrder = 0
Text = 'c:\windows\desktop\'
OnChange = ComboBox1Change
OnEnter = ComboBox1Enter
end
end
object Panel4: TPanel
Left = 1
Top = 184
Width = 639
Height = 24
Align = alBottom
TabOrder = 2
OnMouseDown = Panel3MouseDown
object BtnCopy: TSpeedButton
Left = 504
Top = 3
Width = 57
Height = 18
Anchors = [akTop, akRight]
Caption = '全部復制'
OnClick = BtnCopyClick
end
object BtnCancel: TSpeedButton
Left = 576
Top = 3
Width = 55
Height = 18
Anchors = [akTop, akRight]
Caption = '關閉'
OnClick = BtnCancelClick
end
object cbSave: TCheckBox
Left = 8
Top = 5
Width = 193
Height = 17
Caption = '啟動時加載上次未拷貝完的記錄'
TabOrder = 0
OnClick = cbSaveClick
end
end
object CopyListView: TListView
Left = 1
Top = 20
Width = 639
Height = 138
Align = alClient
BorderStyle = bsNone
Columns = <
item
Caption = '源文件'
Width = 250
end
item
Caption = '大小'
Width = 80
end
item
Caption = '已完成'
Width = 80
end
item
Caption = '目標文件'
Width = 250
end>
GridLines = True
LargeImages = MainForm.ImageList1
MultiSelect = True
RowSelect = True
PopupMenu = CopyToPopupMenu
SmallImages = MainForm.ImageList1
TabOrder = 3
ViewStyle = vsReport
OnDblClick = CopyListViewDblClick
OnDragDrop = CopyListViewDragDrop
OnDragOver = CopyListViewDragOver
end
object Panel5: TPanel
Left = 1
Top = 208
Width = 639
Height = 19
Align = alBottom
TabOrder = 4
object Label4: TLabel
Left = 9
Top = 4
Width = 120
Height = 12
Caption = '多線程復制文件......'
OnMouseDown = Label4MouseDown
end
end
end
object CopyToPopupMenu: TPopupMenu
OnPopup = CopyToPopupMenuPopup
Left = 152
Top = 104
object N_CP_Begin: TMenuItem
Caption = '開始'
OnClick = N_CP_BeginClick
end
object N_CP_Del: TMenuItem
Caption = '刪除'
OnClick = N_CP_DelClick
end
object N_CP_Pause: TMenuItem
Caption = '暫停'
OnClick = N_CP_PauseClick
end
object N_CP_Resume: TMenuItem
Caption = '繼續'
OnClick = N_CP_ResumeClick
end
object N_CP_OpenLocal: TMenuItem
Caption = '打開本地文件夾'
OnClick = N_CP_OpenLocalClick
end
object N_CP_OpenRemote: TMenuItem
Caption = '打開遠程文件夾'
OnClick = N_CP_OpenRemoteClick
end
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -