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/Orders/fOrdersVerify.pas

    r456 r829  
    55uses
    66  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
    7   fAutoSz, StdCtrls, ORFn, ORCtrls, ExtCtrls;
     7  fAutoSz, StdCtrls, ORFn, ORCtrls, ExtCtrls, VA508AccessibilityManager;
    88
    99type
     
    127127    x := FilteredString(Items[Index]);
    128128    AHeight := WrappedTextHeightByFont(Canvas, Font, x, ARect);
    129     //if AHeight > 255 then AHeight := 255;
    130129    if AHeight <  13 then AHeight := 15;
    131130  end;
     
    145144    ARect.Left := ARect.Left + 2;
    146145    Canvas.FillRect(ARect);
    147     Canvas.Pen.Color := clSilver;
     146    Canvas.Pen.Color := Get508CompliantColor(clSilver);
    148147    SaveColor := Canvas.Brush.Color;
    149148    Canvas.MoveTo(ARect.Left, ARect.Bottom - 1);
Note: See TracChangeset for help on using the changeset viewer.