1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Simba/Projects/SAMufasaGUI/simbasettings.lfm

44 lines
1.0 KiB
Plaintext
Raw Normal View History

object SettingsForm: TSettingsForm
Left = 600
Height = 559
Top = 138
Width = 342
ActiveControl = SettingsTreeView
Caption = 'Simba Settings'
ClientHeight = 559
ClientWidth = 342
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '0.9.29'
object SettingsTreeView: TTreeView
Left = 16
Height = 474
Top = 16
Width = 306
Anchors = [akTop, akLeft, akRight, akBottom]
DefaultItemHeight = 19
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 0
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
end
object SettingsFormButtonOK: TButton
Left = 247
Height = 25
Top = 512
Width = 75
Caption = 'OK'
OnClick = SettingsFormButtonOKClick
TabOrder = 1
end
object SettingsFormButtonCancel: TButton
Left = 16
Height = 25
Top = 512
Width = 75
Caption = 'Cancel'
OnClick = SettingsFormButtonCancelClick
TabOrder = 2
end
end