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

    r456 r830  
    55uses
    66  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
    7   fAutoSz, ExtCtrls, StdCtrls, ORFn;
     7  fAutoSz, ExtCtrls, StdCtrls, ORFn, VA508AccessibilityManager;
    88
    99type
     
    4848begin
    4949  inherited;
     50  Application.Restore;
     51  Application.BringToFront;
    5052  MessageBeep(MB_ICONASTERISK);
    5153  FCount := User.CountDown;
Note: See TracChangeset for help on using the changeset viewer.