Menu editor: organize uses sections.

git-svn-id: trunk@51299 -
This commit is contained in:
juha 2016-01-15 12:37:31 +00:00
parent 68078c15d0
commit 8faa0fe7f0
2 changed files with 17 additions and 6 deletions

View File

@ -26,9 +26,13 @@ unit MenuEditorForm;
interface
uses
Buttons, Classes, ComponentEditors, Controls, ExtCtrls, Forms,
Graphics, LazarusIDEStrConsts, LazIDEIntf, LCLintf, LCLProc, Menus,
MenuShadows, PropEdits, StdCtrls, SysUtils, FormEditingIntf, IDEWindowIntf;
// FCL + LCL
Classes, SysUtils,
Controls, StdCtrls, ExtCtrls, Forms, Graphics, Buttons, Menus, LCLintf, LCLProc,
// IdeIntf
LazIDEIntf, FormEditingIntf, IDEWindowIntf, ComponentEditors, PropEdits,
// IDE
LazarusIDEStrConsts, MenuShadows;
type

View File

@ -5,9 +5,16 @@ unit MenuShadows;
interface
uses
ActnList, ButtonPanel, Buttons, Classes, ComponentEditors, Controls, Dialogs, ExtCtrls,
Forms, Graphics, IDEDialogs, ImgList, LazarusIDEStrConsts, LazUTF8, LCLIntf, LCLProc,
LCLType, Menus, PropEdits, StdCtrls, SysUtils, Themes, types, typinfo;
// FCL + LCL
Classes, SysUtils, types, typinfo,
ActnList, ButtonPanel, Buttons, Controls, Dialogs, StdCtrls, ExtCtrls, Menus,
Forms, Graphics, ImgList, Themes, LCLType, LCLIntf, LCLProc,
// LazUtils
LazUTF8,
// IdeIntf
ComponentEditors, IDEDialogs, PropEdits,
// IDE
LazarusIDEStrConsts;
const
Margin = 6;