mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-12 04:15:07 -05:00
22 lines
412 B
Plaintext
22 lines
412 B
Plaintext
|
object SettingsForm: TSettingsForm
|
||
|
Left = 747
|
||
|
Height = 438
|
||
|
Top = 283
|
||
|
Width = 333
|
||
|
Caption = 'Simba Settings'
|
||
|
ClientHeight = 438
|
||
|
ClientWidth = 333
|
||
|
OnCreate = FormCreate
|
||
|
OnDestroy = FormDestroy
|
||
|
LCLVersion = '0.9.29'
|
||
|
object SettingsTreeView: TTreeView
|
||
|
Left = 16
|
||
|
Height = 401
|
||
|
Top = 16
|
||
|
Width = 297
|
||
|
DefaultItemHeight = 19
|
||
|
ScrollBars = ssAutoBoth
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
end
|