1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
|
object lrFieldsList: TlrFieldsList
Left = 0
Height = 330
Top = 0
Width = 208
ClientHeight = 330
ClientWidth = 208
TabOrder = 0
DesignLeft = 779
DesignTop = 316
object fPanelHeader: TPanel
Left = 0
Height = 24
Top = 0
Width = 208
Align = alTop
BevelInner = bvLowered
Caption = 'Data inspector'
ClientHeight = 24
ClientWidth = 208
TabOrder = 0
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
object PageControl1: TPageControl
Left = 0
Height = 306
Top = 24
Width = 208
ActivePage = TabSheet2
Align = alClient
TabIndex = 1
TabOrder = 1
object TabSheet1: TTabSheet
Caption = 'Fields'
ClientHeight = 275
ClientWidth = 204
object lbFieldsList: TListBox
Left = 0
Height = 242
Top = 33
Width = 204
Align = alClient
DragMode = dmAutomatic
ItemHeight = 0
ScrollWidth = 202
TabOrder = 0
TopIndex = -1
end
object cbDSList: TComboBox
Left = 0
Height = 33
Top = 0
Width = 204
Align = alTop
ItemHeight = 0
OnChange = cbDSListChange
Style = csDropDownList
TabOrder = 1
end
end
object TabSheet2: TTabSheet
Caption = 'Variables'
ClientHeight = 275
ClientWidth = 204
object ValCombo: TComboBox
Left = 0
Height = 33
Top = 0
Width = 204
HelpContext = 32
Align = alTop
ItemHeight = 0
OnChange = ValComboChange
Style = csDropDownList
TabOrder = 0
end
object ValList: TListBox
Left = 0
Height = 242
Top = 33
Width = 204
HelpContext = 22
Align = alClient
ClickOnSelChange = False
DragMode = dmAutomatic
IntegralHeight = True
ItemHeight = 0
ParentFont = False
ScrollWidth = 202
TabOrder = 1
TopIndex = -1
end
end
end
end
|