mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:16:25 +02:00
ide: disable resource name and type by default
git-svn-id: trunk@43237 -
This commit is contained in:
parent
ccf61e6739
commit
3b46fcbf15
@ -101,6 +101,7 @@ object ResourcesOptionsFrame: TResourcesOptionsFrame
|
|||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
CharCase = ecUppercase
|
CharCase = ecUppercase
|
||||||
|
Enabled = False
|
||||||
OnEditingDone = edResourceNameEditingDone
|
OnEditingDone = edResourceNameEditingDone
|
||||||
OnKeyDown = edResourceNameKeyDown
|
OnKeyDown = edResourceNameKeyDown
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
@ -129,6 +130,7 @@ object ResourcesOptionsFrame: TResourcesOptionsFrame
|
|||||||
Width = 126
|
Width = 126
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
|
Enabled = False
|
||||||
ItemHeight = 15
|
ItemHeight = 15
|
||||||
OnChange = cbResourceTypeChange
|
OnChange = cbResourceTypeChange
|
||||||
Style = csDropDownList
|
Style = csDropDownList
|
||||||
|
Loading…
Reference in New Issue
Block a user