source:
cprs/branches/HealthSevak-CPRS/CPRS-Lib/Hans SpellCheck/Demo/Project1.dpr@
1713
Last change on this file since 1713 was 1693, checked in by , 10 years ago | |
---|---|
File size: 204 bytes |
Rev | Line | |
---|---|---|
[1693] | 1 | program Project1; |
2 | ||
3 | uses | |
4 | Forms, | |
5 | fGUIforSpellCheck in 'fGUIforSpellCheck.pas'; | |
6 | ||
7 | {$R *.res} | |
8 | ||
9 | begin | |
10 | Application.Initialize; | |
11 | Application.MainFormOnTaskbar := True; | |
12 | Application.Run; | |
13 | end. |
Note:
See TracBrowser
for help on using the repository browser.