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

    r456 r830  
    1 object frmRemCoverPreview: TfrmRemCoverPreview
     1inherited frmRemCoverPreview: TfrmRemCoverPreview
    22  Left = 214
    33  Top = 107
    4   Width = 263
    5   Height = 410
    64  BorderIcons = [biSystemMenu, biMaximize]
    75  Caption = 'Cover Sheet Reminders'
    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 = []
    14   OldCreateOrder = False
     6  ClientHeight = 383
     7  ClientWidth = 255
    158  Position = poScreenCenter
    169  OnCreate = FormCreate
     10  ExplicitWidth = 263
     11  ExplicitHeight = 410
    1712  PixelsPerInch = 96
    1813  TextHeight = 13
    19   object pnlBtns: TPanel
     14  object pnlBtns: TPanel [0]
    2015    Left = 0
    2116    Top = 354
     
    2520    BevelOuter = bvNone
    2621    TabOrder = 0
     22    DesignSize = (
     23      255
     24      29)
    2725    object btnOK: TButton
    2826      Left = 179
     
    3836    end
    3937  end
    40   object lvMain: TListView
     38  object lvMain: TListView [1]
    4139    Left = 0
    4240    Top = 0
     
    6260    OnCompare = lvMainCompare
    6361  end
     62  inherited amgrMain: TVA508AccessibilityManager
     63    Data = (
     64      (
     65        'Component = pnlBtns'
     66        'Status = stsDefault')
     67      (
     68        'Component = btnOK'
     69        'Status = stsDefault')
     70      (
     71        'Component = lvMain'
     72        'Status = stsDefault')
     73      (
     74        'Component = frmRemCoverPreview'
     75        'Status = stsDefault'))
     76  end
    6477end
Note: See TracChangeset for help on using the changeset viewer.