mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 17:58:18 +02:00
77 lines
1.7 KiB
Plaintext
77 lines
1.7 KiB
Plaintext
object lrFieldsList: TlrFieldsList
|
|
Left = 0
|
|
Height = 330
|
|
Top = 0
|
|
Width = 208
|
|
ClientHeight = 330
|
|
ClientWidth = 208
|
|
TabOrder = 0
|
|
DesignLeft = 779
|
|
DesignTop = 316
|
|
object cbDSList: TComboBox
|
|
Left = 0
|
|
Height = 21
|
|
Top = 24
|
|
Width = 208
|
|
Align = alTop
|
|
ItemHeight = 13
|
|
OnChange = cbDSListChange
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
object lbFieldsList: TListBox
|
|
Left = 0
|
|
Height = 285
|
|
Top = 45
|
|
Width = 208
|
|
Align = alClient
|
|
DragMode = dmAutomatic
|
|
ItemHeight = 0
|
|
ScrollWidth = 206
|
|
TabOrder = 1
|
|
end
|
|
object fPanelHeader: TPanel
|
|
Left = 0
|
|
Height = 24
|
|
Top = 0
|
|
Width = 208
|
|
Align = alTop
|
|
BevelInner = bvLowered
|
|
Caption = 'Data inspector'
|
|
ClientHeight = 24
|
|
ClientWidth = 208
|
|
TabOrder = 2
|
|
OnDblClick = SpeedButton1Click
|
|
OnMouseDown = fPanelHeaderMouseDown
|
|
OnMouseMove = fPanelHeaderMouseMove
|
|
OnMouseUp = fPanelHeaderMouseUp
|
|
object SpeedButton1: TSpeedButton
|
|
AnchorSideTop.Control = fPanelHeader
|
|
AnchorSideRight.Control = SpeedButton2
|
|
AnchorSideBottom.Control = fPanelHeader
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 166
|
|
Height = 20
|
|
Top = 2
|
|
Width = 20
|
|
Anchors = [akTop, akRight, akBottom]
|
|
Caption = '-'
|
|
OnClick = SpeedButton1Click
|
|
end
|
|
object SpeedButton2: TSpeedButton
|
|
AnchorSideTop.Control = fPanelHeader
|
|
AnchorSideRight.Control = fPanelHeader
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = fPanelHeader
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 186
|
|
Height = 20
|
|
Top = 2
|
|
Width = 20
|
|
Anchors = [akTop, akRight, akBottom]
|
|
Caption = 'x'
|
|
OnClick = SpeedButton2Click
|
|
end
|
|
end
|
|
end
|