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.383 by yoffy, Fri Aug 6 02:05:16 2004 UTC revision 1.384 by genyakun, Sat Aug 7 02:29:38 2004 UTC
# Line 1123  type Line 1123  type
1123    
1124                  function FindToolBarButton( bar : TToolBar; action : TAction ) : TToolButton;                  function FindToolBarButton( bar : TToolBar; action : TAction ) : TToolButton;
1125                  procedure OnPlugInMenuItem( Sender : TObject );                  procedure OnPlugInMenuItem( Sender : TObject );
1126                    procedure TabFileURLReplace(oldURLs: TStringList; newURLs: TStringList);
1127    
1128          published          published
1129                  property EnabledCloseButton: Boolean read FEnabledCloseButton write SetEnabledCloseButton;                  property EnabledCloseButton: Boolean read FEnabledCloseButton write SetEnabledCloseButton;
# Line 9980  begin Line 9981  begin
9981          RoundList.URLReplace(oldURLs, newURLs);          RoundList.URLReplace(oldURLs, newURLs);
9982  end;  end;
9983    
9984    procedure TGikoForm.TabFileURLReplace(oldURLs: TStringList; newURLs: TStringList);
9985    begin
9986            //RoundList.URLReplace(oldURLs, newURLs);
9987    end;
9988    
9989  // 最小化される  // 最小化される
9990  procedure TGikoForm.OnMinimize;  procedure TGikoForm.OnMinimize;
9991  begin  begin

Legend:
Removed from v.1.383  
changed lines
  Added in v.1.384

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