Inno-Setup-issrc/Projects/Src/Setup.WizardForm.dfm

822 lines
22 KiB
Plaintext
Raw Permalink Normal View History

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