diff --git a/build/tools/MasterEditorTWL/MasterEditorTWL.ncb b/build/tools/MasterEditorTWL/MasterEditorTWL.ncb index 046dfc85..97ca3abf 100644 Binary files a/build/tools/MasterEditorTWL/MasterEditorTWL.ncb and b/build/tools/MasterEditorTWL/MasterEditorTWL.ncb differ diff --git a/build/tools/MasterEditorTWL/MasterEditorTWL.suo b/build/tools/MasterEditorTWL/MasterEditorTWL.suo index e323653f..c6bb0767 100644 Binary files a/build/tools/MasterEditorTWL/MasterEditorTWL.suo and b/build/tools/MasterEditorTWL/MasterEditorTWL.suo differ diff --git a/build/tools/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm b/build/tools/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm index 04a4ee41..c596b93a 100644 Binary files a/build/tools/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm and b/build/tools/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm differ diff --git a/build/tools/MasterEditorTWL/MasterEditorTWL/Form1.h b/build/tools/MasterEditorTWL/MasterEditorTWL/Form1.h index 63a114cf..2e4204bb 100644 --- a/build/tools/MasterEditorTWL/MasterEditorTWL/Form1.h +++ b/build/tools/MasterEditorTWL/MasterEditorTWL/Form1.h @@ -3830,9 +3830,8 @@ private: System::Windows::Forms::CheckBox^ cboxIsPhotoEx; { System::Windows::Forms::OpenFileDialog ^dlg = gcnew (OpenFileDialog); - dlg->InitialDirectory = "c:\\"; - dlg->Filter = (this->stripItemJapanese->Checked == true)?"srl形式 (*.srl)|*.srl|All files (*.*)|*.*" - :"srl format (*.srl)|*.srl|All files (*.*)|*.*"; + dlg->InitialDirectory = System::Environment::GetFolderPath( System::Environment::SpecialFolder::Desktop );//"c:\\"; + dlg->Filter = "srl format (*.srl)|*.srl|All files (*.*)|*.*"; dlg->FilterIndex = 1; dlg->RestoreDirectory = true; @@ -4039,8 +4038,8 @@ private: System::Windows::Forms::CheckBox^ cboxIsPhotoEx; { System::Windows::Forms::SaveFileDialog ^dlg = gcnew (SaveFileDialog); - dlg->InitialDirectory = "c:\\"; - dlg->Filter = "xml形式 (*.xml)|*.xml"; + dlg->InitialDirectory = System::Environment::GetFolderPath( System::Environment::SpecialFolder::Desktop );//"c:\\"; + dlg->Filter = "xml format (*.xml)|*.xml"; dlg->FilterIndex = 1; dlg->RestoreDirectory = true; @@ -4068,8 +4067,8 @@ private: System::Windows::Forms::CheckBox^ cboxIsPhotoEx; { System::Windows::Forms::SaveFileDialog ^dlg = gcnew (SaveFileDialog); - dlg->InitialDirectory = "c:\\"; - dlg->Filter = "xml形式 (*.xml)|*.xml"; + dlg->InitialDirectory = System::Environment::GetFolderPath( System::Environment::SpecialFolder::Desktop );//"c:\\"; + dlg->Filter = "xml format (*.xml)|*.xml"; dlg->FilterIndex = 1; dlg->RestoreDirectory = true; @@ -4166,8 +4165,8 @@ private: System::Windows::Forms::CheckBox^ cboxIsPhotoEx; { System::Windows::Forms::SaveFileDialog ^dlg = gcnew (SaveFileDialog); - dlg->InitialDirectory = "c:\\"; - dlg->Filter = "xml形式 (*.xml)|*.xml"; + dlg->InitialDirectory = System::Environment::GetFolderPath( System::Environment::SpecialFolder::Desktop );//"c:\\"; + dlg->Filter = "xml format (*.xml)|*.xml"; dlg->FilterIndex = 1; dlg->RestoreDirectory = true; @@ -4193,8 +4192,8 @@ private: System::Windows::Forms::CheckBox^ cboxIsPhotoEx; { System::Windows::Forms::OpenFileDialog ^dlg = gcnew (OpenFileDialog); - dlg->InitialDirectory = "c:\\"; - dlg->Filter = "xml形式 (*.xml)|*.xml"; + dlg->InitialDirectory = System::Environment::GetFolderPath( System::Environment::SpecialFolder::Desktop );//"c:\\"; + dlg->Filter = "xml format (*.xml)|*.xml"; dlg->FilterIndex = 1; dlg->RestoreDirectory = true; @@ -4226,8 +4225,8 @@ private: System::Windows::Forms::CheckBox^ cboxIsPhotoEx; { System::Windows::Forms::SaveFileDialog ^dlg = gcnew (SaveFileDialog); - dlg->InitialDirectory = "c:\\"; - dlg->Filter = "xml形式 (*.xml)|*.xml"; + dlg->InitialDirectory = System::Environment::GetFolderPath( System::Environment::SpecialFolder::Desktop );//"c:\\"; + dlg->Filter = "xml format (*.xml)|*.xml"; dlg->FilterIndex = 1; dlg->RestoreDirectory = true; @@ -4262,8 +4261,8 @@ private: System::Windows::Forms::CheckBox^ cboxIsPhotoEx; { System::Windows::Forms::SaveFileDialog ^dlg = gcnew (SaveFileDialog); - dlg->InitialDirectory = "c:\\"; - dlg->Filter = "html形式 (*.html)|*.html"; + dlg->InitialDirectory = System::Environment::GetFolderPath( System::Environment::SpecialFolder::Desktop );//"c:\\"; + dlg->Filter = "html format (*.html)|*.html"; dlg->FilterIndex = 1; dlg->RestoreDirectory = true;