Ignore:
Timestamp:
May 8, 2013, 2:53:22 PM (11 years ago)
Author:
chronos
Message:
  • Fixed: Make only one form focused at once.
  • Modified: Enhanced TList generic class to support more methods.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Xvcl/Drivers/Driver.VideoVCL.pas

    r23 r24  
    55uses
    66  Vcl.Forms, Vcl.Graphics, System.Types, UFormMain, Xvcl.Classes, Xvcl.Kernel,
    7   Xvcl.Graphics;
     7  Xvcl.Graphics, Generics.Collections;
    88
    99type
     
    6363    clSilver: Result := $c0c0c0;
    6464    clGray: Result := $808080;
    65     clLightBlue: Result := $ff8080;
    66     clLightRed: Result := $80ff80;
    67     clLightGreen: Result := $8080ff;
     65    clLightBlue: Result := $ffb0b0;
     66    clLightRed: Result := $b0ffb0;
     67    clLightGreen: Result := $b0b0ff;
    6868    clBrown: Result := $a52a2a;
    6969    clMagenta: Result := $ff00ff;
Note: See TracChangeset for help on using the changeset viewer.