mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-13 12:55:05 -05:00
c5faba2cb5
Lots of TODO's, but it should be functional for programming uses. git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@379 3f818213-9676-44b0-a9b4-5e4c4e03d09d
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
|