source: cprs/trunk/CPRS-Chart/Vitals/mVitResp.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: 461 bytes
Line 
1inherited fraVitResp: TfraVitResp
2 Width = 238
3 inherited lblVitalType: TLabel
4 Width = 28
5 Caption = 'Resp:'
6 end
7 inherited btnQuals: TBitBtn
8 Left = 79
9 end
10 object UpDown1: TUpDown
11 Left = 61
12 Top = 0
13 Width = 16
14 Height = 21
15 Min = 0
16 Position = 0
17 TabOrder = 1
18 Wrap = False
19 end
20 object edtResp: TEdit
21 Left = 30
22 Top = 0
23 Width = 31
24 Height = 21
25 TabOrder = 2
26 end
27end
Note: See TracBrowser for help on using the repository browser.