IDE, 'Searching ...' dialog: don't show acceleration chars in searched expression

git-svn-id: trunk@31842 -
This commit is contained in:
maxim 2011-07-31 12:23:24 +00:00
parent da7bc9d8ad
commit be9d40824b

View File

@ -32,6 +32,7 @@ object SearchProgressForm: TSearchProgressForm
Top = 91
Width = 1
ParentColor = False
ShowAccelChar = False
end
object MatchesLabel: TLabel
AnchorSideTop.Control = SearchingLabel
@ -52,6 +53,7 @@ object SearchProgressForm: TSearchProgressForm
Top = 59
Width = 1
ParentColor = False
ShowAccelChar = False
end
object SearchingLabel: TLabel
AnchorSideTop.Control = SearchTextLabel
@ -82,6 +84,7 @@ object SearchProgressForm: TSearchProgressForm
Top = 27
Width = 1
ParentColor = False
ShowAccelChar = False
end
object btnCancel: TBitBtn
AnchorSideLeft.Control = Panel2