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

    r456 r830  
    1 object frmDupPts: TfrmDupPts
     1inherited frmDupPts: TfrmDupPts
    22  Left = 160
    33  Top = 190
    4   Width = 471
    5   Height = 214
    64  HorzScrollBar.Visible = False
    75  VertScrollBar.Visible = False
    86  Caption = 'Similar Patients'
    9   Color = clBtnFace
    10   Font.Charset = DEFAULT_CHARSET
    11   Font.Color = clWindowText
    12   Font.Height = -11
    13   Font.Name = 'MS Sans Serif'
    14   Font.Style = []
    15   KeyPreview = True
    16   OldCreateOrder = False
     7  ClientHeight = 187
     8  ClientWidth = 463
    179  Position = poScreenCenter
    1810  OnCreate = FormCreate
    19   OnKeyDown = FormKeyDown
    2011  PixelsPerInch = 96
    2112  TextHeight = 13
    22   object pnlDupPts: TPanel
     13  object pnlDupPts: TPanel [0]
    2314    Left = 0
    2415    Top = 0
    2516    Width = 463
    26     Height = 184
     17    Height = 187
    2718    Align = alClient
    2819    TabOrder = 0
    2920    DesignSize = (
    3021      463
    31       184)
     22      187)
    3223    object lblSelDupPts: TLabel
    3324      Left = 6
     
    9586    end
    9687  end
     88  inherited amgrMain: TVA508AccessibilityManager
     89    Data = (
     90      (
     91        'Component = pnlDupPts'
     92        'Status = stsDefault')
     93      (
     94        'Component = btnOK'
     95        'Status = stsDefault')
     96      (
     97        'Component = btnCancel'
     98        'Status = stsDefault')
     99      (
     100        'Component = pnlSelDupPt'
     101        'Status = stsDefault')
     102      (
     103        'Component = lboSelPt'
     104        'Status = stsDefault')
     105      (
     106        'Component = frmDupPts'
     107        'Status = stsDefault'))
     108  end
    97109end
Note: See TracChangeset for help on using the changeset viewer.