source: cprs/trunk/CPRS-Chart/Vitals/mVitPulse.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: 465 bytes
Line 
1inherited fraVitPulse: TfraVitPulse
2 Width = 240
3 inherited lblVitalType: TLabel
4 Width = 29
5 Caption = 'Pulse:'
6 end
7 inherited btnQuals: TBitBtn
8 Left = 81
9 end
10 object edtPulse: TEdit
11 Left = 31
12 Top = 0
13 Width = 31
14 Height = 21
15 TabOrder = 1
16 end
17 object UpDown1: TUpDown
18 Left = 62
19 Top = 0
20 Width = 16
21 Height = 21
22 Min = 0
23 Position = 0
24 TabOrder = 2
25 Wrap = False
26 end
27end
Note: See TracBrowser for help on using the repository browser.