Changeset 670 for cprs/branches


Ignore:
Timestamp:
Jan 19, 2010, 8:36:30 AM (14 years ago)
Author:
Kevin Toppenberg
Message:

Adding fTMGPrintingAnimation form

Location:
cprs/branches/tmg-cprs/CPRS-Chart
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/tmg-cprs/CPRS-Chart/Accessibility_TLB.pas

    r667 r670  
    1313
    1414// PASTLWTR : 1.2
    15 // File generated on 1/12/2010 1:11:24 PM from Type Library described below.
     15// File generated on 1/19/2010 8:26:12 AM from Type Library described below.
    1616
    1717// ************************************************************************  //
  • cprs/branches/tmg-cprs/CPRS-Chart/CPRSChart.dpr

    r612 r670  
    322322  PostU in 'TMG_Extra\PostU.pas' {PostForm},
    323323  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';
    325326
    326327{$R *.TLB}
     
    362363      Application.CreateForm(TPostForm, PostForm);
    363364      Application.CreateForm(TEditTextForm, EditTextForm);
     365      Application.CreateForm(TfrmTMGPrinting,frmTMGPrinting);
    364366      //kt Application.CreateForm(TfrmWebTab, frmWebTab);
    365367      frmSplash.Free;                               // close & free splash screen
  • cprs/branches/tmg-cprs/CPRS-Chart/CPRSChart_TLB.pas

    r667 r670  
    1313
    1414// PASTLWTR : 1.2
    15 // File generated on 1/12/2010 1:11:24 PM from Type Library described below.
     15// File generated on 1/19/2010 8:26:12 AM from Type Library described below.
    1616
    1717// ************************************************************************  //
Note: See TracChangeset for help on using the changeset viewer.