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

    r456 r830  
    77uses
    88  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, uConst,
    9   rOrders;
     9  rOrders, fBase508Form, VA508AccessibilityManager;
    1010
    1111type
    12   TfrmPage = class(TForm)
     12  TfrmPage = class(TfrmBase508Form)
    1313    shpPageBottom: TShape;
    1414    procedure FormCreate(Sender: TObject);
     
    4646implementation
    4747
    48 uses ORFn, fFrame, uInit;
     48uses ORFn, fFrame, uInit, VA508AccessibilityRouter;
    4949
    5050{$R *.DFM}
     
    8888  BringToFront;
    8989  if ActiveControl <> nil then
    90     FocusControl(ActiveControl)
    91   else
    92     FocusFirstControl;
     90    FocusControl(ActiveControl);
     91 //CQ12232 else
     92//CQ12232   FocusFirstControl;
    9393  //SetFocus;
    9494  Inc(FDisplayCount);
     
    159159end;
    160160
     161initialization
     162  SpecifyFormIsNotADialog(TfrmPage);
     163
    161164end.
Note: See TracChangeset for help on using the changeset viewer.