object HelpOptionsDialog: THelpOptionsDialog AnchorSideBottom.Side = asrBottom Left = 264 Height = 300 Top = 234 Width = 500 HorzScrollBar.Page = 499 VertScrollBar.Page = 299 ActiveControl = FPCDocHTMLEdit BorderIcons = [biSystemMenu] Caption = 'HelpOptionsDialog' ClientHeight = 300 ClientWidth = 500 OnClose = HelpOptionsDialogClose OnCreate = HelpOptionsDialogCreate Position = poScreenCenter object MainNotebook: TNotebook Height = 262 Width = 500 Align = alTop Anchors = [akTop, akLeft] PageIndex = 1 TabOrder = 0 object GeneralPage: TPage Caption = 'GeneralPage' ClientWidth = 492 ClientHeight = 236 object FPCDocHTMLLabel: TLabel AnchorSideLeft.Control = GeneralPage AnchorSideTop.Control = GeneralPage Left = 6 Height = 14 Top = 6 Width = 480 Align = alTop BorderSpacing.Around = 6 Caption = 'FPCDocHTMLLabel' ParentColor = False end object FPCDocHTMLEdit: TEdit AnchorSideLeft.Control = GeneralPage AnchorSideTop.Control = FPCDocHTMLLabel AnchorSideTop.Side = asrBottom AnchorSideRight.Control = FPCDocHTMLBrowseButton Left = 6 Height = 23 Top = 26 Width = 451 Anchors = [akTop, akLeft, akRight] BorderSpacing.Around = 6 TabOrder = 0 Text = 'FPCDocHTMLEdit' end object FPCDocHTMLBrowseButton: TButton AnchorSideTop.Control = FPCDocHTMLLabel AnchorSideTop.Side = asrBottom AnchorSideRight.Control = GeneralPage AnchorSideRight.Side = asrBottom Left = 463 Height = 23 Top = 26 Width = 23 Anchors = [akTop, akRight] BorderSpacing.Around = 6 Caption = '...' OnClick = FPCDocHTMLBrowseButtonClick TabOrder = 1 end end object ViewersPage: TPage Caption = 'ViewersPage' ClientWidth = 492 ClientHeight = 236 object ViewersLabel: TLabel AnchorSideTop.Control = ViewerPropsGroupBox Left = 6 Height = 14 Top = 6 Width = 63 Caption = 'ViewersLabel' ParentColor = False end object ViewersListBox: TListBox AnchorSideLeft.Control = ViewersPage AnchorSideTop.Control = ViewersLabel AnchorSideTop.Side = asrBottom AnchorSideBottom.Control = ViewersPage AnchorSideBottom.Side = asrBottom Left = 6 Height = 204 Top = 26 Width = 152 Anchors = [akTop, akLeft, akBottom] BorderSpacing.Around = 6 ClickOnSelChange = False OnSelectionChange = ViewersListBoxSelectionChange TabOrder = 0 end object ViewerPropsGroupBox: TGroupBox AnchorSideLeft.Control = ViewersListBox AnchorSideLeft.Side = asrBottom Left = 164 Height = 224 Top = 6 Width = 322 Align = alRight Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 6 Caption = 'ViewerPropsGroupBox' TabOrder = 1 end end object DataBasePage: TPage Caption = 'DataBasePage' object DatabasesLabel: TLabel AnchorSideTop.Control = DataBasesPropsGroupBox Left = 6 Height = 14 Top = 6 Width = 77 Caption = 'DatabasesLabel' ParentColor = False end object DatabasesListBox: TListBox AnchorSideLeft.Control = DataBasePage AnchorSideTop.Control = DatabasesLabel AnchorSideTop.Side = asrBottom AnchorSideBottom.Control = DataBasePage AnchorSideBottom.Side = asrBottom Left = 6 Height = 204 Top = 26 Width = 152 Anchors = [akTop, akLeft, akBottom] BorderSpacing.Around = 6 ClickOnSelChange = False OnSelectionChange = DatabasesListBoxSelectionChange TabOrder = 0 end object DataBasesPropsGroupBox: TGroupBox AnchorSideLeft.Control = DatabasesListBox AnchorSideLeft.Side = asrBottom Left = 164 Height = 224 Top = 6 Width = 322 Align = alRight Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 6 Caption = 'DataBasesPropsGroupBox' TabOrder = 1 end end end object HelpButton: TBitBtn AnchorSideLeft.Control = Owner AnchorSideBottom.Control = Owner AnchorSideBottom.Side = asrBottom Left = 6 Height = 26 Top = 268 Width = 75 Anchors = [akLeft, akBottom] AutoSize = True BorderSpacing.Around = 6 Caption = '&Help' Constraints.MinHeight = 25 Constraints.MinWidth = 75 Kind = bkHelp NumGlyphs = 0 OnClick = HelpButtonClick TabOrder = 1 end object OkButton: TBitBtn AnchorSideRight.Control = CancelButton AnchorSideBottom.Control = Owner AnchorSideBottom.Side = asrBottom Left = 335 Height = 26 Top = 268 Width = 75 Align = alRight Anchors = [akRight, akBottom] AutoSize = True BorderSpacing.Around = 6 Caption = '&OK' Constraints.MinHeight = 25 Constraints.MinWidth = 75 Default = True Kind = bkOK ModalResult = 1 NumGlyphs = 0 OnClick = OkButtonClick TabOrder = 2 end object CancelButton: TBitBtn AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = Owner AnchorSideBottom.Side = asrBottom Left = 416 Height = 26 Top = 268 Width = 78 Align = alRight Anchors = [akRight, akBottom] AutoSize = True BorderSpacing.Around = 6 Cancel = True Caption = 'Cancel' Constraints.MinHeight = 25 Constraints.MinWidth = 75 Kind = bkCancel ModalResult = 2 NumGlyphs = 0 TabOrder = 3 end end