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/fSkinTest.pas

    r456 r829  
    66  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
    77  fPCEBase, ORCtrls, StdCtrls, ComCtrls, CheckLst, ExtCtrls, Buttons, uPCE, rPCE, ORFn,
    8   fPCELex, fPCEOther, rCore, fPCEBaseMain;
     8  fPCELex, fPCEOther, rCore, fPCEBaseMain, VA508AccessibilityManager;
    99
    1010type
     
    4141
    4242uses
    43   fEncounterFrame;
     43  fEncounterFrame, VA508AccessibilityRouter;
    4444
    4545procedure TfrmSkinTests.cboSkinResultsChange(Sender: TObject);
     
    137137      else
    138138      begin
    139         Showmessage('If the reading is over 9, the results are required to be positive.');
     139        Show508Message('If the reading is over 9, the results are required to be positive.');
    140140        cboSkinResults.SelectById('P');
    141141       end;
     
    245245end;
    246246
     247initialization
     248  SpecifyFormIsNotADialog(TfrmSkinTests);
     249
    247250end.
    248251 
Note: See TracChangeset for help on using the changeset viewer.