Changeset 5 for trunk/UAttendance.pas


Ignore:
Timestamp:
Nov 14, 2012, 8:53:05 AM (12 years ago)
Author:
chronos
Message:
  • Přidáno: Uchování nastavení spojení v registrech.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        11Dochazka.lps
         2Dochazka.dbg
         3Dochazka.exe
         4heaptrclog.trc
         5lib
  • trunk/UAttendance.pas

    r3 r5  
    3030  end;
    3131
     32  TTerminalProtocol = class
     33    Name: string;
     34  end;
     35
    3236  TTerminal = class
    3337    Id: string;
     
    3539    IPAddress: string;
    3640    Port: string;
    37     Protocol: TProtocol;
    38   end;
    39 
    40   TTerminalProtocol = class
    41     Name: string;
     41    Protocol: TTerminalProtocol;
    4242  end;
    4343
Note: See TracChangeset for help on using the changeset viewer.