Ignore:
Timestamp:
Sep 11, 2008, 4:34:46 PM (16 years ago)
Author:
Kevin Toppenberg
Message:

Added debug log form

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/GUI-config/GUI_Config.dpr

    r476 r488  
    4242  CreateTemplateU in 'CreateTemplateU.pas' {CreateTemplateForm},
    4343  SkinFormU in 'SkinFormU.pas' {SkinForm},
    44   BatchAddU in 'BatchAddU.pas' {BatchAddForm};
     44  BatchAddU in 'BatchAddU.pas' {BatchAddForm},
     45  DebugU in 'DebugU.pas' {DebugForm};
    4546
    4647{$R *.res}
     
    6263  Application.CreateForm(TCreateTemplateForm, CreateTemplateForm);
    6364  Application.CreateForm(TBatchAddForm, BatchAddForm);
     65  Application.CreateForm(TDebugForm, DebugForm);
    6466  MainForm.Initialize;
    6567  Application.Run;
Note: See TracChangeset for help on using the changeset viewer.