home *** CD-ROM | disk | FTP | other *** search
- {----------------------------------------------------------------------------
-
- Callers v2.10 - Structures
-
- Copyright (C) 1994, AquiSystems Software Dev NL., Arnoud Aquina
-
- ----------------------------------------------------------------------------}
-
- Type
- CfgRecord = Record { CALLERS.CFG }
- FingerPrint : String[61]; { Must contains : AquiSys^ACallers v2.10; Copyright (c) 1994 Arnoud Aquina. }
- TerminateCr : Char; { ^A }
- MailScreen, { Inbound/Outbound ansi/ascii screen }
- LastScreen, { Lastcaller screen }
- ActiScreen, { FrontDoor ALT-R screen }
- AllScreen, { All screens together }
- PacketScreen : String[8]; { Waiting packet screen }
- Lines : Byte; { Multi line or not 1=Single, 2=Multi }
- BaudRate : Word; { 1=Mail call, 9=Local baudrate , rest real baudrates }
- Mailer : Boolean; { Create FrontDoor Inbound/Outbound }
- Header,
- HeaderLine,
- HeaderCopyright,
- BeginHeader,
- SeperatorLine,
- Summary,
- UserNameSystem,
- Location,
- Baud,
- LineNumber,
- Times,
- LogOnOff,
- NodeNumber,
- BytesRecSend,
- TaskNumber,
- EnterKey : Byte; { User definable colors }
- BytesOrLocation : Boolean; { Use location or bytes }
- FreeSpace : Array[1..101] of Char;
- End;
-
- IdxRecord = Record { CALLERS.IDX }
- Index : LongInt; { Index pointer }
- Name : String[40]; { Sysop name }
- Zone,
- Net,
- Node,
- Point : Word; { 4D fido address of node x }
- Files, { Total files for node x }
- TotalBytes : LongInt; { Total bytes for node x }
- End;
-
- (* These structures are subject to change at any time *)
- (* I'm not responsible for changes or to refuse to publish an new structure *)
-