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

    r456 r830  
    1 object frmNotesByDate: TfrmNotesByDate
     1inherited frmNotesByDate: TfrmNotesByDate
    22  Left = 590
    33  Top = 294
    4   Width = 259
    5   Height = 178
    64  BorderIcons = []
    75  Caption = 'List Signed Notes by Date Range'
    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 = 151
     7  ClientWidth = 251
    148  OldCreateOrder = True
    159  Position = poScreenCenter
     10  ExplicitWidth = 259
     11  ExplicitHeight = 178
    1612  PixelsPerInch = 96
    1713  TextHeight = 13
    18   object pnlBase: TORAutoPanel
     14  object pnlBase: TORAutoPanel [0]
    1915    Left = 0
    2016    Top = 0
     
    9288    end
    9389  end
     90  inherited amgrMain: TVA508AccessibilityManager
     91    Data = (
     92      (
     93        'Component = pnlBase'
     94        'Status = stsDefault')
     95      (
     96        'Component = calBeginDate'
     97        'Status = stsDefault')
     98      (
     99        'Component = calEndDate'
     100        'Status = stsDefault')
     101      (
     102        'Component = radSort'
     103        'Status = stsDefault')
     104      (
     105        'Component = cmdOK'
     106        'Status = stsDefault')
     107      (
     108        'Component = cmdCancel'
     109        'Status = stsDefault')
     110      (
     111        'Component = frmNotesByDate'
     112        'Status = stsDefault'))
     113  end
    94114end
Note: See TracChangeset for help on using the changeset viewer.