1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Simba/Projects/settings/unit1.lfm
Wizzup? 906d4c9b98 Setting test base
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@376 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-01-05 18:35:42 +00:00

47 lines
819 B
Plaintext

object Form1: TForm1
Left = 264
Height = 467
Top = 183
Width = 734
ActiveControl = TreeView1
Caption = 'Form1'
ClientHeight = 467
ClientWidth = 734
LCLVersion = '0.9.29'
object TreeView1: TTreeView
Left = 16
Height = 376
Top = 24
Width = 344
DefaultItemHeight = 19
TabOrder = 0
end
object SaveButton: TButton
Left = 272
Height = 25
Top = 432
Width = 88
Caption = 'SaveButton'
OnClick = SaveButtonClick
TabOrder = 1
end
object LoadButton: TButton
Left = 16
Height = 25
Top = 432
Width = 91
Caption = 'LoadButton'
OnClick = LoadButtonClick
TabOrder = 2
end
object ListView1: TListView
Left = 376
Height = 376
Top = 24
Width = 336
Columns = <>
ItemIndex = -1
TabOrder = 3
end
end