diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb index 543052d..ba1ac91 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 2c81000..1b13b6a 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/Debug/BuildLog.htm b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm index 958afed..0f51e48 100644 Binary files a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm and b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm differ diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.h b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.h index 656cd48..fdd70f1 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.h +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.h @@ -4941,6 +4941,7 @@ private: System::Windows::Forms::RadioButton^ rSubmitInternet; { this->errMsg( "E_MWList_Default" ); } + this->sucMsg( "MWList_Success" ); } //stripItemMiddlewareXml_Click() private: @@ -4961,6 +4962,7 @@ private: System::Windows::Forms::RadioButton^ rSubmitInternet; { this->errMsg( "E_MWList_Default" ); } + this->sucMsg( "MWList_Success" ); } //stripItemMiddlewareHtml_Click diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form_tmp.cpp b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form_tmp.cpp index fcf81a2..4f230d0 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form_tmp.cpp +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form_tmp.cpp @@ -57,7 +57,19 @@ System::Void Form1::saveTmp( System::String ^filename ) MasterEditorTWL::appendXmlTag( doc, form, "BackupOther", this->tboxBackupOther->Text ); MasterEditorTWL::appendXmlTag( doc, form, "ReleaseForeign", (this->cboxReleaseForeign->Checked)?"Y":"N" ); MasterEditorTWL::appendXmlTag( doc, form, "Remarks", this->tboxCaption->Text ); - MasterEditorTWL::appendXmlTag( doc, form, "SubmitWay", (this->rSubmitHand->Checked)?"Hand":"Mail" ); + if( this->rSubmitInternet->Checked ) + { + MasterEditorTWL::appendXmlTag( doc, form, "SubmitWay", "Internet" ); + } + else if( this->rSubmitHand->Checked ) + { + MasterEditorTWL::appendXmlTag( doc, form, "SubmitWay", "Hand" ); + } + else + { + MasterEditorTWL::appendXmlTag( doc, form, "SubmitWay", "Mail" ); + } + if( this->rUsageSale->Checked ) MasterEditorTWL::appendXmlTag( doc, form, "Purpose", "Sale" ); else if( this->rUsageSample->Checked ) @@ -177,8 +189,8 @@ void Form1::loadTmp( System::String ^filename ) cli::array ^rbuts; cli::array ^strs; - rbuts = gcnew cli::array{this->rSubmitHand, this->rSubmitPost}; - strs = gcnew cli::array{"Hand","Mail"}; + rbuts = gcnew cli::array{this->rSubmitHand, this->rSubmitPost, this->rSubmitInternet}; + strs = gcnew cli::array{"Hand","Mail","Internet"}; this->parseTmp( root, "/MasterEditorTWL/Form/SubmitWay", rbuts, strs ); rbuts = gcnew cli::array{this->rUsageSale, this->rUsageSample, this->rUsageDst, this->rUsageOther}; diff --git a/build/tools/MasterEditor/MasterEditorTWL/resource/gui_msg_e.xml b/build/tools/MasterEditor/MasterEditorTWL/resource/gui_msg_e.xml index 7c5bbc5..eb9a13b 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/resource/gui_msg_e.xml +++ b/build/tools/MasterEditor/MasterEditorTWL/resource/gui_msg_e.xml @@ -75,6 +75,7 @@ Exception:{0} ROM data file has not been read. Failed to create the middleware list. +Succeeded in creating middleware list. Failed to save temporary information. diff --git a/build/tools/MasterEditor/MasterEditorTWL/resource/gui_msg_j.xml b/build/tools/MasterEditor/MasterEditorTWL/resource/gui_msg_j.xml index e7defbf..90bd08b 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/resource/gui_msg_j.xml +++ b/build/tools/MasterEditor/MasterEditorTWL/resource/gui_msg_j.xml @@ -75,6 +75,7 @@ ROMデータファイルが読み込まれていません。 ミドルウェアリストの作成に失敗しました。 +ミドルウェアリストの作成に成功しました。 一時情報の保存に失敗しました。