home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 March
/
PCWorld_1999-03_cd.bin
/
Software
/
zkuste
/
BlowFish
/
bfa97.exe
/
0
/
RCDATA
/
TCOPYMOVEDESTFORM
/
TCOPYMOVEDESTFORM.txt
Wrap
Text File
|
1998-12-29
|
2KB
|
81 lines
object CopyMoveDestForm: TCopyMoveDestForm
Left = 647
Top = 131
HelpContext = 203
BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
BorderStyle = bsDialog
ClientHeight = 262
ClientWidth = 313
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object DestInfo: TLabel
Left = 8
Top = 8
Width = 3
Height = 13
FocusControl = DestInputBox
Transparent = True
end
object DestList: TListBox
Left = 8
Top = 56
Width = 297
Height = 169
ItemHeight = 13
Sorted = True
TabOrder = 2
OnClick = DestListClick
OnDblClick = DestListDblClick
end
object DestInputBox: TEdit
Left = 8
Top = 24
Width = 225
Height = 21
TabOrder = 0
OnKeyPress = DestInputBoxKeyPress
end
object BrowseButton: TButton
Left = 240
Top = 24
Width = 65
Height = 23
TabOrder = 1
OnClick = BrowseButtonClick
end
object RemoveButton: TButton
Left = 8
Top = 232
Width = 75
Height = 23
TabOrder = 3
OnClick = RemoveButtonClick
end
object OKButton: TButton
Left = 152
Top = 232
Width = 75
Height = 23
Default = True
TabOrder = 4
OnClick = OKButtonClick
end
object CancelButton: TButton
Left = 232
Top = 232
Width = 75
Height = 23
TabOrder = 5
OnClick = CancelButtonClick
end
end