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
LCLVersion = '0.9.27'
object ButtonPanel: TButtonPanel
AnchorSideLeft.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
Left = 6
Height = 30
Top = 464
Height = 38
Top = 462
Width = 688
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Around = 0
TabOrder = 1
ShowButtons = [pbOK, pbCancel, pbHelp]
ShowBevel = False
end
object CategoryTree: TTreeView
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideBottom.Control = ButtonPanel
Left = 6
Height = 452
Height = 456
Top = 6
Width = 206
Anchors = [akTop, akLeft, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
Constraints.MinWidth = 206
DefaultItemHeight = 15
ReadOnly = True

View File

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