mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 10:39:20 +02:00
ide: remove bevel in show unused units dialog
git-svn-id: trunk@19292 -
This commit is contained in:
parent
7fc8bfa82a
commit
b7f9eaafff
@ -11,19 +11,20 @@ object UnusedUnitsDialog: TUnusedUnitsDialog
|
|||||||
LCLVersion = '0.9.27'
|
LCLVersion = '0.9.27'
|
||||||
object ButtonPanel1: TButtonPanel
|
object ButtonPanel1: TButtonPanel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 44
|
Height = 26
|
||||||
Top = 315
|
Top = 333
|
||||||
Width = 328
|
Width = 328
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
ShowButtons = [pbOK, pbCancel]
|
ShowButtons = [pbOK, pbCancel]
|
||||||
|
ShowBevel = False
|
||||||
end
|
end
|
||||||
object UnitsTreeView: TTreeView
|
object UnitsTreeView: TTreeView
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 309
|
Height = 327
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 340
|
Width = 340
|
||||||
Align = alClient
|
Align = alClient
|
||||||
DefaultItemHeight = 19
|
DefaultItemHeight = 15
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
||||||
end
|
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
|
+'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','#3'Top'#3';'#1#5'Width'#3'H'
|
+'nel'#12'ButtonPanel1'#4'Left'#2#6#6'Height'#2#26#3'Top'#3'M'#1#5'Width'#3'H'
|
||||||
+#1#8'TabOrder'#2#0#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#0#0#0#9'TTreeView'
|
+#1#8'TabOrder'#2#0#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#0#9'ShowBevel'#8#0
|
||||||
+#13'UnitsTreeView'#4'Left'#2#0#6'Height'#3'5'#1#3'Top'#2#0#5'Width'#3'T'#1#5
|
+#0#9'TTreeView'#13'UnitsTreeView'#4'Left'#2#0#6'Height'#3'G'#1#3'Top'#2#0#5
|
||||||
+'Align'#7#8'alClient'#17'DefaultItemHeight'#2#19#8'TabOrder'#2#1#7'Options'
|
+'Width'#3'T'#1#5'Align'#7#8'alClient'#17'DefaultItemHeight'#2#15#8'TabOrder'
|
||||||
+#11#19'tvoAllowMultiselect'#17'tvoAutoItemHeight'#16'tvoHideSelection'#21'tv'
|
+#2#1#7'Options'#11#19'tvoAllowMultiselect'#17'tvoAutoItemHeight'#16'tvoHideS'
|
||||||
+'oKeepCollapsedNodes'#14'tvoShowButtons'#12'tvoShowLines'#11'tvoShowRoot'#11
|
+'election'#21'tvoKeepCollapsedNodes'#14'tvoShowButtons'#12'tvoShowLines'#11
|
||||||
+'tvoToolTips'#0#0#0#0
|
+'tvoShowRoot'#11'tvoToolTips'#0#0#0#0
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user