File MyType.pas:
  cmGetFieldInputLine       = cmBUser + 39;
File PortLog.pas:
      inc(Mem[SegB800:3920 + aport * 8 + ofse])
      Mem[SegB800:3920 + aport * 8 + ofse] := ord(ProgressChars[Head mod MaxProgressChars]);
{  Mem[$B800:3920+aport*4] := ord(ProgressChars[Head mod MaxProgressChars]);}
File WinUtl.pas:
  SysUtils, Classes{v0.34}, Windows{v0.34}{v0.39}, FileCtrl, UtlType{/v0.39};
{v0.39}
{/v0.39}
{v0.39}
{/v0.39}
File TVType.pas:
  kbSpace     = $3920;
File DESU.PAS:
                                63,55,47,39,31,23,15,7);
                                   39, 7,47,15,55,23,63,31,
                                  63,55,47,39,31,23,15,
                                  44,49,39,56,34,53,
File ERRORS.PAS:
  erDBFileCheckStrucFail = er + 39;
  erGHRangDBUpdMonthFromMonth = er + 139;
  erTooManyCards = er2 + 139;
File HCGH.PAS:
  hcCanChangeOnlyYou     = 239;
  hcCouldntReadCopyOfTOM = 391;
  hcCouldntSaveCopyOfTOM = 390;
  hcEditOrderSchedule    = 339;
  hcIndexK               = 639;
  hcModule               = 39;
  hcPosAlreadyAssignedTo = 396;
  hcPowerDownDetectedFix = 394;
  hcPowerDownDialog      = 395;
  hcPowerDownInterval    = 397;
  hcPowerDownStart       = 398;
  hcPrinterDriver        = 139;
  hcRemoveTouchIDOfUser  = 439;
  hcSelectOldGroup       = 539;
  hcTransferTimeOut      = 399;
  hcWrongBaseDate        = 392;
  hcWrongBaseGetAnyway   = 393;
File TXGH.PAS:
  txOrderedMealFromProg                      =    39;
  txUserOrdered                              =   139;
  txEditPaymentsLogging                      =   239;
  txOrdFrmSaved                              =   339;
  txLeavePassword                            =   390;
  txEnterNewPassword                         =   391;
  txInvalidPassword                          =   392;
  txReenterPassword                          =   393;
  txPasswordsAreDifferent                    =   394;
  txPasswordSet                              =   395;
  txPasswordChanged                          =   396;
  txPasswordRemoved                          =   397;
  txFilesEncrypted                           =   398;
  txCloseModes                               =   399;
  tx895                                      =   439;
  txprintfieldnames                          =   539;
  txEmployerToPay                            =   639;
  txPriplatek                                =   739;
  txPowerDownMonths                          =   839;
  txCancelMealsForClassD                     =   939;
File PREVINST.PAS:
Date: Tue, 18 Jul 1995 12:39:09 +1000
File Fileu.pas:
  Delimiters : SetOfChar = [' ', ';', ',', ':', '?', '"', '!', '/', chr(39)];
File MyLib.pas:
  kbSpace = $3920;
  IF (PrinterStatus(PrinterPort) AND $39) = $10 THEN
File LANGTYPE.PAS:
  txSystemError = tx0 + 139;
File CMGH.PAS:
  cmMoneyOrderPayment                        =   139;
  cmWiderSearch                              =   239;
  cmSaveSelectMode                           =  1239;
  cmUserGroupMustExist                       =  1339;
  cmYesAddToUserAccounts                     =  1390;
  cmNoOrderMonthsOpened                      =  1391;
  cmUpdatingUserAccounts                     =  1392;
  cmReorderingMeals                          =  1393;
  cmFeeRequest                               =  1394;
  cmHeaderForPRNReceive                      =  1395;
  {cmSelectIndex                              =  1396;}
  cmNoIndex                                  =  1397;
File ProgBox.pas:
  {v0.39}UtlType, {/v0.39 MyType, MyLib, }ListType, Listu, Msgu;
  if AProgressBox = {v0.39}pointer(1){/v0.39 DefaultProgressBox} then begin
   {v0.39}
   {/v0.39}
File ComPort.pas:
  {v0.39}
  {/v0.39 conftype, confu, }
  {v0.39}
  {/v0.39}
  {v0.39}
  {/v0.39
      {v0.39}
      {/v0.39
      ConfigReadWriteValue({v0.39}f,{/v0.39}rw, sec,'ReadTimeout',@lReadTimeout, ptLongint);
      ConfigReadWriteValue({v0.39}f,{/v0.39}rw, sec,'WriteTimeout',@lWriteTimeout, ptLongint);
      ConfigReadWriteValue({v0.39}f,{/v0.39}rw, sec,'ReadBufSize',@lReadBufSize, ptLongint);
      ConfigReadWriteValue({v0.39}f,{/v0.39}rw, sec,'WriteBufSize',@lWriteBufSize, ptLongint);
      ConfigReadWriteValue({v0.39}f,{/v0.39}rw, sec,'bps', @lBaudRate, ptLongint);
      ConfigReadWriteValue({v0.39}f,{/v0.39}rw, sec,'parity', @lParity, ptChar);
      ConfigReadWriteValue({v0.39}f,{/v0.39}rw, sec,'stopbits', @lStopBits, ptInteger);
      ConfigReadWriteValue({v0.39}f,{/v0.39}rw, sec,'databits', @lDatabits, ptInteger);
      ConfigReadWriteValue({v0.39}f,{/v0.39}rw, sec,'FlowControl',@lFlowControl, ptString);
      ConfigReadWriteValue({v0.39}f,{/v0.39}rw, sec,'ParityCheck',@lParityCheck, ptByte);
      ConfigReadWriteValue({v0.39}f,{/v0.39}rw, sec,'DsrSensitivity',@lDsrSensitivity, ptByte);
      ConfigReadWriteValue({v0.39}f,{/v0.39}rw, sec,'IgnoreXOff',@lIgnoreXOff, ptByte);
      ConfigReadWriteValue({v0.39}f,{/v0.39}rw, sec,'UseErrorChar',@lErrorChar, ptByte);
      ConfigReadWriteValue({v0.39}f,{/v0.39}rw, sec,'NullStrip',@lNullStrip, ptByte);
      ConfigReadWriteValue({v0.39}f,{/v0.39}rw, sec,'AbortOnError',@lAbortOnError,ptByte);
      ConfigReadWriteValue({v0.39}f,{/v0.39}rw, sec,'UseIniPars',@lUseIniPars,ptByte);
      ConfigReadWriteValue({v0.39}f,{/v0.39}rw, sec,'DTROnOpen',@lDtr, ptByte);
      ConfigReadWriteValue({v0.39}f,{/v0.39}rw, sec,'RTSOnOpen',@lRts, ptByte);
      ConfigReadWriteValue({v0.39}f,{/v0.39}rw, sec,'XOnOnOpen',@lXOn, ptByte);
      ConfigReadWriteValue({v0.39}f,{/v0.39}rw, sec,'BreakOnOpen',@lBreak, ptByte);
  {v0.39}
    {/v0.39
File UtlType.pas:
  {v0.39}{/v0.39 ptPString = ord('t');}{@@shortstring}
    ptPChar, ptString, ptReal, ptHex, {v0.39}{/v0.39 ptPString,} ptSingle];
