IDE: Remove a useless Bevel1 from ToolbarConfig window.

git-svn-id: trunk@48604 -
This commit is contained in:
juha 2015-04-03 07:28:59 +00:00
parent 25cd93d480
commit 0acacf6e19
2 changed files with 0 additions and 8 deletions

View File

@ -220,12 +220,5 @@ object ToolBarConfig: TToolBarConfig
TabOrder = 4
ShowButtons = [pbOK, pbCancel, pbHelp]
ShowGlyphs = [pbOK, pbCancel, pbHelp]
object Bevel1: TBevel
Left = 0
Height = 2
Top = 0
Width = 760
Align = alTop
end
end
end

View File

@ -37,7 +37,6 @@ type
{ TToolBarConfig }
TToolBarConfig = class(TForm)
Bevel1: TBevel;
btnHelp: TBitBtn;
btnAdd: TSpeedButton;
btnMoveDown: TSpeedButton;