Ignore:
Timestamp:
Dec 24, 2017, 11:13:05 AM (7 years ago)
Author:
chronos
Message:
  • Modified: Show rules list docked directly to main form.
Location:
branches/generator
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/generator

    • Property svn:ignore
      •  

        old new  
         1generator
        12generator.exe
        23generator.lps
        34lib
        45heaptrclog.trc
         6Generated
  • branches/generator/generator.lpr

    r129 r130  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UCore, Common, TemplateGenerics, UFormMain, SysUtils, UBuilder
     10  Forms, UCore, Common, TemplateGenerics, UFormMain, SysUtils, UBuilder,
     11  UFormRules
    1112  { you can add units after this };
    1213
     
    3031  Application.CreateForm(TCore, Core);
    3132  Application.CreateForm(TFormMain, FormMain);
     33  Application.CreateForm(TFormRules, FormRules);
    3234  Application.Run;
    3335end.
Note: See TracChangeset for help on using the changeset viewer.