Ignore:
Timestamp:
Nov 27, 2017, 10:04:52 AM (7 years ago)
Author:
chronos
Message:
  • Modified: Rule items interface moved to separate unit UFormRuleItems.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/generator/generator.lpr

    r114 r116  
    99  Interfaces, // this includes the LCL widgetset
    1010  Forms, UCore, URules, Common, TemplateGenerics, UFormRule, UFormMain,
    11   UFormRules, UFormRuleItem
     11  UFormRules, UFormRuleItem, UFormRuleItems
    1212  { you can add units after this };
    1313
     
    2222  Application.CreateForm(TFormRules, FormRules);
    2323  Application.CreateForm(TFormRuleItem, FormRuleItem);
     24  Application.CreateForm(TFormRuleItems, FormRuleItems);
    2425  Application.Run;
    2526end.
Note: See TracChangeset for help on using the changeset viewer.