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

    r456 r830  
    1 object frmPtSelOptSave: TfrmPtSelOptSave
     1inherited frmPtSelOptSave: TfrmPtSelOptSave
    22  Left = 452
    33  Top = 229
     
    55  ClientHeight = 204
    66  ClientWidth = 272
    7   Color = clBtnFace
    8   Font.Charset = DEFAULT_CHARSET
    9   Font.Color = clWindowText
    10   Font.Height = -11
    11   Font.Name = 'MS Sans Serif'
    12   Font.Style = []
    13   OldCreateOrder = False
    147  Position = poScreenCenter
    158  OnCreate = FormCreate
    169  PixelsPerInch = 96
    1710  TextHeight = 13
    18   object pnlClinSave: TPanel
     11  object pnlClinSave: TPanel [0]
    1912    Left = 0
    2013    Top = 0
     
    7467    end
    7568  end
     69  inherited amgrMain: TVA508AccessibilityManager
     70    Data = (
     71      (
     72        'Component = pnlClinSave'
     73        'Status = stsDefault')
     74      (
     75        'Component = lblClinSettings'
     76        'Status = stsDefault')
     77      (
     78        'Component = rGrpClinSave'
     79        'Status = stsDefault')
     80      (
     81        'Component = btnOK'
     82        'Status = stsDefault')
     83      (
     84        'Component = btnCancel'
     85        'Status = stsDefault')
     86      (
     87        'Component = frmPtSelOptSave'
     88        'Status = stsDefault'))
     89  end
    7690end
Note: See TracChangeset for help on using the changeset viewer.