diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb index b26ea1d..375a2f8 100644 Binary files a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb and b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb differ diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.suo b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.suo index d5a2833..a415a24 100644 Binary files a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.suo and b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.suo differ diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form_init.cpp b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form_init.cpp index 00bff80..8f68442 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form_init.cpp +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form_init.cpp @@ -64,8 +64,9 @@ void Form1::loadInit(void) { // Shared2ファイルのアクセス許可(ファイルごとに指定) System::String ^shared2 = MasterEditorTWL::getXPathText( root, "/init/access/shared2" ); - if( shared2 ) + if( shared2 != nullptr ) { + // コンマ区切りでアクセス許可ファイルNo.が指定されている cli::array ^list = shared2->Split( ',' ); if( list ) { @@ -88,12 +89,12 @@ void Form1::loadInit(void) // タグに付随して非表示項目を表示するかどうかを決める { // Shared2ファイル - System::Boolean bVisible; + System::Boolean bVisible = false; for each( System::Boolean permit in this->hSrl->hMrcExternalCheckItems->hIsPermitShared2Array ) { if( permit && !this->gboxShared2Size->Visible ) { - bVisible = true; // どれかひとつでもtrueならグループボックス全体を表示する + bVisible = true; // どれかひとつでもtrueならグループボックスを表示する } } this->gboxShared2Size->Visible = bVisible; @@ -103,8 +104,7 @@ void Form1::loadInit(void) int i; for( i=0; i < METWL_NUMOF_SHARED2FILES; i++ ) { - // グループボックス全体が表示されていたら全ファイルの項目が表示されるので - // アクセス許可されていないファイルのみ非表示にする + // アクセス許可されているファイルのみ表示にする if( this->hSrl->hMrcExternalCheckItems->hIsPermitShared2Array[i] ) { switch(i) diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Release/BuildLog.htm b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Release/BuildLog.htm index a213861..ba3f2ed 100644 Binary files a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Release/BuildLog.htm and b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Release/BuildLog.htm differ diff --git a/build/tools/MasterEditor/MasterEditorTWL/resource/ini.xml b/build/tools/MasterEditor/MasterEditorTWL/resource/ini.xml index 7746463..7ee3ff0 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/resource/ini.xml +++ b/build/tools/MasterEditor/MasterEditorTWL/resource/ini.xml @@ -1,10 +1,6 @@ w - - - - 2097152 diff --git a/build/tools/MasterEditor/MasterEditorTWL/resource/ini_memo.xml b/build/tools/MasterEditor/MasterEditorTWL/resource/ini_memo.xml new file mode 100644 index 0000000..82f613a --- /dev/null +++ b/build/tools/MasterEditor/MasterEditorTWL/resource/ini_memo.xml @@ -0,0 +1,22 @@ + + + + w + + + + + + 2097152 + + + 787f + 16017f + 151b + 99bf + 1bc1be + 2402ef + 37839f + 3b4f7f + +