source: cprs/trunk/CPRS-Chart/Vitals/mVitMetric.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: 403 bytes
Line 
1object fraVitMetric: TfraVitMetric
2 Left = 0
3 Top = 0
4 Width = 161
5 Height = 40
6 TabOrder = 0
7 object rgMetric: TRadioGroup
8 Left = 0
9 Top = 0
10 Width = 161
11 Height = 40
12 Align = alClient
13 Caption = 'Measurements'
14 Columns = 2
15 ItemIndex = 0
16 Items.Strings = (
17 'Standard'
18 'Metric')
19 TabOrder = 0
20 OnClick = rgMetricClick
21 end
22end
Note: See TracBrowser for help on using the repository browser.