Ignore:
Timestamp:
Aug 4, 2010, 3:36:51 PM (14 years ago)
Author:
george
Message:

Delphi project converted form Lazarus project.

Location:
branches/DelphiToC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/DelphiToC

    • Property svn:ignore
      •  

        old new  
        66ProjectGroup1.bdsgroup
        77ParseLog.txt
         8lib
  • branches/DelphiToC/UMainForm.pas

    r20 r36  
    11unit UMainForm;
     2
     3{$MODE Delphi}
    24
    35interface
    46
    57uses
    6   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
     8  SysUtils, Variants, Classes, Graphics, Controls, Forms,
    79  Dialogs, StdCtrls, UPascalSource, UPascalCompiler, UAssemblerSource,
    810  UCSource, ComCtrls;
     
    3234implementation
    3335
    34 {$R *.dfm}
     36{$R *.lfm}
    3537
    3638{ TMainForm }
Note: See TracChangeset for help on using the changeset viewer.