| 152 |
|
|
| 153 |
function GetMainKeyFileName : String; |
function GetMainKeyFileName : String; |
| 154 |
function GetEditorKeyFileName: String; |
function GetEditorKeyFileName: String; |
| 155 |
|
function GetInputAssistFileName: String; |
| 156 |
procedure ReadSubjectFile(Board: TBoard); |
procedure ReadSubjectFile(Board: TBoard); |
| 157 |
procedure CreateThreadDat(Board: TBoard); |
procedure CreateThreadDat(Board: TBoard); |
| 158 |
procedure WriteThreadDat(Board: TBoard); |
procedure WriteThreadDat(Board: TBoard); |
| 255 |
ZERO_DATE: Integer = 25569; |
ZERO_DATE: Integer = 25569; |
| 256 |
BETA_VERSION_NAME_E = 'beta'; |
BETA_VERSION_NAME_E = 'beta'; |
| 257 |
BETA_VERSION_NAME_J = 'バタ'; |
BETA_VERSION_NAME_J = 'バタ'; |
| 258 |
BETA_VERSION = 51; |
BETA_VERSION = 52; |
| 259 |
BETA_VERSION_BUILD = ''; //!< debug版など |
BETA_VERSION_BUILD = ''; //!< debug版など |
| 260 |
APP_NAME = 'gikoNavi'; |
APP_NAME = 'gikoNavi'; |
| 261 |
BE_PHP_URL = 'http://be.2ch.net/test/p.php?i='; |
BE_PHP_URL = 'http://be.2ch.net/test/p.php?i='; |
| 3249 |
begin |
begin |
| 3250 |
Result := Setting.GetEditorKeyFileName; |
Result := Setting.GetEditorKeyFileName; |
| 3251 |
end; |
end; |
| 3252 |
|
//! 入力アシストの設定ファイル名 |
| 3253 |
|
function TGikoSys.GetInputAssistFileName: String; |
| 3254 |
|
begin |
| 3255 |
|
Result := Setting.GetInputAssistFileName; |
| 3256 |
|
end; |
| 3257 |
//! ギコナビのメッセージを設定する |
//! ギコナビのメッセージを設定する |
| 3258 |
procedure TGikoSys.SetGikoMessage; |
procedure TGikoSys.SetGikoMessage; |
| 3259 |
begin |
begin |