mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-15 06:02:46 +02:00

implemented TButtonPanel in the remaining forms and slightly improved anchoring where appropriate git-svn-id: trunk@16996 -
452 lines
13 KiB
Plaintext
452 lines
13 KiB
Plaintext
object HelpOptionsDialog: THelpOptionsDialog
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 264
|
|
Height = 363
|
|
Top = 234
|
|
Width = 500
|
|
HelpContext = 0
|
|
ActiveControl = MainNotebook
|
|
Align = alNone
|
|
AllowDropFiles = False
|
|
AutoScroll = True
|
|
AutoSize = False
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSizeable
|
|
Caption = 'HelpOptionsDialog'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 363
|
|
ClientWidth = 500
|
|
DockSite = False
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
Font.Height = 0
|
|
Font.Style = []
|
|
FormStyle = fsNormal
|
|
OnClose = HelpOptionsDialogClose
|
|
OnCreate = HelpOptionsDialogCreate
|
|
ParentBiDiMode = True
|
|
ParentFont = False
|
|
Position = poScreenCenter
|
|
ShowInTaskBar = stDefault
|
|
UseDockManager = False
|
|
LCLVersion = '0.9.27'
|
|
WindowState = wsNormal
|
|
object MainNotebook: TNotebook
|
|
Left = 0
|
|
Height = 309
|
|
Top = 0
|
|
Width = 500
|
|
HelpContext = 0
|
|
TabStop = True
|
|
Align = alClient
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 6
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
Options = []
|
|
PageIndex = 1
|
|
ParentFont = True
|
|
ShowTabs = True
|
|
TabOrder = 0
|
|
object GeneralPage: TPage
|
|
HelpContext = 0
|
|
Caption = 'GeneralPage'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientWidth = 496
|
|
ClientHeight = 278
|
|
ImageIndex = -1
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
object FPCDocHTMLLabel: TLabel
|
|
AnchorSideLeft.Control = GeneralPage
|
|
AnchorSideTop.Control = GeneralPage
|
|
Left = 6
|
|
Height = 18
|
|
Top = 6
|
|
Width = 484
|
|
HelpContext = 0
|
|
Align = alTop
|
|
Alignment = taLeftJustify
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'FPCDocHTMLLabel'
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
Layout = tlTop
|
|
ParentBidiMode = True
|
|
ParentColor = False
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
ShowAccelChar = True
|
|
Transparent = True
|
|
Visible = True
|
|
WordWrap = False
|
|
OptimalFill = False
|
|
end
|
|
object FPCDocHTMLEdit: TEdit
|
|
AnchorSideLeft.Control = GeneralPage
|
|
AnchorSideTop.Control = FPCDocHTMLLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = FPCDocHTMLBrowseButton
|
|
Left = 6
|
|
Height = 23
|
|
Top = 30
|
|
Width = 455
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = False
|
|
AutoSelect = False
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
CharCase = ecNormal
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
EchoMode = emNormal
|
|
Enabled = True
|
|
MaxLength = -1
|
|
ParentBidiMode = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
PasswordChar = #0
|
|
ReadOnly = False
|
|
TabStop = True
|
|
TabOrder = 0
|
|
Text = 'FPCDocHTMLEdit'
|
|
Visible = True
|
|
end
|
|
object FPCDocHTMLBrowseButton: TButton
|
|
AnchorSideTop.Control = FPCDocHTMLLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = GeneralPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 467
|
|
Height = 23
|
|
Top = 30
|
|
Width = 23
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = False
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Cancel = False
|
|
Caption = '...'
|
|
Default = False
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentBidiMode = True
|
|
ModalResult = 0
|
|
OnClick = FPCDocHTMLBrowseButtonClick
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
TabOrder = 1
|
|
TabStop = True
|
|
Visible = True
|
|
end
|
|
end
|
|
object ViewersPage: TPage
|
|
HelpContext = 0
|
|
Caption = 'ViewersPage'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientWidth = 496
|
|
ClientHeight = 278
|
|
ImageIndex = -1
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
object ViewersLabel: TLabel
|
|
AnchorSideTop.Control = ViewerPropsGroupBox
|
|
Left = 6
|
|
Height = 18
|
|
Top = 6
|
|
Width = 84
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Alignment = taLeftJustify
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'ViewersLabel'
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
Layout = tlTop
|
|
ParentBidiMode = True
|
|
ParentColor = False
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
ShowAccelChar = True
|
|
Transparent = True
|
|
Visible = True
|
|
WordWrap = False
|
|
OptimalFill = False
|
|
end
|
|
object ViewersListBox: TListBox
|
|
AnchorSideLeft.Control = ViewersPage
|
|
AnchorSideTop.Control = ViewersLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideBottom.Control = ViewersPage
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 242
|
|
Top = 30
|
|
Width = 152
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
BorderStyle = bsSingle
|
|
ClickOnSelChange = False
|
|
Columns = 0
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
ExtendedSelect = True
|
|
Enabled = True
|
|
IntegralHeight = False
|
|
ItemHeight = 0
|
|
MultiSelect = False
|
|
OnSelectionChange = ViewersListBoxSelectionChange
|
|
ParentBidiMode = True
|
|
ParentShowHint = True
|
|
ParentFont = True
|
|
Sorted = False
|
|
Style = lbStandard
|
|
TabOrder = 0
|
|
TabStop = True
|
|
TopIndex = -1
|
|
Visible = True
|
|
end
|
|
object ViewerPropsGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = ViewersListBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 164
|
|
Height = 266
|
|
Top = 6
|
|
Width = 326
|
|
HelpContext = 0
|
|
Align = alRight
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
AutoSize = False
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'ViewerPropsGroupBox'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
Ctl3D = False
|
|
DockSite = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentBidiMode = True
|
|
ParentColor = True
|
|
ParentCtl3D = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
TabOrder = 1
|
|
TabStop = False
|
|
Visible = True
|
|
end
|
|
end
|
|
object DataBasePage: TPage
|
|
HelpContext = 0
|
|
Caption = 'DataBasePage'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientWidth = 496
|
|
ClientHeight = 278
|
|
ImageIndex = -1
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
object DatabasesLabel: TLabel
|
|
AnchorSideTop.Control = DataBasesPropsGroupBox
|
|
Left = 6
|
|
Height = 18
|
|
Top = 6
|
|
Width = 104
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Alignment = taLeftJustify
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'DatabasesLabel'
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
Layout = tlTop
|
|
ParentBidiMode = True
|
|
ParentColor = False
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
ShowAccelChar = True
|
|
Transparent = True
|
|
Visible = True
|
|
WordWrap = False
|
|
OptimalFill = False
|
|
end
|
|
object DatabasesListBox: TListBox
|
|
AnchorSideLeft.Control = DataBasePage
|
|
AnchorSideTop.Control = DatabasesLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideBottom.Control = DataBasePage
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 242
|
|
Top = 30
|
|
Width = 152
|
|
HelpContext = 0
|
|
Align = alNone
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
BorderStyle = bsSingle
|
|
ClickOnSelChange = False
|
|
Columns = 0
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
ExtendedSelect = True
|
|
Enabled = True
|
|
IntegralHeight = False
|
|
ItemHeight = 0
|
|
MultiSelect = False
|
|
OnSelectionChange = DatabasesListBoxSelectionChange
|
|
ParentBidiMode = True
|
|
ParentShowHint = True
|
|
ParentFont = True
|
|
Sorted = False
|
|
Style = lbStandard
|
|
TabOrder = 0
|
|
TabStop = True
|
|
TopIndex = -1
|
|
Visible = True
|
|
end
|
|
object DataBasesPropsGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = DatabasesListBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 164
|
|
Height = 266
|
|
Top = 6
|
|
Width = 326
|
|
HelpContext = 0
|
|
Align = alRight
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
AutoSize = False
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'DataBasesPropsGroupBox'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
Ctl3D = False
|
|
DockSite = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentBidiMode = True
|
|
ParentColor = True
|
|
ParentCtl3D = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
TabOrder = 1
|
|
TabStop = False
|
|
Visible = True
|
|
end
|
|
end
|
|
end
|
|
object ButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 48
|
|
Top = 315
|
|
Width = 488
|
|
HelpContext = 0
|
|
Align = alBottom
|
|
AutoSize = True
|
|
ButtonOrder = boDefault
|
|
TabOrder = 1
|
|
DefaultButton = pbOK
|
|
ShowButtons = [pbOK, pbCancel, pbHelp]
|
|
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
|
Visible = True
|
|
end
|
|
end
|