Changeset 3 for trunk/FormMain.pas


Ignore:
Timestamp:
Jun 2, 2023, 10:06:55 PM (12 months ago)
Author:
chronos
Message:
  • Modified: Removed U prefix from unit names.
  • Modified: Improved summary calculation.
  • Added: Parsing rent car initial odometer.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/FormMain.pas

    r2 r3  
    1 unit UFormMain;
     1unit FormMain;
    22
    33interface
     
    55uses
    66  Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, ComCtrls,
    7   UCar;
     7  Car;
    88
    99type
Note: See TracChangeset for help on using the changeset viewer.