OSDN Git Service

SearchLog Dialog implemented
authornaru <bottle@mikage.to>
Sat, 6 Mar 2004 02:25:43 +0000 (02:25 +0000)
committernaru <bottle@mikage.to>
Sat, 6 Mar 2004 02:25:43 +0000 (02:25 +0000)
bottleclient/SstpBottle.dpr

index 36d6e19..6c06688 100755 (executable)
@@ -57,7 +57,7 @@ uses
   SpecialCharEditor in 'SpecialCharEditor.pas' {frmSpecialCharEditor},
   HtmlOutputConfig in 'HtmlOutputConfig.pas' {frmHTMLOutputConfig},
   HtmlOutputProgress in 'HtmlOutputProgress.pas' {frmHTMLOutputProgress},
-  SearchLog in 'SearchLog.pas' {TfrmSearchLog};
+  SearchLog in 'SearchLog.pas' {frmSearchLog};
 
 // \8c^\95t\82«\92è\90\94\82ð\95Ï\8dX\82Å\82«\82é\82æ\82¤\82É\82·\82é\83R\83\93\83p\83C\83\89\83I\83v\83V\83\87\83\93
 // \88ê\95\94\82Ì\83R\83\93\83|\81[\83l\83\93\83g\82É\82±\82ê\82ª\95K\97v
@@ -85,7 +85,6 @@ begin
   Application.CreateForm(TfrmLog, frmLog);
   Application.CreateForm(TfrmMessageBox, frmMessageBox);
   Application.CreateForm(TfrmSurfacePreview, frmSurfacePreview);
-  Application.CreateForm(TTfrmSearchLog, TfrmSearchLog);
   if not Application.Terminated then frmSender.Show;
   Application.Run;
 end.