[829] | 1 | inherited frmOptionsOther: TfrmOptionsOther
|
---|
| 2 | Left = 341
|
---|
| 3 | Top = 96
|
---|
| 4 | Hint = 'Use system default settings'
|
---|
| 5 | HelpContext = 9110
|
---|
| 6 | Align = alCustom
|
---|
| 7 | BorderIcons = [biSystemMenu, biHelp]
|
---|
| 8 | BorderStyle = bsDialog
|
---|
| 9 | Caption = 'Other Parameters'
|
---|
| 10 | ClientHeight = 436
|
---|
| 11 | ClientWidth = 329
|
---|
| 12 | HelpFile = 'CPRSWT.HLP'
|
---|
| 13 | Position = poScreenCenter
|
---|
| 14 | ShowHint = True
|
---|
| 15 | OnCreate = FormCreate
|
---|
| 16 | OnShow = FormShow
|
---|
| 17 | PixelsPerInch = 96
|
---|
| 18 | TextHeight = 13
|
---|
| 19 | object lblMedsTab: TLabel [0]
|
---|
| 20 | Left = 7
|
---|
| 21 | Top = 121
|
---|
| 22 | Width = 135
|
---|
| 23 | Height = 26
|
---|
| 24 | Hint = 'Set date ranges for displaying medication orders on Meds tab.'
|
---|
| 25 | Caption = 'Set date range for Meds tab display:'
|
---|
| 26 | ParentShowHint = False
|
---|
| 27 | ShowHint = True
|
---|
| 28 | WordWrap = True
|
---|
| 29 | end
|
---|
| 30 | object lblTab: TLabel [1]
|
---|
| 31 | Left = 8
|
---|
| 32 | Top = 27
|
---|
| 33 | Width = 134
|
---|
| 34 | Height = 13
|
---|
| 35 | Caption = 'Initial tab when CPRS starts:'
|
---|
| 36 | end
|
---|
| 37 | object Bevel1: TBevel [2]
|
---|
| 38 | Left = 1
|
---|
| 39 | Top = 110
|
---|
| 40 | Width = 327
|
---|
| 41 | Height = 2
|
---|
| 42 | end
|
---|
| 43 | object lblEncAppts: TLabel [3]
|
---|
| 44 | Left = 8
|
---|
| 45 | Top = 269
|
---|
| 46 | Width = 207
|
---|
| 47 | Height = 13
|
---|
| 48 | Hint = 'Set date range for Encounter Appointments.'
|
---|
| 49 | Caption = 'Set date range for Encounter Appointments:'
|
---|
| 50 | ParentShowHint = False
|
---|
| 51 | ShowHint = True
|
---|
| 52 | WordWrap = True
|
---|
| 53 | end
|
---|
| 54 | object Bevel2: TBevel [4]
|
---|
| 55 | Left = 1
|
---|
| 56 | Top = 256
|
---|
| 57 | Width = 327
|
---|
| 58 | Height = 2
|
---|
| 59 | end
|
---|
| 60 | object pnlBottom: TPanel [5]
|
---|
| 61 | Left = 0
|
---|
| 62 | Top = 403
|
---|
| 63 | Width = 329
|
---|
| 64 | Height = 33
|
---|
| 65 | HelpContext = 9110
|
---|
| 66 | Align = alBottom
|
---|
| 67 | BevelOuter = bvNone
|
---|
| 68 | ParentColor = True
|
---|
| 69 | TabOrder = 7
|
---|
| 70 | object bvlBottom: TBevel
|
---|
| 71 | Left = 0
|
---|
| 72 | Top = 0
|
---|
| 73 | Width = 329
|
---|
| 74 | Height = 2
|
---|
| 75 | Align = alTop
|
---|
| 76 | end
|
---|
| 77 | object btnOK: TButton
|
---|
| 78 | Left = 167
|
---|
| 79 | Top = 7
|
---|
| 80 | Width = 75
|
---|
| 81 | Height = 22
|
---|
| 82 | HelpContext = 9996
|
---|
| 83 | Caption = 'OK'
|
---|
| 84 | Default = True
|
---|
| 85 | ModalResult = 1
|
---|
| 86 | TabOrder = 0
|
---|
| 87 | OnClick = btnOKClick
|
---|
| 88 | end
|
---|
| 89 | object btnCancel: TButton
|
---|
| 90 | Left = 248
|
---|
| 91 | Top = 7
|
---|
| 92 | Width = 75
|
---|
| 93 | Height = 22
|
---|
| 94 | HelpContext = 9997
|
---|
| 95 | Cancel = True
|
---|
| 96 | Caption = 'Cancel'
|
---|
| 97 | ModalResult = 2
|
---|
| 98 | TabOrder = 1
|
---|
| 99 | end
|
---|
| 100 | end
|
---|
| 101 | object stStart: TStaticText [6]
|
---|
| 102 | Left = 7
|
---|
| 103 | Top = 151
|
---|
| 104 | Width = 55
|
---|
| 105 | Height = 17
|
---|
| 106 | Caption = 'Start Date:'
|
---|
| 107 | TabOrder = 1
|
---|
| 108 | end
|
---|
| 109 | object stStop: TStaticText [7]
|
---|
| 110 | Left = 7
|
---|
| 111 | Top = 207
|
---|
| 112 | Width = 55
|
---|
| 113 | Height = 17
|
---|
| 114 | Caption = 'Stop Date:'
|
---|
| 115 | TabOrder = 5
|
---|
| 116 | end
|
---|
| 117 | object dtStart: TORDateBox [8]
|
---|
| 118 | Left = 7
|
---|
| 119 | Top = 170
|
---|
| 120 | Width = 187
|
---|
| 121 | Height = 21
|
---|
| 122 | TabOrder = 4
|
---|
| 123 | OnChange = dtStartChange
|
---|
| 124 | OnExit = dtStartExit
|
---|
| 125 | DateOnly = True
|
---|
| 126 | RequireTime = False
|
---|
| 127 | Caption = 'Start Date'
|
---|
| 128 | end
|
---|
| 129 | object dtStop: TORDateBox [9]
|
---|
| 130 | Left = 8
|
---|
| 131 | Top = 225
|
---|
| 132 | Width = 186
|
---|
| 133 | Height = 21
|
---|
| 134 | TabOrder = 6
|
---|
| 135 | OnExit = dtStopExit
|
---|
| 136 | DateOnly = True
|
---|
| 137 | RequireTime = False
|
---|
| 138 | Caption = 'Stop Date'
|
---|
| 139 | end
|
---|
| 140 | object lblTabDefault: TStaticText [10]
|
---|
| 141 | Left = 8
|
---|
| 142 | Top = 6
|
---|
| 143 | Width = 52
|
---|
| 144 | Height = 17
|
---|
| 145 | Caption = 'Chart tabs'
|
---|
| 146 | TabOrder = 0
|
---|
| 147 | end
|
---|
| 148 | object cboTab: TORComboBox [11]
|
---|
| 149 | Left = 8
|
---|
| 150 | Top = 51
|
---|
| 151 | Width = 217
|
---|
| 152 | Height = 21
|
---|
| 153 | HelpContext = 9111
|
---|
| 154 | Style = orcsDropDown
|
---|
| 155 | AutoSelect = True
|
---|
| 156 | Caption = 'Initial tab when CPRS starts:'
|
---|
| 157 | Color = clWindow
|
---|
| 158 | DropDownCount = 8
|
---|
| 159 | ItemHeight = 13
|
---|
| 160 | ItemTipColor = clWindow
|
---|
| 161 | ItemTipEnable = True
|
---|
| 162 | ListItemsOnly = False
|
---|
| 163 | LongList = False
|
---|
| 164 | LookupPiece = 0
|
---|
| 165 | MaxLength = 0
|
---|
| 166 | Pieces = '2'
|
---|
| 167 | Sorted = True
|
---|
| 168 | SynonymChars = '<>'
|
---|
| 169 | TabOrder = 2
|
---|
| 170 | TabStop = True
|
---|
| 171 | CharsNeedMatch = 1
|
---|
| 172 | end
|
---|
| 173 | object chkLastTab: TCheckBox [12]
|
---|
| 174 | Left = 8
|
---|
| 175 | Top = 82
|
---|
| 176 | Width = 312
|
---|
| 177 | Height = 21
|
---|
| 178 | HelpContext = 9112
|
---|
| 179 | Caption = 'Use last selected tab on patient change'
|
---|
| 180 | TabOrder = 3
|
---|
| 181 | end
|
---|
| 182 | object stStartEncAppts: TStaticText [13]
|
---|
| 183 | Left = 9
|
---|
| 184 | Top = 296
|
---|
| 185 | Width = 55
|
---|
| 186 | Height = 17
|
---|
| 187 | Caption = 'Start Date:'
|
---|
| 188 | TabOrder = 13
|
---|
| 189 | end
|
---|
| 190 | object txtTodayMinus: TStaticText [14]
|
---|
| 191 | Left = 38
|
---|
| 192 | Top = 321
|
---|
| 193 | Width = 64
|
---|
| 194 | Height = 17
|
---|
| 195 | Alignment = taRightJustify
|
---|
| 196 | Caption = 'Today minus'
|
---|
| 197 | Color = clBtnFace
|
---|
| 198 | ParentColor = False
|
---|
| 199 | TabOrder = 14
|
---|
| 200 | end
|
---|
| 201 | object txtEncStart: TCaptionEdit [15]
|
---|
| 202 | Left = 110
|
---|
| 203 | Top = 318
|
---|
| 204 | Width = 50
|
---|
| 205 | Height = 21
|
---|
| 206 | HelpContext = 9015
|
---|
| 207 | MaxLength = 12
|
---|
| 208 | TabOrder = 8
|
---|
| 209 | Text = '0'
|
---|
| 210 | OnChange = txtEncStartChange
|
---|
| 211 | OnExit = txtEncStartExit
|
---|
| 212 | Caption = 'Stop'
|
---|
| 213 | end
|
---|
| 214 | object txtDaysMinus: TStaticText [16]
|
---|
| 215 | Left = 178
|
---|
| 216 | Top = 322
|
---|
| 217 | Width = 26
|
---|
| 218 | Height = 17
|
---|
| 219 | Caption = 'days'
|
---|
| 220 | Color = clBtnFace
|
---|
| 221 | ParentColor = False
|
---|
| 222 | TabOrder = 16
|
---|
| 223 | end
|
---|
| 224 | object spnEncStart: TUpDown [17]
|
---|
| 225 | Tag = 30
|
---|
| 226 | Left = 160
|
---|
| 227 | Top = 318
|
---|
| 228 | Width = 15
|
---|
| 229 | Height = 21
|
---|
| 230 | HelpContext = 9015
|
---|
| 231 | Associate = txtEncStart
|
---|
| 232 | Min = -999
|
---|
| 233 | Max = 999
|
---|
| 234 | TabOrder = 17
|
---|
| 235 | Thousands = False
|
---|
| 236 | end
|
---|
| 237 | object txtDaysPlus: TStaticText [18]
|
---|
| 238 | Left = 180
|
---|
| 239 | Top = 374
|
---|
| 240 | Width = 26
|
---|
| 241 | Height = 17
|
---|
| 242 | Caption = 'days'
|
---|
| 243 | Color = clBtnFace
|
---|
| 244 | ParentColor = False
|
---|
| 245 | TabOrder = 18
|
---|
| 246 | end
|
---|
| 247 | object spnEncStop: TUpDown [19]
|
---|
| 248 | Tag = 30
|
---|
| 249 | Left = 162
|
---|
| 250 | Top = 369
|
---|
| 251 | Width = 15
|
---|
| 252 | Height = 21
|
---|
| 253 | HelpContext = 9015
|
---|
| 254 | Associate = txtEncStop
|
---|
| 255 | Min = -999
|
---|
| 256 | Max = 999
|
---|
| 257 | TabOrder = 19
|
---|
| 258 | Thousands = False
|
---|
| 259 | end
|
---|
| 260 | object txtEncStop: TCaptionEdit [20]
|
---|
| 261 | Left = 112
|
---|
| 262 | Top = 369
|
---|
| 263 | Width = 50
|
---|
| 264 | Height = 21
|
---|
| 265 | HelpContext = 9015
|
---|
| 266 | MaxLength = 12
|
---|
| 267 | TabOrder = 10
|
---|
| 268 | Text = '0'
|
---|
| 269 | OnChange = txtEncStopChange
|
---|
| 270 | OnExit = txtEncStopExit
|
---|
| 271 | Caption = 'Stop'
|
---|
| 272 | end
|
---|
| 273 | object txtTodayPlus: TStaticText [21]
|
---|
| 274 | Left = 46
|
---|
| 275 | Top = 372
|
---|
| 276 | Width = 56
|
---|
| 277 | Height = 17
|
---|
| 278 | Alignment = taRightJustify
|
---|
| 279 | Caption = 'Today plus'
|
---|
| 280 | Color = clBtnFace
|
---|
| 281 | ParentColor = False
|
---|
| 282 | TabOrder = 21
|
---|
| 283 | end
|
---|
| 284 | object stStopEncAppts: TStaticText [22]
|
---|
| 285 | Left = 10
|
---|
| 286 | Top = 348
|
---|
| 287 | Width = 55
|
---|
| 288 | Height = 17
|
---|
| 289 | Caption = 'Stop Date:'
|
---|
| 290 | TabOrder = 22
|
---|
| 291 | end
|
---|
| 292 | object btnEncDefaults: TButton [23]
|
---|
| 293 | Left = 248
|
---|
| 294 | Top = 287
|
---|
| 295 | Width = 75
|
---|
| 296 | Height = 22
|
---|
| 297 | HelpContext = 9011
|
---|
| 298 | Caption = 'Use Defaults'
|
---|
| 299 | Font.Charset = DEFAULT_CHARSET
|
---|
| 300 | Font.Color = clWindowText
|
---|
| 301 | Font.Height = -11
|
---|
| 302 | Font.Name = 'MS Sans Serif'
|
---|
| 303 | Font.Style = []
|
---|
| 304 | ParentFont = False
|
---|
| 305 | TabOrder = 12
|
---|
| 306 | OnClick = btnEncDefaultsClick
|
---|
| 307 | end
|
---|
| 308 | inherited amgrMain: TVA508AccessibilityManager
|
---|
| 309 | Data = (
|
---|
| 310 | (
|
---|
| 311 | 'Component = pnlBottom'
|
---|
| 312 | 'Status = stsDefault')
|
---|
| 313 | (
|
---|
| 314 | 'Component = btnOK'
|
---|
| 315 | 'Status = stsDefault')
|
---|
| 316 | (
|
---|
| 317 | 'Component = btnCancel'
|
---|
| 318 | 'Status = stsDefault')
|
---|
| 319 | (
|
---|
| 320 | 'Component = stStart'
|
---|
| 321 | 'Status = stsDefault')
|
---|
| 322 | (
|
---|
| 323 | 'Component = stStop'
|
---|
| 324 | 'Status = stsDefault')
|
---|
| 325 | (
|
---|
| 326 | 'Component = dtStart'
|
---|
| 327 | 'Status = stsDefault')
|
---|
| 328 | (
|
---|
| 329 | 'Component = dtStop'
|
---|
| 330 | 'Status = stsDefault')
|
---|
| 331 | (
|
---|
| 332 | 'Component = lblTabDefault'
|
---|
| 333 | 'Status = stsDefault')
|
---|
| 334 | (
|
---|
| 335 | 'Component = cboTab'
|
---|
| 336 | 'Status = stsDefault')
|
---|
| 337 | (
|
---|
| 338 | 'Component = chkLastTab'
|
---|
| 339 | 'Status = stsDefault')
|
---|
| 340 | (
|
---|
| 341 | 'Component = stStartEncAppts'
|
---|
| 342 | 'Status = stsDefault')
|
---|
| 343 | (
|
---|
| 344 | 'Component = txtTodayMinus'
|
---|
| 345 | 'Status = stsDefault')
|
---|
| 346 | (
|
---|
| 347 | 'Component = txtEncStart'
|
---|
| 348 | 'Status = stsDefault')
|
---|
| 349 | (
|
---|
| 350 | 'Component = txtDaysMinus'
|
---|
| 351 | 'Status = stsDefault')
|
---|
| 352 | (
|
---|
| 353 | 'Component = spnEncStart'
|
---|
| 354 | 'Status = stsDefault')
|
---|
| 355 | (
|
---|
| 356 | 'Component = txtDaysPlus'
|
---|
| 357 | 'Status = stsDefault')
|
---|
| 358 | (
|
---|
| 359 | 'Component = spnEncStop'
|
---|
| 360 | 'Status = stsDefault')
|
---|
| 361 | (
|
---|
| 362 | 'Component = txtEncStop'
|
---|
| 363 | 'Status = stsDefault')
|
---|
| 364 | (
|
---|
| 365 | 'Component = txtTodayPlus'
|
---|
| 366 | 'Status = stsDefault')
|
---|
| 367 | (
|
---|
| 368 | 'Component = stStopEncAppts'
|
---|
| 369 | 'Status = stsDefault')
|
---|
| 370 | (
|
---|
| 371 | 'Component = btnEncDefaults'
|
---|
| 372 | 'Status = stsDefault')
|
---|
| 373 | (
|
---|
| 374 | 'Component = frmOptionsOther'
|
---|
| 375 | 'Status = stsDefault'))
|
---|
| 376 | end
|
---|
| 377 | end
|
---|