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

    r456 r830  
    22  Left = 245
    33  Top = 268
    4   Width = 443
    5   Height = 302
    64  BorderIcons = [biSystemMenu]
    75  Caption = 'Patient Postings'
    8   KeyPreview = True
     6  ClientHeight = 275
     7  ClientWidth = 435
    98  Position = poScreenCenter
    109  OnCreate = FormCreate
    1110  OnKeyUp = FormKeyUp
     11  ExplicitWidth = 443
     12  ExplicitHeight = 302
    1213  PixelsPerInch = 96
    1314  TextHeight = 13
    14   object lblNotes: TOROffsetLabel
     15  object lblNotes: TOROffsetLabel [0]
    1516    Left = 0
    1617    Top = 127
     
    2425    WordWrap = False
    2526  end
    26   object lblAllergies: TOROffsetLabel
     27  object lblAllergies: TOROffsetLabel [1]
    2728    Left = 0
    2829    Top = 0
     
    3839    WordWrap = False
    3940  end
    40   object lstAllergies: TORListBox
     41  object lstAllergies: TORListBox [2]
    4142    Left = 0
    4243    Top = 21
     
    5556    TabPositions = '30,45'
    5657  end
    57   object lstNotes: TORListBox
     58  object lstNotes: TORListBox [3]
    5859    Left = 0
    5960    Top = 151
     
    7273    TabPositions = '20'
    7374  end
    74   object pnlBottom: TPanel
     75  object pnlBottom: TPanel [4]
    7576    Left = 0
    7677    Top = 248
     
    9596    end
    9697  end
     98  inherited amgrMain: TVA508AccessibilityManager
     99    Data = (
     100      (
     101        'Component = lstAllergies'
     102        'Status = stsDefault')
     103      (
     104        'Component = lstNotes'
     105        'Status = stsDefault')
     106      (
     107        'Component = pnlBottom'
     108        'Status = stsDefault')
     109      (
     110        'Component = btnClose'
     111        'Status = stsDefault')
     112      (
     113        'Component = frmPtCWAD'
     114        'Status = stsDefault'))
     115  end
    97116end
Note: See TracChangeset for help on using the changeset viewer.