mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-26 21:09:12 +02:00
Menu editor: organize uses sections.
git-svn-id: trunk@51299 -
This commit is contained in:
parent
68078c15d0
commit
8faa0fe7f0
@ -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
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user