source: cprs/trunk/CPRS-Chart/Vitals/mVitBP.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: 908 bytes
Line 
1inherited fraVitPB: TfraVitPB
2 Width = 288
3 inherited lblVitalType: TLabel
4 Width = 17
5 Caption = 'BP:'
6 end
7 object lblSlash: TLabel [1]
8 Left = 70
9 Top = 0
10 Width = 5
11 Height = 21
12 AutoSize = False
13 Caption = '/'
14 Layout = tlCenter
15 end
16 inherited btnQuals: TBitBtn
17 Left = 129
18 end
19 object udSystolic: TUpDown
20 Left = 50
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 edtSystolic: TEdit
30 Left = 19
31 Top = 0
32 Width = 31
33 Height = 21
34 TabOrder = 2
35 end
36 object udDiastolic: TUpDown
37 Left = 111
38 Top = 0
39 Width = 16
40 Height = 21
41 Min = 0
42 Position = 0
43 TabOrder = 3
44 Wrap = False
45 end
46 object edtDiastolic: TEdit
47 Left = 80
48 Top = 0
49 Width = 31
50 Height = 21
51 TabOrder = 4
52 end
53end
Note: See TracBrowser for help on using the repository browser.