Changeset 2 for trunk/OpenWinBox.dpr


Ignore:
Timestamp:
Jul 31, 2009, 3:04:35 PM (15 years ago)
Author:
george
Message:
  • Added: Test telnet connection with custom class TRouterOS.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        22OpenWinBox.dsk
        33*.dcu
         4*.~dsk
  • trunk/OpenWinBox.dpr

    r1 r2  
    77  UApplicationInfo in 'UApplicationInfo.pas',
    88  URegistry in 'URegistry.pas',
    9   UHostAddressList in 'UHostAddressList.pas';
     9  UHostAddressList in 'UHostAddressList.pas',
     10  URouterOS in 'URouterOS.pas',
     11  UMainForm in 'UMainForm.pas' {MainForm};
    1012
    1113{$R *.res}
     
    1517  ReportMemoryLeaksOnShutdown := DebugHook <> 0;
    1618  {$WARN SYMBOL_PLATFORM ON}
     19 
    1720  Application.Initialize;
     21  Application.ShowMainForm := False;
    1822  Application.Title := 'OpenWinBox';
    1923  Application.CreateForm(TLoaderForm, LoaderForm);
     24  Application.CreateForm(TMainForm, MainForm);
    2025  Application.Run;
    2126end.
Note: See TracChangeset for help on using the changeset viewer.