Move creation of tablecomment from application startup to a place where it's done on demand.

This commit is contained in:
Ansgar Becker
2007-07-03 19:17:54 +00:00
parent 45d617c776
commit 3e2517ee6f
6 changed files with 19 additions and 6 deletions

View File

@ -45,7 +45,6 @@ begin
Application.Title := APPNAME;
Application.CreateForm(TMainForm, MainForm); debug('perf: Main created.');
Application.CreateForm(Ttablecomment, tablecomment); debug('perf: tablecomment created.');
Application.CreateForm(Tloaddataform, loaddataform); debug('perf: loaddata created.');
Application.CreateForm(TprintlistForm, printlistForm); debug('perf: printlist created.');
Application.CreateForm(TCopyTableForm, CopyTableForm); debug('perf: CopyTable created.');