Changeset 670 for cprs/branches/tmg-cprs/CPRS-Chart/CPRSChart.dpr
- Timestamp:
- Jan 19, 2010, 8:36:30 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/branches/tmg-cprs/CPRS-Chart/CPRSChart.dpr
r612 r670 322 322 PostU in 'TMG_Extra\PostU.pas' {PostForm}, 323 323 EditTextU in 'TMG_Extra\EditTextU.pas' {EditTextForm}, 324 ORNet in '..\CPRS-Lib\ORNet.pas'; 324 ORNet in '..\CPRS-Lib\ORNet.pas', 325 fTMGPrintingAnimation in 'TMG_Extra\fTMGPrintingAnimation.pas'; 325 326 326 327 {$R *.TLB} … … 362 363 Application.CreateForm(TPostForm, PostForm); 363 364 Application.CreateForm(TEditTextForm, EditTextForm); 365 Application.CreateForm(TfrmTMGPrinting,frmTMGPrinting); 364 366 //kt Application.CreateForm(TfrmWebTab, frmWebTab); 365 367 frmSplash.Free; // close & free splash screen
Note:
See TracChangeset
for help on using the changeset viewer.