IDE, Component list: fixed 'Use' button size and 'Keep open' checkbox caption

git-svn-id: trunk@53270 -
This commit is contained in:
maxim 2016-10-31 22:06:42 +00:00
parent 81599322c4
commit a53718ea9b
2 changed files with 4 additions and 3 deletions

View File

@ -196,11 +196,12 @@ object ComponentListForm: TComponentListForm
TabOrder = 0 TabOrder = 0
end end
object OKButton: TButton object OKButton: TButton
Left = 208 Left = 215
Height = 25 Height = 25
Top = 8 Top = 8
Width = 85 Width = 78
Anchors = [akTop, akRight] Anchors = [akTop, akRight]
AutoSize = True
Caption = 'OKButton' Caption = 'OKButton'
Default = True Default = True
ModalResult = 1 ModalResult = 1

View File

@ -211,7 +211,7 @@ resourcestring
lisSelectionTool = 'Selection tool'; lisSelectionTool = 'Selection tool';
lisClickToSelectPalettePage = 'Click to Select Palette Page'; lisClickToSelectPalettePage = 'Click to Select Palette Page';
lisTotalPages = 'Total Pages: %s'; lisTotalPages = 'Total Pages: %s';
lisKeepOpen = 'keep open'; lisKeepOpen = 'Keep open';
// macros // macros
lisCursorColumnInCurrentEditor = 'Cursor column in current editor'; lisCursorColumnInCurrentEditor = 'Cursor column in current editor';