mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-12 04:15:07 -05:00
ef804714c4
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@382 3f818213-9676-44b0-a9b4-5e4c4e03d09d
44 lines
1.0 KiB
Plaintext
44 lines
1.0 KiB
Plaintext
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
|