diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb index 43fd2b3..1c72dc0 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 61a8af9..a608061 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 84f32d1..95a1996 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 68d5e51..21b2706 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.h +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.h @@ -5229,6 +5229,15 @@ private: System::Windows::Forms::RadioButton^ rPurposeCardTouchTryDS; System::String ^prefix = this->getSubmitFilePrefix(); System::String ^srlfile = prefix + ".SRL"; + if( this->rPurposeCardTouchTryDS->Checked ) + { + srlfile = prefix + "_Trial.SRL"; + } + //else if( this->rPurposeZone->Checked || this->rPurposeDSDownload->Checked ) + //{ + // srlfile = prefix + "_Download.SRL"; + //} + // 注意書き this->sucMsg( "SaveRom_Name", srlfile ); @@ -5342,6 +5351,21 @@ private: System::Windows::Forms::RadioButton^ rPurposeCardTouchTryDS; System::String ^middlefile = prefix + "_MIDDLEWARE.XML"; System::String ^middlefilePrint = prefix + "_MIDDLEWARE.HTML"; + if( this->rPurposeCardTouchTryDS->Checked ) + { + srlfile = prefix + "_Trial.SRL"; + delivfile = prefix + "_Trial_SHEET.XML"; + middlefile = prefix + "_Trial_MIDDLEWARE.XML"; + middlefilePrint = prefix + "_Trial_MIDDLEWARE.HTML"; + } + //else if( this->rPurposeZone->Checked || this->rPurposeDSDownload->Checked ) + //{ + // srlfile = prefix + "_Download.SRL"; + // delivfile = prefix + "_Download_SHEET.XML"; + // middlefile = prefix + "_Download_MIDDLEWARE.XML"; + // middlefilePrint = prefix + "_Download_MIDDLEWARE.HTML"; + //} + // 注意書き this->sucMsg( "SaveSet_Name", srlfile, delivfile, middlefile, middlefilePrint );