source:
VisualSwapcodes/Project1.dpr@
1190
Last change on this file since 1190 was 98, checked in by , 18 years ago | |
---|---|
File size: 188 bytes |
Rev | Line | |
---|---|---|
[98] | 1 | program Project1; |
2 | ||
3 | uses | |
4 | Forms, | |
5 | Unit1 in 'Unit1.pas' {Form1}; | |
6 | ||
7 | {$R *.res} | |
8 | ||
9 | begin | |
10 | Application.Initialize; | |
11 | Application.CreateForm(TForm1, Form1); | |
12 | Application.Run; | |
13 | end. |
Note:
See TracBrowser
for help on using the repository browser.