| Last change
 on this file since 1675 was             453, checked in by Kevin Toppenberg, 17 years ago | 
        
          | 
Initial upload of TMG-CPRS 1.0.26.69
 | 
        
          | File size:
            781 bytes | 
      
      
| Line |  | 
|---|
| 1 | //kt -- Modified with SourceScanner on 8/8/2007 | 
|---|
| 2 | unit mVitAll; | 
|---|
| 3 |  | 
|---|
| 4 | interface | 
|---|
| 5 |  | 
|---|
| 6 | uses | 
|---|
| 7 | Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, | 
|---|
| 8 | StdCtrls, mVitCirGirth, mVitCVP, mVitPO2, mVitPain, mVitWeight, | 
|---|
| 9 | mVitHeight, mVitBP, mVitResp, mVitPulse, mVitBase, mVitTemp, mVitMetric; | 
|---|
| 10 |  | 
|---|
| 11 | type | 
|---|
| 12 | TfraVitAll = class(TFrame) | 
|---|
| 13 | fraVitMetric1: TfraVitMetric; | 
|---|
| 14 | fraVitTemp1: TfraVitTemp; | 
|---|
| 15 | fraVitPulse1: TfraVitPulse; | 
|---|
| 16 | fraVitResp1: TfraVitResp; | 
|---|
| 17 | fraVitPB1: TfraVitPB; | 
|---|
| 18 | fraVitHeight1: TfraVitHeight; | 
|---|
| 19 | fraVitWeight1: TfraVitWeight; | 
|---|
| 20 | fraVitPain1: TfraVitPain; | 
|---|
| 21 | fraVitPO21: TfraVitPO2; | 
|---|
| 22 | fraVitCVP1: TfraVitCVP; | 
|---|
| 23 | fraVitCircum1: TfraVitCircum; | 
|---|
| 24 | private | 
|---|
| 25 | public | 
|---|
| 26 | end; | 
|---|
| 27 |  | 
|---|
| 28 | implementation | 
|---|
| 29 |  | 
|---|
| 30 | uses uVitals; | 
|---|
| 31 |  | 
|---|
| 32 | {$R *.DFM} | 
|---|
| 33 |  | 
|---|
| 34 | end. | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.