IDE: fixed Tab Order dialog layout, bug #20901

git-svn-id: trunk@34192 -
This commit is contained in:
maxim 2011-12-14 20:05:54 +00:00
parent 3f621c5134
commit d0e1af2495

View File

@ -48,7 +48,7 @@ object TabOrderDialog: TTabOrderDialog
Width = 267 Width = 267
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
DefaultItemHeight = 17 DefaultItemHeight = 16
HideSelection = False HideSelection = False
ReadOnly = True ReadOnly = True
RightClickSelect = True RightClickSelect = True
@ -58,10 +58,14 @@ object TabOrderDialog: TTabOrderDialog
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips] Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
end end
object SortByPositionButton: TBitBtn object SortByPositionButton: TBitBtn
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 279 Left = 279
Height = 25 Height = 25
Top = 232 Top = 232
Width = 25 Width = 25
Anchors = [akTop, akRight]
BorderSpacing.Around = 6
GlyphShowMode = gsmAlways GlyphShowMode = gsmAlways
OnClick = SortByPositionButtonClick OnClick = SortByPositionButtonClick
ParentShowHint = False ParentShowHint = False