Changeset 36 for branches/DelphiToC/UMainForm.pas
- Timestamp:
- Aug 4, 2010, 3:36:51 PM (14 years ago)
- Location:
- branches/DelphiToC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DelphiToC
- Property svn:ignore
-
old new 6 6 ProjectGroup1.bdsgroup 7 7 ParseLog.txt 8 lib
-
- Property svn:ignore
-
branches/DelphiToC/UMainForm.pas
r20 r36 1 1 unit UMainForm; 2 3 {$MODE Delphi} 2 4 3 5 interface 4 6 5 7 uses 6 Windows, Messages,SysUtils, Variants, Classes, Graphics, Controls, Forms,8 SysUtils, Variants, Classes, Graphics, Controls, Forms, 7 9 Dialogs, StdCtrls, UPascalSource, UPascalCompiler, UAssemblerSource, 8 10 UCSource, ComCtrls; … … 32 34 implementation 33 35 34 {$R *. dfm}36 {$R *.lfm} 35 37 36 38 { TMainForm }
Note:
See TracChangeset
for help on using the changeset viewer.