source: cprs/trunk/CPRS-Chart/Vitals/fVitalsDate.dfm@ 829

Last change on this file since 829 was 829, checked in by Kevin Toppenberg, 14 years ago

Upgrade to version 27

File size: 1.7 KB
Line 
1inherited frmVitalsDate: TfrmVitalsDate
2 Left = 193
3 Top = 381
4 Caption = 'Vitals Date & Time'
5 ClientHeight = 60
6 ClientWidth = 355
7 Position = poScreenCenter
8 OnCreate = FormCreate
9 ExplicitWidth = 363
10 ExplicitHeight = 87
11 DesignSize = (
12 355
13 60)
14 PixelsPerInch = 96
15 TextHeight = 13
16 object Label1: TLabel [0]
17 Left = 8
18 Top = 12
19 Width = 151
20 Height = 13
21 Caption = 'Enter Vital Entry Date and Time:'
22 end
23 object dteVitals: TORDateBox [1]
24 Tag = 11
25 Left = 167
26 Top = 8
27 Width = 133
28 Height = 21
29 TabOrder = 0
30 DateOnly = False
31 RequireTime = True
32 Caption = 'Enter Vital Entry Date and Time:'
33 end
34 object btnOK: TButton [2]
35 Left = 195
36 Top = 36
37 Width = 75
38 Height = 21
39 Anchors = [akRight, akBottom]
40 Caption = '&OK'
41 Default = True
42 ModalResult = 1
43 TabOrder = 2
44 end
45 object btnCancel: TButton [3]
46 Left = 275
47 Top = 36
48 Width = 75
49 Height = 21
50 Anchors = [akRight, akBottom]
51 Cancel = True
52 Caption = '&Cancel'
53 ModalResult = 2
54 TabOrder = 3
55 end
56 object btnNow: TButton [4]
57 Left = 307
58 Top = 8
59 Width = 43
60 Height = 21
61 Anchors = [akTop, akRight]
62 Caption = 'NOW'
63 TabOrder = 1
64 OnClick = btnNowClick
65 end
66 inherited amgrMain: TVA508AccessibilityManager
67 Data = (
68 (
69 'Component = dteVitals'
70 'Status = stsDefault')
71 (
72 'Component = btnOK'
73 'Status = stsDefault')
74 (
75 'Component = btnCancel'
76 'Status = stsDefault')
77 (
78 'Component = btnNow'
79 'Status = stsDefault')
80 (
81 'Component = frmVitalsDate'
82 'Status = stsDefault'))
83 end
84end
Note: See TracBrowser for help on using the repository browser.