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

    r456 r830  
    3434  UM_EVENTOCCUR   = (WM_USER + 9249);  // used by EDO for background occured event
    3535  UM_NSSOTHER     = (WM_USER + 9250);  // used by NSS for auto-display schedule builder
     36  UM_MISC         = (WM_USER + 9251);  // used for misc stuff across forms
     37  UM_508          = (WM_USER + 9508);  // used for 508 messages at 508 base form level
    3638
    3739  { Tab Indexes, moved from fFrame }
     
    379381   DISCONTINUED_ORDER = '2';
    380382
     383   CaptionProperty = 'Caption';
     384   ShowAccelCharProperty = 'ShowAccelChar';
     385   DrawersProperty = 'Drawers';
     386
     387   {Sensitive Patient Access}
     388    DGSR_FAIL = -1;
     389    DGSR_NONE =  0;
     390    DGSR_SHOW =  1;
     391    DGSR_ASK  =  2;
     392    DGSR_DENY =  3;
    381393
    382394var
Note: See TracChangeset for help on using the changeset viewer.