home *** CD-ROM | disk | FTP | other *** search
- object FormTools: TFormTools
- Left = 490
- Top = 122
- BorderStyle = bsDialog
- Caption = 'Installation'
- ClientHeight = 311
- ClientWidth = 524
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 9
- Top = 7
- Width = 122
- Height = 260
- Center = True
- Picture.Data = {<image000.jpg>}
- end
- object Bevel1: TBevel
- Left = 8
- Top = 275
- Width = 507
- Height = 9
- Shape = bsTopLine
- end
- object LabelShare1: TLabel
- Left = 8
- Top = 277
- Width = 185
- Height = 19
- Alignment = taCenter
- AutoSize = False
- Caption = 'SetupMAX Unregistered'
- Font.Charset = ANSI_CHARSET
- Font.Color = clRed
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object LabelShare2: TLabel
- Left = 8
- Top = 295
- Width = 193
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'Do not distribute this file'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object BPrev: TButton
- Left = 290
- Top = 283
- Width = 73
- Height = 25
- Caption = '< B&ack'
- Enabled = False
- TabOrder = 0
- OnClick = BPrevClick
- end
- object BNext: TButton
- Left = 362
- Top = 283
- Width = 73
- Height = 25
- Caption = 'N&ext >'
- Default = True
- TabOrder = 1
- OnClick = BNextClick
- end
- object BCancel: TButton
- Left = 442
- Top = 283
- Width = 73
- Height = 25
- Caption = 'Ca&ncel'
- TabOrder = 2
- OnClick = BCancelClick
- end
- object Notebook1: TNotebook
- Left = 136
- Top = 7
- Width = 377
- Height = 261
- PageIndex = 7
- TabOrder = 3
- object TPage
- Left = 0
- Top = 0
- Caption = 'Welcome'
- object Label1: TLabel
- Left = 6
- Top = 5
- Width = 103
- Height = 28
- Caption = 'Welcome, '
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -24
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 6
- Top = 39
- Width = 353
- Height = 57
- AutoSize = False
- Caption =
- 'This installation program will install %APPTITLE%.'#13#10'Press the Ne' +
- 'xt button to start the installation. You can press the Cancel Se' +
- 'tup button now if you do not want to install the %APPTITLE% at t' +
- 'his time.'
- WordWrap = True
- end
- object MemoWelcome: TMemo
- Left = 7
- Top = 103
- Width = 362
- Height = 150
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Licence'
- object Label3: TLabel
- Left = 6
- Top = 5
- Width = 162
- Height = 28
- Caption = 'Licences terms :'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -24
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- object MemoLicence: TMemo
- Left = 5
- Top = 31
- Width = 366
- Height = 223
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Destination_Dir'
- object Label4: TLabel
- Left = 7
- Top = 5
- Width = 281
- Height = 28
- Caption = 'Select Destination Directory'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -24
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- object Label5: TLabel
- Left = 8
- Top = 40
- Width = 361
- Height = 49
- AutoSize = False
- Caption =
- 'Please select the directory where %APPTITLE% files are to be ins' +
- 'talled.'
- WordWrap = True
- end
- object Panel1: TPanel
- Left = 8
- Top = 120
- Width = 361
- Height = 41
- TabOrder = 0
- object DirectoryEdit1: TDirectoryEdit
- Left = 6
- Top = 10
- Width = 347
- Height = 21
- NumGlyphs = 1
- TabOrder = 0
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'SelectModule'
- object Label8: TLabel
- Left = 7
- Top = 5
- Width = 185
- Height = 28
- Caption = 'Modules selection,'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -24
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- object Label9: TLabel
- Left = 7
- Top = 35
- Width = 216
- Height = 13
- Caption = 'Please select the modules you want to install :'
- end
- object Tree1: TTreeNT
- Left = 5
- Top = 49
- Width = 364
- Height = 184
- Indent = 19
- InsertMarkColor = clSilver
- ItemHeight = 16
- Options = [toAutoExpand, toAutoScroll, toCheckSupport, toEvenHeight, toHideSelection, toRightClickSelect, toShowButtons, toShowLines, toShowRoot]
- ParentColor = False
- ScrollTime = 0
- TabOrder = 0
- end
- object Button1: TButton
- Left = 7
- Top = 234
- Width = 75
- Height = 22
- Caption = 'Select all'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 85
- Top = 234
- Width = 75
- Height = 22
- Caption = 'Unselect all'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Select_User'
- object Label10: TLabel
- Left = 6
- Top = 5
- Width = 132
- Height = 28
- Caption = 'Select a user,'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -24
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- object Label11: TLabel
- Left = 8
- Top = 32
- Width = 361
- Height = 33
- AutoSize = False
- Caption =
- 'Please select the user that the installation program will use fo' +
- 'r installing %APPTITLE%.'
- WordWrap = True
- end
- object CkUserList: TTreeNT
- Left = 5
- Top = 59
- Width = 364
- Height = 174
- Indent = 19
- InsertMarkColor = clSilver
- ItemHeight = 16
- Options = [toAutoExpand, toAutoScroll, toCheckSupport, toEvenHeight, toHideSelection, toRightClickSelect, toShowButtons, toShowLines, toShowRoot]
- ParentColor = False
- ScrollTime = 0
- TabOrder = 0
- end
- object Button3: TButton
- Left = 7
- Top = 234
- Width = 75
- Height = 22
- Caption = 'Select all'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button4: TButton
- Left = 85
- Top = 234
- Width = 75
- Height = 22
- Caption = 'Unselect all'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Installation'
- object Label12: TLabel
- Left = 7
- Top = 5
- Width = 168
- Height = 28
- Caption = 'Installing files ...'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -24
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- object Label13: TLabel
- Left = 9
- Top = 63
- Width = 28
- Height = 13
- Caption = 'User :'
- end
- object LbUser: TLabel
- Left = 41
- Top = 63
- Width = 329
- Height = 13
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 80
- Width = 361
- Height = 97
- Caption = 'Progress :'
- TabOrder = 0
- object LabelInfo: TLabel
- Left = 8
- Top = 16
- Width = 346
- Height = 41
- AutoSize = False
- end
- object ProgressBar1: TProgressBar
- Left = 8
- Top = 64
- Width = 345
- Height = 25
- Min = 0
- Max = 100
- TabOrder = 0
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Finish'
- object Label6: TLabel
- Left = 6
- Top = 5
- Width = 235
- Height = 28
- Caption = 'Installation Completed!'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -24
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- object Label7: TLabel
- Left = 8
- Top = 48
- Width = 361
- Height = 185
- AutoSize = False
- Caption =
- 'The %APPTITLE% has been successfully installed.'#13#10#13#10'Your PalmOS �' +
- ' application will be transfered onto your pilot at the next HotS' +
- 'ync.'#13#10#13#10'You will find a documentation about this product in the ' +
- 'installation group created.'#13#10#13#10'Press the Finish button to exit t' +
- 'his installation.'
- WordWrap = True
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Internal_Option'
- object MaxStdFile: TLabel
- Left = 8
- Top = 216
- Width = 52
- Height = 13
- Caption = 'MaxStdFile'
- end
- object MaxStdFileInArchive: TLabel
- Left = 8
- Top = 232
- Width = 97
- Height = 13
- Caption = 'MaxStdFileInArchive'
- end
- object idErrorDirectory: TLabel
- Left = 8
- Top = 56
- Width = 216
- Height = 13
- Caption = 'Directory is empty. Please indicate a directory.'
- end
- object idAttention: TLabel
- Left = 8
- Top = 72
- Width = 102
- Height = 13
- Caption = 'Parameter information'
- end
- object idExit: TLabel
- Left = 8
- Top = 88
- Width = 359
- Height = 13
- Caption =
- 'Are you sure you want to exit ? If you exit now your program wil' +
- 'l not installed.'
- end
- object idStop: TLabel
- Left = 8
- Top = 104
- Width = 97
- Height = 13
- Caption = 'Cancel installation ...'
- end
- object idSelectUser: TLabel
- Left = 8
- Top = 120
- Width = 161
- Height = 13
- Caption = 'You must select at once one user.'
- end
- object idUser: TLabel
- Left = 8
- Top = 136
- Width = 67
- Height = 13
- Caption = 'User selection'
- end
- object idDesktopAsk: TLabel
- Left = 8
- Top = 152
- Width = 771
- Height = 13
- Caption =
- 'It seems that the Palm Desktop was not installed on this compute' +
- 'r. Since this component is necessary to complete the installatio' +
- 'n do you want to continue anyway ?'
- end
- object idDesktop: TLabel
- Left = 8
- Top = 168
- Width = 101
- Height = 13
- Caption = 'Desktop installation ..'
- end
- object MaxStdFile2: TLabel
- Left = 64
- Top = 216
- Width = 52
- Height = 13
- Caption = 'MaxStdFile'
- end
- object Image2: TImage
- Left = 122
- Top = 210
- Width = 49
- Height = 41
- Picture.Data = {<image001.ico>}
- end
- object Copyright: TCheckBox
- Left = 8
- Top = 8
- Width = 73
- Height = 17
- Caption = 'Copyright'
- TabOrder = 0
- end
- object Welcome: TCheckBox
- Left = 80
- Top = 8
- Width = 73
- Height = 17
- Caption = 'Welcome'
- TabOrder = 1
- end
- object AutoInstallFirstUser: TCheckBox
- Left = 152
- Top = 8
- Width = 113
- Height = 17
- Caption = 'AutoInstallFirstUser'
- TabOrder = 2
- end
- object CKInstallCaslConduit: TCheckBox
- Left = 264
- Top = 8
- Width = 97
- Height = 17
- Caption = 'InstCaslConduit'
- TabOrder = 3
- end
- object CKDisplaySelectDirectory: TCheckBox
- Left = 8
- Top = 32
- Width = 97
- Height = 17
- Caption = 'DispSelectDirectory'
- TabOrder = 4
- end
- end
- end
- object PackFiles1: TPackFiles
- Version = '1.3'
- Items = <>
- Left = 208
- Top = 282
- end
- object ExecFile1: TExecFile
- Associate = False
- Wait = True
- Left = 237
- Top = 282
- end
- end
-