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