ide: reanchor buttonpanel in the IDE options dialog

git-svn-id: trunk@19199 -
This commit is contained in:
paul 2009-04-02 03:50:51 +00:00
parent 84ee8bd167
commit aad3ca0d81
2 changed files with 24 additions and 17 deletions

View File

@ -13,26 +13,31 @@ object IDEOptionsDialog: TIDEOptionsDialog
Position = poScreenCenter Position = poScreenCenter
LCLVersion = '0.9.27' LCLVersion = '0.9.27'
object ButtonPanel: TButtonPanel object ButtonPanel: TButtonPanel
AnchorSideLeft.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
Left = 6 Left = 6
Height = 30 Height = 38
Top = 464 Top = 462
Width = 688 Width = 688
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Around = 0
TabOrder = 1 TabOrder = 1
ShowButtons = [pbOK, pbCancel, pbHelp] ShowButtons = [pbOK, pbCancel, pbHelp]
ShowBevel = False
end end
object CategoryTree: TTreeView object CategoryTree: TTreeView
AnchorSideLeft.Control = Owner AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner AnchorSideTop.Control = Owner
AnchorSideBottom.Control = ButtonPanel AnchorSideBottom.Control = ButtonPanel
Left = 6 Left = 6
Height = 452 Height = 456
Top = 6 Top = 6
Width = 206 Width = 206
Anchors = [akTop, akLeft, akBottom] Anchors = [akTop, akLeft, akBottom]
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
Constraints.MinWidth = 206 Constraints.MinWidth = 206
DefaultItemHeight = 15 DefaultItemHeight = 15
ReadOnly = True ReadOnly = True

View File

@ -6,16 +6,18 @@ LazarusResources.Add('TIDEOptionsDialog','FORMDATA',[
+'BorderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#16'IDEOptionsDialog'#12'Cli' +'BorderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#16'IDEOptionsDialog'#12'Cli'
+'entHeight'#3#244#1#11'ClientWidth'#3#188#2#21'Constraints.MinHeight'#3','#1 +'entHeight'#3#244#1#11'ClientWidth'#3#188#2#21'Constraints.MinHeight'#3','#1
+#20'Constraints.MinWidth'#3','#1#8'Position'#7#14'poScreenCenter'#10'LCLVers' +#20'Constraints.MinWidth'#3','#1#8'Position'#7#14'poScreenCenter'#10'LCLVers'
+'ion'#6#6'0.9.27'#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'#2 +'ion'#6#6'0.9.27'#0#12'TButtonPanel'#11'ButtonPanel'#22'AnchorSideLeft.Contr'
+#30#3'Top'#3#208#1#5'Width'#3#176#2#8'TabOrder'#2#1#11'ShowButtons'#11#4'pbO' +'ol'#7#5'Owner'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Si'
+'K'#8'pbCancel'#6'pbHelp'#0#9'ShowBevel'#8#0#0#9'TTreeView'#12'CategoryTree' +'de'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#4'Left'#2#6#6'He'
+#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner' +'ight'#2'&'#3'Top'#3#206#1#5'Width'#3#176#2#18'BorderSpacing.Left'#2#6#19'Bo'
+#24'AnchorSideBottom.Control'#7#11'ButtonPanel'#4'Left'#2#6#6'Height'#3#196#1 +'rderSpacing.Right'#2#6#20'BorderSpacing.Around'#2#0#8'TabOrder'#2#1#11'Show'
+#3'Top'#2#6#5'Width'#3#206#0#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0 +'Buttons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#0#0#9'TTreeView'#12'CategoryTre'
+#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Botto' +'e'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owne'
+'m'#2#6#20'Constraints.MinWidth'#3#206#0#17'DefaultItemHeight'#2#15#8'ReadOn' +'r'#24'AnchorSideBottom.Control'#7#11'ButtonPanel'#4'Left'#2#6#6'Height'#3
+'ly'#9#8'TabOrder'#2#0#8'OnChange'#7#18'CategoryTreeChange'#7'Options'#11#17 +#200#1#3'Top'#2#6#5'Width'#3#206#0#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBott'
+'tvoAutoItemHeight'#16'tvoHideSelection'#21'tvoKeepCollapsedNodes'#11'tvoRea' +'om'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#20'Constraints.M'
+'dOnly'#14'tvoShowButtons'#12'tvoShowLines'#11'tvoShowRoot'#11'tvoToolTips'#0 +'inWidth'#3#206#0#17'DefaultItemHeight'#2#15#8'ReadOnly'#9#8'TabOrder'#2#0#8
+#0#0#0 +'OnChange'#7#18'CategoryTreeChange'#7'Options'#11#17'tvoAutoItemHeight'#16't'
+'voHideSelection'#21'tvoKeepCollapsedNodes'#11'tvoReadOnly'#14'tvoShowButton'
+'s'#12'tvoShowLines'#11'tvoShowRoot'#11'tvoToolTips'#0#0#0#0
]); ]);