| 441 |
FLoopBrowserTabs : Boolean; |
FLoopBrowserTabs : Boolean; |
| 442 |
//! 100レス表示の先頭表示レス数 |
//! 100レス表示の先頭表示レス数 |
| 443 |
FHeadResCount : Integer; |
FHeadResCount : Integer; |
| 444 |
|
//! 関連キーワード追加フラグ |
| 445 |
|
FAddKeywordLink: Boolean; |
| 446 |
|
|
| 447 |
function GetMainCoolSet(Index: Integer): TCoolSet; |
function GetMainCoolSet(Index: Integer): TCoolSet; |
| 448 |
function GetBoardCoolSet(Index: Integer): TCoolSet; |
function GetBoardCoolSet(Index: Integer): TCoolSet; |
| 449 |
function GetBrowserCoolSet(Index: Integer): TCoolSet; |
function GetBrowserCoolSet(Index: Integer): TCoolSet; |
| 793 |
property LoopBrowserTabs : Boolean read FLoopBrowserTabs write FLoopBrowserTabs; |
property LoopBrowserTabs : Boolean read FLoopBrowserTabs write FLoopBrowserTabs; |
| 794 |
//! 100レス表示の先頭表示レス数 |
//! 100レス表示の先頭表示レス数 |
| 795 |
property HeadResCount : Integer read FHeadResCount write FHeadResCount; |
property HeadResCount : Integer read FHeadResCount write FHeadResCount; |
| 796 |
|
//! 関連キーワード追加フラグ |
| 797 |
|
property AddKeywordLink: Boolean read FAddKeywordLink write FAddKeywordLink; |
| 798 |
end; |
end; |
| 799 |
|
|
| 800 |
|
|
| 1267 |
|
|
| 1268 |
FStoredTaskTray := ini.ReadBool('Function', 'StroedTaskTray', false); |
FStoredTaskTray := ini.ReadBool('Function', 'StroedTaskTray', false); |
| 1269 |
FLoopBrowserTabs := ini.ReadBool('Function', 'LoopBrowserTabs', false); |
FLoopBrowserTabs := ini.ReadBool('Function', 'LoopBrowserTabs', false); |
| 1270 |
|
FAddKeywordLink := ini.ReadBool('Thread', 'AddKeywordLink', false); |
| 1271 |
ini.UpdateFile; |
ini.UpdateFile; |
| 1272 |
finally |
finally |
| 1273 |
ini.Free; |
ini.Free; |
| 1645 |
|
|
| 1646 |
ini.WriteBool('Function', 'StroedTaskTray', FStoredTaskTray); |
ini.WriteBool('Function', 'StroedTaskTray', FStoredTaskTray); |
| 1647 |
ini.WriteBool('Function', 'LoopBrowserTabs', FLoopBrowserTabs); |
ini.WriteBool('Function', 'LoopBrowserTabs', FLoopBrowserTabs); |
| 1648 |
|
ini.WriteBool('Thread', 'AddKeywordLink', FAddKeywordLink); |
| 1649 |
ini.UpdateFile; |
ini.UpdateFile; |
| 1650 |
finally |
finally |
| 1651 |
ini.Free; |
ini.Free; |