ExtensionManager -> not resizable

This commit is contained in:
Merlijn Wajer 2010-07-03 01:45:56 +02:00
parent 855798e5b6
commit 090fd03a2b
1 changed files with 5 additions and 3 deletions

View File

@ -3,6 +3,8 @@ object ExtensionsForm: TExtensionsForm
Height = 256 Height = 256
Top = 170 Top = 170
Width = 389 Width = 389
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Simba Extensions' Caption = 'Simba Extensions'
ClientHeight = 256 ClientHeight = 256
ClientWidth = 389 ClientWidth = 389
@ -40,7 +42,7 @@ object ExtensionsForm: TExtensionsForm
AutoSize = True AutoSize = True
Caption = 'Version' Caption = 'Version'
MinWidth = 60 MinWidth = 60
Width = 109 Width = 111
end> end>
HideSelection = False HideSelection = False
ItemIndex = -1 ItemIndex = -1
@ -63,9 +65,9 @@ object ExtensionsForm: TExtensionsForm
end end
object ExtEnabled: TCheckBox object ExtEnabled: TCheckBox
Left = 6 Left = 6
Height = 20 Height = 22
Top = 208 Top = 208
Width = 93 Width = 97
Caption = 'ExtEnabled' Caption = 'ExtEnabled'
OnChange = ExtEnabledChange OnChange = ExtEnabledChange
TabOrder = 2 TabOrder = 2