lazarus/debugger/localsdlg.lfm
mattias a9ffa30989 set localsdialog position to podesigned
git-svn-id: trunk@9065 -
2006-04-02 17:34:54 +00:00

31 lines
565 B
Plaintext

object LocalsDlg: TLocalsDlg
ActiveControl = lvLocals
Caption = 'Locals'
ClientHeight = 200
ClientWidth = 500
PixelsPerInch = 112
HorzScrollBar.Page = 499
VertScrollBar.Page = 199
Left = 359
Height = 200
Top = 126
Width = 500
object lvLocals: TListView
Align = alClient
Columns = <
item
Caption = 'Name'
Width = 150
end
item
Caption = 'Value'
end>
MultiSelect = True
RowSelect = True
TabOrder = 0
ViewStyle = vsReport
Height = 200
Width = 500
end
end