- Timestamp:
- May 17, 2015, 7:29:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/branches/HealthSevak-CPRS/CPRS-Lib/Hans SpellCheck/Demo/Project1.dpr
r1693 r1715 3 3 uses 4 4 Forms, 5 f GUIforSpellCheck in 'fGUIforSpellCheck.pas';5 fHunSpell in 'fHunSpell.pas' {frmHunSpell}; 6 6 7 7 {$R *.res} … … 10 10 Application.Initialize; 11 11 Application.MainFormOnTaskbar := True; 12 Application.CreateForm(TfrmHunSpell, frmHunSpell); 12 13 Application.Run; 13 14 end.
Note:
See TracChangeset
for help on using the changeset viewer.