| 398 |
FGestures : TGestureModel; |
FGestures : TGestureModel; |
| 399 |
//! マウスジェスチャーを使用するかどうか |
//! マウスジェスチャーを使用するかどうか |
| 400 |
FGestureEnabled : Boolean; |
FGestureEnabled : Boolean; |
| 401 |
|
//! マウスジェスチャーをコンテキスト等の上で無効 |
| 402 |
|
FGestureIgnoreContext : Boolean; |
| 403 |
//フシアナトラップ設定 |
//フシアナトラップ設定 |
| 404 |
FLocalTrapAtt : Boolean; |
FLocalTrapAtt : Boolean; |
| 405 |
FRemoteTrapAtt : Boolean; |
FRemoteTrapAtt : Boolean; |
| 756 |
property Gestures : TGestureModel read FGestures write FGestures; |
property Gestures : TGestureModel read FGestures write FGestures; |
| 757 |
//! マウスジェスチャーを使用するかどうか |
//! マウスジェスチャーを使用するかどうか |
| 758 |
property GestureEnabled : Boolean read FGestureEnabled write FGestureEnabled; |
property GestureEnabled : Boolean read FGestureEnabled write FGestureEnabled; |
| 759 |
|
property GestureIgnoreContext : Boolean read FGestureIgnoreContext write FGestureIgnoreContext; |
| 760 |
//フシアナトラップ設定 |
//フシアナトラップ設定 |
| 761 |
property LocalTrapAtt : Boolean read FLocalTrapAtt write FLocalTrapAtt; |
property LocalTrapAtt : Boolean read FLocalTrapAtt write FLocalTrapAtt; |
| 762 |
property RemoteTrapAtt : Boolean read FRemoteTrapAtt write FRemoteTrapAtt; |
property RemoteTrapAtt : Boolean read FRemoteTrapAtt write FRemoteTrapAtt; |
| 1225 |
|
|
| 1226 |
// マウスジェスチャー |
// マウスジェスチャー |
| 1227 |
FGestureEnabled := ini.ReadBool( 'Guesture', 'Enabled', False ); |
FGestureEnabled := ini.ReadBool( 'Guesture', 'Enabled', False ); |
| 1228 |
|
FGestureIgnoreContext := ini.ReadBool( 'Guesture', 'IgnoreContext', False ); |
| 1229 |
//2ch言語サポ |
//2ch言語サポ |
| 1230 |
F2chSupport := ini.ReadBool('2chSupport', 'Support', False); |
F2chSupport := ini.ReadBool('2chSupport', 'Support', False); |
| 1231 |
|
|
| 1614 |
|
|
| 1615 |
// マウスジェスチャーを使用するかどうか |
// マウスジェスチャーを使用するかどうか |
| 1616 |
ini.WriteBool( 'Guesture', 'Enabled', FGestureEnabled ); |
ini.WriteBool( 'Guesture', 'Enabled', FGestureEnabled ); |
| 1617 |
|
ini.WriteBool( 'Guesture', 'IgnoreContext', FGestureIgnoreContext ); |
| 1618 |
//FusianaTrap |
//FusianaTrap |
| 1619 |
ini.WriteBool('Trap', 'LocalTrap', FLocalTrapAtt); |
ini.WriteBool('Trap', 'LocalTrap', FLocalTrapAtt); |
| 1620 |
ini.WriteBool('Trap', 'RemoteTrap', FRemoteTrapAtt); |
ini.WriteBool('Trap', 'RemoteTrap', FRemoteTrapAtt); |