source: cprs/trunk/CPRS-Chart/fPtSelDemog.dfm@ 838

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

Upgrading to version 27

File size: 4.6 KB
RevLine 
[830]1inherited frmPtSelDemog: TfrmPtSelDemog
2 Left = 550
3 Top = 250
[456]4 BorderStyle = bsNone
5 Caption = 'frmPtSelDemog'
[830]6 ClientHeight = 193
7 ClientWidth = 169
8 DefaultMonitor = dmDesktop
9 Position = poDesigned
[456]10 OnCreate = FormCreate
11 OnDestroy = FormDestroy
[830]12 ExplicitLeft = 550
13 ExplicitTop = 250
14 ExplicitWidth = 177
15 ExplicitHeight = 227
[456]16 PixelsPerInch = 96
17 TextHeight = 13
[830]18 object orapnlMain: TORAutoPanel [0]
[456]19 Left = 0
20 Top = 0
[830]21 Width = 169
22 Height = 193
[456]23 Align = alClient
24 BevelOuter = bvNone
25 TabOrder = 0
26 object Memo: TCaptionMemo
27 Left = 0
28 Top = 0
[830]29 Width = 169
30 Height = 193
[456]31 Align = alClient
32 HideSelection = False
33 Lines.Strings = (
34 'Memo')
35 ReadOnly = True
36 TabOrder = 12
37 Visible = False
38 WantReturns = False
39 end
40 object lblPtName: TStaticText
41 Tag = 2
42 Left = 1
[830]43 Top = 3
[456]44 Width = 166
45 Height = 17
46 Caption = 'Winchester,Charles Emerson'
47 Font.Charset = DEFAULT_CHARSET
48 Font.Color = clWindowText
49 Font.Height = -11
50 Font.Name = 'MS Sans Serif'
51 Font.Style = [fsBold]
52 ParentFont = False
53 TabOrder = 11
54 end
55 object lblSSN: TStaticText
56 Tag = 1
57 Left = 1
[830]58 Top = 17
[456]59 Width = 29
60 Height = 17
61 Caption = 'SSN:'
62 TabOrder = 0
63 end
64 object lblPtSSN: TStaticText
65 Tag = 2
66 Left = 31
[830]67 Top = 17
[456]68 Width = 64
69 Height = 17
70 Caption = '123-45-1234'
71 TabOrder = 1
72 end
73 object lblDOB: TStaticText
74 Tag = 1
75 Left = 1
[830]76 Top = 33
[456]77 Width = 30
78 Height = 17
79 Caption = 'DOB:'
80 TabOrder = 2
81 end
82 object lblPtDOB: TStaticText
83 Tag = 2
84 Left = 31
[830]85 Top = 32
[456]86 Width = 63
87 Height = 17
88 Caption = 'Jun 26,1957'
89 TabOrder = 3
90 end
91 object lblPtSex: TStaticText
92 Tag = 2
93 Left = 1
[830]94 Top = 47
[456]95 Width = 66
96 Height = 17
97 Caption = 'Male, age 39'
98 TabOrder = 4
99 end
100 object lblPtVet: TStaticText
101 Tag = 2
102 Left = 1
[830]103 Top = 62
[456]104 Width = 41
105 Height = 17
106 Caption = 'Veteran'
107 TabOrder = 5
108 end
109 object lblPtSC: TStaticText
110 Tag = 2
111 Left = 1
[830]112 Top = 75
[456]113 Width = 118
114 Height = 17
115 Caption = 'Service Connected 50%'
116 TabOrder = 6
117 end
118 object lblLocation: TStaticText
119 Tag = 1
120 Left = 1
[830]121 Top = 90
[456]122 Width = 48
123 Height = 17
124 Caption = 'Location:'
125 TabOrder = 7
126 end
127 object lblPtRoomBed: TStaticText
128 Tag = 2
[830]129 Left = 64
130 Top = 107
[456]131 Width = 32
132 Height = 17
133 Caption = '257-B'
134 ShowAccelChar = False
135 TabOrder = 8
136 end
137 object lblPtLocation: TStaticText
138 Tag = 2
139 Left = 61
[830]140 Top = 90
[456]141 Width = 41
142 Height = 17
143 Caption = '2 EAST'
144 ShowAccelChar = False
145 TabOrder = 9
146 end
147 object lblRoomBed: TStaticText
148 Tag = 1
149 Left = 1
[830]150 Top = 104
[456]151 Width = 57
152 Height = 17
153 Caption = 'Room-Bed:'
154 TabOrder = 10
155 end
156 object lblPtHRN: TStaticText
157 Tag = 2
158 Left = 104
159 Top = 21
[830]160 Width = 4
161 Height = 4
[456]162 TabOrder = 13
163 end
164 end
[830]165 inherited amgrMain: TVA508AccessibilityManager
166 Data = (
167 (
168 'Component = orapnlMain'
169 'Status = stsDefault')
170 (
171 'Component = Memo'
172 'Status = stsDefault')
173 (
174 'Component = lblPtName'
175 'Status = stsDefault')
176 (
177 'Component = lblSSN'
178 'Status = stsDefault')
179 (
180 'Component = lblPtSSN'
181 'Status = stsDefault')
182 (
183 'Component = lblDOB'
184 'Status = stsDefault')
185 (
186 'Component = lblPtDOB'
187 'Status = stsDefault')
188 (
189 'Component = lblPtSex'
190 'Status = stsDefault')
191 (
192 'Component = lblPtVet'
193 'Status = stsDefault')
194 (
195 'Component = lblPtSC'
196 'Status = stsDefault')
197 (
198 'Component = lblLocation'
199 'Status = stsDefault')
200 (
201 'Component = lblPtRoomBed'
202 'Status = stsDefault')
203 (
204 'Component = lblPtLocation'
205 'Status = stsDefault')
206 (
207 'Component = lblRoomBed'
208 'Status = stsDefault')
209 (
210 'Component = lblPtHRN'
211 'Status = stsDefault')
212 (
213 'Component = frmPtSelDemog'
214 'Status = stsDefault'))
215 end
[456]216end
Note: See TracBrowser for help on using the repository browser.