mirror of
https://github.com/moparisthebest/Simba
synced 2024-12-24 08:18:52 -05:00
906d4c9b98
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@376 3f818213-9676-44b0-a9b4-5e4c4e03d09d
47 lines
819 B
Plaintext
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
|