Ignore:
Timestamp:
Jun 21, 2024, 12:44:53 PM (3 months ago)
Author:
chronos
Message:
  • Modified: Remove U prefix from unit names.
  • Modified: Use TFormEx for all forms for code simplification.
Location:
trunk/Packages/PinConnection
Files:
3 moved

Legend:

Unmodified
Added
Removed
  • trunk/Packages/PinConnection/CommFrame.pas

    r316 r317  
    1 unit UCommFrame;
    2 
    3 {$mode Delphi}{$H+}
     1unit CommFrame;
    42
    53interface
     
    75uses
    86  Classes, Dialogs, SysUtils, SpecializedList, UBinarySerializer,
    9   UCommPin;
     7  CommPin;
    108
    119type
  • trunk/Packages/PinConnection/CommPin.pas

    r316 r317  
    1 unit UCommPin;
    2 
    3 {$mode Delphi}{$H+}{$M+}
     1unit CommPin;
    42
    53interface
     
    7573    destructor Destroy; override;
    7674  end;
     75
    7776
    7877implementation
  • trunk/Packages/PinConnection/CommThread.pas

    r316 r317  
    1 unit UCommThread;
    2 
    3 {$mode Delphi}{$H+}
     1unit CommThread;
    42
    53interface
    64
    75uses
    8   Classes, SysUtils, UCommPin, SyncObjs, Common,
     6  Classes, SysUtils, CommPin, SyncObjs, Common,
    97  DateUtils, Threading, SpecializedList, UBinarySerializer;
    108
     
    4947    destructor Destroy; override;
    5048  end;
     49
    5150
    5251implementation
Note: See TracChangeset for help on using the changeset viewer.