Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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; |
| 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 |
|
|
|