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/fNoteBA.dfm

    r456 r830  
    1 object frmNotesByAuthor: TfrmNotesByAuthor
     1inherited frmNotesByAuthor: TfrmNotesByAuthor
    22  Left = 473
    33  Top = 272
    4   Width = 316
    5   Height = 232
    64  BorderIcons = []
    75  Caption = 'List Signed Notes by Author'
    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 = 205
     7  ClientWidth = 308
    148  OldCreateOrder = True
    159  Position = poScreenCenter
     10  ExplicitWidth = 316
     11  ExplicitHeight = 232
    1612  PixelsPerInch = 96
    1713  TextHeight = 13
    18   object pnlBase: TORAutoPanel
     14  object pnlBase: TORAutoPanel [0]
    1915    Left = 0
    2016    Top = 0
     
    5753      ListItemsOnly = False
    5854      LongList = True
     55      LookupPiece = 0
    5956      MaxLength = 0
    6057      Pieces = '2'
     
    6360      TabOrder = 0
    6461      OnNeedData = cboAuthorNeedData
     62      CharsNeedMatch = 1
    6563    end
    6664    object cmdOK: TButton
     
    8583    end
    8684  end
     85  inherited amgrMain: TVA508AccessibilityManager
     86    Data = (
     87      (
     88        'Component = pnlBase'
     89        'Status = stsDefault')
     90      (
     91        'Component = radSort'
     92        'Status = stsDefault')
     93      (
     94        'Component = cboAuthor'
     95        'Status = stsDefault')
     96      (
     97        'Component = cmdOK'
     98        'Status = stsDefault')
     99      (
     100        'Component = cmdCancel'
     101        'Status = stsDefault')
     102      (
     103        'Component = frmNotesByAuthor'
     104        'Status = stsDefault'))
     105  end
    87106end
Note: See TracChangeset for help on using the changeset viewer.