Ignore:
Timestamp:
Feb 3, 2011, 2:18:11 PM (13 years ago)
Author:
chronos
Message:
 
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        11lib
        22FreePascalManager.exe
        3 SourceList.xml
        43Config.xml
         4Source
         5Instance
  • trunk/FreePascalManager.lpr

    r3 r5  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UMainForm, UOptions, UInstance, USource, synapse
     10  Forms, UMainForm,
     11UInstanceOptions, UInstance, USource, synapse, UOperationProgress,
     12  UMainOptions
    1113  { you can add units after this };
    1214
     
    1618  Application.Initialize;
    1719  Application.CreateForm(TMainForm, MainForm);
    18   Application.CreateForm(TOptionsForm, OptionsForm);
     20  Application.CreateForm(TInstanceOptionsForm, InstanceOptionsForm);
     21  Application.CreateForm(TOperationProgressForm, OperationProgressForm);
     22  Application.CreateForm(TMainOptionsForm, MainOptionsForm);
    1923  Application.Run;
    2024end.
Note: See TracChangeset for help on using the changeset viewer.