home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 261
- Top = 233
- BorderStyle = bsDialog
- Caption = 'EXESetup Wizard'
- ClientHeight = 281
- ClientWidth = 457
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnClose = OnClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 16
- object imgGraphic: TImage
- Left = 8
- Top = 10
- Width = 118
- Height = 226
- Picture.Data = {<image000.bmp>}
- end
- object Button1: TButton
- Left = 208
- Top = 248
- Width = 73
- Height = 25
- Hint = 'Click here to go back one step.'
- Caption = '&Back'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- Visible = False
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 288
- Top = 248
- Width = 73
- Height = 25
- Hint = 'Click here to go forward one step.'
- Caption = '&Next'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 376
- Top = 248
- Width = 73
- Height = 25
- Hint = 'Click here to end the installation.'
- Cancel = True
- Caption = 'E&xit'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = Button3Click
- end
- object Tab1: TNotebook
- Left = 132
- Top = 10
- Width = 317
- Height = 226
- TabOrder = 3
- object TPage
- Left = 0
- Top = 0
- Caption = 'One'
- object lbl1: TLabel
- Left = 8
- Top = 8
- Width = 297
- Height = 41
- AutoSize = False
- Caption = 'lbl1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object lbl2: TLabel
- Left = 8
- Top = 48
- Width = 297
- Height = 169
- AutoSize = False
- Caption = 'lbl2'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- end
- object TPage
- Left = 0
- Top = 0
- HelpContext = 1
- Caption = 'Two'
- object Memo1: TMemo
- Left = 8
- Top = 8
- Width = 297
- Height = 209
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
- 'It looks like the author forgot to include this file for you to '
- 'read.'
- 'Please conact the author or distributer of this product.')
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- object TPage
- Left = 0
- Top = 0
- HelpContext = 2
- Caption = 'Three'
- object Label1: TLabel
- Left = 12
- Top = 148
- Width = 293
- Height = 37
- AutoSize = False
- Caption =
- 'Please type in a directory where you want to install this softwa' +
- 're into:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label2: TLabel
- Left = 8
- Top = 16
- Width = 297
- Height = 33
- AutoSize = False
- Caption =
- 'This is the directory setup will install from: NOTE: If you chan' +
- 'ge this setup may not work properly.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Visible = False
- WordWrap = True
- end
- object txtInstallTo: TEdit
- Left = 16
- Top = 184
- Width = 225
- Height = 21
- Hint = 'Directory to be installed to.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- Text = 'C:\APPDIR'
- end
- object txtInstallFrom: TEdit
- Left = 16
- Top = 56
- Width = 225
- Height = 21
- Hint = 'This is the directory setup uses to install the files from.'
- CharCase = ecUpperCase
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- Text = 'C:\SOURCEDIR'
- Visible = False
- end
- object Button4: TButton
- Left = 248
- Top = 184
- Width = 57
- Height = 20
- Caption = 'Browse'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = Button4Click
- end
- end
- object TPage
- Left = 0
- Top = 0
- HelpContext = 3
- Caption = 'Four'
- object Label7: TLabel
- Left = 12
- Top = 12
- Width = 196
- Height = 13
- Caption = 'Setup is now ready to install this software.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label11: TLabel
- Left = 12
- Top = 28
- Width = 206
- Height = 13
- Caption = 'To start installing please click '#39'Install'#39' below.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- end
- object TPage
- Left = 0
- Top = 0
- HelpContext = 4
- Caption = 'Five'
- object Label8: TLabel
- Left = 20
- Top = 28
- Width = 56
- Height = 13
- Caption = 'Install From:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label9: TLabel
- Left = 20
- Top = 44
- Width = 46
- Height = 13
- Caption = 'Install To:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label10: TLabel
- Left = 68
- Top = 132
- Width = 178
- Height = 13
- Caption = 'Now Installing files. Please be patient.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Gauge1: TGauge
- Left = 24
- Top = 98
- Width = 265
- Height = 23
- Color = clBtnFace
- ForeColor = clNavy
- ParentColor = False
- ParentShowHint = False
- Progress = 0
- ShowHint = False
- end
- object lblInstallFrom: TLabel
- Left = 84
- Top = 28
- Width = 92
- Height = 13
- Caption = 'C:\SOURCEDIR'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblInstallTo: TLabel
- Left = 84
- Top = 44
- Width = 65
- Height = 13
- Caption = 'C:\APPDIR'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label12: TLabel
- Left = 20
- Top = 60
- Width = 19
- Height = 13
- Caption = 'File:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblFileN: TLabel
- Left = 84
- Top = 60
- Width = 147
- Height = 13
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
- object TPage
- Left = 0
- Top = 0
- HelpContext = 5
- Caption = 'Six'
- object Label5: TLabel
- Left = 12
- Top = 12
- Width = 293
- Height = 37
- AutoSize = False
- Caption = 'Setup has now finished installing this product.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label6: TLabel
- Left = 12
- Top = 28
- Width = 293
- Height = 37
- AutoSize = False
- Caption = 'Please select "E&xit" to complete and close this installation.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- end
- object TPage
- Left = 0
- Top = 0
- HelpContext = 6
- Caption = 'Seven'
- object Label13: TLabel
- Left = 12
- Top = 12
- Width = 293
- Height = 37
- AutoSize = False
- Caption = 'Setup could not complete the installation.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label14: TLabel
- Left = 12
- Top = 28
- Width = 293
- Height = 37
- AutoSize = False
- Caption =
- 'Errors were detected during setup. Please contact the author and' +
- '/or the author of this product.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label15: TLabel
- Left = 12
- Top = 60
- Width = 293
- Height = 37
- AutoSize = False
- Caption = 'Please select "E&xit" to close this installation.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- end
- object TPage
- Left = 0
- Top = 0
- HelpContext = 8
- Caption = 'Nine'
- object Image1: TImage
- Left = 8
- Top = 26
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image001.ico>}
- end
- object Label25: TLabel
- Left = 45
- Top = 26
- Width = 185
- Height = 13
- Caption = 'Do you want a program group created?'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label26: TLabel
- Left = 45
- Top = 42
- Width = 154
- Height = 13
- Caption = 'Here you can change the group:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object ComboBox1: TComboBox
- Left = 45
- Top = 78
- Width = 212
- Height = 21
- Hint = 'List of program groups'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Ms Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 0
- Text = 'ComboBox1'
- end
- end
- end
- object Button7: TButton
- Left = 288
- Top = 248
- Width = 73
- Height = 25
- Hint = 'Click here to create a program group.'
- Caption = '&Create'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- Visible = False
- OnClick = Button7Click
- end
- object Button8: TButton
- Left = 208
- Top = 248
- Width = 73
- Height = 25
- Hint = 'Click here if you do not want to create a group.'
- Cancel = True
- Caption = '&Skip'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- Visible = False
- OnClick = Button8Click
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 1
- OnTimer = Timer1Timer
- Left = 53
- Top = 21
- end
- object MsInstall1: TMsInstall
- CreateProgManGroup = True
- DdeClientConvName = DdeClientConv1
- NoOfFiles = 0
- Left = 85
- Top = 22
- end
- object DdeClientConv1: TDdeClientConv
- DdeService = 'progman'
- Left = 21
- Top = 54
- LinkInfo = (
- 'Service progman'
- 'Topic ')
- end
- object DdeClient: TDdeClientConv
- DdeService = 'progman'
- Left = 21
- Top = 86
- LinkInfo = (
- 'Service progman'
- 'Topic ')
- end
- object Dir1: TFolderDialog
- Top = 246
- Left = 94
- Title = 'Select Folder'
- Text = 'Please select a folder to install this software:'
- end
- object Shortcuts1: TShortcuts
- FolderList.Strings = (
- 'Accessories'
- 'Things.txt'
- 'EXESetup 3.0 Light'
- 'StartUp'
- 'System Tools'
- 'Applications'
- 'Internet Tools'
- 'Development'
- 'Image Development')
- Left = 46
- Top = 230
- end
- end
-