home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
delphi
/
megapanl.exe
/
SAMPLE.ZIP
/
TEST8.PAS
< prev
Wrap
Pascal/Delphi Source File
|
1996-04-30
|
595b
|
32 lines
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.