home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Shareware for Win 95
/
Chip-Shareware-Win95.bin
/
ostatni
/
delphi
/
delphi1
/
anipal.exe
/
PALETTE.DPR
next >
Wrap
Text File
|
1995-05-19
|
158b
|
13 lines
program Palette;
uses
Forms,
Pals in 'PALS.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.