Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1625 |
//Samba24のファイルチェック |
//Samba24のファイルチェック |
| 1626 |
GikoSys.SambaFileExists(); |
GikoSys.SambaFileExists(); |
| 1627 |
|
|
| 1628 |
//タブ自動読み込み |
//タブ自動読み込み (AV発生のため一時封印) |
| 1629 |
if OptionDialog.TabAutoLoad.Checked then begin |
{ if GikoSys.Setting.TabAutoLoad then begin |
| 1630 |
TabsSaveActionExecute(Sender); |
TabsOpenActionExecute(Sender); |
| 1631 |
end; |
end;} |
| 1632 |
|
|
| 1633 |
end; |
end; |
| 1634 |
|
|
| 1795 |
Exit; |
Exit; |
| 1796 |
end else begin |
end else begin |
| 1797 |
CanClose := True; |
CanClose := True; |
| 1798 |
|
if GikoSys.Setting.TabAutoSave then begin |
| 1799 |
|
TabsSaveActionExecute(Sender); |
| 1800 |
|
end; |
| 1801 |
end; |
end; |
| 1802 |
//Application.HookMainWindow(Hook); |
//Application.HookMainWindow(Hook); |
| 1803 |
Application.UnhookMainWindow(Hook); |
Application.UnhookMainWindow(Hook); |
| 1804 |
Application.Terminate; |
Application.Terminate; |
|
|
|
|
if OptionDialog.TabAutoSave.Checked then begin |
|
|
TabsOpenActionExecute(Sender); |
|
|
end; |
|
|
|
|
| 1805 |
end; |
end; |
| 1806 |
|
|
| 1807 |
procedure TGikoForm.FormDestroy(Sender: TObject); |
procedure TGikoForm.FormDestroy(Sender: TObject); |
|
|
Legend:
| Removed from v.1.372 |
|
| changed lines |
| |
Added in v.1.373 |
|
|
|