mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 06:36:48 +02:00
IDE: unused units: set treeview scrollbars to ssautoboth
git-svn-id: trunk@19301 -
This commit is contained in:
parent
ef6a23b55a
commit
c8c601fe35
@ -11,8 +11,8 @@ object UnusedUnitsDialog: TUnusedUnitsDialog
|
||||
LCLVersion = '0.9.27'
|
||||
object ButtonPanel1: TButtonPanel
|
||||
Left = 6
|
||||
Height = 26
|
||||
Top = 333
|
||||
Height = 36
|
||||
Top = 323
|
||||
Width = 328
|
||||
TabOrder = 0
|
||||
ShowButtons = [pbOK, pbCancel]
|
||||
@ -20,11 +20,12 @@ object UnusedUnitsDialog: TUnusedUnitsDialog
|
||||
end
|
||||
object UnitsTreeView: TTreeView
|
||||
Left = 0
|
||||
Height = 327
|
||||
Height = 317
|
||||
Top = 0
|
||||
Width = 340
|
||||
Align = alClient
|
||||
DefaultItemHeight = 15
|
||||
DefaultItemHeight = 19
|
||||
ScrollBars = ssAutoBoth
|
||||
TabOrder = 1
|
||||
Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
||||
end
|
||||
|
@ -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
|
||||
+'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'
|
||||
+'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
|
||||
+#0#9'TTreeView'#13'UnitsTreeView'#4'Left'#2#0#6'Height'#3'G'#1#3'Top'#2#0#5
|
||||
+'Width'#3'T'#1#5'Align'#7#8'alClient'#17'DefaultItemHeight'#2#15#8'TabOrder'
|
||||
+#2#1#7'Options'#11#19'tvoAllowMultiselect'#17'tvoAutoItemHeight'#16'tvoHideS'
|
||||
+'election'#21'tvoKeepCollapsedNodes'#14'tvoShowButtons'#12'tvoShowLines'#11
|
||||
+'tvoShowRoot'#11'tvoToolTips'#0#0#0#0
|
||||
+#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#19#10'ScrollBa'
|
||||
+'rs'#7#10'ssAutoBoth'#8'TabOrder'#2#1#7'Options'#11#19'tvoAllowMultiselect'
|
||||
+#17'tvoAutoItemHeight'#16'tvoHideSelection'#21'tvoKeepCollapsedNodes'#14'tvo'
|
||||
+'ShowButtons'#12'tvoShowLines'#11'tvoShowRoot'#11'tvoToolTips'#0#0#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user