Changeset 793 for cprs/branches/tmg-cprs/CPRS-Chart/CPRSChart.dpr
- Timestamp:
- Jun 10, 2010, 3:13:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/branches/tmg-cprs/CPRS-Chart/CPRSChart.dpr
r729 r793 326 326 uTMGOptions in 'uTMGOptions.pas', 327 327 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'; 329 333 330 334 {$R *.TLB} … … 349 353 Application.HelpFile := 'cprs.hlp'; 350 354 Application.CreateForm(TdmodShared, dmodShared); 351 Application.CreateForm(TfrmFrame, frmFrame);352 //kt <--- frmImages etc created here355 Application.CreateForm(TfrmFrame, frmFrame); 356 //kt <--- frmImages etc created here 353 357 Application.CreateForm(TfrmPtLabelPrint, frmPtLabelPrint); 354 358 if frmframe.TMGAbort = False then begin //kt 3/25/09 … … 367 371 Application.CreateForm(TEditTextForm, EditTextForm); 368 372 Application.CreateForm(TfrmTMGPrinting,frmTMGPrinting); 373 Application.CreateForm(TfrmPtQuery, frmPtQuery); 374 Application.CreateForm(TfrmTMGServerSearch, frmTMGServerSearch); 375 Application.CreateForm(TfrmSrchResults, frmSrchResults); 369 376 frmSplash.Free; // close & free splash screen 370 377 Application.Run;
Note:
See TracChangeset
for help on using the changeset viewer.