home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
mbug
/
mbug027.arc
/
PED2.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1979-12-31
|
1KB
|
31 lines
PROGRAM Pedigree;
(*$V-,C+,U+*)
{ This program has the follwing main functions:
1 Keep a History of each Animal
2 Show the Pedigree of each animal
3 Show the off-spring of each Sire
4 Show the off-spring of each Dame
}
{Version 2 Writen September 25th 1986 by Peter Billing}
{This version uses Turbo Tool Box and Microbee PCG}
{$I TTCONST.INC} {Consts for Tool Box}
{$I ACCESS.BOX}
{$I GETKEY.BOX}
{$I ADDKEY.BOX}
{$I DELKEY.BOX}
{$I TTVAR.INC} {Types and variables}
{$I GENERAL1.INC} {General purpose routines}
{$I AGE.INC} {Age routine}
{$I TTGEN2.INC} {Display_Form, Display_Rabbit, F_Table InputStr}
{$I TTDATE.INC} {Date input routine}
{$I PRINTER.INC} {Printer routine for TTFAMILY & TTPED }
{$I TTINPUT.INC} {Update starts here. InputRabbit routine}
{$I TTEDIT.INC} {Edit routine}
{$I TTUPDATE.INC} {Update Main includes Add and Find routines}
{$I TTSTART.INC} {Startup of Program}
{$I TTFAMILY.INC} {Family Display}
{$I TTPED.INC} {Pedigree Display}
{$I TTLIST.INC} {List routine}
{$I TTMAIN.INC} {Main program}