home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 November
/
pcwk_11_98a.iso
/
Freeware
/
DDCLIP
/
SETUPSL.EX_
/
SETUPSL.EX
/
0
/
RCDATA
/
TEXITDLG
/
TEXITDLG.txt
< prev
Wrap
Text File
|
1997-06-17
|
1KB
|
72 lines
object ExitDlg: TExitDlg
Left = 270
Top = 139
BorderStyle = bsDialog
Caption = 'Exit Setup'
ClientHeight = 196
ClientWidth = 313
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Text1: TLabel
Left = 16
Top = 16
Width = 281
Height = 41
AutoSize = False
Caption =
'Setup is not complete. If you quit the Setup program now, the pr' +
'ogram will not be installed.'
WordWrap = True
end
object Text2: TLabel
Left = 16
Top = 56
Width = 281
Height = 41
AutoSize = False
Caption =
'You may run the Setup program at a later time to complete the in' +
'stallation.'
WordWrap = True
end
object Text3: TLabel
Left = 16
Top = 96
Width = 281
Height = 41
AutoSize = False
Caption =
'To continue installing the program, click Resume. To quit the Se' +
'tup program click Exit'
WordWrap = True
end
object ResumeBtn: TButton
Left = 55
Top = 156
Width = 75
Height = 25
Caption = 'Resume'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = ResumeBtnClick
end
object ExitBtn: TButton
Left = 183
Top = 156
Width = 75
Height = 25
Cancel = True
Caption = 'Exit Setup'
ModalResult = 2
TabOrder = 1
OnClick = ExitBtnClick
end
end