| 
            Last change
 on this file since 1028 was             829, checked in by Kevin Toppenberg, 15 years ago           | 
        
        
          | 
             
Upgrade to version 27 
 
           | 
        
        
          | 
            File size:
            584 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [829] | 1 | program BrokerExampleCCOW;
 | 
|---|
 | 2 | 
 | 
|---|
 | 3 | uses
 | 
|---|
 | 4 |   Forms,
 | 
|---|
 | 5 |   fBrokerExampleCCOW in 'fBrokerExampleCCOW.pas' {frmBrokerExampleCCOW},
 | 
|---|
 | 6 |   SplVista,
 | 
|---|
 | 7 |   fOkToTerminate in 'fOkToTerminate.pas' {frmOKToTerminate};
 | 
|---|
 | 8 | 
 | 
|---|
 | 9 | // include to display Vista splash
 | 
|---|
 | 10 | 
 | 
|---|
 | 11 | {$R *.RES}
 | 
|---|
 | 12 | 
 | 
|---|
 | 13 | begin
 | 
|---|
 | 14 |   Application.CreateForm(TfrmBrokerExampleCCOW, frmBrokerExampleCCOW);
 | 
|---|
 | 15 |   Application.CreateForm(TfrmOKToTerminate, frmOKToTerminate);
 | 
|---|
 | 16 |   SplashOpen;                                    // display splash screen
 | 
|---|
 | 17 |   SplashClose(3000);                             // min splash time 3 seconds, then close
 | 
|---|
 | 18 |   Application.Run;
 | 
|---|
 | 19 | end.
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.