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

    r456 r829  
    55uses
    66  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
    7   fAutoSz, StdCtrls, ORCtrls, CheckLst, ORFn;
     7  fAutoSz, StdCtrls, ORCtrls, CheckLst, ORFn, VA508AccessibilityManager;
    88
    99type
     
    1111    lstItems: TCheckListBox;
    1212    cmdStop: TORAlignButton;
    13     procedure FormCreate(Sender: TObject);
    1413  private
    1514    { Private declarations }
     
    4645end;
    4746
    48 procedure TfrmOMProgress.FormCreate(Sender: TObject);
    49 begin
    50   inherited;
    51   lstItems.Color := ReadOnlyColor;
    52 end;
    53 
    5447end.
Note: See TracChangeset for help on using the changeset viewer.