home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 10
/
Chip_Hitware_Vol_10.iso
/
chiphit
/
tools
/
95beyond
/
beyond32.exe
/
0
/
RCDATA
/
TCOPYWARNING
/
TCOPYWARNING.txt
Wrap
Text File
|
1997-11-09
|
2KB
|
107 lines
object CopyWarning: TCopyWarning
Left = 315
Top = 208
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Confirm Copy Operation'
ClientHeight = 232
ClientWidth = 364
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 104
Top = 24
Width = 158
Height = 13
Caption = 'Are you sure you want to replace:'
end
object TargetFilename: TLabel
Left = 120
Top = 48
Width = 73
Height = 13
Caption = 'a:\compfile.pas'
end
object TargetFileDate: TLabel
Left = 120
Top = 64
Width = 123
Height = 13
Caption = 'dated 5/28/96 8:41:52am'
end
object Label4: TLabel
Left = 104
Top = 112
Width = 117
Height = 13
Caption = 'with the OLDER version:'
end
object SourceFilename: TLabel
Left = 120
Top = 136
Width = 178
Height = 13
Caption = 'c:\delphi\cutools\bsync\compfile.pas'
end
object SourceFileDate: TLabel
Left = 120
Top = 152
Width = 129
Height = 13
Caption = 'dated 3/15/96 10:15:52pm'
end
object Image1: TImage
Left = 24
Top = 24
Width = 32
Height = 32
end
object YesBtn: TBitBtn
Left = 24
Top = 192
Width = 73
Height = 26
Caption = '&Yes'
ModalResult = 6
TabOrder = 0
NumGlyphs = 2
end
object NoBtn: TBitBtn
Left = 184
Top = 192
Width = 73
Height = 26
Caption = '&No'
ModalResult = 7
TabOrder = 2
NumGlyphs = 2
end
object AllBtn: TBitBtn
Left = 104
Top = 192
Width = 73
Height = 26
Caption = 'Yes to &All'
ModalResult = 8
TabOrder = 1
NumGlyphs = 2
end
object CancelBtn: TBitBtn
Left = 264
Top = 192
Width = 73
Height = 26
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
NumGlyphs = 2
end
end