| 
            Last change
 on this file since 484 was             454, checked in by ataylor, 3 years ago           | 
        
        
          | 
             
Add AE (text editor) sources. 
 
           | 
        
        
          | 
            File size:
            376 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | Program AE;
 | 
|---|
| 2 | 
 | 
|---|
| 3 | Uses
 | 
|---|
| 4 |   Forms, Graphics, MainFormUnit, FindFormUnit, SaveQueryFormUnit, ReplaceFormUnit,
 | 
|---|
| 5 | AEPrintDialogUnit, ProductInformationFormUnit, AutoSaveFormUnit, SystemIconUnit,
 | 
|---|
| 6 | ColorsFormUnit, LargeFileWarningFormUnit;
 | 
|---|
| 7 | 
 | 
|---|
| 8 | {$r AE.scu}
 | 
|---|
| 9 | 
 | 
|---|
| 10 | Begin
 | 
|---|
| 11 |   Application.Create;
 | 
|---|
| 12 |   Application.CreateForm (TMainForm, MainForm);
 | 
|---|
| 13 |   Application.Run;
 | 
|---|
| 14 |   Application.Destroy;
 | 
|---|
| 15 | End.
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.