home *** CD-ROM | disk | FTP | other *** search
- object Main: TMain
- Left = 305
- Top = 318
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'WordWeb Setup'
- ClientHeight = 202
- ClientWidth = 397
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object OKBtn: TButton
- Left = 223
- Top = 172
- Width = 75
- Height = 25
- Caption = '&Next >'
- Default = True
- TabOrder = 0
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 311
- Top = 172
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Group1: TGroupBox
- Left = 16
- Top = 8
- Width = 369
- Height = 153
- TabOrder = 2
- object Label1: TLabel
- Left = 16
- Top = 56
- Width = 266
- Height = 13
- Caption = 'Welcome to the Crossword Compiler installation program.'
- end
- object Label2: TLabel
- Left = 16
- Top = 56
- Width = 305
- Height = 49
- AutoSize = False
- Caption =
- 'You are strongly recommended to close all other programs before ' +
- 'continuing with this installation.'
- WordWrap = True
- end
- object Label3: TLabel
- Left = 16
- Top = 112
- Width = 345
- Height = 33
- AutoSize = False
- Caption =
- 'When you are ready to continue the installation click the Next b' +
- 'utton or press Enter.'
- WordWrap = True
- end
- object Label6: TLabel
- Left = 16
- Top = 24
- Width = 223
- Height = 13
- Caption = 'Welcome to the WordWeb installation program.'
- end
- end
- object Group3: TGroupBox
- Left = 14
- Top = 8
- Width = 369
- Height = 153
- TabOrder = 3
- Visible = False
- object Label4: TLabel
- Left = 8
- Top = 20
- Width = 345
- Height = 29
- AutoSize = False
- Caption = 'WordWeb will be installed to the following location.'
- WordWrap = True
- end
- object Label5: TLabel
- Left = 8
- Top = 104
- Width = 45
- Height = 13
- Caption = 'Directory:'
- end
- object Label7: TLabel
- Left = 8
- Top = 48
- Width = 345
- Height = 46
- AutoSize = False
- Caption =
- 'Change the folder if you wish to install somewhere else. When yo' +
- 'u are ready to start the installation press the Install button'
- WordWrap = True
- end
- object Edit1: TEdit
- Left = 72
- Top = 96
- Width = 281
- Height = 21
- MaxLength = 256
- TabOrder = 0
- end
- object Button1: TButton
- Left = 280
- Top = 124
- Width = 75
- Height = 21
- Caption = '&Browse...'
- TabOrder = 1
- OnClick = Button1Click
- end
- end
- object Browser: TBrowseFolder
- Flags = [bfFileSysDirsOnly, bfStatusText]
- ShowPathInStatusArea = False
- SyncCustomButton = False
- Left = 88
- Top = 168
- end
- end
-