mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:59:31 +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
|
||||
ActiveControl = lvLocals
|
||||
Caption = 'Locals'
|
||||
ClientHeight = 200
|
||||
ClientWidth = 500
|
||||
HorzScrollBar.Page = 501
|
||||
VertScrollBar.Page = 201
|
||||
PixelsPerInch = 96
|
||||
Position = poScreenCenter
|
||||
HorzScrollBar.Page = 499
|
||||
VertScrollBar.Page = 199
|
||||
Left = 359
|
||||
Height = 200
|
||||
Top = 126
|
||||
@ -13,16 +16,14 @@ object LocalsDlg: TLocalsDlg
|
||||
Columns = <
|
||||
item
|
||||
Caption = 'Name'
|
||||
ImageIndex = -1
|
||||
Visible = True
|
||||
Width = 150
|
||||
end
|
||||
item
|
||||
Caption = 'Value'
|
||||
ImageIndex = -1
|
||||
Visible = True
|
||||
end>
|
||||
MultiSelect = True
|
||||
RowSelect = True
|
||||
TabOrder = 0
|
||||
ViewStyle = vsReport
|
||||
Height = 200
|
||||
Width = 500
|
||||
|
@ -1,11 +1,12 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TLocalsDlg','FORMDATA',[
|
||||
'TPF0'#10'TLocalsDlg'#9'LocalsDlg'#7'Caption'#6#6'Locals'#12'ClientHeight'#3
|
||||
+#200#0#11'ClientWidth'#3#244#1#18'HorzScrollBar.Page'#3#245#1#18'VertScrollB'
|
||||
+'ar.Page'#3#201#0#4'Left'#3'g'#1#6'Height'#3#200#0#3'Top'#2'~'#5'Width'#3#244
|
||||
+#1#0#9'TListView'#8'lvLocals'#5'Align'#7#8'alClient'#7'Columns'#14#1#7'Capti'
|
||||
+'on'#6#4'Name'#10'ImageIndex'#2#255#7'Visible'#9#5'Width'#3#150#0#0#1#7'Capt'
|
||||
+'ion'#6#5'Value'#10'ImageIndex'#2#255#7'Visible'#9#0#0#11'MultiSelect'#9#9'V'
|
||||
+'iewStyle'#7#8'vsReport'#6'Height'#3#200#0#5'Width'#3#244#1#0#0#0
|
||||
'TPF0'#10'TLocalsDlg'#9'LocalsDlg'#13'ActiveControl'#7#8'lvLocals'#7'Caption'
|
||||
+#6#6'Locals'#12'ClientHeight'#3#200#0#11'ClientWidth'#3#244#1#13'PixelsPerIn'
|
||||
+'ch'#2'`'#8'Position'#7#14'poScreenCenter'#18'HorzScrollBar.Page'#3#243#1#18
|
||||
+'VertScrollBar.Page'#3#199#0#4'Left'#3'g'#1#6'Height'#3#200#0#3'Top'#2'~'#5
|
||||
+'Width'#3#244#1#0#9'TListView'#8'lvLocals'#5'Align'#7#8'alClient'#7'Columns'
|
||||
+#14#1#7'Caption'#6#4'Name'#5'Width'#3#150#0#0#1#7'Caption'#6#5'Value'#0#0#11
|
||||
+'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