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

Change extension manager title

This commit is contained in:
Merlijn Wajer 2010-07-01 16:41:14 +02:00
parent e5a90a44b7
commit b511dac44c

View File

@ -1,9 +1,9 @@
object ExtensionsForm: TExtensionsForm object ExtensionsForm: TExtensionsForm
Left = 200 Left = 645
Height = 256 Height = 256
Top = 139 Top = 170
Width = 389 Width = 389
Caption = 'ExtensionsForm' Caption = 'Simba Extensions'
ClientHeight = 256 ClientHeight = 256
ClientWidth = 389 ClientWidth = 389
OnCreate = FormCreate OnCreate = FormCreate
@ -15,12 +15,12 @@ object ExtensionsForm: TExtensionsForm
Width = 389 Width = 389
Align = alClient Align = alClient
Caption = 'Extensions' Caption = 'Extensions'
ClientHeight = 238 ClientHeight = 237
ClientWidth = 385 ClientWidth = 385
TabOrder = 0 TabOrder = 0
object ExtensionsList: TListView object ExtensionsList: TListView
Left = 6 Left = 6
Height = 192 Height = 191
Top = 8 Top = 8
Width = 371 Width = 371
Align = alCustom Align = alCustom
@ -40,7 +40,7 @@ object ExtensionsForm: TExtensionsForm
AutoSize = True AutoSize = True
Caption = 'Version' Caption = 'Version'
MinWidth = 60 MinWidth = 60
Width = 60 Width = 109
end> end>
HideSelection = False HideSelection = False
ItemIndex = -1 ItemIndex = -1
@ -63,9 +63,9 @@ object ExtensionsForm: TExtensionsForm
end end
object ExtEnabled: TCheckBox object ExtEnabled: TCheckBox
Left = 6 Left = 6
Height = 17 Height = 20
Top = 208 Top = 208
Width = 72 Width = 93
Caption = 'ExtEnabled' Caption = 'ExtEnabled'
OnChange = ExtEnabledChange OnChange = ExtEnabledChange
TabOrder = 2 TabOrder = 2