1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-12 04:15:07 -05:00
Simba/Projects/SAMufasaGUI/simbasettings.lfm

22 lines
412 B
Plaintext
Raw Normal View History

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