Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Giko.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.643 by h677, Tue Aug 21 15:12:36 2007 UTC revision 1.644 by h677, Wed Aug 22 15:04:23 2007 UTC
# Line 1323  begin Line 1323  begin
1323    
1324      //置換設定ファイルの読み込み      //置換設定ファイルの読み込み
1325      ReplaceDM.LoadFromFile(GikoSys.GetReplaceFileName);      ReplaceDM.LoadFromFile(GikoSys.GetReplaceFileName);
1326    
1327        //レスポップアップ消去タイマー
1328        ResPopupClearTimer.Interval := GikoSys.Setting.RespopupWait;
1329    
1330      // D&Dを受け取る      // D&Dを受け取る
1331      DragAcceptFiles(Self.Handle, True);      DragAcceptFiles(Self.Handle, True);
1332  end;  end;

Legend:
Removed from v.1.643  
changed lines
  Added in v.1.644

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26