home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 37
/
Freelog037.iso
/
ModeEmpl
/
Weblock
/
weblock.exe
/
WESetup.exe
/
0
/
RCDATA
/
TMAINFORM
/
TMAINFORM.txt
< prev
Wrap
Text File
|
2001-05-29
|
2KB
|
101 lines
object Mainform: TMainform
Left = 296
Top = 157
BorderIcons = [biMinimize]
BorderStyle = bsDialog
Caption = 'Setup - We-Blocker'
ClientHeight = 357
ClientWidth = 492
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 0
Top = 0
Width = 165
Height = 313
Picture.Data = {<image000.bmp>}
end
object Bevel1: TBevel
Left = 0
Top = 312
Width = 492
Height = 2
Shape = bsTopLine
Style = bsRaised
end
object WelcomeLabel: TLabel
Left = 184
Top = 20
Width = 262
Height = 38
Caption = 'Welcome to the We-Blocker Setup program'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
WordWrap = True
end
object Label2: TLabel
Left = 184
Top = 80
Width = 270
Height = 13
Caption = 'This will install We-Blocker versioin 2.0 on your computer.'
end
object Label1: TLabel
Left = 184
Top = 112
Width = 272
Height = 39
Caption =
'It is strongly recommended that you close all other applications' +
' you have running before continuing. This will help prevent conf' +
'licts during the installatioin process.'
WordWrap = True
end
object Label3: TLabel
Left = 184
Top = 200
Width = 220
Height = 13
Caption = 'Click Next to continue, or Cancel to exit Setup.'
end
object Panel1: TPanel
Left = 0
Top = 315
Width = 492
Height = 42
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object NextButton: TButton
Left = 324
Top = 8
Width = 73
Height = 25
Caption = 'Next >'
TabOrder = 0
OnClick = NextButtonClick
end
object Cancelbutton: TButton
Left = 408
Top = 8
Width = 73
Height = 25
Caption = 'Cancel'
TabOrder = 1
OnClick = CancelbuttonClick
end
end
end