Develop and Download Open Source Software

Browse Subversion Repository

Diff of /reversi.dpr

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1 by yamat0jp, Sat Jul 11 05:06:38 2015 UTC revision 2 by yamat0jp, Sat Jul 11 06:06:32 2015 UTC
# Line 1  Line 1 
1  program reversi;  program reversi;
2    
3  uses  uses
4    Forms,    Vcl.Forms,
5    Unit1 in 'Unit1.pas' {Form1};    Unit1 in 'Unit1.pas' {Form1};
6    
7  {$R *.res}  {$R *.res}
8    
9  begin  begin
10    Application.Initialize;    Application.Initialize;
11      Application.MainFormOnTaskbar := True;
12    Application.CreateForm(TForm1, Form1);    Application.CreateForm(TForm1, Form1);
13    Application.Run;    Application.Run;
14  end.  end.

Legend:
Removed from v.1  
changed lines
  Added in v.2

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26