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/Encounter/fPCEOther.dfm

    r456 r829  
    1 object frmPCEOther: TfrmPCEOther
     1inherited frmPCEOther: TfrmPCEOther
    22  Left = 451
    33  Top = 201
    4   Width = 279
    5   Height = 340
    64  ActiveControl = cboOther
    75  Caption = 'OtherItems'
    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 = []
    14   OldCreateOrder = True
     6  ClientHeight = 313
     7  ClientWidth = 271
    158  Position = poScreenCenter
    169  OnCreate = FormCreate
     10  ExplicitWidth = 279
     11  ExplicitHeight = 340
    1712  PixelsPerInch = 96
    1813  TextHeight = 13
    19   object cmdCancel: TButton
     14  object cmdCancel: TButton [0]
    2015    Left = 190
    2116    Top = 287
     
    2722    OnClick = cmdCancelClick
    2823  end
    29   object cmdOK: TButton
     24  object cmdOK: TButton [1]
    3025    Left = 110
    3126    Top = 287
     
    3732    OnClick = cmdOKClick
    3833  end
    39   object cboOther: TORComboBox
     34  object cboOther: TORComboBox [2]
    4035    Left = 8
    4136    Top = 8
     
    5247    ListItemsOnly = False
    5348    LongList = False
     49    LookupPiece = 0
    5450    MaxLength = 0
    5551    Pieces = '2'
     
    5955    OnChange = cboOtherChange
    6056    OnDblClick = cboOtherDblClick
     57    CharsNeedMatch = 1
     58  end
     59  inherited amgrMain: TVA508AccessibilityManager
     60    Data = (
     61      (
     62        'Component = cmdCancel'
     63        'Status = stsDefault')
     64      (
     65        'Component = cmdOK'
     66        'Status = stsDefault')
     67      (
     68        'Component = cboOther'
     69        'Status = stsDefault')
     70      (
     71        'Component = frmPCEOther'
     72        'Status = stsDefault'))
    6173  end
    6274end
Note: See TracChangeset for help on using the changeset viewer.