home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 April A
/
Pcwk4a98.iso
/
PROGRAM
/
DELPHI16
/
Calmira
/
Src
/
SRC
/
REPLACE.DFM
/
REPLACE.txt
Wrap
Text File
|
1996-11-24
|
2KB
|
110 lines
object ReplaceBox: TReplaceBox
Left = 190
Top = 173
BorderStyle = bsDialog
Caption = 'Replace File'
ClientHeight = 143
ClientWidth = 377
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
OnCreate = FormCreate
TextHeight = 13
object Label1: TLabel
Left = 46
Top = 12
Width = 43
Height = 13
Caption = 'Replace:'
end
object Target2: TLabel
Left = 98
Top = 32
Width = 37
Height = 13
Caption = 'Target2'
end
object Label4: TLabel
Left = 46
Top = 68
Width = 25
Height = 13
Caption = 'With:'
end
object Source1: TLabel
Left = 98
Top = 68
Width = 40
Height = 13
Caption = 'Source1'
end
object Target1: TLabel
Left = 98
Top = 12
Width = 37
Height = 13
Caption = 'Target1'
end
object Source2: TLabel
Left = 98
Top = 88
Width = 40
Height = 13
Caption = 'Source2'
end
object Image1: TImage
Left = 6
Top = 6
Width = 33
Height = 33
end
object YesBtn: TBitBtn
Left = 20
Top = 112
Width = 81
Height = 25
TabOrder = 0
Kind = bkYes
Margin = 4
Style = bsNew
Spacing = -1
end
object NoBtn: TBitBtn
Left = 108
Top = 112
Width = 81
Height = 25
TabOrder = 1
Kind = bkNo
Margin = 4
Style = bsNew
Spacing = -1
end
object AllBtn: TBitBtn
Left = 284
Top = 112
Width = 81
Height = 25
TabOrder = 3
Kind = bkAll
Margin = 4
Style = bsNew
Spacing = -1
end
object CancelBtn: TBitBtn
Left = 196
Top = 112
Width = 81
Height = 25
Caption = '&Cancel'
TabOrder = 2
Kind = bkCancel
Margin = 4
Style = bsNew
Spacing = -1
end
end