Changeset 670 for cprs/branches/tmg-cprs
- Timestamp:
- Jan 19, 2010, 8:36:30 AM (15 years ago)
- 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 13 13 14 14 // PASTLWTR : 1.2 15 // File generated on 1/1 2/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. 16 16 17 17 // ************************************************************************ // -
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 -
cprs/branches/tmg-cprs/CPRS-Chart/CPRSChart_TLB.pas
r667 r670 13 13 14 14 // PASTLWTR : 1.2 15 // File generated on 1/1 2/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. 16 16 17 17 // ************************************************************************ //
Note:
See TracChangeset
for help on using the changeset viewer.