mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-20 04:23:34 +02:00

implemented TButtonPanel in the remaining forms and slightly improved anchoring where appropriate git-svn-id: trunk@16996 -
222 lines
5.2 KiB
Plaintext
222 lines
5.2 KiB
Plaintext
object CheckCompilerOptsDlg: TCheckCompilerOptsDlg
|
|
Left = 322
|
|
Height = 307
|
|
Top = 220
|
|
Width = 624
|
|
HelpContext = 0
|
|
ActiveControl = OutputListbox
|
|
Align = alNone
|
|
AllowDropFiles = False
|
|
AutoScroll = True
|
|
AutoSize = False
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSizeable
|
|
Caption = 'CheckCompilerOptsDlg'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 307
|
|
ClientWidth = 624
|
|
DockSite = False
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
Font.Height = 0
|
|
Font.Style = []
|
|
FormStyle = fsNormal
|
|
ParentBiDiMode = True
|
|
ParentFont = False
|
|
Position = poScreenCenter
|
|
ShowInTaskBar = stDefault
|
|
UseDockManager = False
|
|
LCLVersion = '0.9.27'
|
|
WindowState = wsNormal
|
|
object OutputGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 137
|
|
Top = 116
|
|
Width = 612
|
|
HelpContext = 0
|
|
Align = alClient
|
|
Anchors = [akBottom]
|
|
AutoSize = False
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Output'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 118
|
|
ClientWidth = 608
|
|
Ctl3D = False
|
|
DockSite = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentBidiMode = True
|
|
ParentColor = True
|
|
ParentCtl3D = False
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
TabOrder = 0
|
|
TabStop = False
|
|
Visible = True
|
|
object OutputListbox: TListBox
|
|
Left = 6
|
|
Height = 106
|
|
Top = 6
|
|
Width = 596
|
|
HelpContext = 0
|
|
Align = alClient
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
BorderStyle = bsSingle
|
|
ClickOnSelChange = True
|
|
Columns = 0
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
ExtendedSelect = True
|
|
Enabled = True
|
|
IntegralHeight = False
|
|
ItemHeight = 0
|
|
MultiSelect = False
|
|
ParentBidiMode = True
|
|
ParentShowHint = True
|
|
ParentFont = True
|
|
PopupMenu = OutputPopupMenu
|
|
Sorted = False
|
|
Style = lbStandard
|
|
TabOrder = 0
|
|
TabStop = True
|
|
TopIndex = -1
|
|
Visible = True
|
|
end
|
|
end
|
|
object TestGroupbox: TGroupBox
|
|
Left = 6
|
|
Height = 105
|
|
Top = 6
|
|
Width = 612
|
|
HelpContext = 0
|
|
Align = alTop
|
|
Anchors = [akRight]
|
|
AutoSize = False
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'Test'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 86
|
|
ClientWidth = 608
|
|
Ctl3D = False
|
|
DockSite = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentBidiMode = True
|
|
ParentColor = True
|
|
ParentCtl3D = False
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
TabOrder = 1
|
|
TabStop = False
|
|
Visible = True
|
|
object TestMemo: TMemo
|
|
Left = 6
|
|
Height = 74
|
|
Top = 6
|
|
Width = 596
|
|
HelpContext = 0
|
|
Align = alClient
|
|
Alignment = taLeftJustify
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
MaxLength = -1
|
|
ParentBidiMode = True
|
|
ParentFont = True
|
|
ReadOnly = False
|
|
ScrollBars = ssNone
|
|
TabOrder = 0
|
|
TabStop = True
|
|
Visible = True
|
|
WantReturns = True
|
|
WantTabs = False
|
|
end
|
|
end
|
|
object Splitter1: TSplitter
|
|
Cursor = crVSplit
|
|
Left = 0
|
|
Height = 5
|
|
Top = 111
|
|
Width = 624
|
|
HelpContext = 0
|
|
Align = alTop
|
|
AutoSnap = True
|
|
Beveled = False
|
|
MinSize = 30
|
|
ParentColor = True
|
|
ParentShowHint = True
|
|
ResizeAnchor = akTop
|
|
ResizeStyle = rsUpdate
|
|
Visible = True
|
|
end
|
|
object ButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 48
|
|
Top = 259
|
|
Width = 612
|
|
HelpContext = 0
|
|
Align = alBottom
|
|
AutoSize = True
|
|
ButtonOrder = boDefault
|
|
TabOrder = 3
|
|
DefaultButton = pbOK
|
|
ShowButtons = [pbClose]
|
|
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
|
Visible = True
|
|
end
|
|
object OutputPopupMenu: TPopupMenu
|
|
left = 110
|
|
top = 260
|
|
object CopyOutputMenuItem: TMenuItem
|
|
Caption = 'CopyOutputMenuItem'
|
|
RightJustify = False
|
|
ShowAlwaysCheckable = False
|
|
OnClick = CopyOutputMenuItemClick
|
|
end
|
|
end
|
|
end
|