Ignore:
Timestamp:
May 7, 2015, 12:34:29 PM (9 years ago)
Author:
healthsevak
Message:

Updating the working copy to CPRS version 28

File:
1 edited

Legend:

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

    r830 r1679  
    99  Position = poScreenCenter
    1010  OnCreate = FormCreate
    11   ExplicitLeft = 408
    12   ExplicitTop = 234
    13   ExplicitWidth = 453
    14   ExplicitHeight = 506
     11  ExplicitWidth = 451
     12  ExplicitHeight = 497
    1513  PixelsPerInch = 96
    1614  TextHeight = 13
     
    8785    Height = 22
    8886    Caption = '&OK'
    89     TabOrder = 4
     87    TabOrder = 5
    9088    OnClick = cmdOKClick
    9189  end
     
    9795    Cancel = True
    9896    Caption = '&Cancel'
    99     TabOrder = 5
     97    TabOrder = 6
    10098    OnClick = cmdCancelClick
    10199  end
     
    114112    Height = 17
    115113    Caption = '&No Known Allergies'
    116     TabOrder = 3
     114    TabOrder = 4
    117115    OnClick = ckNoKnownAllergiesClick
    118116  end
     
    127125    StateImages = imTree
    128126    TabOrder = 2
     127    TabStop = False
    129128    OnDblClick = tvAgentDblClick
    130129    Caption = 'Select from one of the following items'
    131130    NodePiece = 0
    132131  end
     132  object NoAllergylbl508: TVA508StaticText [11]
     133    Name = 'NoAllergylbl508'
     134    Left = 320
     135    Top = 120
     136    Width = 12
     137    Height = 12
     138    Alignment = taLeftJustify
     139    BevelInner = bvLowered
     140    BorderStyle = bsSingle
     141    Enabled = False
     142    TabOrder = 3
     143    TabStop = True
     144    Visible = False
     145    ShowAccelChar = True
     146  end
    133147  inherited amgrMain: TVA508AccessibilityManager
    134148    Data = (
     
    156170      (
    157171        'Component = frmAllgyFind'
    158         'Status = stsDefault'))
     172        'Status = stsDefault')
     173      (
     174        'Component = NoAllergylbl508'
     175        'Text = No Known Allergies checkbox disabled'
     176        'Status = stsOK'))
    159177  end
    160178  object imTree: TImageList
     
    318336      end
    319337      item
    320         Caption = 'Greyed X and Exclaimation'
     338        Caption = 'No Matches'
    321339        ImageIndex = 2
    322340        OverlayIndex = -1
Note: See TracChangeset for help on using the changeset viewer.