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
|
object edtuMain: TedtuMain
Left = 0
Height = 22
Top = 0
Width = 641
ClientHeight = 22
ClientWidth = 641
TabOrder = 0
object pEDTU: TPanel
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 534
Height = 23
Top = -1
Width = 107
Anchors = [akRight, akBottom]
BevelOuter = bvNone
ClientHeight = 23
ClientWidth = 107
TabOrder = 0
object sbShowPalette: TSpeedButton
AnchorSideLeft.Control = pEDTU
AnchorSideRight.Control = pEDTU
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = pEDTU
AnchorSideBottom.Side = asrBottom
Left = 84
Height = 22
Top = 1
Width = 23
Anchors = [akRight, akBottom]
OnClick = sbShowPaletteClick
end
end
object pSearch: TPanel
AnchorSideLeft.Control = pComponents
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = pEDTU
Left = 534
Height = 0
Top = 0
Width = 107
Anchors = [akTop, akLeft, akRight, akBottom]
BevelOuter = bvNone
ChildSizing.ControlsPerLine = 1
ClientHeight = 0
ClientWidth = 107
TabOrder = 1
object eFilter: TEditButton
AnchorSideLeft.Control = pSearch
AnchorSideTop.Control = pSearch
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = pSearch
AnchorSideRight.Side = asrBottom
Left = 3
Height = 23
Top = -11
Width = 104
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 3
ButtonWidth = 23
MaxLength = 0
NumGlyphs = 1
OnButtonClick = eFilterButtonClick
OnChange = eFilterChange
PasswordChar = #0
TabOrder = 0
end
end
object pComponents: TPanel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = pEDTU
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 22
Top = 0
Width = 534
Align = alCustom
Anchors = [akTop, akLeft, akRight, akBottom]
BevelOuter = bvNone
TabOrder = 2
Visible = False
end
object pInfo: TPanel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = pEDTU
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 22
Top = 0
Width = 534
Alignment = taLeftJustify
Anchors = [akTop, akLeft, akRight, akBottom]
BevelOuter = bvNone
TabOrder = 3
end
end
|