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/Templates/fTemplateAutoGen.pas

    r456 r829  
    55uses
    66  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
    7   StdCtrls, ORCtrls, ExtCtrls, ORFn;
     7  StdCtrls, ORCtrls, ExtCtrls, ORFn, fBase508Form, VA508AccessibilityManager;
    88
    99type
    10   TfrmTemplateAutoGen = class(TForm)
     10  TfrmTemplateAutoGen = class(TfrmBase508Form)
    1111    rgSource: TKeyClickRadioGroup;
    1212    cbxObjects: TORComboBox;
     
    121121          end;
    122122      if DoIt then
    123         cbxObjects.Items.Assign(dmodShared.TIUObjects);
     123        FastAssign(dmodShared.TIUObjects, cbxObjects.Items);
    124124      FObjectsDone := TRUE;
    125125    end;
Note: See TracChangeset for help on using the changeset viewer.