mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 09:19:40 +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]
|
||||
BorderSpacing.Top = 6
|
||||
CharCase = ecUppercase
|
||||
Enabled = False
|
||||
OnEditingDone = edResourceNameEditingDone
|
||||
OnKeyDown = edResourceNameKeyDown
|
||||
TabOrder = 2
|
||||
@ -129,6 +130,7 @@ object ResourcesOptionsFrame: TResourcesOptionsFrame
|
||||
Width = 126
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Top = 6
|
||||
Enabled = False
|
||||
ItemHeight = 15
|
||||
OnChange = cbResourceTypeChange
|
||||
Style = csDropDownList
|
||||
|
Loading…
Reference in New Issue
Block a user