mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 03:39:18 +02:00
sets rowselect to true for the localsdialog and the position to poScreenCenter from Darius
git-svn-id: trunk@9064 -
This commit is contained in:
parent
34318f3f2b
commit
c1536ad02f
@ -1,9 +1,12 @@
|
|||||||
object LocalsDlg: TLocalsDlg
|
object LocalsDlg: TLocalsDlg
|
||||||
|
ActiveControl = lvLocals
|
||||||
Caption = 'Locals'
|
Caption = 'Locals'
|
||||||
ClientHeight = 200
|
ClientHeight = 200
|
||||||
ClientWidth = 500
|
ClientWidth = 500
|
||||||
HorzScrollBar.Page = 501
|
PixelsPerInch = 96
|
||||||
VertScrollBar.Page = 201
|
Position = poScreenCenter
|
||||||
|
HorzScrollBar.Page = 499
|
||||||
|
VertScrollBar.Page = 199
|
||||||
Left = 359
|
Left = 359
|
||||||
Height = 200
|
Height = 200
|
||||||
Top = 126
|
Top = 126
|
||||||
@ -13,16 +16,14 @@ object LocalsDlg: TLocalsDlg
|
|||||||
Columns = <
|
Columns = <
|
||||||
item
|
item
|
||||||
Caption = 'Name'
|
Caption = 'Name'
|
||||||
ImageIndex = -1
|
|
||||||
Visible = True
|
|
||||||
Width = 150
|
Width = 150
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
Caption = 'Value'
|
Caption = 'Value'
|
||||||
ImageIndex = -1
|
|
||||||
Visible = True
|
|
||||||
end>
|
end>
|
||||||
MultiSelect = True
|
MultiSelect = True
|
||||||
|
RowSelect = True
|
||||||
|
TabOrder = 0
|
||||||
ViewStyle = vsReport
|
ViewStyle = vsReport
|
||||||
Height = 200
|
Height = 200
|
||||||
Width = 500
|
Width = 500
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
{ This is an automatically generated lazarus resource file }
|
{ This is an automatically generated lazarus resource file }
|
||||||
|
|
||||||
LazarusResources.Add('TLocalsDlg','FORMDATA',[
|
LazarusResources.Add('TLocalsDlg','FORMDATA',[
|
||||||
'TPF0'#10'TLocalsDlg'#9'LocalsDlg'#7'Caption'#6#6'Locals'#12'ClientHeight'#3
|
'TPF0'#10'TLocalsDlg'#9'LocalsDlg'#13'ActiveControl'#7#8'lvLocals'#7'Caption'
|
||||||
+#200#0#11'ClientWidth'#3#244#1#18'HorzScrollBar.Page'#3#245#1#18'VertScrollB'
|
+#6#6'Locals'#12'ClientHeight'#3#200#0#11'ClientWidth'#3#244#1#13'PixelsPerIn'
|
||||||
+'ar.Page'#3#201#0#4'Left'#3'g'#1#6'Height'#3#200#0#3'Top'#2'~'#5'Width'#3#244
|
+'ch'#2'`'#8'Position'#7#14'poScreenCenter'#18'HorzScrollBar.Page'#3#243#1#18
|
||||||
+#1#0#9'TListView'#8'lvLocals'#5'Align'#7#8'alClient'#7'Columns'#14#1#7'Capti'
|
+'VertScrollBar.Page'#3#199#0#4'Left'#3'g'#1#6'Height'#3#200#0#3'Top'#2'~'#5
|
||||||
+'on'#6#4'Name'#10'ImageIndex'#2#255#7'Visible'#9#5'Width'#3#150#0#0#1#7'Capt'
|
+'Width'#3#244#1#0#9'TListView'#8'lvLocals'#5'Align'#7#8'alClient'#7'Columns'
|
||||||
+'ion'#6#5'Value'#10'ImageIndex'#2#255#7'Visible'#9#0#0#11'MultiSelect'#9#9'V'
|
+#14#1#7'Caption'#6#4'Name'#5'Width'#3#150#0#0#1#7'Caption'#6#5'Value'#0#0#11
|
||||||
+'iewStyle'#7#8'vsReport'#6'Height'#3#200#0#5'Width'#3#244#1#0#0#0
|
+'MultiSelect'#9#9'RowSelect'#9#8'TabOrder'#2#0#9'ViewStyle'#7#8'vsReport'#6
|
||||||
|
+'Height'#3#200#0#5'Width'#3#244#1#0#0#0
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user