mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 08:29:06 +02:00
Small update to fpgui-lcl from Graeme
git-svn-id: trunk@17786 -
This commit is contained in:
parent
61584bd8e0
commit
abf11caaf2
@ -41,7 +41,7 @@ uses
|
||||
Controls, ExtCtrls, Forms, Dialogs, StdCtrls, Comctrls, LCLIntf,
|
||||
GraphType,
|
||||
// Bindings
|
||||
fpgfx, gui_form,
|
||||
fpg_main, fpg_form,
|
||||
// Widgetset
|
||||
FPGUIWSPrivate, fpguiobjects;
|
||||
|
||||
|
@ -32,7 +32,7 @@ uses
|
||||
// Widgetset
|
||||
fpguiwsprivate,
|
||||
// interface
|
||||
fpgfx, gui_menu;
|
||||
fpg_main, fpg_menu;
|
||||
|
||||
type
|
||||
|
||||
|
@ -26,7 +26,7 @@ unit fpguiproc;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, gfxbase, Graphics;
|
||||
Classes, SysUtils, fpg_base, Graphics;
|
||||
|
||||
function TColorToTfpgColor(AColor: TColor): TfpgColor;
|
||||
|
||||
|
@ -112,7 +112,7 @@ type
|
||||
implementation
|
||||
|
||||
uses
|
||||
gfx_widget;
|
||||
fpg_widget;
|
||||
|
||||
{ TFpGuiWSWinControl }
|
||||
|
||||
|
@ -28,7 +28,7 @@ interface
|
||||
|
||||
uses
|
||||
// Bindings
|
||||
fpgfx, gfxbase, fpguiwsprivate,
|
||||
fpg_base, fpg_main, fpguiwsprivate,
|
||||
// LCL
|
||||
Classes, Forms, LCLType, Controls,
|
||||
// Widgetset
|
||||
|
@ -32,7 +32,7 @@ uses
|
||||
// widgetset
|
||||
WSMenus, WSLCLClasses, LCLType, fpguiobjects, fpguiwsprivate,
|
||||
// interface
|
||||
fpgfx, gui_menu;
|
||||
fpg_main, fpg_menu;
|
||||
|
||||
type
|
||||
|
||||
|
@ -38,9 +38,9 @@ uses
|
||||
// widgetset
|
||||
WSControls, WSLCLClasses, WSProc,
|
||||
// interface
|
||||
gfx_widget, gui_form, gui_button, gui_combobox, gui_dialogs,
|
||||
gui_edit, gui_checkbox, gui_radiobutton, gui_tab, gui_memo,
|
||||
gui_menu;
|
||||
fpg_widget, fpg_form, fpg_button, fpg_combobox, fpg_dialogs,
|
||||
fpg_edit, fpg_checkbox, fpg_radiobutton, fpg_tab, fpg_memo,
|
||||
fpg_menu;
|
||||
|
||||
|
||||
type
|
||||
@ -281,7 +281,7 @@ type
|
||||
implementation
|
||||
|
||||
uses
|
||||
LCLMessageGlue, GfxBase;
|
||||
LCLMessageGlue, fpg_base;
|
||||
|
||||
{ TFPGUIPrivate }
|
||||
|
||||
|
@ -271,10 +271,10 @@ type
|
||||
implementation
|
||||
|
||||
uses
|
||||
gui_combobox,
|
||||
gui_edit,
|
||||
gui_checkbox,
|
||||
gui_radiobutton;
|
||||
fpg_combobox,
|
||||
fpg_edit,
|
||||
fpg_checkbox,
|
||||
fpg_radiobutton;
|
||||
|
||||
{ TFpGuiWSCustomComboBox }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user