Ignore:
Timestamp:
Jun 2, 2013, 2:34:55 PM (11 years ago)
Author:
chronos
Message:
  • Added: Implemented sample desktop manager as simple application.
Location:
os/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • os/trunk

    • Property svn:ignore
      •  

        old new  
        11Win32
        22*.~dsk
         3__history
  • os/trunk/Applications/TestApplication.pas

    r3 r5  
    2020
    2121uses
    22   Xvcl.Kernel;
     22  LDOS.Kernel;
    2323
    2424{ TTestApplication }
     
    3232procedure TTestApplication.Run;
    3333begin
     34  Caption := 'TestApp';
    3435  Form1 := TForm.Create;
    3536  Form1.Bounds := TRectangle.Create(50, 80, 200, 120);
Note: See TracChangeset for help on using the changeset viewer.