mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 21:42:51 +02:00
MG: removed interfaces
git-svn-id: trunk@3580 -
This commit is contained in:
parent
bff634b9b0
commit
a63aee24a3
@ -26,7 +26,7 @@ unit bitbtnform;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Interfaces, Classes, Forms, Buttons, cListbox, StdCtrls, Controls;
|
Classes, Forms, Buttons, cListbox, StdCtrls, Controls;
|
||||||
|
|
||||||
type
|
type
|
||||||
TForm1 = class(TForm)
|
TForm1 = class(TForm)
|
||||||
|
@ -25,7 +25,7 @@ unit DlgForm;
|
|||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses Interfaces, Classes, Forms, Buttons, Dialogs, Graphics;
|
uses Classes, Forms, Buttons, Dialogs, Graphics;
|
||||||
|
|
||||||
type
|
type
|
||||||
TSampleDialogs = class(TForm)
|
TSampleDialogs = class(TForm)
|
||||||
|
Loading…
Reference in New Issue
Block a user