home *** CD-ROM | disk | FTP | other *** search
- unit Test8;
-
- interface
-
- uses
- SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls,
- Forms, Dialogs, Buttons, ExtCtrls, MegaPanl, Menus, StdCtrls, DBCtrls,
- DB, DBTables;
-
- type
- TForm8 = class(TForm)
- MegaPanel1: TMegaPanel;
- MegaPanel5: TMegaPanel;
- SpeedButton5: TSpeedButton;
- SpeedButton6: TSpeedButton;
- SpeedButton7: TSpeedButton;
- SpeedButton8: TSpeedButton;
- private
- { Private declarations }
- public
- { Public declarations }
- end;
-
- var
- Form8: TForm8;
-
- implementation
-
- {$R *.DFM}
-
- end.
-