source: cprs/trunk/CPRS-Chart/Vitals/mVitWeight.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: 839 bytes
Line 
1inherited fraVitWeight: TfraVitWeight
2 inherited lblVitalType: TLabel
3 Width = 37
4 Caption = 'Weight:'
5 end
6 object lblLbs: TLabel [1]
7 Left = 74
8 Top = 0
9 Width = 13
10 Height = 21
11 AutoSize = False
12 Caption = 'lbs'
13 Layout = tlCenter
14 end
15 object Label1: TLabel [2]
16 Left = 143
17 Top = 0
18 Width = 12
19 Height = 21
20 AutoSize = False
21 Caption = 'kg'
22 Layout = tlCenter
23 end
24 object edtWtLbs: TEdit
25 Left = 39
26 Top = 0
27 Width = 31
28 Height = 21
29 TabOrder = 1
30 end
31 object udWeight: TUpDown
32 Left = 91
33 Top = 0
34 Width = 16
35 Height = 21
36 Min = 0
37 Position = 0
38 TabOrder = 2
39 Wrap = False
40 end
41 object edtWtKg: TEdit
42 Left = 108
43 Top = 0
44 Width = 31
45 Height = 21
46 TabOrder = 3
47 end
48end
Note: See TracBrowser for help on using the repository browser.