source: cprs/trunk/CPRS-Chart/Vitals/mVitPO2.dfm@ 456

Last change on this file since 456 was 456, checked in by Kevin Toppenberg, 16 years ago

Initial Upload of Official WV CPRS 1.0.26.76

File size: 621 bytes
Line 
1inherited fraVitPO2: TfraVitPO2
2 Width = 250
3 inherited lblVitalType: TLabel
4 Width = 24
5 Caption = 'PO2:'
6 end
7 object lblPercent: TLabel [1]
8 Left = 61
9 Top = 0
10 Width = 8
11 Height = 21
12 AutoSize = False
13 Caption = '%'
14 Layout = tlCenter
15 end
16 inherited btnQuals: TBitBtn
17 Left = 91
18 end
19 object UpDown1: TUpDown
20 Left = 73
21 Top = 0
22 Width = 16
23 Height = 21
24 Min = 0
25 Position = 0
26 TabOrder = 1
27 Wrap = False
28 end
29 object edtPO2: TEdit
30 Left = 26
31 Top = 0
32 Width = 31
33 Height = 21
34 TabOrder = 2
35 end
36end
Note: See TracBrowser for help on using the repository browser.