Changeset 6 for os/trunk/UFormMain.pas


Ignore:
Timestamp:
Jun 2, 2013, 5:41:42 PM (11 years ago)
Author:
chronos
Message:
Location:
os/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • os/trunk

    • Property svn:ignore
      •  

        old new  
        22*.~dsk
        33__history
         4*.identcache
  • os/trunk/UFormMain.pas

    r3 r6  
    88
    99type
    10   TForm1 = class(Vcl.Forms.TForm)
     10  TFormScreen = class(Vcl.Forms.TForm)
    1111    Image1: TImage;
    1212  private
     
    1818
    1919var
    20   Form1: TForm1;
     20  FormScreen: TFormScreen;
    2121
    2222implementation
Note: See TracChangeset for help on using the changeset viewer.