mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 20:36:09 +02:00
AJ: moved TToggleBox to after TButton in the component order
git-svn-id: trunk@3594 -
This commit is contained in:
parent
1fbecf5bd5
commit
0a8866d29f
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user