Ignore:
Timestamp:
Jun 10, 2010, 3:13:12 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/tmg-cprs/CPRS-Chart/CPRSChart.dpr

    r729 r793  
    326326  uTMGOptions in 'uTMGOptions.pas',
    327327  fPtLabelPrint in 'TMG_Extra\fPtLabelPrint.pas' {frmPtLabelPrint},
    328   uEvaluate in 'uEvaluate.pas';
     328  uEvaluate in 'uEvaluate.pas',
     329  fPtQuery in 'TMG_Extra\fPtQuery.pas' {frmPtQuery},
     330  SearchAnimationU in 'TMG_Extra\SearchAnimationU.pas' {frmTMGServerSearch},
     331  frmSearchResults in 'TMG_Extra\frmSearchResults.pas' {frmSrchResults},
     332  uLogic in 'TMG_Extra\uLogic.pas';
    329333
    330334{$R *.TLB}
     
    349353    Application.HelpFile := 'cprs.hlp';
    350354    Application.CreateForm(TdmodShared, dmodShared);
    351   Application.CreateForm(TfrmFrame, frmFrame);
    352   //kt <--- frmImages etc created here
     355    Application.CreateForm(TfrmFrame, frmFrame);
     356    //kt <--- frmImages etc created here
    353357    Application.CreateForm(TfrmPtLabelPrint, frmPtLabelPrint);
    354358    if frmframe.TMGAbort = False then begin   //kt 3/25/09
     
    367371      Application.CreateForm(TEditTextForm, EditTextForm);
    368372      Application.CreateForm(TfrmTMGPrinting,frmTMGPrinting);
     373      Application.CreateForm(TfrmPtQuery, frmPtQuery);
     374      Application.CreateForm(TfrmTMGServerSearch, frmTMGServerSearch);
     375      Application.CreateForm(TfrmSrchResults, frmSrchResults);
    369376      frmSplash.Free;                               // close & free splash screen
    370377      Application.Run;
Note: See TracChangeset for help on using the changeset viewer.