Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1000 |
// property Favorite: TFavorite read FFavorite write FFavorite; |
// property Favorite: TFavorite read FFavorite write FFavorite; |
| 1001 |
procedure SetToolBarPopup; |
procedure SetToolBarPopup; |
| 1002 |
procedure ShowFavoriteAddDialog( Item : TObject ); |
procedure ShowFavoriteAddDialog( Item : TObject ); |
| 1003 |
|
procedure FavoritesURLReplace(oldURLs: TStringList; newURLs: TStringList); |
| 1004 |
|
|
| 1005 |
property ListViewBackGroundColor: TColor read FListViewBackGroundColor write SetListViewBackGroundColor; |
property ListViewBackGroundColor: TColor read FListViewBackGroundColor write SetListViewBackGroundColor; |
| 1006 |
property UseOddResOddColor : Boolean read FUseOddResOddColor write FUseOddResOddColor; |
property UseOddResOddColor : Boolean read FUseOddResOddColor write FUseOddResOddColor; |
| 1007 |
property OddColor : TColor read FOddColor write FOddColor; |
property OddColor : TColor read FOddColor write FOddColor; |
| 8824 |
AddRoundNameMenu(dummy1); |
AddRoundNameMenu(dummy1); |
| 8825 |
end; |
end; |
| 8826 |
|
|
| 8827 |
|
procedure TGikoForm.FavoritesURLReplace(oldURLs: TStringList; newURLs: TStringList); |
| 8828 |
|
begin |
| 8829 |
|
FavoriteDM.URLReplace(oldURLs, newURLs); |
| 8830 |
|
end; |
| 8831 |
|
|
| 8832 |
initialization |
initialization |
| 8833 |
OleInitialize(nil); |
OleInitialize(nil); |
| 8834 |
finalization |
finalization |
|
|
Legend:
| Removed from v.1.188 |
|
| changed lines |
| |
Added in v.1.189 |
|
|
|