Ignore:
Timestamp:
Jun 30, 2023, 3:46:36 PM (11 months ago)
Author:
chronos
Message:
  • Modified: Simplified unit names.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/overos/FormMain.pas

    r38 r39  
    1 unit UFormMain;
     1unit FormMain;
    22
    33interface
     
    55uses
    66  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls,
    7   Types, UWindow, USystem, UTypes, UMouse, UGraphics, UControls, UApplication;
     7  Types, Os.Window, Os.System, Os.Types, Os.Mouse, Os.Graphics, Os.Controls, Os.Application;
    88
    99type
     
    2424    procedure FormShow(Sender: TObject);
    2525    procedure Timer1Timer(Sender: TObject);
    26   private
    27 
    2826  public
    2927    App: TApplication;
Note: See TracChangeset for help on using the changeset viewer.