mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 01:56:35 +02:00

- draw gutter till bottom - add an option to show gutter - reorder colors in options dialog - draw mark for an active row git-svn-id: trunk@17390 -
108 lines
2.4 KiB
Plaintext
108 lines
2.4 KiB
Plaintext
object ObjectInspectorDlg: TObjectInspectorDlg
|
|
Left = 292
|
|
Height = 669
|
|
Top = 175
|
|
Width = 275
|
|
HelpContext = 0
|
|
Align = alNone
|
|
AllowDropFiles = False
|
|
AutoScroll = True
|
|
AutoSize = False
|
|
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
|
BorderStyle = bsSizeable
|
|
Caption = 'ObjectInspectorDlg'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 669
|
|
ClientWidth = 275
|
|
DockSite = False
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
Font.Height = 0
|
|
Font.Style = []
|
|
FormStyle = fsNormal
|
|
KeyPreview = True
|
|
OnResize = ObjectInspectorResize
|
|
ParentBiDiMode = True
|
|
ParentFont = False
|
|
PopupMenu = MainPopupMenu
|
|
Position = poDesigned
|
|
ShowInTaskBar = stDefault
|
|
UseDockManager = False
|
|
LCLVersion = '0.9.27'
|
|
WindowState = wsNormal
|
|
object StatusBar: TStatusBar
|
|
Left = 0
|
|
Height = 23
|
|
Top = 646
|
|
Width = 275
|
|
HelpContext = 0
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
Panels = <
|
|
item
|
|
Alignment = taLeftJustify
|
|
Width = 100
|
|
end
|
|
item
|
|
Alignment = taLeftJustify
|
|
Width = 50
|
|
end>
|
|
ParentShowHint = True
|
|
SimplePanel = False
|
|
end
|
|
object AvailPersistentComboBox: TComboBox
|
|
Left = 0
|
|
Height = 21
|
|
Top = 0
|
|
Width = 275
|
|
HelpContext = 0
|
|
Align = alTop
|
|
ArrowKeysTraverseList = True
|
|
AutoComplete = False
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
AutoDropDown = False
|
|
AutoSelect = False
|
|
AutoSize = True
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
CharCase = ecNormal
|
|
Ctl3D = False
|
|
DragCursor = crDrag
|
|
DragMode = dmManual
|
|
DropDownCount = 8
|
|
Enabled = True
|
|
ItemHeight = 13
|
|
ItemIndex = -1
|
|
ItemWidth = 0
|
|
MaxLength = 0
|
|
OnCloseUp = AvailComboBoxCloseUp
|
|
ParentBidiMode = True
|
|
ParentColor = False
|
|
ParentCtl3D = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
Sorted = False
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
TabStop = True
|
|
Visible = True
|
|
end
|
|
object MainPopupMenu: TPopupMenu
|
|
OnPopup = OnMainPopupMenuPopup
|
|
left = 9
|
|
top = 11
|
|
end
|
|
end
|