source: cprs/branches/HealthSevak-CPRS/CPRS-Lib/Hans SpellCheck/Demo/Project1.dpr@ 1693

Last change on this file since 1693 was 1693, checked in by healthsevak, 9 years ago

Committing the files for first time to this new branch

File size: 204 bytes
Line 
1program Project1;
2
3uses
4 Forms,
5 fGUIforSpellCheck in 'fGUIforSpellCheck.pas';
6
7{$R *.res}
8
9begin
10 Application.Initialize;
11 Application.MainFormOnTaskbar := True;
12 Application.Run;
13end.
Note: See TracBrowser for help on using the repository browser.