Ignore:
Timestamp:
Jul 7, 2010, 4:51:54 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Upgrading to version 27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/fTIUView.dfm

    r456 r830  
    1 object frmTIUView: TfrmTIUView
     1inherited frmTIUView: TfrmTIUView
    22  Left = 357
    33  Top = 111
    4   Width = 366
    5   Height = 463
    64  BorderIcons = []
    75  Caption = 'List Selected Documents'
    8   Color = clBtnFace
    9   Font.Charset = DEFAULT_CHARSET
    10   Font.Color = clWindowText
    11   Font.Height = -11
    12   Font.Name = 'MS Sans Serif'
    13   Font.Style = []
     6  ClientHeight = 436
     7  ClientWidth = 358
    148  OldCreateOrder = True
    159  Position = poScreenCenter
     10  ExplicitWidth = 366
     11  ExplicitHeight = 463
    1612  PixelsPerInch = 96
    1713  TextHeight = 13
    18   object pnlBase: TORAutoPanel
     14  object pnlBase: TORAutoPanel [0]
    1915    Left = 0
    2016    Top = 0
     
    162158      TabOrder = 2
    163159      OnNeedData = cboAuthorNeedData
     160      CharsNeedMatch = 1
    164161    end
    165162    object edMaxDocs: TCaptionEdit
     
    201198        Width = 142
    202199        Height = 49
    203         Caption = 'Sort Order'
     200        Caption = 'Note List Sort Order'
    204201        Items.Strings = (
    205202          '&Ascending'
     
    234231        SynonymChars = '<>'
    235232        TabOrder = 1
     233        CharsNeedMatch = 1
    236234      end
    237235      object ckShowSubject: TCheckBox
     
    288286        SynonymChars = '<>'
    289287        TabOrder = 1
     288        CharsNeedMatch = 1
    290289      end
    291290      object radTreeSort: TRadioGroup
     
    294293        Width = 155
    295294        Height = 49
    296         Caption = 'Sort Order'
     295        Caption = 'Note Tree View Sort Order'
    297296        Items.Strings = (
    298297          '&Chronological'
     
    337336    end
    338337  end
     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
    339404end
Note: See TracChangeset for help on using the changeset viewer.