source: cprs/trunk/CPRS-Chart/fRemVisitInfo.dfm

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

Upgrading to version 27

File size: 3.8 KB
Line 
1inherited frmRemVisitInfo: TfrmRemVisitInfo
2 Left = 192
3 Top = 195
4 BorderIcons = [biSystemMenu]
5 BorderStyle = bsDialog
6 Caption = 'Other Visit Information'
7 ClientHeight = 221
8 ClientWidth = 316
9 Position = poOwnerFormCenter
10 OnCreate = FormCreate
11 DesignSize = (
12 316
13 221)
14 PixelsPerInch = 96
15 TextHeight = 13
16 object lblVital: TLabel [0]
17 Left = 3
18 Top = 6
19 Width = 111
20 Height = 13
21 Caption = 'Vital Entry Date && Time:'
22 end
23 inline fraVisitRelated: TfraVisitRelated [1]
24 Left = 106
25 Top = 27
26 Width = 207
27 Height = 174
28 Anchors = [akTop, akRight]
29 TabOrder = 2
30 TabStop = True
31 ExplicitLeft = 106
32 ExplicitTop = 27
33 ExplicitWidth = 207
34 ExplicitHeight = 174
35 inherited gbVisitRelatedTo: TGroupBox
36 Width = 207
37 Height = 174
38 end
39 end
40 object btnOK: TButton
41 Left = 158
42 Top = 198
43 Width = 75
44 Height = 21
45 Anchors = [akRight, akBottom]
46 Caption = '&OK'
47 Default = True
48 ModalResult = 1
49 TabOrder = 3
50 end
51 object btnCancel: TButton
52 Left = 238
53 Top = 198
54 Width = 75
55 Height = 21
56 Anchors = [akRight, akBottom]
57 Cancel = True
58 Caption = '&Cancel'
59 ModalResult = 2
60 TabOrder = 4
61 end
62 object dteVitals: TORDateBox
63 Tag = 11
64 Left = 119
65 Top = 2
66 Width = 133
67 Height = 21
68 TabOrder = 0
69 DateOnly = False
70 RequireTime = True
71 Caption = 'Vital Entry Date && Time:'
72 end
73 object btnNow: TButton
74 Left = 269
75 Top = 2
76 Width = 43
77 Height = 21
78 Anchors = [akTop, akRight]
79 Caption = 'NOW'
80 TabOrder = 1
81 OnClick = btnNowClick
82 end
83 inherited amgrMain: TVA508AccessibilityManager
84 Data = (
85 (
86 'Component = fraVisitRelated'
87 'Status = stsDefault')
88 (
89 'Component = fraVisitRelated.gbVisitRelatedTo'
90 'Status = stsDefault')
91 (
92 'Component = fraVisitRelated.chkSCYes'
93 'Status = stsDefault')
94 (
95 'Component = fraVisitRelated.chkAOYes'
96 'Status = stsDefault')
97 (
98 'Component = fraVisitRelated.chkIRYes'
99 'Status = stsDefault')
100 (
101 'Component = fraVisitRelated.chkECYes'
102 'Status = stsDefault')
103 (
104 'Component = fraVisitRelated.chkMSTYes'
105 'Status = stsDefault')
106 (
107 'Component = fraVisitRelated.chkMSTNo'
108 'Status = stsDefault')
109 (
110 'Component = fraVisitRelated.chkECNo'
111 'Status = stsDefault')
112 (
113 'Component = fraVisitRelated.chkIRNo'
114 'Status = stsDefault')
115 (
116 'Component = fraVisitRelated.chkAONo'
117 'Status = stsDefault')
118 (
119 'Component = fraVisitRelated.chkSCNo'
120 'Status = stsDefault')
121 (
122 'Component = fraVisitRelated.chkHNCYes'
123 'Status = stsDefault')
124 (
125 'Component = fraVisitRelated.chkHNCNo'
126 'Status = stsDefault')
127 (
128 'Component = fraVisitRelated.chkCVYes'
129 'Status = stsDefault')
130 (
131 'Component = fraVisitRelated.chkCVNo'
132 'Status = stsDefault')
133 (
134 'Component = fraVisitRelated.chkSHDYes'
135 'Status = stsDefault')
136 (
137 'Component = fraVisitRelated.chkSHDNo'
138 'Status = stsDefault')
139 (
140 'Component = fraVisitRelated.lblSCNo'
141 'Status = stsDefault')
142 (
143 'Component = fraVisitRelated.lblSCYes'
144 'Status = stsDefault')
145 (
146 'Component = btnOK'
147 'Status = stsDefault')
148 (
149 'Component = btnCancel'
150 'Status = stsDefault')
151 (
152 'Component = dteVitals'
153 'Status = stsDefault')
154 (
155 'Component = btnNow'
156 'Status = stsDefault')
157 (
158 'Component = frmRemVisitInfo'
159 'Status = stsDefault'))
160 end
161end
Note: See TracBrowser for help on using the repository browser.