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

    r456 r829  
    55uses
    66  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
    7   ExtCtrls, ORCtrls, StdCtrls, ORFn;
     7  ExtCtrls, ORCtrls, StdCtrls, ORFn, fBase508Form, VA508AccessibilityManager;
    88
    99type
    10   TfrmODLabOthSpec = class(TForm)
     10  TfrmODLabOthSpec = class(TfrmBase508Form)
    1111    pnlBase: TORAutoPanel;
    1212    cboOtherSpec: TORComboBox;
     
    5252      with cboOtherSpec do
    5353        begin
    54           {MItems.Assign(SpecimenList);
     54          {FastAssign(SpecimenList, MItems);
    5555          InsertSeparator; }
    5656          InitLongList('');
Note: See TracChangeset for help on using the changeset viewer.