Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1659 |
GikoSys.SambaFileExists(); |
GikoSys.SambaFileExists(); |
| 1660 |
|
|
| 1661 |
//タブ自動読み込み (AV発生のため一時封印) |
//タブ自動読み込み (AV発生のため一時封印) |
|
{ if GikoSys.Setting.TabAutoLoad then begin |
|
|
TabsOpenActionExecute(Sender); |
|
|
end;} |
|
|
|
|
| 1662 |
end; |
end; |
| 1663 |
|
|
| 1664 |
// CoolBar の設定を変数に保存 |
// CoolBar の設定を変数に保存 |
| 1812 |
LoadCoolBarSettings; |
LoadCoolBarSettings; |
| 1813 |
|
|
| 1814 |
FIsIgnoreResize := False; |
FIsIgnoreResize := False; |
| 1815 |
|
|
| 1816 |
|
//TabAutoLoad |
| 1817 |
|
//FormCreteから移動。 |
| 1818 |
|
if GikoSys.Setting.TabAutoLoad then begin |
| 1819 |
|
TabsOpenActionExecute(Sender); |
| 1820 |
|
end; |
| 1821 |
|
|
| 1822 |
end; |
end; |
| 1823 |
|
|
| 1824 |
procedure TGikoForm.FormCloseQuery(Sender: TObject; var CanClose: Boolean); |
procedure TGikoForm.FormCloseQuery(Sender: TObject; var CanClose: Boolean); |
|
|
Legend:
| Removed from v.1.381 |
|
| changed lines |
| |
Added in v.1.382 |
|
|
|