mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-22 09:12:19 -05:00
ExtensionManager -> not resizable
This commit is contained in:
parent
855798e5b6
commit
090fd03a2b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user