[830] | 1 | inherited frmTIUView: TfrmTIUView
|
---|
[456] | 2 | Left = 357
|
---|
| 3 | Top = 111
|
---|
| 4 | BorderIcons = []
|
---|
| 5 | Caption = 'List Selected Documents'
|
---|
[830] | 6 | ClientHeight = 436
|
---|
| 7 | ClientWidth = 358
|
---|
[456] | 8 | OldCreateOrder = True
|
---|
| 9 | Position = poScreenCenter
|
---|
[830] | 10 | ExplicitWidth = 366
|
---|
| 11 | ExplicitHeight = 463
|
---|
[456] | 12 | PixelsPerInch = 96
|
---|
| 13 | TextHeight = 13
|
---|
[830] | 14 | object pnlBase: TORAutoPanel [0]
|
---|
[456] | 15 | Left = 0
|
---|
| 16 | Top = 0
|
---|
| 17 | Width = 358
|
---|
| 18 | Height = 436
|
---|
| 19 | Align = alClient
|
---|
| 20 | BevelOuter = bvNone
|
---|
| 21 | TabOrder = 0
|
---|
| 22 | object lblBeginDate: TLabel
|
---|
| 23 | Left = 191
|
---|
| 24 | Top = 100
|
---|
| 25 | Width = 73
|
---|
| 26 | Height = 13
|
---|
| 27 | Caption = 'Beginning Date'
|
---|
| 28 | end
|
---|
| 29 | object lblEndDate: TLabel
|
---|
| 30 | Left = 191
|
---|
| 31 | Top = 153
|
---|
| 32 | Width = 59
|
---|
| 33 | Height = 13
|
---|
| 34 | Caption = 'Ending Date'
|
---|
| 35 | end
|
---|
| 36 | object lblAuthor: TLabel
|
---|
| 37 | Left = 10
|
---|
| 38 | Top = 97
|
---|
| 39 | Width = 31
|
---|
| 40 | Height = 13
|
---|
| 41 | Caption = 'Author'
|
---|
| 42 | end
|
---|
| 43 | object lblStatus: TLabel
|
---|
| 44 | Left = 11
|
---|
| 45 | Top = 5
|
---|
| 46 | Width = 30
|
---|
| 47 | Height = 13
|
---|
| 48 | Caption = 'Status'
|
---|
| 49 | end
|
---|
| 50 | object lblMaxDocs: TLabel
|
---|
| 51 | Left = 192
|
---|
| 52 | Top = 5
|
---|
| 53 | Width = 107
|
---|
| 54 | Height = 13
|
---|
| 55 | Caption = 'Max Number to Return'
|
---|
| 56 | end
|
---|
| 57 | object lblContains: TLabel
|
---|
| 58 | Left = 195
|
---|
| 59 | Top = 354
|
---|
| 60 | Width = 44
|
---|
| 61 | Height = 13
|
---|
| 62 | Caption = 'Contains:'
|
---|
| 63 | end
|
---|
| 64 | object Bevel1: TBevel
|
---|
| 65 | Left = 8
|
---|
| 66 | Top = 349
|
---|
| 67 | Width = 343
|
---|
| 68 | Height = 48
|
---|
| 69 | end
|
---|
| 70 | object Bevel2: TBevel
|
---|
| 71 | Left = 9
|
---|
| 72 | Top = 205
|
---|
| 73 | Width = 343
|
---|
| 74 | Height = 4
|
---|
| 75 | end
|
---|
| 76 | object calBeginDate: TORDateBox
|
---|
| 77 | Left = 191
|
---|
| 78 | Top = 114
|
---|
| 79 | Width = 156
|
---|
| 80 | Height = 21
|
---|
| 81 | TabOrder = 3
|
---|
| 82 | DateOnly = False
|
---|
| 83 | RequireTime = False
|
---|
| 84 | Caption = 'Beginning Date'
|
---|
| 85 | end
|
---|
| 86 | object calEndDate: TORDateBox
|
---|
| 87 | Left = 191
|
---|
| 88 | Top = 168
|
---|
| 89 | Width = 156
|
---|
| 90 | Height = 21
|
---|
| 91 | TabOrder = 4
|
---|
| 92 | DateOnly = False
|
---|
| 93 | RequireTime = False
|
---|
| 94 | Caption = 'Ending Date'
|
---|
| 95 | end
|
---|
| 96 | object lstStatus: TORListBox
|
---|
| 97 | Left = 10
|
---|
| 98 | Top = 18
|
---|
| 99 | Width = 168
|
---|
| 100 | Height = 74
|
---|
| 101 | ExtendedSelect = False
|
---|
| 102 | ItemHeight = 13
|
---|
| 103 | Items.Strings = (
|
---|
| 104 | '1^Signed documents (all)'
|
---|
| 105 | '2^Unsigned documents '
|
---|
| 106 | '3^Uncosigned documents'
|
---|
| 107 | '4^Signed documents/author'
|
---|
| 108 | '5^Signed documents/date range')
|
---|
| 109 | ParentShowHint = False
|
---|
| 110 | ShowHint = True
|
---|
| 111 | TabOrder = 0
|
---|
| 112 | Caption = 'Status'
|
---|
| 113 | ItemTipColor = clWindow
|
---|
| 114 | LongList = False
|
---|
| 115 | Pieces = '2'
|
---|
| 116 | OnChange = lstStatusSelect
|
---|
| 117 | end
|
---|
| 118 | object cmdOK: TButton
|
---|
| 119 | Left = 196
|
---|
| 120 | Top = 407
|
---|
| 121 | Width = 72
|
---|
| 122 | Height = 21
|
---|
| 123 | Caption = 'OK'
|
---|
| 124 | Default = True
|
---|
| 125 | TabOrder = 10
|
---|
| 126 | OnClick = cmdOKClick
|
---|
| 127 | end
|
---|
| 128 | object cmdCancel: TButton
|
---|
| 129 | Left = 278
|
---|
| 130 | Top = 407
|
---|
| 131 | Width = 72
|
---|
| 132 | Height = 21
|
---|
| 133 | Cancel = True
|
---|
| 134 | Caption = 'Cancel'
|
---|
| 135 | TabOrder = 11
|
---|
| 136 | OnClick = cmdCancelClick
|
---|
| 137 | end
|
---|
| 138 | object cboAuthor: TORComboBox
|
---|
| 139 | Left = 10
|
---|
| 140 | Top = 112
|
---|
| 141 | Width = 169
|
---|
| 142 | Height = 88
|
---|
| 143 | Style = orcsSimple
|
---|
| 144 | AutoSelect = True
|
---|
| 145 | Caption = 'Author'
|
---|
| 146 | Color = clWindow
|
---|
| 147 | DropDownCount = 8
|
---|
| 148 | ItemHeight = 13
|
---|
| 149 | ItemTipColor = clWindow
|
---|
| 150 | ItemTipEnable = True
|
---|
| 151 | ListItemsOnly = True
|
---|
| 152 | LongList = True
|
---|
| 153 | LookupPiece = 0
|
---|
| 154 | MaxLength = 0
|
---|
| 155 | Pieces = '2'
|
---|
| 156 | Sorted = True
|
---|
| 157 | SynonymChars = '<>'
|
---|
| 158 | TabOrder = 2
|
---|
| 159 | OnNeedData = cboAuthorNeedData
|
---|
[830] | 160 | CharsNeedMatch = 1
|
---|
[456] | 161 | end
|
---|
| 162 | object edMaxDocs: TCaptionEdit
|
---|
| 163 | Left = 192
|
---|
| 164 | Top = 18
|
---|
| 165 | Width = 156
|
---|
| 166 | Height = 21
|
---|
| 167 | MaxLength = 6
|
---|
| 168 | TabOrder = 1
|
---|
| 169 | Caption = 'Max Number to Return'
|
---|
| 170 | end
|
---|
| 171 | object txtKeyword: TCaptionEdit
|
---|
| 172 | Left = 195
|
---|
| 173 | Top = 369
|
---|
| 174 | Width = 145
|
---|
| 175 | Height = 21
|
---|
| 176 | ParentShowHint = False
|
---|
| 177 | ShowHint = True
|
---|
| 178 | TabOrder = 8
|
---|
| 179 | Caption = 'Contains'
|
---|
| 180 | end
|
---|
| 181 | object grpListView: TGroupBox
|
---|
| 182 | Left = 194
|
---|
| 183 | Top = 214
|
---|
| 184 | Width = 158
|
---|
| 185 | Height = 130
|
---|
| 186 | Caption = 'Sort Note List'
|
---|
| 187 | TabOrder = 6
|
---|
| 188 | object lblSortBy: TLabel
|
---|
| 189 | Left = 11
|
---|
| 190 | Top = 71
|
---|
| 191 | Width = 37
|
---|
| 192 | Height = 13
|
---|
| 193 | Caption = 'Sort By:'
|
---|
| 194 | end
|
---|
| 195 | object radListSort: TRadioGroup
|
---|
| 196 | Left = 8
|
---|
| 197 | Top = 20
|
---|
| 198 | Width = 142
|
---|
| 199 | Height = 49
|
---|
[830] | 200 | Caption = 'Note List Sort Order'
|
---|
[456] | 201 | Items.Strings = (
|
---|
| 202 | '&Ascending'
|
---|
| 203 | '&Descending')
|
---|
| 204 | TabOrder = 0
|
---|
| 205 | end
|
---|
| 206 | object cboSortBy: TORComboBox
|
---|
| 207 | Left = 11
|
---|
| 208 | Top = 85
|
---|
| 209 | Width = 137
|
---|
| 210 | Height = 21
|
---|
| 211 | Style = orcsDropDown
|
---|
| 212 | AutoSelect = True
|
---|
| 213 | Caption = 'Sort By'
|
---|
| 214 | Color = clWindow
|
---|
| 215 | DropDownCount = 8
|
---|
| 216 | Items.Strings = (
|
---|
| 217 | 'R^Date of Note'
|
---|
| 218 | 'D^Title'
|
---|
| 219 | 'S^Subject'
|
---|
| 220 | 'A^Author'
|
---|
| 221 | 'L^Location')
|
---|
| 222 | ItemHeight = 13
|
---|
| 223 | ItemTipColor = clWindow
|
---|
| 224 | ItemTipEnable = True
|
---|
| 225 | ListItemsOnly = True
|
---|
| 226 | LongList = False
|
---|
| 227 | LookupPiece = 0
|
---|
| 228 | MaxLength = 0
|
---|
| 229 | Pieces = '2'
|
---|
| 230 | Sorted = False
|
---|
| 231 | SynonymChars = '<>'
|
---|
| 232 | TabOrder = 1
|
---|
[830] | 233 | CharsNeedMatch = 1
|
---|
[456] | 234 | end
|
---|
| 235 | object ckShowSubject: TCheckBox
|
---|
| 236 | Left = 11
|
---|
| 237 | Top = 110
|
---|
| 238 | Width = 131
|
---|
| 239 | Height = 17
|
---|
| 240 | Caption = 'Show subject in list'
|
---|
| 241 | TabOrder = 2
|
---|
| 242 | end
|
---|
| 243 | end
|
---|
| 244 | object grpTreeView: TGroupBox
|
---|
| 245 | Left = 8
|
---|
| 246 | Top = 214
|
---|
| 247 | Width = 175
|
---|
| 248 | Height = 130
|
---|
| 249 | Caption = 'Note Tree View'
|
---|
| 250 | TabOrder = 5
|
---|
| 251 | object lblGroupBy: TOROffsetLabel
|
---|
| 252 | Left = 9
|
---|
| 253 | Top = 79
|
---|
| 254 | Width = 49
|
---|
| 255 | Height = 15
|
---|
| 256 | Caption = 'Group By:'
|
---|
| 257 | HorzOffset = 2
|
---|
| 258 | Transparent = False
|
---|
| 259 | VertOffset = 2
|
---|
| 260 | WordWrap = False
|
---|
| 261 | end
|
---|
| 262 | object cboGroupBy: TORComboBox
|
---|
| 263 | Left = 9
|
---|
| 264 | Top = 93
|
---|
| 265 | Width = 153
|
---|
| 266 | Height = 21
|
---|
| 267 | Style = orcsDropDown
|
---|
| 268 | AutoSelect = True
|
---|
| 269 | Caption = 'Group By'
|
---|
| 270 | Color = clWindow
|
---|
| 271 | DropDownCount = 8
|
---|
| 272 | Items.Strings = (
|
---|
| 273 | 'D^Visit Date'
|
---|
| 274 | 'L^Location'
|
---|
| 275 | 'T^Title'
|
---|
| 276 | 'A^Author')
|
---|
| 277 | ItemHeight = 13
|
---|
| 278 | ItemTipColor = clWindow
|
---|
| 279 | ItemTipEnable = True
|
---|
| 280 | ListItemsOnly = True
|
---|
| 281 | LongList = False
|
---|
| 282 | LookupPiece = 0
|
---|
| 283 | MaxLength = 0
|
---|
| 284 | Pieces = '2'
|
---|
| 285 | Sorted = False
|
---|
| 286 | SynonymChars = '<>'
|
---|
| 287 | TabOrder = 1
|
---|
[830] | 288 | CharsNeedMatch = 1
|
---|
[456] | 289 | end
|
---|
| 290 | object radTreeSort: TRadioGroup
|
---|
| 291 | Left = 9
|
---|
| 292 | Top = 20
|
---|
| 293 | Width = 155
|
---|
| 294 | Height = 49
|
---|
[830] | 295 | Caption = 'Note Tree View Sort Order'
|
---|
[456] | 296 | Items.Strings = (
|
---|
| 297 | '&Chronological'
|
---|
| 298 | '&Reverse chronological')
|
---|
| 299 | TabOrder = 0
|
---|
| 300 | end
|
---|
| 301 | end
|
---|
| 302 | object cmdClear: TButton
|
---|
| 303 | Left = 8
|
---|
| 304 | Top = 407
|
---|
| 305 | Width = 146
|
---|
| 306 | Height = 21
|
---|
| 307 | Caption = 'Clear Sort/Group/Search'
|
---|
| 308 | TabOrder = 9
|
---|
| 309 | OnClick = cmdClearClick
|
---|
| 310 | end
|
---|
| 311 | object grpWhereEitherOf: TGroupBox
|
---|
| 312 | Left = 16
|
---|
| 313 | Top = 352
|
---|
| 314 | Width = 169
|
---|
| 315 | Height = 41
|
---|
| 316 | Caption = 'Where either of:'
|
---|
| 317 | Ctl3D = True
|
---|
| 318 | ParentCtl3D = False
|
---|
| 319 | TabOrder = 7
|
---|
| 320 | object ckTitle: TCheckBox
|
---|
| 321 | Left = 49
|
---|
| 322 | Top = 16
|
---|
| 323 | Width = 50
|
---|
| 324 | Height = 17
|
---|
| 325 | Caption = 'Title'
|
---|
| 326 | TabOrder = 0
|
---|
| 327 | end
|
---|
| 328 | object ckSubject: TCheckBox
|
---|
| 329 | Left = 102
|
---|
| 330 | Top = 16
|
---|
| 331 | Width = 65
|
---|
| 332 | Height = 17
|
---|
| 333 | Caption = 'Subject'
|
---|
| 334 | TabOrder = 1
|
---|
| 335 | end
|
---|
| 336 | end
|
---|
| 337 | end
|
---|
[830] | 338 | inherited amgrMain: TVA508AccessibilityManager
|
---|
| 339 | Data = (
|
---|
| 340 | (
|
---|
| 341 | 'Component = pnlBase'
|
---|
| 342 | 'Status = stsDefault')
|
---|
| 343 | (
|
---|
| 344 | 'Component = calBeginDate'
|
---|
| 345 | 'Status = stsDefault')
|
---|
| 346 | (
|
---|
| 347 | 'Component = calEndDate'
|
---|
| 348 | 'Status = stsDefault')
|
---|
| 349 | (
|
---|
| 350 | 'Component = lstStatus'
|
---|
| 351 | 'Status = stsDefault')
|
---|
| 352 | (
|
---|
| 353 | 'Component = cmdOK'
|
---|
| 354 | 'Status = stsDefault')
|
---|
| 355 | (
|
---|
| 356 | 'Component = cmdCancel'
|
---|
| 357 | 'Status = stsDefault')
|
---|
| 358 | (
|
---|
| 359 | 'Component = cboAuthor'
|
---|
| 360 | 'Status = stsDefault')
|
---|
| 361 | (
|
---|
| 362 | 'Component = edMaxDocs'
|
---|
| 363 | 'Status = stsDefault')
|
---|
| 364 | (
|
---|
| 365 | 'Component = txtKeyword'
|
---|
| 366 | 'Status = stsDefault')
|
---|
| 367 | (
|
---|
| 368 | 'Component = grpListView'
|
---|
| 369 | 'Status = stsDefault')
|
---|
| 370 | (
|
---|
| 371 | 'Component = radListSort'
|
---|
| 372 | 'Status = stsDefault')
|
---|
| 373 | (
|
---|
| 374 | 'Component = cboSortBy'
|
---|
| 375 | 'Status = stsDefault')
|
---|
| 376 | (
|
---|
| 377 | 'Component = ckShowSubject'
|
---|
| 378 | 'Status = stsDefault')
|
---|
| 379 | (
|
---|
| 380 | 'Component = grpTreeView'
|
---|
| 381 | 'Status = stsDefault')
|
---|
| 382 | (
|
---|
| 383 | 'Component = cboGroupBy'
|
---|
| 384 | 'Status = stsDefault')
|
---|
| 385 | (
|
---|
| 386 | 'Component = radTreeSort'
|
---|
| 387 | 'Status = stsDefault')
|
---|
| 388 | (
|
---|
| 389 | 'Component = cmdClear'
|
---|
| 390 | 'Status = stsDefault')
|
---|
| 391 | (
|
---|
| 392 | 'Component = grpWhereEitherOf'
|
---|
| 393 | 'Status = stsDefault')
|
---|
| 394 | (
|
---|
| 395 | 'Component = ckTitle'
|
---|
| 396 | 'Status = stsDefault')
|
---|
| 397 | (
|
---|
| 398 | 'Component = ckSubject'
|
---|
| 399 | 'Status = stsDefault')
|
---|
| 400 | (
|
---|
| 401 | 'Component = frmTIUView'
|
---|
| 402 | 'Status = stsDefault'))
|
---|
| 403 | end
|
---|
[456] | 404 | end
|
---|