mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-30 23:23:39 +02:00
88 lines
1.9 KiB
Plaintext
88 lines
1.9 KiB
Plaintext
object SynObjectPartListPropertyEditorForm: TSynObjectPartListPropertyEditorForm
|
|
Left = 1772
|
|
Height = 300
|
|
Top = 92
|
|
Width = 190
|
|
ActiveControl = SynObjectPartsListBox
|
|
BorderStyle = bsSizeToolWin
|
|
Caption = 'SynObjectPartListPropertyEditorForm'
|
|
ClientHeight = 300
|
|
ClientWidth = 190
|
|
Constraints.MinHeight = 100
|
|
Constraints.MinWidth = 190
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
Position = poDefaultPosOnly
|
|
LCLVersion = '0.9.27'
|
|
object ToolBar1: TToolBar
|
|
AnchorSideTop.Control = ClassComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 42
|
|
Top = 0
|
|
Width = 190
|
|
AutoSize = True
|
|
ButtonHeight = 40
|
|
ButtonWidth = 44
|
|
Caption = 'ToolBar1'
|
|
ShowCaptions = True
|
|
TabOrder = 0
|
|
object AddButton: TToolButton
|
|
Left = 1
|
|
Top = 2
|
|
Caption = 'Add'
|
|
OnClick = AddButtonClick
|
|
end
|
|
object DeleteButton: TToolButton
|
|
Left = 45
|
|
Top = 2
|
|
Caption = 'Delete'
|
|
OnClick = DeleteButtonClick
|
|
end
|
|
object ToolButton3: TToolButton
|
|
Left = 89
|
|
Top = 2
|
|
Width = 10
|
|
Caption = 'ToolButton3'
|
|
Style = tbsSeparator
|
|
end
|
|
object MoveUpButton: TToolButton
|
|
Left = 99
|
|
Top = 2
|
|
Caption = 'Up'
|
|
OnClick = MoveUpButtonClick
|
|
end
|
|
object MoveDownButton: TToolButton
|
|
Left = 143
|
|
Top = 2
|
|
Caption = 'Down'
|
|
OnClick = MoveDownButtonClick
|
|
end
|
|
end
|
|
object SynObjectPartsListBox: TListBox
|
|
Left = 0
|
|
Height = 237
|
|
Top = 63
|
|
Width = 190
|
|
Align = alClient
|
|
ItemHeight = 0
|
|
OnClick = SynObjectPartsListBoxClick
|
|
TabOrder = 1
|
|
end
|
|
object ClassComboBox: TComboBox
|
|
AnchorSideTop.Control = ToolBar1
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 21
|
|
Top = 42
|
|
Width = 190
|
|
Align = alTop
|
|
Anchors = []
|
|
AutoComplete = False
|
|
ItemHeight = 13
|
|
ItemWidth = 0
|
|
Style = csDropDownList
|
|
TabOrder = 2
|
|
end
|
|
end
|