home *** CD-ROM | disk | FTP | other *** search
- unit Test5;
-
- interface
-
- uses
- SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls,
- Forms, Dialogs, ExtCtrls, MegaPanl, Buttons;
-
- type
- TForm5 = class(TForm)
- Panel1: TPanel;
- MegaPanel1: TMegaPanel;
- MegaPanel2: TMegaPanel;
- MegaPanel4: TMegaPanel;
- MegaPanel5: TMegaPanel;
- SpeedButton5: TSpeedButton;
- SpeedButton6: TSpeedButton;
- SpeedButton7: TSpeedButton;
- SpeedButton8: TSpeedButton;
- MegaPanel6: TMegaPanel;
- SpeedButton9: TSpeedButton;
- SpeedButton10: TSpeedButton;
- SpeedButton11: TSpeedButton;
- SpeedButton12: TSpeedButton;
- MegaPanel7: TMegaPanel;
- private
- { Private declarations }
- public
- { Public declarations }
- end;
-
- var
- Form5: TForm5;
-
- implementation
-
- {$R *.DFM}
-
- end.
-