IDE: unused units: set treeview scrollbars to ssautoboth

git-svn-id: trunk@19301 -
This commit is contained in:
mattias 2009-04-10 13:01:17 +00:00
parent ef6a23b55a
commit c8c601fe35
2 changed files with 11 additions and 10 deletions

View File

@ -11,8 +11,8 @@ object UnusedUnitsDialog: TUnusedUnitsDialog
LCLVersion = '0.9.27' LCLVersion = '0.9.27'
object ButtonPanel1: TButtonPanel object ButtonPanel1: TButtonPanel
Left = 6 Left = 6
Height = 26 Height = 36
Top = 333 Top = 323
Width = 328 Width = 328
TabOrder = 0 TabOrder = 0
ShowButtons = [pbOK, pbCancel] ShowButtons = [pbOK, pbCancel]
@ -20,11 +20,12 @@ object UnusedUnitsDialog: TUnusedUnitsDialog
end end
object UnitsTreeView: TTreeView object UnitsTreeView: TTreeView
Left = 0 Left = 0
Height = 327 Height = 317
Top = 0 Top = 0
Width = 340 Width = 340
Align = alClient Align = alClient
DefaultItemHeight = 15 DefaultItemHeight = 19
ScrollBars = ssAutoBoth
TabOrder = 1 TabOrder = 1
Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips] Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
end end

View File

@ -5,11 +5,11 @@ LazarusResources.Add('TUnusedUnitsDialog','FORMDATA',[
+'m'#1#3'Top'#3#236#0#5'Width'#3'T'#1#13'ActiveControl'#7#13'UnitsTreeView'#7 +'m'#1#3'Top'#3#236#0#5'Width'#3'T'#1#13'ActiveControl'#7#13'UnitsTreeView'#7
+'Caption'#6#17'UnusedUnitsDialog'#12'ClientHeight'#3'm'#1#11'ClientWidth'#3 +'Caption'#6#17'UnusedUnitsDialog'#12'ClientHeight'#3'm'#1#11'ClientWidth'#3
+'T'#1#8'OnCreate'#7#10'FormCreate'#10'LCLVersion'#6#6'0.9.27'#0#12'TButtonPa' +'T'#1#8'OnCreate'#7#10'FormCreate'#10'LCLVersion'#6#6'0.9.27'#0#12'TButtonPa'
+'nel'#12'ButtonPanel1'#4'Left'#2#6#6'Height'#2#26#3'Top'#3'M'#1#5'Width'#3'H' +'nel'#12'ButtonPanel1'#4'Left'#2#6#6'Height'#2'$'#3'Top'#3'C'#1#5'Width'#3'H'
+#1#8'TabOrder'#2#0#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#0#9'ShowBevel'#8#0 +#1#8'TabOrder'#2#0#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#0#9'ShowBevel'#8#0
+#0#9'TTreeView'#13'UnitsTreeView'#4'Left'#2#0#6'Height'#3'G'#1#3'Top'#2#0#5 +#0#9'TTreeView'#13'UnitsTreeView'#4'Left'#2#0#6'Height'#3'='#1#3'Top'#2#0#5
+'Width'#3'T'#1#5'Align'#7#8'alClient'#17'DefaultItemHeight'#2#15#8'TabOrder' +'Width'#3'T'#1#5'Align'#7#8'alClient'#17'DefaultItemHeight'#2#19#10'ScrollBa'
+#2#1#7'Options'#11#19'tvoAllowMultiselect'#17'tvoAutoItemHeight'#16'tvoHideS' +'rs'#7#10'ssAutoBoth'#8'TabOrder'#2#1#7'Options'#11#19'tvoAllowMultiselect'
+'election'#21'tvoKeepCollapsedNodes'#14'tvoShowButtons'#12'tvoShowLines'#11 +#17'tvoAutoItemHeight'#16'tvoHideSelection'#21'tvoKeepCollapsedNodes'#14'tvo'
+'tvoShowRoot'#11'tvoToolTips'#0#0#0#0 +'ShowButtons'#12'tvoShowLines'#11'tvoShowRoot'#11'tvoToolTips'#0#0#0#0
]); ]);