mirror of
https://github.com/moparisthebest/Simba
synced 2025-01-11 13:48:27 -05:00
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
|