123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818 |
- object WizardForm: TWizardForm
- Left = 191
- Top = 139
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'WizardForm'
- ClientHeight = 360
- ClientWidth = 497
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Scaled = False
- OnClose = FormClose
- OnResize = FormResize
- DesignSize = (
- 497
- 360)
- TextHeight = 13
- object FBevel: TBevel
- Left = 0
- Top = 313
- Width = 497
- Height = 1
- Anchors = [akLeft, akRight, akBottom]
- Shape = bsTopLine
- end
- object FCancelButton: TNewButton
- Left = 464
- Top = 327
- Width = 17
- Height = 23
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = '*'
- TabOrder = 4
- OnClick = CancelButtonClick
- end
- object FNextButton: TNewButton
- Left = 440
- Top = 327
- Width = 17
- Height = 23
- Anchors = [akRight, akBottom]
- Caption = '*'
- Default = True
- TabOrder = 3
- OnClick = NextButtonClick
- end
- object FBackButton: TNewButton
- Left = 424
- Top = 327
- Width = 16
- Height = 23
- Anchors = [akRight, akBottom]
- Caption = '*'
- TabOrder = 2
- OnClick = BackButtonClick
- end
- object FOuterNotebook: TNewNotebook
- Left = 0
- Top = 0
- Width = 497
- Height = 313
- ActivePage = FInnerPage
- Anchors = [akLeft, akTop, akRight, akBottom]
- Color = clBtnFace
- ParentColor = False
- TabOrder = 0
- object FWelcomePage: TNewNotebookPage
- Color = clWindow
- ParentColor = False
- DesignSize = (
- 497
- 313)
- object FWizardBitmapImage: TBitmapImage
- Left = 0
- Top = 0
- Width = 164
- Height = 314
- Anchors = [akLeft, akTop, akBottom]
- end
- object FWelcomeLabel2: TNewStaticText
- Left = 176
- Top = 76
- Width = 301
- Height = 234
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 1
- WordWrap = True
- end
- object FWelcomeLabel1: TNewStaticText
- Left = 176
- Top = 16
- Width = 301
- Height = 54
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 0
- WordWrap = True
- end
- end
- object FInnerPage: TNewNotebookPage
- DesignSize = (
- 497
- 313)
- object FBevel1: TBevel
- Left = 0
- Top = 58
- Width = 499
- Height = 1
- Anchors = [akLeft, akTop, akRight]
- Shape = bsTopLine
- end
- object FInnerNotebook: TNewNotebook
- Left = 40
- Top = 72
- Width = 417
- Height = 237
- ActivePage = FLicensePage
- Anchors = [akLeft, akTop, akRight, akBottom]
- TabOrder = 1
- object FLicensePage: TNewNotebookPage
- DesignSize = (
- 417
- 237)
- object FLicenseNotAcceptedRadio: TNewRadioButton
- Left = 0
- Top = 216
- Width = 417
- Height = 17
- Anchors = [akLeft, akRight, akBottom]
- Caption = '*'
- Checked = True
- TabOrder = 3
- TabStop = True
- OnClick = LicenseNotAcceptedRadioClick
- end
- object FLicenseAcceptedRadio: TNewRadioButton
- Left = 0
- Top = 196
- Width = 417
- Height = 17
- Anchors = [akLeft, akRight, akBottom]
- Caption = '*'
- TabOrder = 2
- OnClick = LicenseAcceptedRadioClick
- end
- object FLicenseMemo: TRichEditViewer
- Left = 0
- Top = 24
- Width = 417
- Height = 161
- Anchors = [akLeft, akTop, akRight, akBottom]
- BevelKind = bkFlat
- BorderStyle = bsNone
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 1
- WantReturns = False
- UseRichEdit = False
- end
- object FLicenseLabel1: TNewStaticText
- Left = 0
- Top = 0
- Width = 417
- Height = 14
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 0
- WordWrap = True
- end
- end
- object FPasswordPage: TNewNotebookPage
- DesignSize = (
- 417
- 237)
- object FPasswordEdit: TPasswordEdit
- Left = 0
- Top = 40
- Width = 265
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 2
- end
- object FPasswordEditLabel: TNewStaticText
- Left = 0
- Top = 24
- Width = 417
- Height = 14
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '*'
- FocusControl = FPasswordEdit
- TabOrder = 1
- WordWrap = True
- end
- object FPasswordLabel: TNewStaticText
- Left = 0
- Top = 0
- Width = 417
- Height = 14
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 0
- WordWrap = True
- end
- end
- object FInfoBeforePage: TNewNotebookPage
- DesignSize = (
- 417
- 237)
- object FInfoBeforeMemo: TRichEditViewer
- Left = 0
- Top = 24
- Width = 417
- Height = 205
- Anchors = [akLeft, akTop, akRight, akBottom]
- BevelKind = bkFlat
- BorderStyle = bsNone
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 1
- WantReturns = False
- UseRichEdit = False
- end
- object FInfoBeforeClickLabel: TNewStaticText
- Left = 0
- Top = 0
- Width = 417
- Height = 14
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 0
- WordWrap = True
- end
- end
- object FUserInfoPage: TNewNotebookPage
- DesignSize = (
- 417
- 237)
- object FUserInfoSerialEdit: TNewEdit
- Left = 0
- Top = 120
- Width = 417
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- MaxLength = 255
- TabOrder = 5
- OnChange = UserInfoEditChange
- end
- object FUserInfoSerialLabel: TNewStaticText
- Left = 0
- Top = 104
- Width = 417
- Height = 14
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '*'
- FocusControl = FUserInfoSerialEdit
- TabOrder = 4
- WordWrap = True
- end
- object FUserInfoOrgEdit: TNewEdit
- Left = 0
- Top = 68
- Width = 417
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- MaxLength = 255
- TabOrder = 3
- OnChange = UserInfoEditChange
- end
- object FUserInfoOrgLabel: TNewStaticText
- Left = 0
- Top = 52
- Width = 417
- Height = 14
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '*'
- FocusControl = FUserInfoOrgEdit
- TabOrder = 2
- WordWrap = True
- end
- object FUserInfoNameEdit: TNewEdit
- Left = 0
- Top = 16
- Width = 417
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- MaxLength = 255
- TabOrder = 1
- OnChange = UserInfoEditChange
- end
- object FUserInfoNameLabel: TNewStaticText
- Left = 0
- Top = 0
- Width = 417
- Height = 14
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '*'
- FocusControl = FUserInfoNameEdit
- TabOrder = 0
- WordWrap = True
- end
- end
- object FSelectDirPage: TNewNotebookPage
- DesignSize = (
- 417
- 237)
- object FSelectDirBitmapImage: TBitmapImage
- Left = 0
- Top = 0
- Width = 34
- Height = 34
- end
- object FDiskSpaceLabel: TNewStaticText
- Left = 0
- Top = 216
- Width = 417
- Height = 14
- Anchors = [akLeft, akRight, akBottom]
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 4
- WordWrap = True
- end
- object FDirBrowseButton: TNewButton
- Left = 400
- Top = 67
- Width = 17
- Height = 23
- Anchors = [akTop, akRight]
- Caption = '*'
- TabOrder = 3
- OnClick = DirBrowseButtonClick
- end
- object FDirEdit: TEdit
- Left = 0
- Top = 68
- Width = 397
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 2
- Text = 'DirEdit'
- end
- object FSelectDirBrowseLabel: TNewStaticText
- Left = 0
- Top = 44
- Width = 417
- Height = 14
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 1
- WordWrap = True
- end
- object FSelectDirLabel: TNewStaticText
- Left = 44
- Top = 0
- Width = 373
- Height = 14
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 0
- WordWrap = True
- end
- end
- object FSelectComponentsPage: TNewNotebookPage
- DesignSize = (
- 417
- 237)
- object FComponentsDiskSpaceLabel: TNewStaticText
- Left = 0
- Top = 216
- Width = 417
- Height = 14
- Anchors = [akLeft, akRight, akBottom]
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 3
- end
- object FComponentsList: TNewCheckListBox
- Left = 0
- Top = 48
- Width = 417
- Height = 157
- Anchors = [akLeft, akTop, akRight, akBottom]
- Offset = 2
- OnClickCheck = ComponentsListClickCheck
- RequireRadioSelection = True
- TabOrder = 2
- end
- object FTypesCombo: TNewComboBox
- Left = 0
- Top = 24
- Width = 417
- Height = 21
- Style = csDropDownList
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 1
- OnChange = TypesComboChange
- end
- object FSelectComponentsLabel: TNewStaticText
- Left = 0
- Top = 0
- Width = 417
- Height = 14
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 0
- WordWrap = True
- end
- end
- object FSelectProgramGroupPage: TNewNotebookPage
- DesignSize = (
- 417
- 237)
- object FSelectGroupBitmapImage: TBitmapImage
- Left = 0
- Top = 0
- Width = 34
- Height = 34
- end
- object FNoIconsCheck: TNewCheckBox
- Left = 0
- Top = 215
- Width = 417
- Height = 17
- Anchors = [akLeft, akRight, akBottom]
- Caption = '*'
- TabOrder = 4
- OnClick = NoIconsCheckClick
- end
- object FGroupBrowseButton: TNewButton
- Left = 400
- Top = 67
- Width = 17
- Height = 23
- Anchors = [akTop, akRight]
- Caption = '*'
- TabOrder = 3
- OnClick = GroupBrowseButtonClick
- end
- object FGroupEdit: TNewEdit
- Left = 0
- Top = 68
- Width = 397
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 2
- Text = 'GroupEdit'
- end
- object FSelectStartMenuFolderBrowseLabel: TNewStaticText
- Left = 0
- Top = 44
- Width = 417
- Height = 14
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 1
- WordWrap = True
- end
- object FSelectStartMenuFolderLabel: TNewStaticText
- Left = 44
- Top = 0
- Width = 373
- Height = 14
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 0
- WordWrap = True
- end
- end
- object FSelectTasksPage: TNewNotebookPage
- DesignSize = (
- 417
- 237)
- object FTasksList: TNewCheckListBox
- Left = 0
- Top = 24
- Width = 417
- Height = 205
- Anchors = [akLeft, akTop, akRight, akBottom]
- ParentColor = True
- RequireRadioSelection = True
- ShowLines = False
- TabOrder = 1
- WantTabs = True
- end
- object FSelectTasksLabel: TNewStaticText
- Left = 0
- Top = 0
- Width = 417
- Height = 14
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 0
- WordWrap = True
- end
- end
- object FReadyPage: TNewNotebookPage
- DesignSize = (
- 417
- 237)
- object FReadyMemo: TNewMemo
- Left = 0
- Top = 24
- Width = 417
- Height = 205
- Anchors = [akLeft, akTop, akRight, akBottom]
- Color = clBtnFace
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 1
- WantReturns = False
- WordWrap = False
- end
- object FReadyLabel: TNewStaticText
- Left = 0
- Top = 0
- Width = 417
- Height = 14
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 0
- WordWrap = True
- end
- end
- object FPreparingPage: TNewNotebookPage
- DesignSize = (
- 417
- 237)
- object FPreparingErrorBitmapImage: TBitmapImage
- Left = 0
- Top = 0
- Width = 17
- Height = 17
- Visible = False
- end
- object FPreparingLabel: TNewStaticText
- Left = 24
- Top = 0
- Width = 393
- Height = 14
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 0
- Visible = False
- WordWrap = True
- end
- object FPreparingYesRadio: TNewRadioButton
- Left = 24
- Top = 28
- Width = 393
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Caption = '*'
- Checked = True
- TabOrder = 2
- TabStop = True
- Visible = False
- end
- object FPreparingNoRadio: TNewRadioButton
- Left = 24
- Top = 56
- Width = 393
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Caption = '*'
- TabOrder = 3
- Visible = False
- end
- object FPreparingMemo: TNewMemo
- Left = 24
- Top = 88
- Width = 393
- Height = 145
- Anchors = [akLeft, akTop, akRight, akBottom]
- Color = clBtnFace
- Lines.Strings = (
- 'PreparingMemo')
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 1
- WantReturns = False
- WordWrap = False
- end
- end
- object FInstallingPage: TNewNotebookPage
- DesignSize = (
- 417
- 237)
- object FFilenameLabel: TNewStaticText
- Left = 0
- Top = 16
- Width = 417
- Height = 16
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- ForceLTRReading = True
- ShowAccelChar = False
- TabOrder = 1
- end
- object FStatusLabel: TNewStaticText
- Left = 0
- Top = 0
- Width = 417
- Height = 16
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- ShowAccelChar = False
- TabOrder = 0
- end
- object FProgressGauge: TNewProgressBar
- Left = 0
- Top = 42
- Width = 417
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- Min = 0
- Max = 100
- Style = npbstNormal
- end
- end
- object FInfoAfterPage: TNewNotebookPage
- DesignSize = (
- 417
- 237)
- object FInfoAfterMemo: TRichEditViewer
- Left = 0
- Top = 24
- Width = 417
- Height = 205
- Anchors = [akLeft, akTop, akRight, akBottom]
- BevelKind = bkFlat
- BorderStyle = bsNone
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 1
- WantReturns = False
- UseRichEdit = False
- end
- object FInfoAfterClickLabel: TNewStaticText
- Left = 0
- Top = 0
- Width = 417
- Height = 14
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 0
- WordWrap = True
- end
- end
- end
- object FMainPanel: TPanel
- Left = 0
- Top = 0
- Width = 497
- Height = 58
- Anchors = [akLeft, akTop, akRight]
- BevelOuter = bvNone
- Color = clWindow
- TabOrder = 0
- DesignSize = (
- 497
- 58)
- object FWizardSmallBitmapImage: TBitmapImage
- Left = 439
- Top = 0
- Width = 58
- Height = 58
- Anchors = [akTop, akRight]
- end
- object FPageDescriptionLabel: TNewStaticText
- Left = 40
- Top = 26
- Width = 389
- Height = 29
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 1
- WordWrap = True
- end
- object FPageNameLabel: TNewStaticText
- Left = 24
- Top = 10
- Width = 405
- Height = 14
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 0
- end
- end
- end
- object FFinishedPage: TNewNotebookPage
- Color = clWindow
- ParentColor = False
- DesignSize = (
- 497
- 313)
- object FWizardBitmapImage2: TBitmapImage
- Left = 0
- Top = 0
- Width = 164
- Height = 314
- Anchors = [akLeft, akTop, akBottom]
- end
- object FRunList: TNewCheckListBox
- Left = 176
- Top = 156
- Width = 301
- Height = 149
- Anchors = [akLeft, akTop, akRight, akBottom]
- BorderStyle = bsNone
- ParentColor = True
- TabOrder = 2
- Visible = False
- WantTabs = True
- end
- object FNoRadio: TNewRadioButton
- Left = 176
- Top = 184
- Width = 301
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Caption = '*'
- TabOrder = 4
- Visible = False
- end
- object FYesRadio: TNewRadioButton
- Left = 176
- Top = 156
- Width = 301
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Caption = '*'
- Checked = True
- TabOrder = 3
- TabStop = True
- Visible = False
- end
- object FFinishedLabel: TNewStaticText
- Left = 176
- Top = 76
- Width = 301
- Height = 53
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 1
- WordWrap = True
- end
- object FFinishedHeadingLabel: TNewStaticText
- Left = 176
- Top = 16
- Width = 301
- Height = 54
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 0
- WordWrap = True
- end
- end
- end
- object FBeveledLabel: TNewStaticText
- Left = 0
- Top = 306
- Width = 5
- Height = 14
- Anchors = [akLeft, akBottom]
- Caption = '*'
- Enabled = False
- ShowAccelChar = False
- TabOrder = 1
- end
- end
|