Ignore:
Timestamp:
Jul 7, 2010, 4:31:10 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Upgrade to version 27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/Templates/fTemplateObjects.dfm

    r456 r829  
    1 object frmTemplateObjects: TfrmTemplateObjects
     1inherited frmTemplateObjects: TfrmTemplateObjects
    22  Left = 215
    33  Top = 343
    4   Width = 247
    5   Height = 300
    64  ActiveControl = cboObjects
    75  Caption = 'Insert Patient Data (Object)'
    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 = 273
     7  ClientWidth = 239
    148  FormStyle = fsStayOnTop
    15   OldCreateOrder = False
    169  Position = poOwnerFormCenter
    1710  OnClose = FormClose
    1811  OnShow = FormShow
     12  ExplicitWidth = 247
     13  ExplicitHeight = 300
    1914  PixelsPerInch = 96
    2015  TextHeight = 13
    21   object cboObjects: TORComboBox
     16  object cboObjects: TORComboBox [0]
    2217    Left = 0
    2318    Top = 0
     
    4237    TabOrder = 0
    4338    OnDblClick = cboObjectsDblClick
     39    CharsNeedMatch = 1
    4440  end
    45   object pnlBottom: TPanel
     41  object pnlBottom: TPanel [1]
    4642    Left = 0
    4743    Top = 246
     
    9187    end
    9288  end
     89  inherited amgrMain: TVA508AccessibilityManager
     90    Data = (
     91      (
     92        'Component = cboObjects'
     93        'Status = stsDefault')
     94      (
     95        'Component = pnlBottom'
     96        'Status = stsDefault')
     97      (
     98        'Component = btnCancel'
     99        'Status = stsDefault')
     100      (
     101        'Component = btnInsert'
     102        'Status = stsDefault')
     103      (
     104        'Component = btnRefresh'
     105        'Status = stsDefault')
     106      (
     107        'Component = frmTemplateObjects'
     108        'Status = stsDefault'))
     109  end
    93110end
Note: See TracChangeset for help on using the changeset viewer.