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

    r456 r830  
    1 object frmPtSelMsg: TfrmPtSelMsg
     1inherited frmPtSelMsg: TfrmPtSelMsg
    22  Left = 375
    33  Top = 421
    4   Width = 375
    5   Height = 174
    64  Caption = 'Patient Lookup Messages'
    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 = []
     5  ClientHeight = 147
     6  ClientWidth = 367
    137  FormStyle = fsStayOnTop
    14   OldCreateOrder = False
    158  Position = poScreenCenter
    169  OnClose = FormClose
    1710  OnCreate = FormCreate
    1811  OnDestroy = FormDestroy
     12  ExplicitWidth = 375
     13  ExplicitHeight = 174
    1914  DesignSize = (
    2015    367
    21     140)
     16    147)
    2217  PixelsPerInch = 96
    2318  TextHeight = 13
    24   object cmdClose: TButton
     19  object cmdClose: TButton [0]
    2520    Left = 158
    2621    Top = 114
     
    3429    OnClick = cmdCloseClick
    3530  end
    36   object memMessages: TRichEdit
     31  object memMessages: TRichEdit [1]
    3732    Left = 0
    3833    Top = 0
     
    4641    WantReturns = False
    4742  end
     43  inherited amgrMain: TVA508AccessibilityManager
     44    Data = (
     45      (
     46        'Component = cmdClose'
     47        'Status = stsDefault')
     48      (
     49        'Component = memMessages'
     50        'Status = stsDefault')
     51      (
     52        'Component = frmPtSelMsg'
     53        'Status = stsDefault'))
     54  end
    4855  object timClose: TTimer
    4956    OnTimer = timCloseTimer
Note: See TracChangeset for help on using the changeset viewer.