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

    r456 r830  
    1 object frmDCSummProperties: TfrmDCSummProperties
     1inherited frmDCSummProperties: TfrmDCSummProperties
    22  Left = 298
    33  Top = 186
    4   AutoScroll = False
    54  BorderIcons = []
    65  Caption = 'Discharge Summary Properties'
    76  ClientHeight = 437
    87  ClientWidth = 498
    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   OldCreateOrder = False
    168  Position = poScreenCenter
    179  OnClose = FormClose
    1810  OnShow = FormShow
     11  ExplicitWidth = 506
     12  ExplicitHeight = 471
    1913  PixelsPerInch = 96
    2014  TextHeight = 13
    21   object bvlConsult: TBevel
     15  object bvlConsult: TBevel [0]
    2216    Tag = 1
    2317    Left = 6
     
    2620    Height = 2
    2721  end
    28   object pnlFields: TORAutoPanel
     22  object pnlFields: TORAutoPanel [1]
    2923    Left = 0
    3024    Top = 0
     
    8983      SynonymChars = '<>'
    9084      TabOrder = 0
     85      OnChange = cboNewTitleChange
    9186      OnDblClick = cboNewTitleDblClick
    9287      OnDropDownClose = cboNewTitleDropDownClose
     
    184179    end
    185180  end
    186   object pnlTranscription: TORAutoPanel
     181  object pnlTranscription: TORAutoPanel [2]
    187182    Left = 0
    188183    Top = 218
     
    259254    end
    260255  end
    261   object pnlAdmissions: TORAutoPanel
     256  object pnlAdmissions: TORAutoPanel [3]
    262257    Left = 0
    263258    Top = 327
     
    287282    end
    288283  end
    289   object pnlLabels: TORAutoPanel
     284  object pnlLabels: TORAutoPanel [4]
    290285    Left = 0
    291286    Top = 281
     
    355350    end
    356351  end
     352  inherited amgrMain: TVA508AccessibilityManager
     353    Data = (
     354      (
     355        'Component = pnlFields'
     356        'Status = stsDefault')
     357      (
     358        'Component = cboNewTitle'
     359        'Status = stsDefault')
     360      (
     361        'Component = calSumm'
     362        'Status = stsDefault')
     363      (
     364        'Component = cboAuthor'
     365        'Status = stsDefault')
     366      (
     367        'Component = cboAttending'
     368        'Status = stsDefault')
     369      (
     370        'Component = cmdOK'
     371        'Status = stsDefault')
     372      (
     373        'Component = cmdCancel'
     374        'Status = stsDefault')
     375      (
     376        'Component = pnlTranscription'
     377        'Status = stsDefault')
     378      (
     379        'Component = cboTranscriptionist'
     380        'Status = stsDefault')
     381      (
     382        'Component = cboUrgency'
     383        'Status = stsDefault')
     384      (
     385        'Component = pnlAdmissions'
     386        'Status = stsDefault')
     387      (
     388        'Component = lstAdmissions'
     389        'Status = stsDefault')
     390      (
     391        'Component = pnlLabels'
     392        'Status = stsDefault')
     393      (
     394        'Component = lblDCSumm1'
     395        'Status = stsDefault')
     396      (
     397        'Component = lblDCSumm2'
     398        'Status = stsDefault')
     399      (
     400        'Component = frmDCSummProperties'
     401        'Status = stsDefault'))
     402  end
    357403end
Note: See TracChangeset for help on using the changeset viewer.