home *** CD-ROM | disk | FTP | other *** search
- object InstColDlg: TInstColDlg
- Left = 278
- Top = 224
- BorderStyle = bsDialog
- Caption = 'Install Package Collection'
- ClientHeight = 277
- ClientWidth = 513
- ParentFont = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 113
- Height = 221
- end
- object Bevel2: TBevel
- Left = 8
- Top = 235
- Width = 496
- Height = 6
- Shape = bsBottomLine
- end
- object Image: TImage
- Left = 15
- Top = 20
- Width = 100
- Height = 200
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object PageControl: TPageControl
- Left = 128
- Top = 5
- Width = 377
- Height = 225
- ActivePage = CustomPage
- TabOrder = 0
- object SummaryPage: TTabSheet
- Caption = 'SummaryPage'
- TabVisible = False
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 95
- Height = 13
- Caption = 'Package Collection:'
- end
- object PackageFileName: TLabel
- Left = 120
- Top = 16
- Width = 103
- Height = 13
- Caption = 'PackageFileName'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Default'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 8
- Top = 40
- Width = 73
- Height = 13
- Caption = 'Author/Vendor:'
- end
- object PackageAuthorName: TLabel
- Left = 120
- Top = 40
- Width = 120
- Height = 13
- Caption = 'PackageAuthorName'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'default'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 8
- Top = 80
- Width = 201
- Height = 13
- Caption = 'Select which type of installation to perform:'
- end
- object Label4: TLabel
- Left = 144
- Top = 112
- Width = 178
- Height = 13
- Caption = '- Installs all packages in the collection'
- end
- object Label5: TLabel
- Left = 144
- Top = 144
- Width = 178
- Height = 13
- Caption = '- You select which packages to install'
- end
- object Fullinstall: TRadioButton
- Left = 40
- Top = 112
- Width = 97
- Height = 17
- Caption = '&Full'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object CustomInstall: TRadioButton
- Left = 40
- Top = 144
- Width = 97
- Height = 17
- Caption = '&Custom'
- TabOrder = 1
- end
- end
- object InstallPage: TTabSheet
- Caption = 'InstallPage'
- TabVisible = False
- object Label7: TLabel
- Left = 16
- Top = 16
- Width = 277
- Height = 13
- Caption = 'The Installer is ready to install the files you have requested.'
- end
- object Label8: TLabel
- Left = 16
- Top = 48
- Width = 337
- Height = 41
- AutoSize = False
- Caption =
- 'Press the "Directories" button to customize the path information' +
- ' to be used during the installation.'
- WordWrap = True
- end
- object Label9: TLabel
- Left = 16
- Top = 88
- Width = 329
- Height = 33
- AutoSize = False
- Caption = 'Press the "Finish" button to begin the installation.'
- WordWrap = True
- end
- end
- object ProgressPage: TTabSheet
- Caption = 'ProgressPage'
- TabVisible = False
- object Bevel3: TBevel
- Left = 8
- Top = 48
- Width = 345
- Height = 113
- Shape = bsFrame
- end
- object Label10: TLabel
- Left = 24
- Top = 64
- Width = 83
- Height = 13
- Caption = 'Current Package:'
- end
- object Label11: TLabel
- Left = 24
- Top = 88
- Width = 56
- Height = 13
- Caption = 'Current File:'
- end
- object CurrentPackageName: TLabel
- Left = 120
- Top = 64
- Width = 209
- Height = 13
- AutoSize = False
- Caption = 'CurrentPackageName'
- Color = clHighlight
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -11
- Font.Name = 'default'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object CurrentFileName: TLabel
- Left = 120
- Top = 88
- Width = 209
- Height = 13
- AutoSize = False
- Caption = 'CurrentFileName'
- Color = clHighlight
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -11
- Font.Name = 'default'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object Label12: TLabel
- Left = 24
- Top = 128
- Width = 17
- Height = 13
- Caption = '0 %'
- end
- object Label13: TLabel
- Left = 308
- Top = 128
- Width = 29
- Height = 13
- Caption = '100 %'
- end
- object ProgressBar: TProgressBar
- Left = 48
- Top = 127
- Width = 251
- Height = 16
- Min = 0
- Max = 100
- TabOrder = 0
- end
- end
- object CustomPage: TTabSheet
- Caption = 'CustomPage'
- TabVisible = False
- object Label14: TLabel
- Left = 5
- Top = 4
- Width = 155
- Height = 13
- Caption = '&Select which packages to install:'
- FocusControl = CheckListBox
- end
- object CheckListBox: TCheckListBox
- Left = 5
- Top = 20
- Width = 276
- Height = 190
- OnClickCheck = CheckListBoxClickCheck
- Flat = True
- ItemHeight = 16
- Style = lbOwnerDrawFixed
- TabOrder = 0
- OnClick = CheckListBoxClick
- end
- object DetailsButton: TButton
- Left = 288
- Top = 184
- Width = 75
- Height = 25
- Caption = 'D&etails...'
- Enabled = False
- TabOrder = 1
- OnClick = DetailsButtonClick
- end
- end
- end
- object PrevButton: TButton
- Left = 173
- Top = 248
- Width = 75
- Height = 25
- Caption = '<< &Prev'
- TabOrder = 2
- OnClick = PrevButtonClick
- end
- object NextButton: TButton
- Left = 255
- Top = 248
- Width = 75
- Height = 25
- Caption = '&Next >>'
- TabOrder = 3
- OnClick = NextButtonClick
- end
- object CancelButton: TButton
- Left = 430
- Top = 248
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- OnClick = CancelButtonClick
- end
- object DirectoryButton: TButton
- Left = 16
- Top = 248
- Width = 98
- Height = 25
- Caption = '&Directories...'
- TabOrder = 1
- OnClick = DirectoryButtonClick
- end
- object FinishButton: TButton
- Left = 344
- Top = 248
- Width = 75
- Height = 25
- Caption = 'F&inish'
- TabOrder = 4
- OnClick = FinishButtonClick
- end
- end
-