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