home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / CL211.ZIP / STRUCT.210 < prev    next >
Encoding:
Text File  |  1994-11-07  |  2.4 KB  |  54 lines

  1. {----------------------------------------------------------------------------
  2.  
  3.                         Callers v2.10 - Structures
  4.  
  5.         Copyright (C) 1994, AquiSystems Software Dev NL., Arnoud Aquina
  6.  
  7. ----------------------------------------------------------------------------}
  8.  
  9. Type
  10.   CfgRecord = Record                         { CALLERS.CFG }
  11.                FingerPrint     : String[61]; { Must contains : AquiSys^ACallers v2.10; Copyright (c) 1994 Arnoud Aquina. }
  12.                TerminateCr     : Char;       { ^A }
  13.                MailScreen,                   { Inbound/Outbound ansi/ascii screen }
  14.                LastScreen,                   { Lastcaller screen }
  15.                ActiScreen,                   { FrontDoor ALT-R screen }
  16.                AllScreen,                    { All screens together }
  17.                PacketScreen    : String[8];  { Waiting packet screen }
  18.                Lines           : Byte;       { Multi line or not 1=Single, 2=Multi }
  19.                BaudRate        : Word;       { 1=Mail call, 9=Local baudrate , rest real baudrates }
  20.                Mailer          : Boolean;    { Create FrontDoor Inbound/Outbound }
  21.                Header,
  22.                HeaderLine,
  23.                HeaderCopyright,
  24.                BeginHeader,
  25.                SeperatorLine,
  26.                Summary,
  27.                UserNameSystem,
  28.                Location,
  29.                Baud,
  30.                LineNumber,
  31.                Times,
  32.                LogOnOff,
  33.                NodeNumber,
  34.                BytesRecSend,
  35.                TaskNumber,
  36.                EnterKey        : Byte;       { User definable colors }
  37.                BytesOrLocation : Boolean;    { Use location or bytes }
  38.                FreeSpace       : Array[1..101] of Char;
  39.               End;
  40.  
  41.   IdxRecord = Record                         { CALLERS.IDX }
  42.                Index           : LongInt;    { Index pointer }
  43.                Name            : String[40]; { Sysop name }
  44.                Zone,
  45.                Net,
  46.                Node,
  47.                Point           : Word;       { 4D fido address of node x }
  48.                Files,                        { Total files for node x }
  49.                TotalBytes      : LongInt;    { Total bytes for node x }
  50.               End;
  51.  
  52. (* These structures are subject to change at any time                       *)
  53. (* I'm not responsible for changes or to refuse to publish an new structure *)
  54.