source: cprs/branches/tmg-cprs/CPRS-Chart/Vitals/mVitWeight.dfm@ 453

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

Initial upload of TMG-CPRS 1.0.26.69

File size: 1.2 KB
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 [4]
25 Left = 39
26 Top = 0
27 Width = 31
28 Height = 21
29 TabOrder = 1
30 end
31 object udWeight: TUpDown [5]
32 Left = 91
33 Top = 0
34 Width = 16
35 Height = 21
36 TabOrder = 2
37 end
38 object edtWtKg: TEdit [6]
39 Left = 108
40 Top = 0
41 Width = 31
42 Height = 21
43 TabOrder = 3
44 end
45 inherited DKLanguageController1: TDKLanguageController
46 LangData = {
47 0C006672615669745765696768740001070000000C006C626C566974616C5479
48 7065010100000001000000070043617074696F6E00080062746E5175616C7301
49 0100000002000000070043617074696F6E0006006C626C4C6273010100000003
50 000000070043617074696F6E0006004C6162656C310101000000040000000700
51 43617074696F6E00080065647457744C62730000080075645765696768740000
52 070065647457744B670000}
53 end
54end
Note: See TracBrowser for help on using the repository browser.