From 0a8866d29f7d93c53be6ab131b81ab4c1af4cfad Mon Sep 17 00:00:00 2001 From: lazarus Date: Thu, 31 Oct 2002 14:36:58 +0000 Subject: [PATCH] AJ: moved TToggleBox to after TButton in the component order git-svn-id: trunk@3594 - --- ide/idecomp.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ide/idecomp.pp b/ide/idecomp.pp index 0f6757268c..9f312a1c6b 100644 --- a/ide/idecomp.pp +++ b/ide/idecomp.pp @@ -319,8 +319,8 @@ begin RegisterComponents('Standard','Menus',[TMainMenu,TPopupMenu]); RegisterComponents('Standard','StdCtrls',[TLabel,TEdit,TMemo]); RegisterComponents('Standard','Buttons',[TButton]); - RegisterComponents('Standard','StdCtrls',[TCheckBox, - TRadioButton,TToggleBox, TListBox,TComboBox,TScrollBar,TGroupBox]); + RegisterComponents('Standard','StdCtrls',[TToggleBox, TCheckBox, + TRadioButton, TListBox,TComboBox,TScrollBar,TGroupBox]); RegisterComponents('Standard', 'ExtCtrls',[TRadioGroup,TPanel]); RegisterComponents('Additional','Buttons',[TBitBtn,TSpeedButton]); RegisterComponents('Additional','ExtCtrls',[TImage, TShape, TBevel, TPaintBox]);