mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
マスタエディタ:保存時のエラーチェックのバグ修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2445 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
6d8f9c69db
commit
7378080060
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -5259,7 +5259,7 @@ private: System::Windows::Forms::TextBox^ tboxMedia;
|
||||
// ガイド
|
||||
this->tboxGuideRomInfo->Text = gcnew System::String( "このタブの情報は編集不可です。データに誤りがある場合にはROMデータの作成時の設定を見直してください。" );
|
||||
this->tboxGuideTWLInfo->Text = gcnew System::String( "このタブの情報は編集不可です。データに誤りがある場合にはROMデータの作成時の設定を見直してください。" );
|
||||
this->tboxGuideRomEditInfo->Text = gcnew System::String( "このタブの情報は、提出確認書およびマスターROMの作成に必要です。編集してください。" );
|
||||
this->tboxGuideRomEditInfo->Text = gcnew System::String( "このタブの情報は提出確認書およびマスターROMの作成に必要です。編集してください。" );
|
||||
this->tboxGuideSubmitInfo->Text = gcnew System::String( "このタブの情報は提出確認書の作成に必要です。入力してください。" );
|
||||
this->tboxGuideCompanyInfo->Text = gcnew System::String( "このタブの情報は提出確認書の作成に必要です。入力してください。" );
|
||||
this->tboxGuideErrorInfo->Text = gcnew System::String( "" );
|
||||
@ -6002,6 +6002,8 @@ private: System::Windows::Forms::TextBox^ tboxMedia;
|
||||
}
|
||||
|
||||
// SRL関連フォーム入力をチェックする
|
||||
this->hErrorList->Clear();
|
||||
this->hWarnList->Clear();
|
||||
if( this->checkSrlForms() == false )
|
||||
{
|
||||
this->errMsg( "ROMデータに不正な設定があるためROMデータの保存ができません。",
|
||||
@ -6058,6 +6060,8 @@ private: System::Windows::Forms::TextBox^ tboxMedia;
|
||||
}
|
||||
|
||||
// SRLと書類の両方のフォーム入力をチェックする
|
||||
this->hErrorList->Clear();
|
||||
this->hWarnList->Clear();
|
||||
if( this->checkSrlForms() == false )
|
||||
{
|
||||
this->errMsg( "ROMデータに不正な設定があるためROMデータの保存および提出確認書の作成ができません。",
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user