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

    r456 r830  
    1 object frmMHTest: TfrmMHTest
     1inherited frmMHTest: TfrmMHTest
    22  Left = 217
    33  Top = 156
    4   Width = 508
    5   Height = 460
    64  BorderIcons = [biSystemMenu]
    75  Caption = 'frmMHTest'
    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   KeyPreview = True
    15   OldCreateOrder = False
     6  ClientHeight = 433
     7  ClientWidth = 500
    168  Position = poScreenCenter
    179  OnCreate = FormCreate
    1810  OnDestroy = FormDestroy
    19   OnKeyDown = FormKeyDown
    2011  OnShow = FormShow
    2112  PixelsPerInch = 96
    2213  TextHeight = 13
    23   object sbMain: TScrollBox
     14  object sbMain: TScrollBox [0]
    2415    Left = 0
    2516    Top = 0
     
    3223    OnResize = sbMainResize
    3324  end
    34   object pnlBottom: TPanel
     25  object pnlBottom: TPanel [1]
    3526    Left = 0
    3627    Top = 408
     
    7465    end
    7566  end
     67  inherited amgrMain: TVA508AccessibilityManager
     68    Data = (
     69      (
     70        'Component = sbMain'
     71        'Status = stsDefault')
     72      (
     73        'Component = pnlBottom'
     74        'Status = stsDefault')
     75      (
     76        'Component = btnCancel'
     77        'Status = stsDefault')
     78      (
     79        'Component = btnOK'
     80        'Status = stsDefault')
     81      (
     82        'Component = btnClear'
     83        'Status = stsDefault')
     84      (
     85        'Component = frmMHTest'
     86        'Status = stsDefault'))
     87  end
    7688end
Note: See TracChangeset for help on using the changeset viewer.