diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb index 1fced18..0029093 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 afab2f2..9697b5d 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 18ce442..15353ae 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 21b32d5..6ca1e98 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.h +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.h @@ -1196,12 +1196,20 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; // // tboxFile // + this->tboxFile->AccessibleDescription = nullptr; + this->tboxFile->AccessibleName = nullptr; resources->ApplyResources(this->tboxFile, L"tboxFile"); + this->tboxFile->BackgroundImage = nullptr; + this->tboxFile->Font = nullptr; this->tboxFile->Name = L"tboxFile"; this->tboxFile->ReadOnly = true; // // gboxSrl // + this->gboxSrl->AccessibleDescription = nullptr; + this->gboxSrl->AccessibleName = nullptr; + resources->ApplyResources(this->gboxSrl, L"gboxSrl"); + this->gboxSrl->BackgroundImage = nullptr; this->gboxSrl->Controls->Add(this->tboxRemasterVer); this->gboxSrl->Controls->Add(this->tboxRomSize); this->gboxSrl->Controls->Add(this->tboxPlatform); @@ -1217,293 +1225,450 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; this->gboxSrl->Controls->Add(this->labTitleName); this->gboxSrl->Controls->Add(this->labRemasterVer); this->gboxSrl->Controls->Add(this->tboxTitleName); - resources->ApplyResources(this->gboxSrl, L"gboxSrl"); + this->gboxSrl->Font = nullptr; this->gboxSrl->Name = L"gboxSrl"; this->gboxSrl->TabStop = false; // // tboxRemasterVer // + this->tboxRemasterVer->AccessibleDescription = nullptr; + this->tboxRemasterVer->AccessibleName = nullptr; resources->ApplyResources(this->tboxRemasterVer, L"tboxRemasterVer"); + this->tboxRemasterVer->BackgroundImage = nullptr; + this->tboxRemasterVer->Font = nullptr; this->tboxRemasterVer->Name = L"tboxRemasterVer"; this->tboxRemasterVer->ReadOnly = true; // // tboxRomSize // + this->tboxRomSize->AccessibleDescription = nullptr; + this->tboxRomSize->AccessibleName = nullptr; resources->ApplyResources(this->tboxRomSize, L"tboxRomSize"); + this->tboxRomSize->BackgroundImage = nullptr; + this->tboxRomSize->Font = nullptr; this->tboxRomSize->Name = L"tboxRomSize"; this->tboxRomSize->ReadOnly = true; // // tboxPlatform // + this->tboxPlatform->AccessibleDescription = nullptr; + this->tboxPlatform->AccessibleName = nullptr; resources->ApplyResources(this->tboxPlatform, L"tboxPlatform"); + this->tboxPlatform->BackgroundImage = nullptr; + this->tboxPlatform->Font = nullptr; this->tboxPlatform->Name = L"tboxPlatform"; this->tboxPlatform->ReadOnly = true; // // labPlatform // + this->labPlatform->AccessibleDescription = nullptr; + this->labPlatform->AccessibleName = nullptr; resources->ApplyResources(this->labPlatform, L"labPlatform"); + this->labPlatform->Font = nullptr; this->labPlatform->Name = L"labPlatform"; // // tboxRomLatency // + this->tboxRomLatency->AccessibleDescription = nullptr; + this->tboxRomLatency->AccessibleName = nullptr; resources->ApplyResources(this->tboxRomLatency, L"tboxRomLatency"); + this->tboxRomLatency->BackgroundImage = nullptr; + this->tboxRomLatency->Font = nullptr; this->tboxRomLatency->Name = L"tboxRomLatency"; this->tboxRomLatency->ReadOnly = true; // // labRomSize // + this->labRomSize->AccessibleDescription = nullptr; + this->labRomSize->AccessibleName = nullptr; resources->ApplyResources(this->labRomSize, L"labRomSize"); + this->labRomSize->Font = nullptr; this->labRomSize->Name = L"labRomSize"; // // labRomType // + this->labRomType->AccessibleDescription = nullptr; + this->labRomType->AccessibleName = nullptr; resources->ApplyResources(this->labRomType, L"labRomType"); + this->labRomType->Font = nullptr; this->labRomType->Name = L"labRomType"; // // tboxMakerCode // + this->tboxMakerCode->AccessibleDescription = nullptr; + this->tboxMakerCode->AccessibleName = nullptr; resources->ApplyResources(this->tboxMakerCode, L"tboxMakerCode"); + this->tboxMakerCode->BackgroundImage = nullptr; + this->tboxMakerCode->Font = nullptr; this->tboxMakerCode->Name = L"tboxMakerCode"; this->tboxMakerCode->ReadOnly = true; // // cboxRemasterVerE // + this->cboxRemasterVerE->AccessibleDescription = nullptr; + this->cboxRemasterVerE->AccessibleName = nullptr; resources->ApplyResources(this->cboxRemasterVerE, L"cboxRemasterVerE"); + this->cboxRemasterVerE->BackgroundImage = nullptr; + this->cboxRemasterVerE->Font = nullptr; this->cboxRemasterVerE->Name = L"cboxRemasterVerE"; this->cboxRemasterVerE->UseVisualStyleBackColor = true; this->cboxRemasterVerE->CheckedChanged += gcnew System::EventHandler(this, &Form1::cboxRemasterVerE_CheckedChanged); // // labMakerCode // + this->labMakerCode->AccessibleDescription = nullptr; + this->labMakerCode->AccessibleName = nullptr; resources->ApplyResources(this->labMakerCode, L"labMakerCode"); + this->labMakerCode->Font = nullptr; this->labMakerCode->Name = L"labMakerCode"; // // labGameCode // + this->labGameCode->AccessibleDescription = nullptr; + this->labGameCode->AccessibleName = nullptr; resources->ApplyResources(this->labGameCode, L"labGameCode"); + this->labGameCode->Font = nullptr; this->labGameCode->Name = L"labGameCode"; // // tboxGameCode // + this->tboxGameCode->AccessibleDescription = nullptr; + this->tboxGameCode->AccessibleName = nullptr; resources->ApplyResources(this->tboxGameCode, L"tboxGameCode"); + this->tboxGameCode->BackgroundImage = nullptr; + this->tboxGameCode->Font = nullptr; this->tboxGameCode->Name = L"tboxGameCode"; this->tboxGameCode->ReadOnly = true; // // labTitleName // + this->labTitleName->AccessibleDescription = nullptr; + this->labTitleName->AccessibleName = nullptr; resources->ApplyResources(this->labTitleName, L"labTitleName"); + this->labTitleName->Font = nullptr; this->labTitleName->Name = L"labTitleName"; // // labRemasterVer // + this->labRemasterVer->AccessibleDescription = nullptr; + this->labRemasterVer->AccessibleName = nullptr; resources->ApplyResources(this->labRemasterVer, L"labRemasterVer"); + this->labRemasterVer->Font = nullptr; this->labRemasterVer->Name = L"labRemasterVer"; // // tboxTitleName // + this->tboxTitleName->AccessibleDescription = nullptr; + this->tboxTitleName->AccessibleName = nullptr; resources->ApplyResources(this->tboxTitleName, L"tboxTitleName"); + this->tboxTitleName->BackgroundImage = nullptr; + this->tboxTitleName->Font = nullptr; this->tboxTitleName->Name = L"tboxTitleName"; this->tboxTitleName->ReadOnly = true; // // labBackup // + this->labBackup->AccessibleDescription = nullptr; + this->labBackup->AccessibleName = nullptr; resources->ApplyResources(this->labBackup, L"labBackup"); + this->labBackup->Font = nullptr; this->labBackup->Name = L"labBackup"; // // combBackup // + this->combBackup->AccessibleDescription = nullptr; + this->combBackup->AccessibleName = nullptr; + resources->ApplyResources(this->combBackup, L"combBackup"); + this->combBackup->BackgroundImage = nullptr; this->combBackup->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList; + this->combBackup->Font = nullptr; this->combBackup->FormattingEnabled = true; this->combBackup->Items->AddRange(gcnew cli::array< System::Object^ >(10) {resources->GetString(L"combBackup.Items"), resources->GetString(L"combBackup.Items1"), resources->GetString(L"combBackup.Items2"), resources->GetString(L"combBackup.Items3"), resources->GetString(L"combBackup.Items4"), resources->GetString(L"combBackup.Items5"), resources->GetString(L"combBackup.Items6"), resources->GetString(L"combBackup.Items7"), resources->GetString(L"combBackup.Items8"), resources->GetString(L"combBackup.Items9")}); - resources->ApplyResources(this->combBackup, L"combBackup"); this->combBackup->Name = L"combBackup"; this->combBackup->SelectedIndexChanged += gcnew System::EventHandler(this, &Form1::combBackup_SelectedIndexChanged); // // tboxBackupOther // + this->tboxBackupOther->AccessibleDescription = nullptr; + this->tboxBackupOther->AccessibleName = nullptr; resources->ApplyResources(this->tboxBackupOther, L"tboxBackupOther"); + this->tboxBackupOther->BackgroundImage = nullptr; + this->tboxBackupOther->Font = nullptr; this->tboxBackupOther->Name = L"tboxBackupOther"; // // gboxCRC // + this->gboxCRC->AccessibleDescription = nullptr; + this->gboxCRC->AccessibleName = nullptr; + resources->ApplyResources(this->gboxCRC, L"gboxCRC"); + this->gboxCRC->BackgroundImage = nullptr; this->gboxCRC->Controls->Add(this->labRomCRC); this->gboxCRC->Controls->Add(this->labHeaderCRC); this->gboxCRC->Controls->Add(this->tboxHeaderCRC); this->gboxCRC->Controls->Add(this->tboxWholeCRC); - resources->ApplyResources(this->gboxCRC, L"gboxCRC"); + this->gboxCRC->Font = nullptr; this->gboxCRC->Name = L"gboxCRC"; this->gboxCRC->TabStop = false; // // labRomCRC // + this->labRomCRC->AccessibleDescription = nullptr; + this->labRomCRC->AccessibleName = nullptr; resources->ApplyResources(this->labRomCRC, L"labRomCRC"); + this->labRomCRC->Font = nullptr; this->labRomCRC->Name = L"labRomCRC"; // // labHeaderCRC // + this->labHeaderCRC->AccessibleDescription = nullptr; + this->labHeaderCRC->AccessibleName = nullptr; resources->ApplyResources(this->labHeaderCRC, L"labHeaderCRC"); + this->labHeaderCRC->Font = nullptr; this->labHeaderCRC->Name = L"labHeaderCRC"; // // tboxHeaderCRC // + this->tboxHeaderCRC->AccessibleDescription = nullptr; + this->tboxHeaderCRC->AccessibleName = nullptr; resources->ApplyResources(this->tboxHeaderCRC, L"tboxHeaderCRC"); + this->tboxHeaderCRC->BackgroundImage = nullptr; + this->tboxHeaderCRC->Font = nullptr; this->tboxHeaderCRC->Name = L"tboxHeaderCRC"; this->tboxHeaderCRC->ReadOnly = true; // // tboxWholeCRC // + this->tboxWholeCRC->AccessibleDescription = nullptr; + this->tboxWholeCRC->AccessibleName = nullptr; resources->ApplyResources(this->tboxWholeCRC, L"tboxWholeCRC"); + this->tboxWholeCRC->BackgroundImage = nullptr; + this->tboxWholeCRC->Font = nullptr; this->tboxWholeCRC->Name = L"tboxWholeCRC"; this->tboxWholeCRC->ReadOnly = true; // // labCaption // + this->labCaption->AccessibleDescription = nullptr; + this->labCaption->AccessibleName = nullptr; resources->ApplyResources(this->labCaption, L"labCaption"); + this->labCaption->Font = nullptr; this->labCaption->Name = L"labCaption"; // // tboxCaption // + this->tboxCaption->AccessibleDescription = nullptr; + this->tboxCaption->AccessibleName = nullptr; resources->ApplyResources(this->tboxCaption, L"tboxCaption"); + this->tboxCaption->BackgroundImage = nullptr; + this->tboxCaption->Font = nullptr; this->tboxCaption->Name = L"tboxCaption"; // // labOFLC // + this->labOFLC->AccessibleDescription = nullptr; + this->labOFLC->AccessibleName = nullptr; resources->ApplyResources(this->labOFLC, L"labOFLC"); + this->labOFLC->Font = nullptr; this->labOFLC->Name = L"labOFLC"; // // labPEGI_BBFC // + this->labPEGI_BBFC->AccessibleDescription = nullptr; + this->labPEGI_BBFC->AccessibleName = nullptr; resources->ApplyResources(this->labPEGI_BBFC, L"labPEGI_BBFC"); + this->labPEGI_BBFC->Font = nullptr; this->labPEGI_BBFC->Name = L"labPEGI_BBFC"; // // labPEGI_PRT // + this->labPEGI_PRT->AccessibleDescription = nullptr; + this->labPEGI_PRT->AccessibleName = nullptr; resources->ApplyResources(this->labPEGI_PRT, L"labPEGI_PRT"); + this->labPEGI_PRT->Font = nullptr; this->labPEGI_PRT->Name = L"labPEGI_PRT"; // // labPEGI // + this->labPEGI->AccessibleDescription = nullptr; + this->labPEGI->AccessibleName = nullptr; resources->ApplyResources(this->labPEGI, L"labPEGI"); + this->labPEGI->Font = nullptr; this->labPEGI->Name = L"labPEGI"; // // labUSK // + this->labUSK->AccessibleDescription = nullptr; + this->labUSK->AccessibleName = nullptr; resources->ApplyResources(this->labUSK, L"labUSK"); + this->labUSK->Font = nullptr; this->labUSK->Name = L"labUSK"; // // labESRB // + this->labESRB->AccessibleDescription = nullptr; + this->labESRB->AccessibleName = nullptr; resources->ApplyResources(this->labESRB, L"labESRB"); + this->labESRB->Font = nullptr; this->labESRB->Name = L"labESRB"; // // labCERO // + this->labCERO->AccessibleDescription = nullptr; + this->labCERO->AccessibleName = nullptr; resources->ApplyResources(this->labCERO, L"labCERO"); + this->labCERO->Font = nullptr; this->labCERO->Name = L"labCERO"; // // combOFLC // + this->combOFLC->AccessibleDescription = nullptr; + this->combOFLC->AccessibleName = nullptr; + resources->ApplyResources(this->combOFLC, L"combOFLC"); + this->combOFLC->BackgroundImage = nullptr; this->combOFLC->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList; + this->combOFLC->Font = nullptr; this->combOFLC->FormattingEnabled = true; this->combOFLC->Items->AddRange(gcnew cli::array< System::Object^ >(5) {resources->GetString(L"combOFLC.Items"), resources->GetString(L"combOFLC.Items1"), resources->GetString(L"combOFLC.Items2"), resources->GetString(L"combOFLC.Items3"), resources->GetString(L"combOFLC.Items4")}); - resources->ApplyResources(this->combOFLC, L"combOFLC"); this->combOFLC->Name = L"combOFLC"; // // combPEGI_BBFC // + this->combPEGI_BBFC->AccessibleDescription = nullptr; + this->combPEGI_BBFC->AccessibleName = nullptr; + resources->ApplyResources(this->combPEGI_BBFC, L"combPEGI_BBFC"); + this->combPEGI_BBFC->BackgroundImage = nullptr; this->combPEGI_BBFC->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList; + this->combPEGI_BBFC->Font = nullptr; this->combPEGI_BBFC->FormattingEnabled = true; this->combPEGI_BBFC->Items->AddRange(gcnew cli::array< System::Object^ >(10) {resources->GetString(L"combPEGI_BBFC.Items"), resources->GetString(L"combPEGI_BBFC.Items1"), resources->GetString(L"combPEGI_BBFC.Items2"), resources->GetString(L"combPEGI_BBFC.Items3"), resources->GetString(L"combPEGI_BBFC.Items4"), resources->GetString(L"combPEGI_BBFC.Items5"), resources->GetString(L"combPEGI_BBFC.Items6"), resources->GetString(L"combPEGI_BBFC.Items7"), resources->GetString(L"combPEGI_BBFC.Items8"), resources->GetString(L"combPEGI_BBFC.Items9")}); - resources->ApplyResources(this->combPEGI_BBFC, L"combPEGI_BBFC"); this->combPEGI_BBFC->Name = L"combPEGI_BBFC"; // // combPEGI_PRT // + this->combPEGI_PRT->AccessibleDescription = nullptr; + this->combPEGI_PRT->AccessibleName = nullptr; + resources->ApplyResources(this->combPEGI_PRT, L"combPEGI_PRT"); + this->combPEGI_PRT->BackgroundImage = nullptr; this->combPEGI_PRT->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList; + this->combPEGI_PRT->Font = nullptr; this->combPEGI_PRT->FormattingEnabled = true; this->combPEGI_PRT->Items->AddRange(gcnew cli::array< System::Object^ >(7) {resources->GetString(L"combPEGI_PRT.Items"), resources->GetString(L"combPEGI_PRT.Items1"), resources->GetString(L"combPEGI_PRT.Items2"), resources->GetString(L"combPEGI_PRT.Items3"), resources->GetString(L"combPEGI_PRT.Items4"), resources->GetString(L"combPEGI_PRT.Items5"), resources->GetString(L"combPEGI_PRT.Items6")}); - resources->ApplyResources(this->combPEGI_PRT, L"combPEGI_PRT"); this->combPEGI_PRT->Name = L"combPEGI_PRT"; // // combPEGI // + this->combPEGI->AccessibleDescription = nullptr; + this->combPEGI->AccessibleName = nullptr; + resources->ApplyResources(this->combPEGI, L"combPEGI"); + this->combPEGI->BackgroundImage = nullptr; this->combPEGI->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList; + this->combPEGI->Font = nullptr; this->combPEGI->FormattingEnabled = true; this->combPEGI->Items->AddRange(gcnew cli::array< System::Object^ >(7) {resources->GetString(L"combPEGI.Items"), resources->GetString(L"combPEGI.Items1"), resources->GetString(L"combPEGI.Items2"), resources->GetString(L"combPEGI.Items3"), resources->GetString(L"combPEGI.Items4"), resources->GetString(L"combPEGI.Items5"), resources->GetString(L"combPEGI.Items6")}); - resources->ApplyResources(this->combPEGI, L"combPEGI"); this->combPEGI->Name = L"combPEGI"; // // combUSK // + this->combUSK->AccessibleDescription = nullptr; + this->combUSK->AccessibleName = nullptr; + resources->ApplyResources(this->combUSK, L"combUSK"); + this->combUSK->BackgroundImage = nullptr; this->combUSK->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList; + this->combUSK->Font = nullptr; this->combUSK->FormattingEnabled = true; this->combUSK->Items->AddRange(gcnew cli::array< System::Object^ >(6) {resources->GetString(L"combUSK.Items"), resources->GetString(L"combUSK.Items1"), resources->GetString(L"combUSK.Items2"), resources->GetString(L"combUSK.Items3"), resources->GetString(L"combUSK.Items4"), resources->GetString(L"combUSK.Items5")}); - resources->ApplyResources(this->combUSK, L"combUSK"); this->combUSK->Name = L"combUSK"; // // combESRB // + this->combESRB->AccessibleDescription = nullptr; + this->combESRB->AccessibleName = nullptr; + resources->ApplyResources(this->combESRB, L"combESRB"); + this->combESRB->BackgroundImage = nullptr; this->combESRB->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList; + this->combESRB->Font = nullptr; this->combESRB->FormattingEnabled = true; this->combESRB->Items->AddRange(gcnew cli::array< System::Object^ >(7) {resources->GetString(L"combESRB.Items"), resources->GetString(L"combESRB.Items1"), resources->GetString(L"combESRB.Items2"), resources->GetString(L"combESRB.Items3"), resources->GetString(L"combESRB.Items4"), resources->GetString(L"combESRB.Items5"), resources->GetString(L"combESRB.Items6")}); - resources->ApplyResources(this->combESRB, L"combESRB"); this->combESRB->Name = L"combESRB"; // // combCERO // + this->combCERO->AccessibleDescription = nullptr; + this->combCERO->AccessibleName = nullptr; + resources->ApplyResources(this->combCERO, L"combCERO"); + this->combCERO->BackgroundImage = nullptr; this->combCERO->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList; + this->combCERO->Font = nullptr; this->combCERO->FormattingEnabled = true; this->combCERO->Items->AddRange(gcnew cli::array< System::Object^ >(6) {resources->GetString(L"combCERO.Items"), resources->GetString(L"combCERO.Items1"), resources->GetString(L"combCERO.Items2"), resources->GetString(L"combCERO.Items3"), resources->GetString(L"combCERO.Items4"), resources->GetString(L"combCERO.Items5")}); - resources->ApplyResources(this->combCERO, L"combCERO"); this->combCERO->Name = L"combCERO"; // // labRegion // + this->labRegion->AccessibleDescription = nullptr; + this->labRegion->AccessibleName = nullptr; resources->ApplyResources(this->labRegion, L"labRegion"); + this->labRegion->Font = nullptr; this->labRegion->Name = L"labRegion"; // // cboxIsEULA // + this->cboxIsEULA->AccessibleDescription = nullptr; + this->cboxIsEULA->AccessibleName = nullptr; resources->ApplyResources(this->cboxIsEULA, L"cboxIsEULA"); + this->cboxIsEULA->BackgroundImage = nullptr; + this->cboxIsEULA->Font = nullptr; this->cboxIsEULA->Name = L"cboxIsEULA"; this->cboxIsEULA->UseVisualStyleBackColor = true; // // combRegion // + this->combRegion->AccessibleDescription = nullptr; + this->combRegion->AccessibleName = nullptr; + resources->ApplyResources(this->combRegion, L"combRegion"); + this->combRegion->BackgroundImage = nullptr; this->combRegion->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList; + this->combRegion->Font = nullptr; this->combRegion->FormattingEnabled = true; this->combRegion->Items->AddRange(gcnew cli::array< System::Object^ >(7) {resources->GetString(L"combRegion.Items"), resources->GetString(L"combRegion.Items1"), resources->GetString(L"combRegion.Items2"), resources->GetString(L"combRegion.Items3"), resources->GetString(L"combRegion.Items4"), resources->GetString(L"combRegion.Items5"), resources->GetString(L"combRegion.Items6")}); - resources->ApplyResources(this->combRegion, L"combRegion"); this->combRegion->Name = L"combRegion"; this->combRegion->SelectedIndexChanged += gcnew System::EventHandler(this, &Form1::combRegion_SelectedIndexChanged); // // cboxIsInputPerson2 // + this->cboxIsInputPerson2->AccessibleDescription = nullptr; + this->cboxIsInputPerson2->AccessibleName = nullptr; resources->ApplyResources(this->cboxIsInputPerson2, L"cboxIsInputPerson2"); + this->cboxIsInputPerson2->BackgroundImage = nullptr; + this->cboxIsInputPerson2->Font = nullptr; this->cboxIsInputPerson2->Name = L"cboxIsInputPerson2"; this->cboxIsInputPerson2->UseVisualStyleBackColor = true; this->cboxIsInputPerson2->CheckedChanged += gcnew System::EventHandler(this, &Form1::cboxIsInputPerson2_CheckedChanged); // // gboxPerson2 // + this->gboxPerson2->AccessibleDescription = nullptr; + this->gboxPerson2->AccessibleName = nullptr; + resources->ApplyResources(this->gboxPerson2, L"gboxPerson2"); + this->gboxPerson2->BackgroundImage = nullptr; this->gboxPerson2->Controls->Add(this->labArbit4); this->gboxPerson2->Controls->Add(this->labArbit3); this->gboxPerson2->Controls->Add(this->labNTSC2Sur); @@ -1523,107 +1688,176 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; this->gboxPerson2->Controls->Add(this->labFurigana2); this->gboxPerson2->Controls->Add(this->labPerson2); this->gboxPerson2->Controls->Add(this->labCompany2); - resources->ApplyResources(this->gboxPerson2, L"gboxPerson2"); + this->gboxPerson2->Font = nullptr; this->gboxPerson2->Name = L"gboxPerson2"; this->gboxPerson2->TabStop = false; // // labArbit4 // + this->labArbit4->AccessibleDescription = nullptr; + this->labArbit4->AccessibleName = nullptr; resources->ApplyResources(this->labArbit4, L"labArbit4"); + this->labArbit4->Font = nullptr; this->labArbit4->Name = L"labArbit4"; // // labArbit3 // + this->labArbit3->AccessibleDescription = nullptr; + this->labArbit3->AccessibleName = nullptr; resources->ApplyResources(this->labArbit3, L"labArbit3"); + this->labArbit3->Font = nullptr; this->labArbit3->Name = L"labArbit3"; // // labNTSC2Sur // + this->labNTSC2Sur->AccessibleDescription = nullptr; + this->labNTSC2Sur->AccessibleName = nullptr; resources->ApplyResources(this->labNTSC2Sur, L"labNTSC2Sur"); + this->labNTSC2Sur->Font = nullptr; this->labNTSC2Sur->Name = L"labNTSC2Sur"; // // tboxNTSC2 // + this->tboxNTSC2->AccessibleDescription = nullptr; + this->tboxNTSC2->AccessibleName = nullptr; resources->ApplyResources(this->tboxNTSC2, L"tboxNTSC2"); + this->tboxNTSC2->BackgroundImage = nullptr; + this->tboxNTSC2->Font = nullptr; this->tboxNTSC2->Name = L"tboxNTSC2"; // // labFax2 // + this->labFax2->AccessibleDescription = nullptr; + this->labFax2->AccessibleName = nullptr; resources->ApplyResources(this->labFax2, L"labFax2"); + this->labFax2->Font = nullptr; this->labFax2->Name = L"labFax2"; // // labNTSC2Pre // + this->labNTSC2Pre->AccessibleDescription = nullptr; + this->labNTSC2Pre->AccessibleName = nullptr; resources->ApplyResources(this->labNTSC2Pre, L"labNTSC2Pre"); + this->labNTSC2Pre->Font = nullptr; this->labNTSC2Pre->Name = L"labNTSC2Pre"; // // tboxFax2 // + this->tboxFax2->AccessibleDescription = nullptr; + this->tboxFax2->AccessibleName = nullptr; resources->ApplyResources(this->tboxFax2, L"tboxFax2"); + this->tboxFax2->BackgroundImage = nullptr; + this->tboxFax2->Font = nullptr; this->tboxFax2->Name = L"tboxFax2"; // // tboxMail2 // + this->tboxMail2->AccessibleDescription = nullptr; + this->tboxMail2->AccessibleName = nullptr; resources->ApplyResources(this->tboxMail2, L"tboxMail2"); + this->tboxMail2->BackgroundImage = nullptr; + this->tboxMail2->Font = nullptr; this->tboxMail2->Name = L"tboxMail2"; // // tboxTel2 // + this->tboxTel2->AccessibleDescription = nullptr; + this->tboxTel2->AccessibleName = nullptr; resources->ApplyResources(this->tboxTel2, L"tboxTel2"); + this->tboxTel2->BackgroundImage = nullptr; + this->tboxTel2->Font = nullptr; this->tboxTel2->Name = L"tboxTel2"; // // tboxFurigana2 // + this->tboxFurigana2->AccessibleDescription = nullptr; + this->tboxFurigana2->AccessibleName = nullptr; resources->ApplyResources(this->tboxFurigana2, L"tboxFurigana2"); + this->tboxFurigana2->BackgroundImage = nullptr; + this->tboxFurigana2->Font = nullptr; this->tboxFurigana2->Name = L"tboxFurigana2"; // // tboxPerson2 // + this->tboxPerson2->AccessibleDescription = nullptr; + this->tboxPerson2->AccessibleName = nullptr; resources->ApplyResources(this->tboxPerson2, L"tboxPerson2"); + this->tboxPerson2->BackgroundImage = nullptr; + this->tboxPerson2->Font = nullptr; this->tboxPerson2->Name = L"tboxPerson2"; // // tboxDepart2 // + this->tboxDepart2->AccessibleDescription = nullptr; + this->tboxDepart2->AccessibleName = nullptr; resources->ApplyResources(this->tboxDepart2, L"tboxDepart2"); + this->tboxDepart2->BackgroundImage = nullptr; + this->tboxDepart2->Font = nullptr; this->tboxDepart2->Name = L"tboxDepart2"; // // labDepart2 // + this->labDepart2->AccessibleDescription = nullptr; + this->labDepart2->AccessibleName = nullptr; resources->ApplyResources(this->labDepart2, L"labDepart2"); + this->labDepart2->Font = nullptr; this->labDepart2->Name = L"labDepart2"; // // tboxCompany2 // + this->tboxCompany2->AccessibleDescription = nullptr; + this->tboxCompany2->AccessibleName = nullptr; resources->ApplyResources(this->tboxCompany2, L"tboxCompany2"); + this->tboxCompany2->BackgroundImage = nullptr; + this->tboxCompany2->Font = nullptr; this->tboxCompany2->Name = L"tboxCompany2"; // // labMail2 // + this->labMail2->AccessibleDescription = nullptr; + this->labMail2->AccessibleName = nullptr; resources->ApplyResources(this->labMail2, L"labMail2"); + this->labMail2->Font = nullptr; this->labMail2->Name = L"labMail2"; // // labTel2 // + this->labTel2->AccessibleDescription = nullptr; + this->labTel2->AccessibleName = nullptr; resources->ApplyResources(this->labTel2, L"labTel2"); + this->labTel2->Font = nullptr; this->labTel2->Name = L"labTel2"; // // labFurigana2 // + this->labFurigana2->AccessibleDescription = nullptr; + this->labFurigana2->AccessibleName = nullptr; resources->ApplyResources(this->labFurigana2, L"labFurigana2"); + this->labFurigana2->Font = nullptr; this->labFurigana2->Name = L"labFurigana2"; // // labPerson2 // + this->labPerson2->AccessibleDescription = nullptr; + this->labPerson2->AccessibleName = nullptr; resources->ApplyResources(this->labPerson2, L"labPerson2"); + this->labPerson2->Font = nullptr; this->labPerson2->Name = L"labPerson2"; // // labCompany2 // + this->labCompany2->AccessibleDescription = nullptr; + this->labCompany2->AccessibleName = nullptr; resources->ApplyResources(this->labCompany2, L"labCompany2"); + this->labCompany2->Font = nullptr; this->labCompany2->Name = L"labCompany2"; // // gboxPerson1 // + this->gboxPerson1->AccessibleDescription = nullptr; + this->gboxPerson1->AccessibleName = nullptr; + resources->ApplyResources(this->gboxPerson1, L"gboxPerson1"); + this->gboxPerson1->BackgroundImage = nullptr; this->gboxPerson1->Controls->Add(this->labArbit2); this->gboxPerson1->Controls->Add(this->labArbit1); this->gboxPerson1->Controls->Add(this->labNTSC1Sur); @@ -1643,134 +1877,223 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; this->gboxPerson1->Controls->Add(this->labFurigana1); this->gboxPerson1->Controls->Add(this->labPerson1); this->gboxPerson1->Controls->Add(this->labCompany1); - resources->ApplyResources(this->gboxPerson1, L"gboxPerson1"); + this->gboxPerson1->Font = nullptr; this->gboxPerson1->Name = L"gboxPerson1"; this->gboxPerson1->TabStop = false; // // labArbit2 // + this->labArbit2->AccessibleDescription = nullptr; + this->labArbit2->AccessibleName = nullptr; resources->ApplyResources(this->labArbit2, L"labArbit2"); + this->labArbit2->Font = nullptr; this->labArbit2->Name = L"labArbit2"; // // labArbit1 // + this->labArbit1->AccessibleDescription = nullptr; + this->labArbit1->AccessibleName = nullptr; resources->ApplyResources(this->labArbit1, L"labArbit1"); + this->labArbit1->Font = nullptr; this->labArbit1->Name = L"labArbit1"; // // labNTSC1Sur // + this->labNTSC1Sur->AccessibleDescription = nullptr; + this->labNTSC1Sur->AccessibleName = nullptr; resources->ApplyResources(this->labNTSC1Sur, L"labNTSC1Sur"); + this->labNTSC1Sur->Font = nullptr; this->labNTSC1Sur->Name = L"labNTSC1Sur"; // // labFax1 // + this->labFax1->AccessibleDescription = nullptr; + this->labFax1->AccessibleName = nullptr; resources->ApplyResources(this->labFax1, L"labFax1"); + this->labFax1->Font = nullptr; this->labFax1->Name = L"labFax1"; // // labNTSC1Pre // + this->labNTSC1Pre->AccessibleDescription = nullptr; + this->labNTSC1Pre->AccessibleName = nullptr; resources->ApplyResources(this->labNTSC1Pre, L"labNTSC1Pre"); + this->labNTSC1Pre->Font = nullptr; this->labNTSC1Pre->Name = L"labNTSC1Pre"; // // tboxNTSC1 // + this->tboxNTSC1->AccessibleDescription = nullptr; + this->tboxNTSC1->AccessibleName = nullptr; resources->ApplyResources(this->tboxNTSC1, L"tboxNTSC1"); + this->tboxNTSC1->BackgroundImage = nullptr; + this->tboxNTSC1->Font = nullptr; this->tboxNTSC1->Name = L"tboxNTSC1"; // // tboxFax1 // + this->tboxFax1->AccessibleDescription = nullptr; + this->tboxFax1->AccessibleName = nullptr; resources->ApplyResources(this->tboxFax1, L"tboxFax1"); + this->tboxFax1->BackgroundImage = nullptr; + this->tboxFax1->Font = nullptr; this->tboxFax1->Name = L"tboxFax1"; // // tboxMail1 // + this->tboxMail1->AccessibleDescription = nullptr; + this->tboxMail1->AccessibleName = nullptr; resources->ApplyResources(this->tboxMail1, L"tboxMail1"); + this->tboxMail1->BackgroundImage = nullptr; + this->tboxMail1->Font = nullptr; this->tboxMail1->Name = L"tboxMail1"; // // tboxTel1 // + this->tboxTel1->AccessibleDescription = nullptr; + this->tboxTel1->AccessibleName = nullptr; resources->ApplyResources(this->tboxTel1, L"tboxTel1"); + this->tboxTel1->BackgroundImage = nullptr; + this->tboxTel1->Font = nullptr; this->tboxTel1->Name = L"tboxTel1"; // // tboxFurigana1 // + this->tboxFurigana1->AccessibleDescription = nullptr; + this->tboxFurigana1->AccessibleName = nullptr; resources->ApplyResources(this->tboxFurigana1, L"tboxFurigana1"); + this->tboxFurigana1->BackgroundImage = nullptr; + this->tboxFurigana1->Font = nullptr; this->tboxFurigana1->Name = L"tboxFurigana1"; // // tboxPerson1 // + this->tboxPerson1->AccessibleDescription = nullptr; + this->tboxPerson1->AccessibleName = nullptr; resources->ApplyResources(this->tboxPerson1, L"tboxPerson1"); + this->tboxPerson1->BackgroundImage = nullptr; + this->tboxPerson1->Font = nullptr; this->tboxPerson1->Name = L"tboxPerson1"; // // tboxDepart1 // + this->tboxDepart1->AccessibleDescription = nullptr; + this->tboxDepart1->AccessibleName = nullptr; resources->ApplyResources(this->tboxDepart1, L"tboxDepart1"); + this->tboxDepart1->BackgroundImage = nullptr; + this->tboxDepart1->Font = nullptr; this->tboxDepart1->Name = L"tboxDepart1"; // // labDepart1 // + this->labDepart1->AccessibleDescription = nullptr; + this->labDepart1->AccessibleName = nullptr; resources->ApplyResources(this->labDepart1, L"labDepart1"); + this->labDepart1->Font = nullptr; this->labDepart1->Name = L"labDepart1"; // // tboxCompany1 // + this->tboxCompany1->AccessibleDescription = nullptr; + this->tboxCompany1->AccessibleName = nullptr; resources->ApplyResources(this->tboxCompany1, L"tboxCompany1"); + this->tboxCompany1->BackgroundImage = nullptr; + this->tboxCompany1->Font = nullptr; this->tboxCompany1->Name = L"tboxCompany1"; // // labMail1 // + this->labMail1->AccessibleDescription = nullptr; + this->labMail1->AccessibleName = nullptr; resources->ApplyResources(this->labMail1, L"labMail1"); + this->labMail1->Font = nullptr; this->labMail1->Name = L"labMail1"; // // labTel1 // + this->labTel1->AccessibleDescription = nullptr; + this->labTel1->AccessibleName = nullptr; resources->ApplyResources(this->labTel1, L"labTel1"); + this->labTel1->Font = nullptr; this->labTel1->Name = L"labTel1"; // // labFurigana1 // + this->labFurigana1->AccessibleDescription = nullptr; + this->labFurigana1->AccessibleName = nullptr; resources->ApplyResources(this->labFurigana1, L"labFurigana1"); + this->labFurigana1->Font = nullptr; this->labFurigana1->Name = L"labFurigana1"; // // labPerson1 // + this->labPerson1->AccessibleDescription = nullptr; + this->labPerson1->AccessibleName = nullptr; resources->ApplyResources(this->labPerson1, L"labPerson1"); + this->labPerson1->Font = nullptr; this->labPerson1->Name = L"labPerson1"; // // labCompany1 // + this->labCompany1->AccessibleDescription = nullptr; + this->labCompany1->AccessibleName = nullptr; resources->ApplyResources(this->labCompany1, L"labCompany1"); + this->labCompany1->Font = nullptr; this->labCompany1->Name = L"labCompany1"; // // tboxProductCode2 // + this->tboxProductCode2->AccessibleDescription = nullptr; + this->tboxProductCode2->AccessibleName = nullptr; resources->ApplyResources(this->tboxProductCode2, L"tboxProductCode2"); + this->tboxProductCode2->BackgroundImage = nullptr; + this->tboxProductCode2->Font = nullptr; this->tboxProductCode2->Name = L"tboxProductCode2"; // // tboxProductCode1 // + this->tboxProductCode1->AccessibleDescription = nullptr; + this->tboxProductCode1->AccessibleName = nullptr; resources->ApplyResources(this->tboxProductCode1, L"tboxProductCode1"); + this->tboxProductCode1->BackgroundImage = nullptr; + this->tboxProductCode1->Font = nullptr; this->tboxProductCode1->Name = L"tboxProductCode1"; // // tboxProductName // + this->tboxProductName->AccessibleDescription = nullptr; + this->tboxProductName->AccessibleName = nullptr; resources->ApplyResources(this->tboxProductName, L"tboxProductName"); + this->tboxProductName->BackgroundImage = nullptr; + this->tboxProductName->Font = nullptr; this->tboxProductName->Name = L"tboxProductName"; // // labProductCode2 // + this->labProductCode2->AccessibleDescription = nullptr; + this->labProductCode2->AccessibleName = nullptr; resources->ApplyResources(this->labProductCode2, L"labProductCode2"); + this->labProductCode2->Font = nullptr; this->labProductCode2->Name = L"labProductCode2"; // // labProductCode1 // + this->labProductCode1->AccessibleDescription = nullptr; + this->labProductCode1->AccessibleName = nullptr; resources->ApplyResources(this->labProductCode1, L"labProductCode1"); + this->labProductCode1->Font = nullptr; this->labProductCode1->Name = L"labProductCode1"; // // dateSubmit // - this->dateSubmit->Format = System::Windows::Forms::DateTimePickerFormat::Short; + this->dateSubmit->AccessibleDescription = nullptr; + this->dateSubmit->AccessibleName = nullptr; resources->ApplyResources(this->dateSubmit, L"dateSubmit"); + this->dateSubmit->BackgroundImage = nullptr; + this->dateSubmit->CalendarFont = nullptr; + this->dateSubmit->CustomFormat = nullptr; + this->dateSubmit->Font = nullptr; + this->dateSubmit->Format = System::Windows::Forms::DateTimePickerFormat::Short; this->dateSubmit->MaxDate = System::DateTime(2099, 12, 31, 0, 0, 0, 0); this->dateSubmit->MinDate = System::DateTime(2008, 1, 1, 0, 0, 0, 0); this->dateSubmit->Name = L"dateSubmit"; @@ -1778,8 +2101,14 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; // // dateRelease // - this->dateRelease->Format = System::Windows::Forms::DateTimePickerFormat::Short; + this->dateRelease->AccessibleDescription = nullptr; + this->dateRelease->AccessibleName = nullptr; resources->ApplyResources(this->dateRelease, L"dateRelease"); + this->dateRelease->BackgroundImage = nullptr; + this->dateRelease->CalendarFont = nullptr; + this->dateRelease->CustomFormat = nullptr; + this->dateRelease->Font = nullptr; + this->dateRelease->Format = System::Windows::Forms::DateTimePickerFormat::Short; this->dateRelease->MaxDate = System::DateTime(2099, 12, 31, 0, 0, 0, 0); this->dateRelease->MinDate = System::DateTime(2008, 1, 1, 0, 0, 0, 0); this->dateRelease->Name = L"dateRelease"; @@ -1787,172 +2116,276 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; // // gboxUsage // + this->gboxUsage->AccessibleDescription = nullptr; + this->gboxUsage->AccessibleName = nullptr; + resources->ApplyResources(this->gboxUsage, L"gboxUsage"); + this->gboxUsage->BackgroundImage = nullptr; this->gboxUsage->Controls->Add(this->tboxUsageOther); this->gboxUsage->Controls->Add(this->rUsageOther); this->gboxUsage->Controls->Add(this->rUsageDst); this->gboxUsage->Controls->Add(this->rUsageSample); this->gboxUsage->Controls->Add(this->rUsageSale); - resources->ApplyResources(this->gboxUsage, L"gboxUsage"); + this->gboxUsage->Font = nullptr; this->gboxUsage->Name = L"gboxUsage"; this->gboxUsage->TabStop = false; // // tboxUsageOther // + this->tboxUsageOther->AccessibleDescription = nullptr; + this->tboxUsageOther->AccessibleName = nullptr; resources->ApplyResources(this->tboxUsageOther, L"tboxUsageOther"); + this->tboxUsageOther->BackgroundImage = nullptr; + this->tboxUsageOther->Font = nullptr; this->tboxUsageOther->Name = L"tboxUsageOther"; // // rUsageOther // + this->rUsageOther->AccessibleDescription = nullptr; + this->rUsageOther->AccessibleName = nullptr; resources->ApplyResources(this->rUsageOther, L"rUsageOther"); + this->rUsageOther->BackgroundImage = nullptr; + this->rUsageOther->Font = nullptr; this->rUsageOther->Name = L"rUsageOther"; this->rUsageOther->UseVisualStyleBackColor = true; this->rUsageOther->CheckedChanged += gcnew System::EventHandler(this, &Form1::rUsageOther_CheckedChanged); // // rUsageDst // + this->rUsageDst->AccessibleDescription = nullptr; + this->rUsageDst->AccessibleName = nullptr; resources->ApplyResources(this->rUsageDst, L"rUsageDst"); + this->rUsageDst->BackgroundImage = nullptr; + this->rUsageDst->Font = nullptr; this->rUsageDst->Name = L"rUsageDst"; this->rUsageDst->UseVisualStyleBackColor = true; // // rUsageSample // + this->rUsageSample->AccessibleDescription = nullptr; + this->rUsageSample->AccessibleName = nullptr; resources->ApplyResources(this->rUsageSample, L"rUsageSample"); + this->rUsageSample->BackgroundImage = nullptr; + this->rUsageSample->Font = nullptr; this->rUsageSample->Name = L"rUsageSample"; this->rUsageSample->UseVisualStyleBackColor = true; // // rUsageSale // + this->rUsageSale->AccessibleDescription = nullptr; + this->rUsageSale->AccessibleName = nullptr; resources->ApplyResources(this->rUsageSale, L"rUsageSale"); + this->rUsageSale->BackgroundImage = nullptr; this->rUsageSale->Checked = true; + this->rUsageSale->Font = nullptr; this->rUsageSale->Name = L"rUsageSale"; this->rUsageSale->TabStop = true; this->rUsageSale->UseVisualStyleBackColor = true; // // gboxSubmitWay // + this->gboxSubmitWay->AccessibleDescription = nullptr; + this->gboxSubmitWay->AccessibleName = nullptr; + resources->ApplyResources(this->gboxSubmitWay, L"gboxSubmitWay"); + this->gboxSubmitWay->BackgroundImage = nullptr; this->gboxSubmitWay->Controls->Add(this->rSubmitInternet); this->gboxSubmitWay->Controls->Add(this->rSubmitHand); this->gboxSubmitWay->Controls->Add(this->rSubmitPost); - resources->ApplyResources(this->gboxSubmitWay, L"gboxSubmitWay"); + this->gboxSubmitWay->Font = nullptr; this->gboxSubmitWay->Name = L"gboxSubmitWay"; this->gboxSubmitWay->TabStop = false; // // rSubmitInternet // + this->rSubmitInternet->AccessibleDescription = nullptr; + this->rSubmitInternet->AccessibleName = nullptr; resources->ApplyResources(this->rSubmitInternet, L"rSubmitInternet"); + this->rSubmitInternet->BackgroundImage = nullptr; + this->rSubmitInternet->Font = nullptr; this->rSubmitInternet->Name = L"rSubmitInternet"; this->rSubmitInternet->TabStop = true; this->rSubmitInternet->UseVisualStyleBackColor = true; // // rSubmitHand // + this->rSubmitHand->AccessibleDescription = nullptr; + this->rSubmitHand->AccessibleName = nullptr; resources->ApplyResources(this->rSubmitHand, L"rSubmitHand"); + this->rSubmitHand->BackgroundImage = nullptr; + this->rSubmitHand->Font = nullptr; this->rSubmitHand->Name = L"rSubmitHand"; this->rSubmitHand->UseVisualStyleBackColor = true; // // rSubmitPost // + this->rSubmitPost->AccessibleDescription = nullptr; + this->rSubmitPost->AccessibleName = nullptr; resources->ApplyResources(this->rSubmitPost, L"rSubmitPost"); + this->rSubmitPost->BackgroundImage = nullptr; this->rSubmitPost->Checked = true; + this->rSubmitPost->Font = nullptr; this->rSubmitPost->Name = L"rSubmitPost"; this->rSubmitPost->TabStop = true; this->rSubmitPost->UseVisualStyleBackColor = true; // // labSubmiteDate // + this->labSubmiteDate->AccessibleDescription = nullptr; + this->labSubmiteDate->AccessibleName = nullptr; resources->ApplyResources(this->labSubmiteDate, L"labSubmiteDate"); + this->labSubmiteDate->Font = nullptr; this->labSubmiteDate->Name = L"labSubmiteDate"; // // labReleaseDate // + this->labReleaseDate->AccessibleDescription = nullptr; + this->labReleaseDate->AccessibleName = nullptr; resources->ApplyResources(this->labReleaseDate, L"labReleaseDate"); + this->labReleaseDate->Font = nullptr; this->labReleaseDate->Name = L"labReleaseDate"; // // labProductCode // + this->labProductCode->AccessibleDescription = nullptr; + this->labProductCode->AccessibleName = nullptr; resources->ApplyResources(this->labProductCode, L"labProductCode"); + this->labProductCode->Font = nullptr; this->labProductCode->Name = L"labProductCode"; // // labProductName // + this->labProductName->AccessibleDescription = nullptr; + this->labProductName->AccessibleName = nullptr; resources->ApplyResources(this->labProductName, L"labProductName"); + this->labProductName->Font = nullptr; this->labProductName->Name = L"labProductName"; // // labCapSubmitVer // + this->labCapSubmitVer->AccessibleDescription = nullptr; + this->labCapSubmitVer->AccessibleName = nullptr; resources->ApplyResources(this->labCapSubmitVer, L"labCapSubmitVer"); + this->labCapSubmitVer->Font = nullptr; this->labCapSubmitVer->Name = L"labCapSubmitVer"; // // numSubmitVersion // + this->numSubmitVersion->AccessibleDescription = nullptr; + this->numSubmitVersion->AccessibleName = nullptr; resources->ApplyResources(this->numSubmitVersion, L"numSubmitVersion"); + this->numSubmitVersion->Font = nullptr; this->numSubmitVersion->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {15, 0, 0, 0}); this->numSubmitVersion->Name = L"numSubmitVersion"; // // labSubmitVer // + this->labSubmitVer->AccessibleDescription = nullptr; + this->labSubmitVer->AccessibleName = nullptr; resources->ApplyResources(this->labSubmitVer, L"labSubmitVer"); + this->labSubmitVer->Font = nullptr; this->labSubmitVer->Name = L"labSubmitVer"; // // labMultiForeign1 // + this->labMultiForeign1->AccessibleDescription = nullptr; + this->labMultiForeign1->AccessibleName = nullptr; resources->ApplyResources(this->labMultiForeign1, L"labMultiForeign1"); + this->labMultiForeign1->Font = nullptr; this->labMultiForeign1->Name = L"labMultiForeign1"; // // tboxProductCode2Foreign3 // + this->tboxProductCode2Foreign3->AccessibleDescription = nullptr; + this->tboxProductCode2Foreign3->AccessibleName = nullptr; resources->ApplyResources(this->tboxProductCode2Foreign3, L"tboxProductCode2Foreign3"); + this->tboxProductCode2Foreign3->BackgroundImage = nullptr; + this->tboxProductCode2Foreign3->Font = nullptr; this->tboxProductCode2Foreign3->Name = L"tboxProductCode2Foreign3"; // // tboxProductCode2Foreign2 // + this->tboxProductCode2Foreign2->AccessibleDescription = nullptr; + this->tboxProductCode2Foreign2->AccessibleName = nullptr; resources->ApplyResources(this->tboxProductCode2Foreign2, L"tboxProductCode2Foreign2"); + this->tboxProductCode2Foreign2->BackgroundImage = nullptr; + this->tboxProductCode2Foreign2->Font = nullptr; this->tboxProductCode2Foreign2->Name = L"tboxProductCode2Foreign2"; // // labProductCode2Foreign // + this->labProductCode2Foreign->AccessibleDescription = nullptr; + this->labProductCode2Foreign->AccessibleName = nullptr; resources->ApplyResources(this->labProductCode2Foreign, L"labProductCode2Foreign"); + this->labProductCode2Foreign->Font = nullptr; this->labProductCode2Foreign->Name = L"labProductCode2Foreign"; // // cboxReleaseForeign // + this->cboxReleaseForeign->AccessibleDescription = nullptr; + this->cboxReleaseForeign->AccessibleName = nullptr; resources->ApplyResources(this->cboxReleaseForeign, L"cboxReleaseForeign"); + this->cboxReleaseForeign->BackgroundImage = nullptr; + this->cboxReleaseForeign->Font = nullptr; this->cboxReleaseForeign->Name = L"cboxReleaseForeign"; this->cboxReleaseForeign->UseVisualStyleBackColor = true; this->cboxReleaseForeign->CheckedChanged += gcnew System::EventHandler(this, &Form1::cboxReleaseForeign_CheckedChanged); // // labProductNameForeign // + this->labProductNameForeign->AccessibleDescription = nullptr; + this->labProductNameForeign->AccessibleName = nullptr; resources->ApplyResources(this->labProductNameForeign, L"labProductNameForeign"); + this->labProductNameForeign->Font = nullptr; this->labProductNameForeign->Name = L"labProductNameForeign"; // // tboxProductNameForeign // + this->tboxProductNameForeign->AccessibleDescription = nullptr; + this->tboxProductNameForeign->AccessibleName = nullptr; resources->ApplyResources(this->tboxProductNameForeign, L"tboxProductNameForeign"); + this->tboxProductNameForeign->BackgroundImage = nullptr; + this->tboxProductNameForeign->Font = nullptr; this->tboxProductNameForeign->Name = L"tboxProductNameForeign"; // // labProductCode1Foreign // + this->labProductCode1Foreign->AccessibleDescription = nullptr; + this->labProductCode1Foreign->AccessibleName = nullptr; resources->ApplyResources(this->labProductCode1Foreign, L"labProductCode1Foreign"); + this->labProductCode1Foreign->Font = nullptr; this->labProductCode1Foreign->Name = L"labProductCode1Foreign"; // // tboxProductCode1Foreign // + this->tboxProductCode1Foreign->AccessibleDescription = nullptr; + this->tboxProductCode1Foreign->AccessibleName = nullptr; resources->ApplyResources(this->tboxProductCode1Foreign, L"tboxProductCode1Foreign"); + this->tboxProductCode1Foreign->BackgroundImage = nullptr; + this->tboxProductCode1Foreign->Font = nullptr; this->tboxProductCode1Foreign->Name = L"tboxProductCode1Foreign"; // // labProductCodeForeign // + this->labProductCodeForeign->AccessibleDescription = nullptr; + this->labProductCodeForeign->AccessibleName = nullptr; resources->ApplyResources(this->labProductCodeForeign, L"labProductCodeForeign"); + this->labProductCodeForeign->Font = nullptr; this->labProductCodeForeign->Name = L"labProductCodeForeign"; // // tboxProductCode2Foreign1 // + this->tboxProductCode2Foreign1->AccessibleDescription = nullptr; + this->tboxProductCode2Foreign1->AccessibleName = nullptr; resources->ApplyResources(this->tboxProductCode2Foreign1, L"tboxProductCode2Foreign1"); + this->tboxProductCode2Foreign1->BackgroundImage = nullptr; + this->tboxProductCode2Foreign1->Font = nullptr; this->tboxProductCode2Foreign1->Name = L"tboxProductCode2Foreign1"; // // gboxShared2Size // + this->gboxShared2Size->AccessibleDescription = nullptr; + this->gboxShared2Size->AccessibleName = nullptr; + resources->ApplyResources(this->gboxShared2Size, L"gboxShared2Size"); + this->gboxShared2Size->BackgroundImage = nullptr; this->gboxShared2Size->Controls->Add(this->labShared2Size5); this->gboxShared2Size->Controls->Add(this->labShared2Size4); this->gboxShared2Size->Controls->Add(this->labShared2Size3); @@ -1966,194 +2399,310 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; this->gboxShared2Size->Controls->Add(this->tboxShared2Size1); this->gboxShared2Size->Controls->Add(this->tboxShared2Size0); this->gboxShared2Size->Controls->Add(this->cboxIsShared2); - resources->ApplyResources(this->gboxShared2Size, L"gboxShared2Size"); + this->gboxShared2Size->Font = nullptr; this->gboxShared2Size->Name = L"gboxShared2Size"; this->gboxShared2Size->TabStop = false; // // labShared2Size5 // + this->labShared2Size5->AccessibleDescription = nullptr; + this->labShared2Size5->AccessibleName = nullptr; resources->ApplyResources(this->labShared2Size5, L"labShared2Size5"); + this->labShared2Size5->Font = nullptr; this->labShared2Size5->Name = L"labShared2Size5"; // // labShared2Size4 // + this->labShared2Size4->AccessibleDescription = nullptr; + this->labShared2Size4->AccessibleName = nullptr; resources->ApplyResources(this->labShared2Size4, L"labShared2Size4"); + this->labShared2Size4->Font = nullptr; this->labShared2Size4->Name = L"labShared2Size4"; // // labShared2Size3 // + this->labShared2Size3->AccessibleDescription = nullptr; + this->labShared2Size3->AccessibleName = nullptr; resources->ApplyResources(this->labShared2Size3, L"labShared2Size3"); + this->labShared2Size3->Font = nullptr; this->labShared2Size3->Name = L"labShared2Size3"; // // labShared2Size2 // + this->labShared2Size2->AccessibleDescription = nullptr; + this->labShared2Size2->AccessibleName = nullptr; resources->ApplyResources(this->labShared2Size2, L"labShared2Size2"); + this->labShared2Size2->Font = nullptr; this->labShared2Size2->Name = L"labShared2Size2"; // // labShared2Size1 // + this->labShared2Size1->AccessibleDescription = nullptr; + this->labShared2Size1->AccessibleName = nullptr; resources->ApplyResources(this->labShared2Size1, L"labShared2Size1"); + this->labShared2Size1->Font = nullptr; this->labShared2Size1->Name = L"labShared2Size1"; // // labShared2Size0 // + this->labShared2Size0->AccessibleDescription = nullptr; + this->labShared2Size0->AccessibleName = nullptr; resources->ApplyResources(this->labShared2Size0, L"labShared2Size0"); + this->labShared2Size0->Font = nullptr; this->labShared2Size0->Name = L"labShared2Size0"; // // tboxShared2Size5 // + this->tboxShared2Size5->AccessibleDescription = nullptr; + this->tboxShared2Size5->AccessibleName = nullptr; resources->ApplyResources(this->tboxShared2Size5, L"tboxShared2Size5"); + this->tboxShared2Size5->BackgroundImage = nullptr; + this->tboxShared2Size5->Font = nullptr; this->tboxShared2Size5->Name = L"tboxShared2Size5"; this->tboxShared2Size5->ReadOnly = true; // // tboxShared2Size4 // + this->tboxShared2Size4->AccessibleDescription = nullptr; + this->tboxShared2Size4->AccessibleName = nullptr; resources->ApplyResources(this->tboxShared2Size4, L"tboxShared2Size4"); + this->tboxShared2Size4->BackgroundImage = nullptr; + this->tboxShared2Size4->Font = nullptr; this->tboxShared2Size4->Name = L"tboxShared2Size4"; this->tboxShared2Size4->ReadOnly = true; // // tboxShared2Size3 // + this->tboxShared2Size3->AccessibleDescription = nullptr; + this->tboxShared2Size3->AccessibleName = nullptr; resources->ApplyResources(this->tboxShared2Size3, L"tboxShared2Size3"); + this->tboxShared2Size3->BackgroundImage = nullptr; + this->tboxShared2Size3->Font = nullptr; this->tboxShared2Size3->Name = L"tboxShared2Size3"; this->tboxShared2Size3->ReadOnly = true; // // tboxShared2Size2 // + this->tboxShared2Size2->AccessibleDescription = nullptr; + this->tboxShared2Size2->AccessibleName = nullptr; resources->ApplyResources(this->tboxShared2Size2, L"tboxShared2Size2"); + this->tboxShared2Size2->BackgroundImage = nullptr; + this->tboxShared2Size2->Font = nullptr; this->tboxShared2Size2->Name = L"tboxShared2Size2"; this->tboxShared2Size2->ReadOnly = true; // // tboxShared2Size1 // + this->tboxShared2Size1->AccessibleDescription = nullptr; + this->tboxShared2Size1->AccessibleName = nullptr; resources->ApplyResources(this->tboxShared2Size1, L"tboxShared2Size1"); + this->tboxShared2Size1->BackgroundImage = nullptr; + this->tboxShared2Size1->Font = nullptr; this->tboxShared2Size1->Name = L"tboxShared2Size1"; this->tboxShared2Size1->ReadOnly = true; // // tboxShared2Size0 // + this->tboxShared2Size0->AccessibleDescription = nullptr; + this->tboxShared2Size0->AccessibleName = nullptr; resources->ApplyResources(this->tboxShared2Size0, L"tboxShared2Size0"); + this->tboxShared2Size0->BackgroundImage = nullptr; + this->tboxShared2Size0->Font = nullptr; this->tboxShared2Size0->Name = L"tboxShared2Size0"; this->tboxShared2Size0->ReadOnly = true; // // cboxIsShared2 // + this->cboxIsShared2->AccessibleDescription = nullptr; + this->cboxIsShared2->AccessibleName = nullptr; resources->ApplyResources(this->cboxIsShared2, L"cboxIsShared2"); + this->cboxIsShared2->BackgroundImage = nullptr; + this->cboxIsShared2->Font = nullptr; this->cboxIsShared2->Name = L"cboxIsShared2"; this->cboxIsShared2->UseVisualStyleBackColor = true; // // labLib // + this->labLib->AccessibleDescription = nullptr; + this->labLib->AccessibleName = nullptr; resources->ApplyResources(this->labLib, L"labLib"); + this->labLib->Font = nullptr; this->labLib->Name = L"labLib"; // // labSDK // + this->labSDK->AccessibleDescription = nullptr; + this->labSDK->AccessibleName = nullptr; resources->ApplyResources(this->labSDK, L"labSDK"); + this->labSDK->Font = nullptr; this->labSDK->Name = L"labSDK"; // // gboxTWLExInfo // + this->gboxTWLExInfo->AccessibleDescription = nullptr; + this->gboxTWLExInfo->AccessibleName = nullptr; + resources->ApplyResources(this->gboxTWLExInfo, L"gboxTWLExInfo"); + this->gboxTWLExInfo->BackgroundImage = nullptr; this->gboxTWLExInfo->Controls->Add(this->labByte1); this->gboxTWLExInfo->Controls->Add(this->labHex4); this->gboxTWLExInfo->Controls->Add(this->tboxIsCodec); this->gboxTWLExInfo->Controls->Add(this->labIsCodec); this->gboxTWLExInfo->Controls->Add(this->labKeyTableRomOffset); this->gboxTWLExInfo->Controls->Add(this->tboxKeyTableRomOffset); - resources->ApplyResources(this->gboxTWLExInfo, L"gboxTWLExInfo"); + this->gboxTWLExInfo->Font = nullptr; this->gboxTWLExInfo->Name = L"gboxTWLExInfo"; this->gboxTWLExInfo->TabStop = false; // // labByte1 // + this->labByte1->AccessibleDescription = nullptr; + this->labByte1->AccessibleName = nullptr; resources->ApplyResources(this->labByte1, L"labByte1"); + this->labByte1->Font = nullptr; this->labByte1->Name = L"labByte1"; // // labHex4 // + this->labHex4->AccessibleDescription = nullptr; + this->labHex4->AccessibleName = nullptr; resources->ApplyResources(this->labHex4, L"labHex4"); + this->labHex4->Font = nullptr; this->labHex4->Name = L"labHex4"; // // tboxIsCodec // + this->tboxIsCodec->AccessibleDescription = nullptr; + this->tboxIsCodec->AccessibleName = nullptr; resources->ApplyResources(this->tboxIsCodec, L"tboxIsCodec"); + this->tboxIsCodec->BackgroundImage = nullptr; + this->tboxIsCodec->Font = nullptr; this->tboxIsCodec->Name = L"tboxIsCodec"; this->tboxIsCodec->ReadOnly = true; // // labIsCodec // + this->labIsCodec->AccessibleDescription = nullptr; + this->labIsCodec->AccessibleName = nullptr; resources->ApplyResources(this->labIsCodec, L"labIsCodec"); + this->labIsCodec->Font = nullptr; this->labIsCodec->Name = L"labIsCodec"; // // labKeyTableRomOffset // + this->labKeyTableRomOffset->AccessibleDescription = nullptr; + this->labKeyTableRomOffset->AccessibleName = nullptr; resources->ApplyResources(this->labKeyTableRomOffset, L"labKeyTableRomOffset"); + this->labKeyTableRomOffset->Font = nullptr; this->labKeyTableRomOffset->Name = L"labKeyTableRomOffset"; // // tboxKeyTableRomOffset // + this->tboxKeyTableRomOffset->AccessibleDescription = nullptr; + this->tboxKeyTableRomOffset->AccessibleName = nullptr; resources->ApplyResources(this->tboxKeyTableRomOffset, L"tboxKeyTableRomOffset"); + this->tboxKeyTableRomOffset->BackgroundImage = nullptr; + this->tboxKeyTableRomOffset->Font = nullptr; this->tboxKeyTableRomOffset->Name = L"tboxKeyTableRomOffset"; this->tboxKeyTableRomOffset->ReadOnly = true; // // labHex3 // + this->labHex3->AccessibleDescription = nullptr; + this->labHex3->AccessibleName = nullptr; resources->ApplyResources(this->labHex3, L"labHex3"); + this->labHex3->Font = nullptr; this->labHex3->Name = L"labHex3"; // // labNormalRomOffset // + this->labNormalRomOffset->AccessibleDescription = nullptr; + this->labNormalRomOffset->AccessibleName = nullptr; resources->ApplyResources(this->labNormalRomOffset, L"labNormalRomOffset"); + this->labNormalRomOffset->Font = nullptr; this->labNormalRomOffset->Name = L"labNormalRomOffset"; // // tboxNormalRomOffset // + this->tboxNormalRomOffset->AccessibleDescription = nullptr; + this->tboxNormalRomOffset->AccessibleName = nullptr; resources->ApplyResources(this->tboxNormalRomOffset, L"tboxNormalRomOffset"); + this->tboxNormalRomOffset->BackgroundImage = nullptr; + this->tboxNormalRomOffset->Font = nullptr; this->tboxNormalRomOffset->Name = L"tboxNormalRomOffset"; this->tboxNormalRomOffset->ReadOnly = true; // // tboxPrivateSize // + this->tboxPrivateSize->AccessibleDescription = nullptr; + this->tboxPrivateSize->AccessibleName = nullptr; resources->ApplyResources(this->tboxPrivateSize, L"tboxPrivateSize"); + this->tboxPrivateSize->BackgroundImage = nullptr; + this->tboxPrivateSize->Font = nullptr; this->tboxPrivateSize->Name = L"tboxPrivateSize"; this->tboxPrivateSize->ReadOnly = true; // // labPrivateSize // + this->labPrivateSize->AccessibleDescription = nullptr; + this->labPrivateSize->AccessibleName = nullptr; resources->ApplyResources(this->labPrivateSize, L"labPrivateSize"); + this->labPrivateSize->Font = nullptr; this->labPrivateSize->Name = L"labPrivateSize"; // // labPublicSize // + this->labPublicSize->AccessibleDescription = nullptr; + this->labPublicSize->AccessibleName = nullptr; resources->ApplyResources(this->labPublicSize, L"labPublicSize"); + this->labPublicSize->Font = nullptr; this->labPublicSize->Name = L"labPublicSize"; // // tboxPublicSize // + this->tboxPublicSize->AccessibleDescription = nullptr; + this->tboxPublicSize->AccessibleName = nullptr; resources->ApplyResources(this->tboxPublicSize, L"tboxPublicSize"); + this->tboxPublicSize->BackgroundImage = nullptr; + this->tboxPublicSize->Font = nullptr; this->tboxPublicSize->Name = L"tboxPublicSize"; this->tboxPublicSize->ReadOnly = true; // // cboxIsSubBanner // + this->cboxIsSubBanner->AccessibleDescription = nullptr; + this->cboxIsSubBanner->AccessibleName = nullptr; resources->ApplyResources(this->cboxIsSubBanner, L"cboxIsSubBanner"); + this->cboxIsSubBanner->BackgroundImage = nullptr; + this->cboxIsSubBanner->Font = nullptr; this->cboxIsSubBanner->Name = L"cboxIsSubBanner"; this->cboxIsSubBanner->UseVisualStyleBackColor = true; // // cboxIsNormalJump // + this->cboxIsNormalJump->AccessibleDescription = nullptr; + this->cboxIsNormalJump->AccessibleName = nullptr; resources->ApplyResources(this->cboxIsNormalJump, L"cboxIsNormalJump"); + this->cboxIsNormalJump->BackgroundImage = nullptr; + this->cboxIsNormalJump->Font = nullptr; this->cboxIsNormalJump->Name = L"cboxIsNormalJump"; this->cboxIsNormalJump->UseVisualStyleBackColor = true; // // cboxIsTmpJump // + this->cboxIsTmpJump->AccessibleDescription = nullptr; + this->cboxIsTmpJump->AccessibleName = nullptr; resources->ApplyResources(this->cboxIsTmpJump, L"cboxIsTmpJump"); + this->cboxIsTmpJump->BackgroundImage = nullptr; + this->cboxIsTmpJump->Font = nullptr; this->cboxIsTmpJump->Name = L"cboxIsTmpJump"; this->cboxIsTmpJump->UseVisualStyleBackColor = true; // // gboxAccess // + this->gboxAccess->AccessibleDescription = nullptr; + this->gboxAccess->AccessibleName = nullptr; + resources->ApplyResources(this->gboxAccess, L"gboxAccess"); + this->gboxAccess->BackgroundImage = nullptr; this->gboxAccess->Controls->Add(this->labSDAccessRight); this->gboxAccess->Controls->Add(this->tboxSDAccessRight); this->gboxAccess->Controls->Add(this->tboxPhotoAccess); @@ -2162,73 +2711,115 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; this->gboxAccess->Controls->Add(this->tboxAccessOther); this->gboxAccess->Controls->Add(this->cboxIsNAND); this->gboxAccess->Controls->Add(this->cboxIsSD); - resources->ApplyResources(this->gboxAccess, L"gboxAccess"); + this->gboxAccess->Font = nullptr; this->gboxAccess->Name = L"gboxAccess"; this->gboxAccess->TabStop = false; // // labSDAccessRight // + this->labSDAccessRight->AccessibleDescription = nullptr; + this->labSDAccessRight->AccessibleName = nullptr; resources->ApplyResources(this->labSDAccessRight, L"labSDAccessRight"); + this->labSDAccessRight->Font = nullptr; this->labSDAccessRight->Name = L"labSDAccessRight"; // // tboxSDAccessRight // + this->tboxSDAccessRight->AccessibleDescription = nullptr; + this->tboxSDAccessRight->AccessibleName = nullptr; resources->ApplyResources(this->tboxSDAccessRight, L"tboxSDAccessRight"); + this->tboxSDAccessRight->BackgroundImage = nullptr; + this->tboxSDAccessRight->Font = nullptr; this->tboxSDAccessRight->Name = L"tboxSDAccessRight"; this->tboxSDAccessRight->ReadOnly = true; // // tboxPhotoAccess // + this->tboxPhotoAccess->AccessibleDescription = nullptr; + this->tboxPhotoAccess->AccessibleName = nullptr; resources->ApplyResources(this->tboxPhotoAccess, L"tboxPhotoAccess"); + this->tboxPhotoAccess->BackgroundImage = nullptr; + this->tboxPhotoAccess->Font = nullptr; this->tboxPhotoAccess->Name = L"tboxPhotoAccess"; this->tboxPhotoAccess->ReadOnly = true; // // labPhotoAccess // + this->labPhotoAccess->AccessibleDescription = nullptr; + this->labPhotoAccess->AccessibleName = nullptr; resources->ApplyResources(this->labPhotoAccess, L"labPhotoAccess"); + this->labPhotoAccess->Font = nullptr; this->labPhotoAccess->Name = L"labPhotoAccess"; // // labAccessOther // + this->labAccessOther->AccessibleDescription = nullptr; + this->labAccessOther->AccessibleName = nullptr; resources->ApplyResources(this->labAccessOther, L"labAccessOther"); + this->labAccessOther->Font = nullptr; this->labAccessOther->Name = L"labAccessOther"; // // tboxAccessOther // + this->tboxAccessOther->AccessibleDescription = nullptr; + this->tboxAccessOther->AccessibleName = nullptr; resources->ApplyResources(this->tboxAccessOther, L"tboxAccessOther"); + this->tboxAccessOther->BackgroundImage = nullptr; + this->tboxAccessOther->Font = nullptr; this->tboxAccessOther->Name = L"tboxAccessOther"; this->tboxAccessOther->ReadOnly = true; // // cboxIsNAND // + this->cboxIsNAND->AccessibleDescription = nullptr; + this->cboxIsNAND->AccessibleName = nullptr; resources->ApplyResources(this->cboxIsNAND, L"cboxIsNAND"); + this->cboxIsNAND->BackgroundImage = nullptr; + this->cboxIsNAND->Font = nullptr; this->cboxIsNAND->Name = L"cboxIsNAND"; this->cboxIsNAND->UseVisualStyleBackColor = true; // // cboxIsSD // + this->cboxIsSD->AccessibleDescription = nullptr; + this->cboxIsSD->AccessibleName = nullptr; resources->ApplyResources(this->cboxIsSD, L"cboxIsSD"); + this->cboxIsSD->BackgroundImage = nullptr; + this->cboxIsSD->Font = nullptr; this->cboxIsSD->Name = L"cboxIsSD"; this->cboxIsSD->UseVisualStyleBackColor = true; // // labIsGameCardOn2 // + this->labIsGameCardOn2->AccessibleDescription = nullptr; + this->labIsGameCardOn2->AccessibleName = nullptr; resources->ApplyResources(this->labIsGameCardOn2, L"labIsGameCardOn2"); this->labIsGameCardOn2->Name = L"labIsGameCardOn2"; // // tboxIsGameCardOn // + this->tboxIsGameCardOn->AccessibleDescription = nullptr; + this->tboxIsGameCardOn->AccessibleName = nullptr; resources->ApplyResources(this->tboxIsGameCardOn, L"tboxIsGameCardOn"); + this->tboxIsGameCardOn->BackgroundImage = nullptr; + this->tboxIsGameCardOn->Font = nullptr; this->tboxIsGameCardOn->Name = L"tboxIsGameCardOn"; this->tboxIsGameCardOn->ReadOnly = true; // // labIsGameCardOn // + this->labIsGameCardOn->AccessibleDescription = nullptr; + this->labIsGameCardOn->AccessibleName = nullptr; resources->ApplyResources(this->labIsGameCardOn, L"labIsGameCardOn"); + this->labIsGameCardOn->Font = nullptr; this->labIsGameCardOn->Name = L"labIsGameCardOn"; // // gboxTitleID // + this->gboxTitleID->AccessibleDescription = nullptr; + this->gboxTitleID->AccessibleName = nullptr; + resources->ApplyResources(this->gboxTitleID, L"gboxTitleID"); + this->gboxTitleID->BackgroundImage = nullptr; this->gboxTitleID->Controls->Add(this->labAppType); this->gboxTitleID->Controls->Add(this->tboxAppType); this->gboxTitleID->Controls->Add(this->labHex2); @@ -2238,234 +2829,370 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; this->gboxTitleID->Controls->Add(this->tboxTitleIDHi); this->gboxTitleID->Controls->Add(this->tboxAppTypeOther); this->gboxTitleID->Controls->Add(this->labAppTypeOther); - resources->ApplyResources(this->gboxTitleID, L"gboxTitleID"); + this->gboxTitleID->Font = nullptr; this->gboxTitleID->Name = L"gboxTitleID"; this->gboxTitleID->TabStop = false; // // labAppType // + this->labAppType->AccessibleDescription = nullptr; + this->labAppType->AccessibleName = nullptr; resources->ApplyResources(this->labAppType, L"labAppType"); + this->labAppType->Font = nullptr; this->labAppType->Name = L"labAppType"; // // tboxAppType // + this->tboxAppType->AccessibleDescription = nullptr; + this->tboxAppType->AccessibleName = nullptr; resources->ApplyResources(this->tboxAppType, L"tboxAppType"); + this->tboxAppType->BackgroundImage = nullptr; + this->tboxAppType->Font = nullptr; this->tboxAppType->Name = L"tboxAppType"; this->tboxAppType->ReadOnly = true; // // labHex2 // + this->labHex2->AccessibleDescription = nullptr; + this->labHex2->AccessibleName = nullptr; resources->ApplyResources(this->labHex2, L"labHex2"); + this->labHex2->Font = nullptr; this->labHex2->Name = L"labHex2"; // // tboxTitleIDLo // + this->tboxTitleIDLo->AccessibleDescription = nullptr; + this->tboxTitleIDLo->AccessibleName = nullptr; resources->ApplyResources(this->tboxTitleIDLo, L"tboxTitleIDLo"); + this->tboxTitleIDLo->BackgroundImage = nullptr; + this->tboxTitleIDLo->Font = nullptr; this->tboxTitleIDLo->Name = L"tboxTitleIDLo"; this->tboxTitleIDLo->ReadOnly = true; // // labTitleIDLo // + this->labTitleIDLo->AccessibleDescription = nullptr; + this->labTitleIDLo->AccessibleName = nullptr; resources->ApplyResources(this->labTitleIDLo, L"labTitleIDLo"); + this->labTitleIDLo->Font = nullptr; this->labTitleIDLo->Name = L"labTitleIDLo"; // // labTitleIDHi // + this->labTitleIDHi->AccessibleDescription = nullptr; + this->labTitleIDHi->AccessibleName = nullptr; resources->ApplyResources(this->labTitleIDHi, L"labTitleIDHi"); + this->labTitleIDHi->Font = nullptr; this->labTitleIDHi->Name = L"labTitleIDHi"; // // tboxTitleIDHi // + this->tboxTitleIDHi->AccessibleDescription = nullptr; + this->tboxTitleIDHi->AccessibleName = nullptr; resources->ApplyResources(this->tboxTitleIDHi, L"tboxTitleIDHi"); + this->tboxTitleIDHi->BackgroundImage = nullptr; + this->tboxTitleIDHi->Font = nullptr; this->tboxTitleIDHi->Name = L"tboxTitleIDHi"; this->tboxTitleIDHi->ReadOnly = true; // // tboxAppTypeOther // + this->tboxAppTypeOther->AccessibleDescription = nullptr; + this->tboxAppTypeOther->AccessibleName = nullptr; resources->ApplyResources(this->tboxAppTypeOther, L"tboxAppTypeOther"); + this->tboxAppTypeOther->BackgroundImage = nullptr; + this->tboxAppTypeOther->Font = nullptr; this->tboxAppTypeOther->Name = L"tboxAppTypeOther"; this->tboxAppTypeOther->ReadOnly = true; // // labAppTypeOther // + this->labAppTypeOther->AccessibleDescription = nullptr; + this->labAppTypeOther->AccessibleName = nullptr; resources->ApplyResources(this->labAppTypeOther, L"labAppTypeOther"); + this->labAppTypeOther->Font = nullptr; this->labAppTypeOther->Name = L"labAppTypeOther"; // // labMedia // + this->labMedia->AccessibleDescription = nullptr; + this->labMedia->AccessibleName = nullptr; resources->ApplyResources(this->labMedia, L"labMedia"); + this->labMedia->Font = nullptr; this->labMedia->Name = L"labMedia"; // // tboxMedia // + this->tboxMedia->AccessibleDescription = nullptr; + this->tboxMedia->AccessibleName = nullptr; resources->ApplyResources(this->tboxMedia, L"tboxMedia"); + this->tboxMedia->BackgroundImage = nullptr; + this->tboxMedia->Font = nullptr; this->tboxMedia->Name = L"tboxMedia"; this->tboxMedia->ReadOnly = true; // // labCaptionEx // + this->labCaptionEx->AccessibleDescription = nullptr; + this->labCaptionEx->AccessibleName = nullptr; resources->ApplyResources(this->labCaptionEx, L"labCaptionEx"); + this->labCaptionEx->Font = nullptr; this->labCaptionEx->Name = L"labCaptionEx"; // // tboxCaptionEx // + this->tboxCaptionEx->AccessibleDescription = nullptr; + this->tboxCaptionEx->AccessibleName = nullptr; resources->ApplyResources(this->tboxCaptionEx, L"tboxCaptionEx"); + this->tboxCaptionEx->BackgroundImage = nullptr; + this->tboxCaptionEx->Font = nullptr; this->tboxCaptionEx->Name = L"tboxCaptionEx"; this->tboxCaptionEx->ReadOnly = true; // // gboxProd // + this->gboxProd->AccessibleDescription = nullptr; + this->gboxProd->AccessibleName = nullptr; + resources->ApplyResources(this->gboxProd, L"gboxProd"); + this->gboxProd->BackgroundImage = nullptr; this->gboxProd->Controls->Add(this->combBackup); this->gboxProd->Controls->Add(this->labBackup); this->gboxProd->Controls->Add(this->tboxBackupOther); - resources->ApplyResources(this->gboxProd, L"gboxProd"); + this->gboxProd->Font = nullptr; this->gboxProd->Name = L"gboxProd"; this->gboxProd->TabStop = false; // // menuStripAbove // + this->menuStripAbove->AccessibleDescription = nullptr; + this->menuStripAbove->AccessibleName = nullptr; resources->ApplyResources(this->menuStripAbove, L"menuStripAbove"); + this->menuStripAbove->BackgroundImage = nullptr; this->menuStripAbove->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^ >(4) {this->stripFile, this->stripMaster, this->exportToolStripMenuItem, this->stripLang}); this->menuStripAbove->Name = L"menuStripAbove"; // // stripFile // + this->stripFile->AccessibleDescription = nullptr; + this->stripFile->AccessibleName = nullptr; + resources->ApplyResources(this->stripFile, L"stripFile"); + this->stripFile->BackgroundImage = nullptr; this->stripFile->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^ >(4) {this->stripItemOpenRom, this->stripItemSepFile1, this->stripItemSaveTemp, this->stripItemLoadTemp}); this->stripFile->Name = L"stripFile"; - resources->ApplyResources(this->stripFile, L"stripFile"); + this->stripFile->ShortcutKeyDisplayString = nullptr; // // stripItemOpenRom // - this->stripItemOpenRom->Name = L"stripItemOpenRom"; + this->stripItemOpenRom->AccessibleDescription = nullptr; + this->stripItemOpenRom->AccessibleName = nullptr; resources->ApplyResources(this->stripItemOpenRom, L"stripItemOpenRom"); + this->stripItemOpenRom->BackgroundImage = nullptr; + this->stripItemOpenRom->Name = L"stripItemOpenRom"; + this->stripItemOpenRom->ShortcutKeyDisplayString = nullptr; this->stripItemOpenRom->Click += gcnew System::EventHandler(this, &Form1::stripItemOpenRom_Click); // // stripItemSepFile1 // - this->stripItemSepFile1->Name = L"stripItemSepFile1"; + this->stripItemSepFile1->AccessibleDescription = nullptr; + this->stripItemSepFile1->AccessibleName = nullptr; resources->ApplyResources(this->stripItemSepFile1, L"stripItemSepFile1"); + this->stripItemSepFile1->Name = L"stripItemSepFile1"; // // stripItemSaveTemp // - this->stripItemSaveTemp->Name = L"stripItemSaveTemp"; + this->stripItemSaveTemp->AccessibleDescription = nullptr; + this->stripItemSaveTemp->AccessibleName = nullptr; resources->ApplyResources(this->stripItemSaveTemp, L"stripItemSaveTemp"); + this->stripItemSaveTemp->BackgroundImage = nullptr; + this->stripItemSaveTemp->Name = L"stripItemSaveTemp"; + this->stripItemSaveTemp->ShortcutKeyDisplayString = nullptr; this->stripItemSaveTemp->Click += gcnew System::EventHandler(this, &Form1::stripItemSaveTemp_Click); // // stripItemLoadTemp // - this->stripItemLoadTemp->Name = L"stripItemLoadTemp"; + this->stripItemLoadTemp->AccessibleDescription = nullptr; + this->stripItemLoadTemp->AccessibleName = nullptr; resources->ApplyResources(this->stripItemLoadTemp, L"stripItemLoadTemp"); + this->stripItemLoadTemp->BackgroundImage = nullptr; + this->stripItemLoadTemp->Name = L"stripItemLoadTemp"; + this->stripItemLoadTemp->ShortcutKeyDisplayString = nullptr; this->stripItemLoadTemp->Click += gcnew System::EventHandler(this, &Form1::stripItemLoadTemp_Click); // // stripMaster // + this->stripMaster->AccessibleDescription = nullptr; + this->stripMaster->AccessibleName = nullptr; + resources->ApplyResources(this->stripMaster, L"stripMaster"); + this->stripMaster->BackgroundImage = nullptr; this->stripMaster->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^ >(5) {this->stripItemSheet, this->stripItemSepMaster1, this->stripItemMasterRom, this->stripItemMiddlewareXml, this->stripItemMiddlewareHtml}); this->stripMaster->Name = L"stripMaster"; - resources->ApplyResources(this->stripMaster, L"stripMaster"); + this->stripMaster->ShortcutKeyDisplayString = nullptr; // // stripItemSheet // - this->stripItemSheet->Name = L"stripItemSheet"; + this->stripItemSheet->AccessibleDescription = nullptr; + this->stripItemSheet->AccessibleName = nullptr; resources->ApplyResources(this->stripItemSheet, L"stripItemSheet"); + this->stripItemSheet->BackgroundImage = nullptr; + this->stripItemSheet->Name = L"stripItemSheet"; + this->stripItemSheet->ShortcutKeyDisplayString = nullptr; this->stripItemSheet->Click += gcnew System::EventHandler(this, &Form1::stripItemSheet_Click); // // stripItemSepMaster1 // - this->stripItemSepMaster1->Name = L"stripItemSepMaster1"; + this->stripItemSepMaster1->AccessibleDescription = nullptr; + this->stripItemSepMaster1->AccessibleName = nullptr; resources->ApplyResources(this->stripItemSepMaster1, L"stripItemSepMaster1"); + this->stripItemSepMaster1->Name = L"stripItemSepMaster1"; // // stripItemMasterRom // - this->stripItemMasterRom->Name = L"stripItemMasterRom"; + this->stripItemMasterRom->AccessibleDescription = nullptr; + this->stripItemMasterRom->AccessibleName = nullptr; resources->ApplyResources(this->stripItemMasterRom, L"stripItemMasterRom"); + this->stripItemMasterRom->BackgroundImage = nullptr; + this->stripItemMasterRom->Name = L"stripItemMasterRom"; + this->stripItemMasterRom->ShortcutKeyDisplayString = nullptr; this->stripItemMasterRom->Click += gcnew System::EventHandler(this, &Form1::stripItemMasterRom_Click); // // stripItemMiddlewareXml // - this->stripItemMiddlewareXml->Name = L"stripItemMiddlewareXml"; + this->stripItemMiddlewareXml->AccessibleDescription = nullptr; + this->stripItemMiddlewareXml->AccessibleName = nullptr; resources->ApplyResources(this->stripItemMiddlewareXml, L"stripItemMiddlewareXml"); + this->stripItemMiddlewareXml->BackgroundImage = nullptr; + this->stripItemMiddlewareXml->Name = L"stripItemMiddlewareXml"; + this->stripItemMiddlewareXml->ShortcutKeyDisplayString = nullptr; this->stripItemMiddlewareXml->Click += gcnew System::EventHandler(this, &Form1::stripItemMiddlewareXml_Click); // // stripItemMiddlewareHtml // - this->stripItemMiddlewareHtml->Name = L"stripItemMiddlewareHtml"; + this->stripItemMiddlewareHtml->AccessibleDescription = nullptr; + this->stripItemMiddlewareHtml->AccessibleName = nullptr; resources->ApplyResources(this->stripItemMiddlewareHtml, L"stripItemMiddlewareHtml"); + this->stripItemMiddlewareHtml->BackgroundImage = nullptr; + this->stripItemMiddlewareHtml->Name = L"stripItemMiddlewareHtml"; + this->stripItemMiddlewareHtml->ShortcutKeyDisplayString = nullptr; this->stripItemMiddlewareHtml->Click += gcnew System::EventHandler(this, &Form1::stripItemMiddlewareHtml_Click); // // exportToolStripMenuItem // + this->exportToolStripMenuItem->AccessibleDescription = nullptr; + this->exportToolStripMenuItem->AccessibleName = nullptr; + resources->ApplyResources(this->exportToolStripMenuItem, L"exportToolStripMenuItem"); + this->exportToolStripMenuItem->BackgroundImage = nullptr; this->exportToolStripMenuItem->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^ >(7) {this->stripItemRomInfoList, this->toolStripSeparator2, this->stripItemErrorListRead, this->stripItemErrorListCurrent, this->toolStripSeparator1, this->stripItemRomInfoAndErrorListRead, this->stripItemRomInfoAndErrorListCurrent}); this->exportToolStripMenuItem->Name = L"exportToolStripMenuItem"; - resources->ApplyResources(this->exportToolStripMenuItem, L"exportToolStripMenuItem"); + this->exportToolStripMenuItem->ShortcutKeyDisplayString = nullptr; // // stripItemRomInfoList // - this->stripItemRomInfoList->Name = L"stripItemRomInfoList"; + this->stripItemRomInfoList->AccessibleDescription = nullptr; + this->stripItemRomInfoList->AccessibleName = nullptr; resources->ApplyResources(this->stripItemRomInfoList, L"stripItemRomInfoList"); + this->stripItemRomInfoList->BackgroundImage = nullptr; + this->stripItemRomInfoList->Name = L"stripItemRomInfoList"; + this->stripItemRomInfoList->ShortcutKeyDisplayString = nullptr; this->stripItemRomInfoList->Click += gcnew System::EventHandler(this, &Form1::stripItemRomInfoList_Click); // // toolStripSeparator2 // - this->toolStripSeparator2->Name = L"toolStripSeparator2"; + this->toolStripSeparator2->AccessibleDescription = nullptr; + this->toolStripSeparator2->AccessibleName = nullptr; resources->ApplyResources(this->toolStripSeparator2, L"toolStripSeparator2"); + this->toolStripSeparator2->Name = L"toolStripSeparator2"; // // stripItemErrorListRead // - this->stripItemErrorListRead->Name = L"stripItemErrorListRead"; + this->stripItemErrorListRead->AccessibleDescription = nullptr; + this->stripItemErrorListRead->AccessibleName = nullptr; resources->ApplyResources(this->stripItemErrorListRead, L"stripItemErrorListRead"); + this->stripItemErrorListRead->BackgroundImage = nullptr; + this->stripItemErrorListRead->Name = L"stripItemErrorListRead"; + this->stripItemErrorListRead->ShortcutKeyDisplayString = nullptr; this->stripItemErrorListRead->Click += gcnew System::EventHandler(this, &Form1::stripItemErrorListRead_Click); // // stripItemErrorListCurrent // - this->stripItemErrorListCurrent->Name = L"stripItemErrorListCurrent"; + this->stripItemErrorListCurrent->AccessibleDescription = nullptr; + this->stripItemErrorListCurrent->AccessibleName = nullptr; resources->ApplyResources(this->stripItemErrorListCurrent, L"stripItemErrorListCurrent"); + this->stripItemErrorListCurrent->BackgroundImage = nullptr; + this->stripItemErrorListCurrent->Name = L"stripItemErrorListCurrent"; + this->stripItemErrorListCurrent->ShortcutKeyDisplayString = nullptr; this->stripItemErrorListCurrent->Click += gcnew System::EventHandler(this, &Form1::stripItemErrorListCurrent_Click); // // toolStripSeparator1 // - this->toolStripSeparator1->Name = L"toolStripSeparator1"; + this->toolStripSeparator1->AccessibleDescription = nullptr; + this->toolStripSeparator1->AccessibleName = nullptr; resources->ApplyResources(this->toolStripSeparator1, L"toolStripSeparator1"); + this->toolStripSeparator1->Name = L"toolStripSeparator1"; // // stripItemRomInfoAndErrorListRead // - this->stripItemRomInfoAndErrorListRead->Name = L"stripItemRomInfoAndErrorListRead"; + this->stripItemRomInfoAndErrorListRead->AccessibleDescription = nullptr; + this->stripItemRomInfoAndErrorListRead->AccessibleName = nullptr; resources->ApplyResources(this->stripItemRomInfoAndErrorListRead, L"stripItemRomInfoAndErrorListRead"); + this->stripItemRomInfoAndErrorListRead->BackgroundImage = nullptr; + this->stripItemRomInfoAndErrorListRead->Name = L"stripItemRomInfoAndErrorListRead"; + this->stripItemRomInfoAndErrorListRead->ShortcutKeyDisplayString = nullptr; this->stripItemRomInfoAndErrorListRead->Click += gcnew System::EventHandler(this, &Form1::stripItemRomInfoAndErrorListRead_Click); // // stripItemRomInfoAndErrorListCurrent // - this->stripItemRomInfoAndErrorListCurrent->Name = L"stripItemRomInfoAndErrorListCurrent"; + this->stripItemRomInfoAndErrorListCurrent->AccessibleDescription = nullptr; + this->stripItemRomInfoAndErrorListCurrent->AccessibleName = nullptr; resources->ApplyResources(this->stripItemRomInfoAndErrorListCurrent, L"stripItemRomInfoAndErrorListCurrent"); + this->stripItemRomInfoAndErrorListCurrent->BackgroundImage = nullptr; + this->stripItemRomInfoAndErrorListCurrent->Name = L"stripItemRomInfoAndErrorListCurrent"; + this->stripItemRomInfoAndErrorListCurrent->ShortcutKeyDisplayString = nullptr; this->stripItemRomInfoAndErrorListCurrent->Click += gcnew System::EventHandler(this, &Form1::stripItemRomInfoAndErrorListCurrent_Click); // // stripLang // + this->stripLang->AccessibleDescription = nullptr; + this->stripLang->AccessibleName = nullptr; + resources->ApplyResources(this->stripLang, L"stripLang"); + this->stripLang->BackgroundImage = nullptr; this->stripLang->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^ >(2) {this->stripItemEnglish, this->stripItemJapanese}); this->stripLang->Name = L"stripLang"; - resources->ApplyResources(this->stripLang, L"stripLang"); + this->stripLang->ShortcutKeyDisplayString = nullptr; // // stripItemEnglish // - this->stripItemEnglish->Name = L"stripItemEnglish"; + this->stripItemEnglish->AccessibleDescription = nullptr; + this->stripItemEnglish->AccessibleName = nullptr; resources->ApplyResources(this->stripItemEnglish, L"stripItemEnglish"); + this->stripItemEnglish->BackgroundImage = nullptr; + this->stripItemEnglish->Name = L"stripItemEnglish"; + this->stripItemEnglish->ShortcutKeyDisplayString = nullptr; this->stripItemEnglish->Click += gcnew System::EventHandler(this, &Form1::stripItemEnglish_Click); // // stripItemJapanese // + this->stripItemJapanese->AccessibleDescription = nullptr; + this->stripItemJapanese->AccessibleName = nullptr; + resources->ApplyResources(this->stripItemJapanese, L"stripItemJapanese"); + this->stripItemJapanese->BackgroundImage = nullptr; this->stripItemJapanese->Checked = true; this->stripItemJapanese->CheckState = System::Windows::Forms::CheckState::Checked; this->stripItemJapanese->Name = L"stripItemJapanese"; - resources->ApplyResources(this->stripItemJapanese, L"stripItemJapanese"); + this->stripItemJapanese->ShortcutKeyDisplayString = nullptr; this->stripItemJapanese->Click += gcnew System::EventHandler(this, &Form1::stripItemJapanese_Click); // // tabMain // + this->tabMain->AccessibleDescription = nullptr; + this->tabMain->AccessibleName = nullptr; + resources->ApplyResources(this->tabMain, L"tabMain"); + this->tabMain->BackgroundImage = nullptr; this->tabMain->Controls->Add(this->tabRomInfo); this->tabMain->Controls->Add(this->tabTWLInfo); this->tabMain->Controls->Add(this->tabNandSizeInfo); @@ -2473,13 +3200,17 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; this->tabMain->Controls->Add(this->tabSubmitInfo); this->tabMain->Controls->Add(this->tabCompanyInfo); this->tabMain->Controls->Add(this->tabErrorInfo); - resources->ApplyResources(this->tabMain, L"tabMain"); + this->tabMain->Font = nullptr; this->tabMain->Name = L"tabMain"; this->tabMain->SelectedIndex = 0; this->tabMain->SelectedIndexChanged += gcnew System::EventHandler(this, &Form1::tabMain_SelectedIndexChanged); // // tabRomInfo // + this->tabRomInfo->AccessibleDescription = nullptr; + this->tabRomInfo->AccessibleName = nullptr; + resources->ApplyResources(this->tabRomInfo, L"tabRomInfo"); + this->tabRomInfo->BackgroundImage = nullptr; this->tabRomInfo->Controls->Add(this->gridSDK); this->tabRomInfo->Controls->Add(this->gridLibrary); this->tabRomInfo->Controls->Add(this->tboxGuideRomInfo); @@ -2489,26 +3220,30 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; this->tabRomInfo->Controls->Add(this->tboxCaptionEx); this->tabRomInfo->Controls->Add(this->gboxCRC); this->tabRomInfo->Controls->Add(this->labSDK); - resources->ApplyResources(this->tabRomInfo, L"tabRomInfo"); + this->tabRomInfo->Font = nullptr; this->tabRomInfo->Name = L"tabRomInfo"; this->tabRomInfo->UseVisualStyleBackColor = true; // // gridSDK // + this->gridSDK->AccessibleDescription = nullptr; + this->gridSDK->AccessibleName = nullptr; + resources->ApplyResources(this->gridSDK, L"gridSDK"); this->gridSDK->AutoSizeRowsMode = System::Windows::Forms::DataGridViewAutoSizeRowsMode::AllCellsExceptHeaders; this->gridSDK->BackgroundColor = System::Drawing::SystemColors::Control; + this->gridSDK->BackgroundImage = nullptr; this->gridSDK->ColumnHeadersHeightSizeMode = System::Windows::Forms::DataGridViewColumnHeadersHeightSizeMode::AutoSize; this->gridSDK->ColumnHeadersVisible = false; this->gridSDK->Columns->AddRange(gcnew cli::array< System::Windows::Forms::DataGridViewColumn^ >(1) {this->dataSDKVer}); dataGridViewCellStyle1->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; dataGridViewCellStyle1->BackColor = System::Drawing::SystemColors::Window; - dataGridViewCellStyle1->Font = (gcnew System::Drawing::Font(L"Arial", 9)); + dataGridViewCellStyle1->Font = (gcnew System::Drawing::Font(L"‚l‚r ‚oƒSƒVƒbƒN", 9)); dataGridViewCellStyle1->ForeColor = System::Drawing::SystemColors::ControlText; dataGridViewCellStyle1->SelectionBackColor = System::Drawing::SystemColors::Highlight; dataGridViewCellStyle1->SelectionForeColor = System::Drawing::SystemColors::HighlightText; dataGridViewCellStyle1->WrapMode = System::Windows::Forms::DataGridViewTriState::True; this->gridSDK->DefaultCellStyle = dataGridViewCellStyle1; - resources->ApplyResources(this->gridSDK, L"gridSDK"); + this->gridSDK->Font = nullptr; this->gridSDK->Name = L"gridSDK"; this->gridSDK->ReadOnly = true; this->gridSDK->RowHeadersVisible = false; @@ -2524,20 +3259,24 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; // // gridLibrary // + this->gridLibrary->AccessibleDescription = nullptr; + this->gridLibrary->AccessibleName = nullptr; + resources->ApplyResources(this->gridLibrary, L"gridLibrary"); this->gridLibrary->AutoSizeRowsMode = System::Windows::Forms::DataGridViewAutoSizeRowsMode::AllCellsExceptHeaders; this->gridLibrary->BackgroundColor = System::Drawing::SystemColors::Control; + this->gridLibrary->BackgroundImage = nullptr; this->gridLibrary->ColumnHeadersHeightSizeMode = System::Windows::Forms::DataGridViewColumnHeadersHeightSizeMode::AutoSize; this->gridLibrary->Columns->AddRange(gcnew cli::array< System::Windows::Forms::DataGridViewColumn^ >(2) {this->colLibPublisher, this->colLibName}); dataGridViewCellStyle2->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; dataGridViewCellStyle2->BackColor = System::Drawing::SystemColors::Window; - dataGridViewCellStyle2->Font = (gcnew System::Drawing::Font(L"Arial", 9)); + dataGridViewCellStyle2->Font = (gcnew System::Drawing::Font(L"‚l‚r ‚oƒSƒVƒbƒN", 9)); dataGridViewCellStyle2->ForeColor = System::Drawing::SystemColors::ControlText; dataGridViewCellStyle2->SelectionBackColor = System::Drawing::SystemColors::Highlight; dataGridViewCellStyle2->SelectionForeColor = System::Drawing::SystemColors::HighlightText; dataGridViewCellStyle2->WrapMode = System::Windows::Forms::DataGridViewTriState::True; this->gridLibrary->DefaultCellStyle = dataGridViewCellStyle2; - resources->ApplyResources(this->gridLibrary, L"gridLibrary"); + this->gridLibrary->Font = nullptr; this->gridLibrary->Name = L"gridLibrary"; this->gridLibrary->ReadOnly = true; this->gridLibrary->RowHeadersVisible = false; @@ -2558,13 +3297,21 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; // // tboxGuideRomInfo // - this->tboxGuideRomInfo->BackColor = System::Drawing::SystemColors::Info; + this->tboxGuideRomInfo->AccessibleDescription = nullptr; + this->tboxGuideRomInfo->AccessibleName = nullptr; resources->ApplyResources(this->tboxGuideRomInfo, L"tboxGuideRomInfo"); + this->tboxGuideRomInfo->BackColor = System::Drawing::SystemColors::Info; + this->tboxGuideRomInfo->BackgroundImage = nullptr; + this->tboxGuideRomInfo->Font = nullptr; this->tboxGuideRomInfo->Name = L"tboxGuideRomInfo"; this->tboxGuideRomInfo->ReadOnly = true; // // tabTWLInfo // + this->tabTWLInfo->AccessibleDescription = nullptr; + this->tabTWLInfo->AccessibleName = nullptr; + resources->ApplyResources(this->tabTWLInfo, L"tabTWLInfo"); + this->tabTWLInfo->BackgroundImage = nullptr; this->tabTWLInfo->Controls->Add(this->gboxLaunch); this->tabTWLInfo->Controls->Add(this->tboxGuideTWLInfo); this->tabTWLInfo->Controls->Add(this->labIsGameCardOn2); @@ -2578,65 +3325,96 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; this->tabTWLInfo->Controls->Add(this->gboxTitleID); this->tabTWLInfo->Controls->Add(this->tboxNormalRomOffset); this->tabTWLInfo->Controls->Add(this->labNormalRomOffset); - resources->ApplyResources(this->tabTWLInfo, L"tabTWLInfo"); + this->tabTWLInfo->Font = nullptr; this->tabTWLInfo->Name = L"tabTWLInfo"; this->tabTWLInfo->UseVisualStyleBackColor = true; // // gboxLaunch // + this->gboxLaunch->AccessibleDescription = nullptr; + this->gboxLaunch->AccessibleName = nullptr; + resources->ApplyResources(this->gboxLaunch, L"gboxLaunch"); + this->gboxLaunch->BackgroundImage = nullptr; this->gboxLaunch->Controls->Add(this->labConnectIcon); this->gboxLaunch->Controls->Add(this->tboxConnectIcon); this->gboxLaunch->Controls->Add(this->cboxIsEULA); - resources->ApplyResources(this->gboxLaunch, L"gboxLaunch"); + this->gboxLaunch->Font = nullptr; this->gboxLaunch->Name = L"gboxLaunch"; this->gboxLaunch->TabStop = false; // // labConnectIcon // + this->labConnectIcon->AccessibleDescription = nullptr; + this->labConnectIcon->AccessibleName = nullptr; resources->ApplyResources(this->labConnectIcon, L"labConnectIcon"); + this->labConnectIcon->Font = nullptr; this->labConnectIcon->Name = L"labConnectIcon"; // // tboxConnectIcon // + this->tboxConnectIcon->AccessibleDescription = nullptr; + this->tboxConnectIcon->AccessibleName = nullptr; resources->ApplyResources(this->tboxConnectIcon, L"tboxConnectIcon"); + this->tboxConnectIcon->BackgroundImage = nullptr; + this->tboxConnectIcon->Font = nullptr; this->tboxConnectIcon->Name = L"tboxConnectIcon"; this->tboxConnectIcon->ReadOnly = true; // // tboxGuideTWLInfo // - this->tboxGuideTWLInfo->BackColor = System::Drawing::SystemColors::Info; + this->tboxGuideTWLInfo->AccessibleDescription = nullptr; + this->tboxGuideTWLInfo->AccessibleName = nullptr; resources->ApplyResources(this->tboxGuideTWLInfo, L"tboxGuideTWLInfo"); + this->tboxGuideTWLInfo->BackColor = System::Drawing::SystemColors::Info; + this->tboxGuideTWLInfo->BackgroundImage = nullptr; + this->tboxGuideTWLInfo->Font = nullptr; this->tboxGuideTWLInfo->Name = L"tboxGuideTWLInfo"; this->tboxGuideTWLInfo->ReadOnly = true; // // gboxExFlags // + this->gboxExFlags->AccessibleDescription = nullptr; + this->gboxExFlags->AccessibleName = nullptr; + resources->ApplyResources(this->gboxExFlags, L"gboxExFlags"); + this->gboxExFlags->BackgroundImage = nullptr; this->gboxExFlags->Controls->Add(this->cboxIsNormalJump); this->gboxExFlags->Controls->Add(this->cboxIsTmpJump); this->gboxExFlags->Controls->Add(this->cboxIsSubBanner); - resources->ApplyResources(this->gboxExFlags, L"gboxExFlags"); + this->gboxExFlags->Font = nullptr; this->gboxExFlags->Name = L"gboxExFlags"; this->gboxExFlags->TabStop = false; // // tabNandSizeInfo // + this->tabNandSizeInfo->AccessibleDescription = nullptr; + this->tabNandSizeInfo->AccessibleName = nullptr; + resources->ApplyResources(this->tabNandSizeInfo, L"tabNandSizeInfo"); + this->tabNandSizeInfo->BackgroundImage = nullptr; this->tabNandSizeInfo->Controls->Add(this->tboxGuideNandSizeInfo); this->tabNandSizeInfo->Controls->Add(this->labMedia); this->tabNandSizeInfo->Controls->Add(this->tboxMedia); this->tabNandSizeInfo->Controls->Add(this->gboxNandSize); - resources->ApplyResources(this->tabNandSizeInfo, L"tabNandSizeInfo"); + this->tabNandSizeInfo->Font = nullptr; this->tabNandSizeInfo->Name = L"tabNandSizeInfo"; this->tabNandSizeInfo->UseVisualStyleBackColor = true; // // tboxGuideNandSizeInfo // - this->tboxGuideNandSizeInfo->BackColor = System::Drawing::SystemColors::Info; + this->tboxGuideNandSizeInfo->AccessibleDescription = nullptr; + this->tboxGuideNandSizeInfo->AccessibleName = nullptr; resources->ApplyResources(this->tboxGuideNandSizeInfo, L"tboxGuideNandSizeInfo"); + this->tboxGuideNandSizeInfo->BackColor = System::Drawing::SystemColors::Info; + this->tboxGuideNandSizeInfo->BackgroundImage = nullptr; + this->tboxGuideNandSizeInfo->Font = nullptr; this->tboxGuideNandSizeInfo->Name = L"tboxGuideNandSizeInfo"; this->tboxGuideNandSizeInfo->ReadOnly = true; // // gboxNandSize // + this->gboxNandSize->AccessibleDescription = nullptr; + this->gboxNandSize->AccessibleName = nullptr; + resources->ApplyResources(this->gboxNandSize, L"gboxNandSize"); + this->gboxNandSize->BackgroundImage = nullptr; this->gboxNandSize->Controls->Add(this->labBracketR); this->gboxNandSize->Controls->Add(this->labBracketL); this->gboxNandSize->Controls->Add(this->tboxSumSizeMB); @@ -2665,193 +3443,305 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; this->gboxNandSize->Controls->Add(this->labSumSize); this->gboxNandSize->Controls->Add(this->labSubBannerSize); this->gboxNandSize->Controls->Add(this->labTmdSize); - resources->ApplyResources(this->gboxNandSize, L"gboxNandSize"); + this->gboxNandSize->Font = nullptr; this->gboxNandSize->Name = L"gboxNandSize"; this->gboxNandSize->TabStop = false; // // labBracketR // + this->labBracketR->AccessibleDescription = nullptr; + this->labBracketR->AccessibleName = nullptr; resources->ApplyResources(this->labBracketR, L"labBracketR"); this->labBracketR->Name = L"labBracketR"; // // labBracketL // + this->labBracketL->AccessibleDescription = nullptr; + this->labBracketL->AccessibleName = nullptr; resources->ApplyResources(this->labBracketL, L"labBracketL"); this->labBracketL->Name = L"labBracketL"; // // tboxSumSizeMB // + this->tboxSumSizeMB->AccessibleDescription = nullptr; + this->tboxSumSizeMB->AccessibleName = nullptr; resources->ApplyResources(this->tboxSumSizeMB, L"tboxSumSizeMB"); + this->tboxSumSizeMB->BackgroundImage = nullptr; + this->tboxSumSizeMB->Font = nullptr; this->tboxSumSizeMB->Name = L"tboxSumSizeMB"; this->tboxSumSizeMB->ReadOnly = true; // // tboxSrlSize // + this->tboxSrlSize->AccessibleDescription = nullptr; + this->tboxSrlSize->AccessibleName = nullptr; resources->ApplyResources(this->tboxSrlSize, L"tboxSrlSize"); + this->tboxSrlSize->BackgroundImage = nullptr; + this->tboxSrlSize->Font = nullptr; this->tboxSrlSize->Name = L"tboxSrlSize"; this->tboxSrlSize->ReadOnly = true; // // labArrow5 // + this->labArrow5->AccessibleDescription = nullptr; + this->labArrow5->AccessibleName = nullptr; resources->ApplyResources(this->labArrow5, L"labArrow5"); + this->labArrow5->Font = nullptr; this->labArrow5->Name = L"labArrow5"; // // labArrow4 // + this->labArrow4->AccessibleDescription = nullptr; + this->labArrow4->AccessibleName = nullptr; resources->ApplyResources(this->labArrow4, L"labArrow4"); + this->labArrow4->Font = nullptr; this->labArrow4->Name = L"labArrow4"; // // labArrow3 // + this->labArrow3->AccessibleDescription = nullptr; + this->labArrow3->AccessibleName = nullptr; resources->ApplyResources(this->labArrow3, L"labArrow3"); + this->labArrow3->Font = nullptr; this->labArrow3->Name = L"labArrow3"; // // labArrow2 // + this->labArrow2->AccessibleDescription = nullptr; + this->labArrow2->AccessibleName = nullptr; resources->ApplyResources(this->labArrow2, L"labArrow2"); + this->labArrow2->Font = nullptr; this->labArrow2->Name = L"labArrow2"; // // labArrow1 // + this->labArrow1->AccessibleDescription = nullptr; + this->labArrow1->AccessibleName = nullptr; resources->ApplyResources(this->labArrow1, L"labArrow1"); + this->labArrow1->Font = nullptr; this->labArrow1->Name = L"labArrow1"; // // tboxSumSize // + this->tboxSumSize->AccessibleDescription = nullptr; + this->tboxSumSize->AccessibleName = nullptr; resources->ApplyResources(this->tboxSumSize, L"tboxSumSize"); + this->tboxSumSize->BackgroundImage = nullptr; + this->tboxSumSize->Font = nullptr; this->tboxSumSize->Name = L"tboxSumSize"; this->tboxSumSize->ReadOnly = true; // // tboxTmdSizeFS // + this->tboxTmdSizeFS->AccessibleDescription = nullptr; + this->tboxTmdSizeFS->AccessibleName = nullptr; resources->ApplyResources(this->tboxTmdSizeFS, L"tboxTmdSizeFS"); + this->tboxTmdSizeFS->BackgroundImage = nullptr; + this->tboxTmdSizeFS->Font = nullptr; this->tboxTmdSizeFS->Name = L"tboxTmdSizeFS"; this->tboxTmdSizeFS->ReadOnly = true; // // tboxSubBannerSizeFS // + this->tboxSubBannerSizeFS->AccessibleDescription = nullptr; + this->tboxSubBannerSizeFS->AccessibleName = nullptr; resources->ApplyResources(this->tboxSubBannerSizeFS, L"tboxSubBannerSizeFS"); + this->tboxSubBannerSizeFS->BackgroundImage = nullptr; + this->tboxSubBannerSizeFS->Font = nullptr; this->tboxSubBannerSizeFS->Name = L"tboxSubBannerSizeFS"; this->tboxSubBannerSizeFS->ReadOnly = true; // // tboxPrivateSizeFS // + this->tboxPrivateSizeFS->AccessibleDescription = nullptr; + this->tboxPrivateSizeFS->AccessibleName = nullptr; resources->ApplyResources(this->tboxPrivateSizeFS, L"tboxPrivateSizeFS"); + this->tboxPrivateSizeFS->BackgroundImage = nullptr; + this->tboxPrivateSizeFS->Font = nullptr; this->tboxPrivateSizeFS->Name = L"tboxPrivateSizeFS"; this->tboxPrivateSizeFS->ReadOnly = true; // // tboxPublicSizeFS // + this->tboxPublicSizeFS->AccessibleDescription = nullptr; + this->tboxPublicSizeFS->AccessibleName = nullptr; resources->ApplyResources(this->tboxPublicSizeFS, L"tboxPublicSizeFS"); + this->tboxPublicSizeFS->BackgroundImage = nullptr; + this->tboxPublicSizeFS->Font = nullptr; this->tboxPublicSizeFS->Name = L"tboxPublicSizeFS"; this->tboxPublicSizeFS->ReadOnly = true; // // tboxSrlSizeFS // + this->tboxSrlSizeFS->AccessibleDescription = nullptr; + this->tboxSrlSizeFS->AccessibleName = nullptr; resources->ApplyResources(this->tboxSrlSizeFS, L"tboxSrlSizeFS"); + this->tboxSrlSizeFS->BackgroundImage = nullptr; + this->tboxSrlSizeFS->Font = nullptr; this->tboxSrlSizeFS->Name = L"tboxSrlSizeFS"; this->tboxSrlSizeFS->ReadOnly = true; // // tboxTmdSize // + this->tboxTmdSize->AccessibleDescription = nullptr; + this->tboxTmdSize->AccessibleName = nullptr; resources->ApplyResources(this->tboxTmdSize, L"tboxTmdSize"); + this->tboxTmdSize->BackgroundImage = nullptr; + this->tboxTmdSize->Font = nullptr; this->tboxTmdSize->Name = L"tboxTmdSize"; this->tboxTmdSize->ReadOnly = true; // // tboxSubBannerSize // + this->tboxSubBannerSize->AccessibleDescription = nullptr; + this->tboxSubBannerSize->AccessibleName = nullptr; resources->ApplyResources(this->tboxSubBannerSize, L"tboxSubBannerSize"); + this->tboxSubBannerSize->BackgroundImage = nullptr; + this->tboxSubBannerSize->Font = nullptr; this->tboxSubBannerSize->Name = L"tboxSubBannerSize"; this->tboxSubBannerSize->ReadOnly = true; // // labNandSize // + this->labNandSize->AccessibleDescription = nullptr; + this->labNandSize->AccessibleName = nullptr; resources->ApplyResources(this->labNandSize, L"labNandSize"); + this->labNandSize->Font = nullptr; this->labNandSize->Name = L"labNandSize"; // // labNandSizeFS // + this->labNandSizeFS->AccessibleDescription = nullptr; + this->labNandSizeFS->AccessibleName = nullptr; resources->ApplyResources(this->labNandSizeFS, L"labNandSizeFS"); + this->labNandSizeFS->Font = nullptr; this->labNandSizeFS->Name = L"labNandSizeFS"; // // labSrlSize // + this->labSrlSize->AccessibleDescription = nullptr; + this->labSrlSize->AccessibleName = nullptr; resources->ApplyResources(this->labSrlSize, L"labSrlSize"); + this->labSrlSize->Font = nullptr; this->labSrlSize->Name = L"labSrlSize"; // // labSumSize2 // + this->labSumSize2->AccessibleDescription = nullptr; + this->labSumSize2->AccessibleName = nullptr; resources->ApplyResources(this->labSumSize2, L"labSumSize2"); + this->labSumSize2->Font = nullptr; this->labSumSize2->Name = L"labSumSize2"; // // labSumSize // + this->labSumSize->AccessibleDescription = nullptr; + this->labSumSize->AccessibleName = nullptr; resources->ApplyResources(this->labSumSize, L"labSumSize"); + this->labSumSize->Font = nullptr; this->labSumSize->Name = L"labSumSize"; // // labSubBannerSize // + this->labSubBannerSize->AccessibleDescription = nullptr; + this->labSubBannerSize->AccessibleName = nullptr; resources->ApplyResources(this->labSubBannerSize, L"labSubBannerSize"); + this->labSubBannerSize->Font = nullptr; this->labSubBannerSize->Name = L"labSubBannerSize"; // // labTmdSize // + this->labTmdSize->AccessibleDescription = nullptr; + this->labTmdSize->AccessibleName = nullptr; resources->ApplyResources(this->labTmdSize, L"labTmdSize"); + this->labTmdSize->Font = nullptr; this->labTmdSize->Name = L"labTmdSize"; // // tabRomEditInfo // + this->tabRomEditInfo->AccessibleDescription = nullptr; + this->tabRomEditInfo->AccessibleName = nullptr; + resources->ApplyResources(this->tabRomEditInfo, L"tabRomEditInfo"); + this->tabRomEditInfo->BackgroundImage = nullptr; this->tabRomEditInfo->Controls->Add(this->tboxWarningChinaRating); this->tabRomEditInfo->Controls->Add(this->gboxOtherSpec); this->tabRomEditInfo->Controls->Add(this->butSetBack); this->tabRomEditInfo->Controls->Add(this->tboxGuideRomEditInfo); this->tabRomEditInfo->Controls->Add(this->gboxParental); - resources->ApplyResources(this->tabRomEditInfo, L"tabRomEditInfo"); + this->tabRomEditInfo->Font = nullptr; this->tabRomEditInfo->Name = L"tabRomEditInfo"; this->tabRomEditInfo->UseVisualStyleBackColor = true; // // tboxWarningChinaRating // - this->tboxWarningChinaRating->BackColor = System::Drawing::SystemColors::InactiveCaptionText; + this->tboxWarningChinaRating->AccessibleDescription = nullptr; + this->tboxWarningChinaRating->AccessibleName = nullptr; resources->ApplyResources(this->tboxWarningChinaRating, L"tboxWarningChinaRating"); + this->tboxWarningChinaRating->BackColor = System::Drawing::SystemColors::InactiveCaptionText; + this->tboxWarningChinaRating->BackgroundImage = nullptr; + this->tboxWarningChinaRating->Font = nullptr; this->tboxWarningChinaRating->Name = L"tboxWarningChinaRating"; // // gboxOtherSpec // + this->gboxOtherSpec->AccessibleDescription = nullptr; + this->gboxOtherSpec->AccessibleName = nullptr; + resources->ApplyResources(this->gboxOtherSpec, L"gboxOtherSpec"); + this->gboxOtherSpec->BackgroundImage = nullptr; this->gboxOtherSpec->Controls->Add(this->cboxIsUGC); this->gboxOtherSpec->Controls->Add(this->cboxIsPhotoEx); - resources->ApplyResources(this->gboxOtherSpec, L"gboxOtherSpec"); + this->gboxOtherSpec->Font = nullptr; this->gboxOtherSpec->Name = L"gboxOtherSpec"; this->gboxOtherSpec->TabStop = false; // // cboxIsUGC // + this->cboxIsUGC->AccessibleDescription = nullptr; + this->cboxIsUGC->AccessibleName = nullptr; resources->ApplyResources(this->cboxIsUGC, L"cboxIsUGC"); + this->cboxIsUGC->BackgroundImage = nullptr; + this->cboxIsUGC->Font = nullptr; this->cboxIsUGC->Name = L"cboxIsUGC"; this->cboxIsUGC->UseVisualStyleBackColor = true; // // cboxIsPhotoEx // + this->cboxIsPhotoEx->AccessibleDescription = nullptr; + this->cboxIsPhotoEx->AccessibleName = nullptr; resources->ApplyResources(this->cboxIsPhotoEx, L"cboxIsPhotoEx"); + this->cboxIsPhotoEx->BackgroundImage = nullptr; + this->cboxIsPhotoEx->Font = nullptr; this->cboxIsPhotoEx->Name = L"cboxIsPhotoEx"; this->cboxIsPhotoEx->UseVisualStyleBackColor = true; // // butSetBack // + this->butSetBack->AccessibleDescription = nullptr; + this->butSetBack->AccessibleName = nullptr; resources->ApplyResources(this->butSetBack, L"butSetBack"); + this->butSetBack->BackgroundImage = nullptr; + this->butSetBack->Font = nullptr; this->butSetBack->Name = L"butSetBack"; this->butSetBack->UseVisualStyleBackColor = true; this->butSetBack->Click += gcnew System::EventHandler(this, &Form1::butSetBack_Click); // // tboxGuideRomEditInfo // - this->tboxGuideRomEditInfo->BackColor = System::Drawing::SystemColors::Info; + this->tboxGuideRomEditInfo->AccessibleDescription = nullptr; + this->tboxGuideRomEditInfo->AccessibleName = nullptr; resources->ApplyResources(this->tboxGuideRomEditInfo, L"tboxGuideRomEditInfo"); + this->tboxGuideRomEditInfo->BackColor = System::Drawing::SystemColors::Info; + this->tboxGuideRomEditInfo->BackgroundImage = nullptr; + this->tboxGuideRomEditInfo->Font = nullptr; this->tboxGuideRomEditInfo->Name = L"tboxGuideRomEditInfo"; this->tboxGuideRomEditInfo->ReadOnly = true; // // gboxParental // + this->gboxParental->AccessibleDescription = nullptr; + this->gboxParental->AccessibleName = nullptr; + resources->ApplyResources(this->gboxParental, L"gboxParental"); + this->gboxParental->BackgroundImage = nullptr; this->gboxParental->Controls->Add(this->labGRB); this->gboxParental->Controls->Add(this->combGRB); this->gboxParental->Controls->Add(this->cboxIsUnnecessaryRating); @@ -2871,33 +3761,48 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; this->gboxParental->Controls->Add(this->combPEGI); this->gboxParental->Controls->Add(this->combUSK); this->gboxParental->Controls->Add(this->labUSK); - resources->ApplyResources(this->gboxParental, L"gboxParental"); + this->gboxParental->Font = nullptr; this->gboxParental->Name = L"gboxParental"; this->gboxParental->TabStop = false; // // labGRB // + this->labGRB->AccessibleDescription = nullptr; + this->labGRB->AccessibleName = nullptr; resources->ApplyResources(this->labGRB, L"labGRB"); + this->labGRB->Font = nullptr; this->labGRB->Name = L"labGRB"; // // combGRB // + this->combGRB->AccessibleDescription = nullptr; + this->combGRB->AccessibleName = nullptr; + resources->ApplyResources(this->combGRB, L"combGRB"); + this->combGRB->BackgroundImage = nullptr; this->combGRB->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList; + this->combGRB->Font = nullptr; this->combGRB->FormattingEnabled = true; this->combGRB->Items->AddRange(gcnew cli::array< System::Object^ >(5) {resources->GetString(L"combGRB.Items"), resources->GetString(L"combGRB.Items1"), resources->GetString(L"combGRB.Items2"), resources->GetString(L"combGRB.Items3"), resources->GetString(L"combGRB.Items4")}); - resources->ApplyResources(this->combGRB, L"combGRB"); this->combGRB->Name = L"combGRB"; // // cboxIsUnnecessaryRating // + this->cboxIsUnnecessaryRating->AccessibleDescription = nullptr; + this->cboxIsUnnecessaryRating->AccessibleName = nullptr; resources->ApplyResources(this->cboxIsUnnecessaryRating, L"cboxIsUnnecessaryRating"); + this->cboxIsUnnecessaryRating->BackgroundImage = nullptr; + this->cboxIsUnnecessaryRating->Font = nullptr; this->cboxIsUnnecessaryRating->Name = L"cboxIsUnnecessaryRating"; this->cboxIsUnnecessaryRating->UseVisualStyleBackColor = true; this->cboxIsUnnecessaryRating->CheckedChanged += gcnew System::EventHandler(this, &Form1::cboxIsUnnecessaryRating_CheckedChanged); // // tabSubmitInfo // + this->tabSubmitInfo->AccessibleDescription = nullptr; + this->tabSubmitInfo->AccessibleName = nullptr; + resources->ApplyResources(this->tabSubmitInfo, L"tabSubmitInfo"); + this->tabSubmitInfo->BackgroundImage = nullptr; this->tabSubmitInfo->Controls->Add(this->labProductNameLimit); this->tabSubmitInfo->Controls->Add(this->tboxGuideSubmitInfo); this->tabSubmitInfo->Controls->Add(this->gboxForeign); @@ -2920,24 +3825,35 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; this->tabSubmitInfo->Controls->Add(this->labProductCode); this->tabSubmitInfo->Controls->Add(this->labProductName); this->tabSubmitInfo->Controls->Add(this->labProductCode1); - resources->ApplyResources(this->tabSubmitInfo, L"tabSubmitInfo"); + this->tabSubmitInfo->Font = nullptr; this->tabSubmitInfo->Name = L"tabSubmitInfo"; this->tabSubmitInfo->UseVisualStyleBackColor = true; // // labProductNameLimit // + this->labProductNameLimit->AccessibleDescription = nullptr; + this->labProductNameLimit->AccessibleName = nullptr; resources->ApplyResources(this->labProductNameLimit, L"labProductNameLimit"); + this->labProductNameLimit->Font = nullptr; this->labProductNameLimit->Name = L"labProductNameLimit"; // // tboxGuideSubmitInfo // - this->tboxGuideSubmitInfo->BackColor = System::Drawing::SystemColors::Info; + this->tboxGuideSubmitInfo->AccessibleDescription = nullptr; + this->tboxGuideSubmitInfo->AccessibleName = nullptr; resources->ApplyResources(this->tboxGuideSubmitInfo, L"tboxGuideSubmitInfo"); + this->tboxGuideSubmitInfo->BackColor = System::Drawing::SystemColors::Info; + this->tboxGuideSubmitInfo->BackgroundImage = nullptr; + this->tboxGuideSubmitInfo->Font = nullptr; this->tboxGuideSubmitInfo->Name = L"tboxGuideSubmitInfo"; this->tboxGuideSubmitInfo->ReadOnly = true; // // gboxForeign // + this->gboxForeign->AccessibleDescription = nullptr; + this->gboxForeign->AccessibleName = nullptr; + resources->ApplyResources(this->gboxForeign, L"gboxForeign"); + this->gboxForeign->BackgroundImage = nullptr; this->gboxForeign->Controls->Add(this->labProductNameLimitForeign); this->gboxForeign->Controls->Add(this->labMultiForeign2); this->gboxForeign->Controls->Add(this->cboxReleaseForeign); @@ -2951,67 +3867,97 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; this->gboxForeign->Controls->Add(this->labProductCode1Foreign); this->gboxForeign->Controls->Add(this->tboxProductNameForeign); this->gboxForeign->Controls->Add(this->labProductNameForeign); - resources->ApplyResources(this->gboxForeign, L"gboxForeign"); + this->gboxForeign->Font = nullptr; this->gboxForeign->Name = L"gboxForeign"; this->gboxForeign->TabStop = false; // // labProductNameLimitForeign // + this->labProductNameLimitForeign->AccessibleDescription = nullptr; + this->labProductNameLimitForeign->AccessibleName = nullptr; resources->ApplyResources(this->labProductNameLimitForeign, L"labProductNameLimitForeign"); + this->labProductNameLimitForeign->Font = nullptr; this->labProductNameLimitForeign->Name = L"labProductNameLimitForeign"; // // labMultiForeign2 // + this->labMultiForeign2->AccessibleDescription = nullptr; + this->labMultiForeign2->AccessibleName = nullptr; resources->ApplyResources(this->labMultiForeign2, L"labMultiForeign2"); + this->labMultiForeign2->Font = nullptr; this->labMultiForeign2->Name = L"labMultiForeign2"; // // tabCompanyInfo // + this->tabCompanyInfo->AccessibleDescription = nullptr; + this->tabCompanyInfo->AccessibleName = nullptr; + resources->ApplyResources(this->tabCompanyInfo, L"tabCompanyInfo"); + this->tabCompanyInfo->BackgroundImage = nullptr; this->tabCompanyInfo->Controls->Add(this->tboxGuideCompanyInfo); this->tabCompanyInfo->Controls->Add(this->cboxIsInputPerson2); this->tabCompanyInfo->Controls->Add(this->gboxPerson1); this->tabCompanyInfo->Controls->Add(this->gboxPerson2); - resources->ApplyResources(this->tabCompanyInfo, L"tabCompanyInfo"); + this->tabCompanyInfo->Font = nullptr; this->tabCompanyInfo->Name = L"tabCompanyInfo"; this->tabCompanyInfo->UseVisualStyleBackColor = true; // // tboxGuideCompanyInfo // - this->tboxGuideCompanyInfo->BackColor = System::Drawing::SystemColors::Info; + this->tboxGuideCompanyInfo->AccessibleDescription = nullptr; + this->tboxGuideCompanyInfo->AccessibleName = nullptr; resources->ApplyResources(this->tboxGuideCompanyInfo, L"tboxGuideCompanyInfo"); + this->tboxGuideCompanyInfo->BackColor = System::Drawing::SystemColors::Info; + this->tboxGuideCompanyInfo->BackgroundImage = nullptr; + this->tboxGuideCompanyInfo->Font = nullptr; this->tboxGuideCompanyInfo->Name = L"tboxGuideCompanyInfo"; this->tboxGuideCompanyInfo->ReadOnly = true; // // tabErrorInfo // + this->tabErrorInfo->AccessibleDescription = nullptr; + this->tabErrorInfo->AccessibleName = nullptr; + resources->ApplyResources(this->tabErrorInfo, L"tabErrorInfo"); + this->tabErrorInfo->BackgroundImage = nullptr; this->tabErrorInfo->Controls->Add(this->tboxGuideErrorInfo); this->tabErrorInfo->Controls->Add(this->gboxErrorTiming); this->tabErrorInfo->Controls->Add(this->labWarn); this->tabErrorInfo->Controls->Add(this->labError); this->tabErrorInfo->Controls->Add(this->gridWarn); this->tabErrorInfo->Controls->Add(this->gridError); - resources->ApplyResources(this->tabErrorInfo, L"tabErrorInfo"); + this->tabErrorInfo->Font = nullptr; this->tabErrorInfo->Name = L"tabErrorInfo"; this->tabErrorInfo->UseVisualStyleBackColor = true; // // tboxGuideErrorInfo // - this->tboxGuideErrorInfo->BackColor = System::Drawing::SystemColors::Info; + this->tboxGuideErrorInfo->AccessibleDescription = nullptr; + this->tboxGuideErrorInfo->AccessibleName = nullptr; resources->ApplyResources(this->tboxGuideErrorInfo, L"tboxGuideErrorInfo"); + this->tboxGuideErrorInfo->BackColor = System::Drawing::SystemColors::Info; + this->tboxGuideErrorInfo->BackgroundImage = nullptr; + this->tboxGuideErrorInfo->Font = nullptr; this->tboxGuideErrorInfo->Name = L"tboxGuideErrorInfo"; this->tboxGuideErrorInfo->ReadOnly = true; // // gboxErrorTiming // + this->gboxErrorTiming->AccessibleDescription = nullptr; + this->gboxErrorTiming->AccessibleName = nullptr; + resources->ApplyResources(this->gboxErrorTiming, L"gboxErrorTiming"); + this->gboxErrorTiming->BackgroundImage = nullptr; this->gboxErrorTiming->Controls->Add(this->rErrorCurrent); this->gboxErrorTiming->Controls->Add(this->rErrorReading); - resources->ApplyResources(this->gboxErrorTiming, L"gboxErrorTiming"); + this->gboxErrorTiming->Font = nullptr; this->gboxErrorTiming->Name = L"gboxErrorTiming"; this->gboxErrorTiming->TabStop = false; // // rErrorCurrent // + this->rErrorCurrent->AccessibleDescription = nullptr; + this->rErrorCurrent->AccessibleName = nullptr; resources->ApplyResources(this->rErrorCurrent, L"rErrorCurrent"); + this->rErrorCurrent->BackgroundImage = nullptr; + this->rErrorCurrent->Font = nullptr; this->rErrorCurrent->Name = L"rErrorCurrent"; this->rErrorCurrent->TabStop = true; this->rErrorCurrent->UseVisualStyleBackColor = true; @@ -3019,8 +3965,12 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; // // rErrorReading // + this->rErrorReading->AccessibleDescription = nullptr; + this->rErrorReading->AccessibleName = nullptr; resources->ApplyResources(this->rErrorReading, L"rErrorReading"); + this->rErrorReading->BackgroundImage = nullptr; this->rErrorReading->Checked = true; + this->rErrorReading->Font = nullptr; this->rErrorReading->Name = L"rErrorReading"; this->rErrorReading->TabStop = true; this->rErrorReading->UseVisualStyleBackColor = true; @@ -3028,33 +3978,43 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; // // labWarn // + this->labWarn->AccessibleDescription = nullptr; + this->labWarn->AccessibleName = nullptr; resources->ApplyResources(this->labWarn, L"labWarn"); + this->labWarn->Font = nullptr; this->labWarn->ForeColor = System::Drawing::SystemColors::ActiveCaption; this->labWarn->Name = L"labWarn"; // // labError // + this->labError->AccessibleDescription = nullptr; + this->labError->AccessibleName = nullptr; resources->ApplyResources(this->labError, L"labError"); + this->labError->Font = nullptr; this->labError->ForeColor = System::Drawing::SystemColors::ActiveCaption; this->labError->Name = L"labError"; // // gridWarn // + this->gridWarn->AccessibleDescription = nullptr; + this->gridWarn->AccessibleName = nullptr; + resources->ApplyResources(this->gridWarn, L"gridWarn"); this->gridWarn->AutoSizeRowsMode = System::Windows::Forms::DataGridViewAutoSizeRowsMode::AllCellsExceptHeaders; this->gridWarn->BackgroundColor = System::Drawing::SystemColors::Control; + this->gridWarn->BackgroundImage = nullptr; this->gridWarn->ColumnHeadersHeightSizeMode = System::Windows::Forms::DataGridViewColumnHeadersHeightSizeMode::AutoSize; this->gridWarn->Columns->AddRange(gcnew cli::array< System::Windows::Forms::DataGridViewColumn^ >(4) {this->colWarnName, this->colWarnBegin, this->colWarnEnd, this->colWarnCause}); dataGridViewCellStyle3->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; dataGridViewCellStyle3->BackColor = System::Drawing::SystemColors::Window; - dataGridViewCellStyle3->Font = (gcnew System::Drawing::Font(L"Arial", 9)); + dataGridViewCellStyle3->Font = (gcnew System::Drawing::Font(L"‚l‚r ‚oƒSƒVƒbƒN", 9)); dataGridViewCellStyle3->ForeColor = System::Drawing::SystemColors::ControlText; dataGridViewCellStyle3->SelectionBackColor = System::Drawing::SystemColors::Highlight; dataGridViewCellStyle3->SelectionForeColor = System::Drawing::SystemColors::HighlightText; dataGridViewCellStyle3->WrapMode = System::Windows::Forms::DataGridViewTriState::True; this->gridWarn->DefaultCellStyle = dataGridViewCellStyle3; + this->gridWarn->Font = nullptr; this->gridWarn->GridColor = System::Drawing::SystemColors::Control; - resources->ApplyResources(this->gridWarn, L"gridWarn"); this->gridWarn->Name = L"gridWarn"; this->gridWarn->ReadOnly = true; this->gridWarn->RowHeadersVisible = false; @@ -3087,23 +4047,27 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; // // gridError // + this->gridError->AccessibleDescription = nullptr; + this->gridError->AccessibleName = nullptr; dataGridViewCellStyle4->BackColor = System::Drawing::Color::White; this->gridError->AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4; + resources->ApplyResources(this->gridError, L"gridError"); this->gridError->AutoSizeRowsMode = System::Windows::Forms::DataGridViewAutoSizeRowsMode::AllCellsExceptHeaders; this->gridError->BackgroundColor = System::Drawing::SystemColors::Control; + this->gridError->BackgroundImage = nullptr; this->gridError->ColumnHeadersHeightSizeMode = System::Windows::Forms::DataGridViewColumnHeadersHeightSizeMode::AutoSize; this->gridError->Columns->AddRange(gcnew cli::array< System::Windows::Forms::DataGridViewColumn^ >(4) {this->colErrorName, this->colErrorBegin, this->colErrorEnd, this->colErrorCause}); dataGridViewCellStyle5->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; dataGridViewCellStyle5->BackColor = System::Drawing::SystemColors::Window; - dataGridViewCellStyle5->Font = (gcnew System::Drawing::Font(L"Arial", 9)); + dataGridViewCellStyle5->Font = (gcnew System::Drawing::Font(L"‚l‚r ‚oƒSƒVƒbƒN", 9)); dataGridViewCellStyle5->ForeColor = System::Drawing::SystemColors::ControlText; dataGridViewCellStyle5->SelectionBackColor = System::Drawing::SystemColors::Highlight; dataGridViewCellStyle5->SelectionForeColor = System::Drawing::SystemColors::HighlightText; dataGridViewCellStyle5->WrapMode = System::Windows::Forms::DataGridViewTriState::True; this->gridError->DefaultCellStyle = dataGridViewCellStyle5; + this->gridError->Font = nullptr; this->gridError->GridColor = System::Drawing::SystemColors::Control; - resources->ApplyResources(this->gridError, L"gridError"); this->gridError->Name = L"gridError"; this->gridError->ReadOnly = true; this->gridError->RowHeadersVisible = false; @@ -3136,25 +4100,35 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; // // labFile // + this->labFile->AccessibleDescription = nullptr; + this->labFile->AccessibleName = nullptr; resources->ApplyResources(this->labFile, L"labFile"); + this->labFile->Font = nullptr; this->labFile->Name = L"labFile"; // // labAssemblyVersion // + this->labAssemblyVersion->AccessibleDescription = nullptr; + this->labAssemblyVersion->AccessibleName = nullptr; resources->ApplyResources(this->labAssemblyVersion, L"labAssemblyVersion"); + this->labAssemblyVersion->Font = nullptr; this->labAssemblyVersion->ForeColor = System::Drawing::SystemColors::ControlText; this->labAssemblyVersion->Name = L"labAssemblyVersion"; // // Form1 // + this->AccessibleDescription = nullptr; + this->AccessibleName = nullptr; this->AllowDrop = true; this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::None; resources->ApplyResources(this, L"$this"); + this->BackgroundImage = nullptr; this->Controls->Add(this->labAssemblyVersion); this->Controls->Add(this->labFile); this->Controls->Add(this->tabMain); this->Controls->Add(this->tboxFile); this->Controls->Add(this->menuStripAbove); + this->Icon = nullptr; this->MainMenuStrip = this->menuStripAbove; this->Name = L"Form1"; this->DragDrop += gcnew System::Windows::Forms::DragEventHandler(this, &Form1::Form1_DragDrop); diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.ja.resx b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.ja.resx index a7187f0..6d5663d 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.ja.resx +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.ja.resx @@ -121,9 +121,6 @@ 607, 19 - - ROMデータ情報 - 42, 19 @@ -214,6 +211,9 @@ 100, 19 + + ROMデータ情報 + 6, 20 @@ -484,9 +484,6 @@ 担当者2を入力ã™ã‚‹(ä»»æ„) - - 担当者2 - 37, 12 @@ -583,8 +580,8 @@ 貴社å - - 担当者1 + + 担当者2 37, 12 @@ -685,6 +682,9 @@ 貴社å + + 担当者1 + 45, 19 @@ -706,9 +706,6 @@ 103, 19 - - 目的 - 283, 19 @@ -736,8 +733,8 @@ 一般販売用 - - æå‡ºæ–¹æ³• + + 用途 62, 16 @@ -754,6 +751,9 @@ éƒµé€ + + æå‡ºæ–¹æ³• + 37, 146 @@ -859,9 +859,6 @@ 46, 19 - - Shared2ファイルサイズ - 34, 12 @@ -904,6 +901,9 @@ Shared2ファイル使用 + + Shared2ファイルサイズ + 79, 12 @@ -916,9 +916,6 @@ SDKãƒãƒ¼ã‚¸ãƒ§ãƒ³ - - TWL拡張情報 - 29, 12 @@ -949,6 +946,9 @@ 75, 19 + + TWL拡張情報 + 11, 12 @@ -1006,9 +1006,6 @@ tmpã‚¸ãƒ£ãƒ³ãƒ—è¨±å¯ - - アクセスコントロール情報 - 6, 70 @@ -1051,6 +1048,9 @@ SDカード + + アクセスコントロール情報 + 298, 336 @@ -1129,12 +1129,6 @@ ï¼­ï¼³ Pゴシック, 9pt - - 58, 20 - - - ファイル - 215, 22 @@ -1156,11 +1150,11 @@ 一時ä¿å­˜ã—ãŸæå‡ºæƒ…å ±ã‚’é–‹ã - - 84, 20 + + 58, 20 - - ãƒžã‚¹ã‚¿ãƒ¼ä½œæˆ + + ファイル æå‡ºãƒ‡ãƒ¼ã‚¿ä¸€å¼ã‚’作æˆã™ã‚‹ @@ -1174,11 +1168,11 @@ ミドルウェアリストã®ã¿ã‚’作æˆã™ã‚‹ (HTMLå½¢å¼) - - 80, 20 + + 84, 20 - - エクスãƒãƒ¼ãƒˆ + + ãƒžã‚¹ã‚¿ãƒ¼ä½œæˆ 536, 22 @@ -1216,8 +1210,11 @@ ROM情報ã¨ã‚¨ãƒ©ãƒ¼æƒ…報をåˆã‚ã›ã¦HTMLファイルã«å‡ºåŠ›ã™ã‚‹ (ç¾åœ¨ã®å…¥åŠ›ã‚’åæ˜ ã—ãŸæƒ…å ±) - - 65, 20 + + 80, 20 + + + エクスãƒãƒ¼ãƒˆ 119, 22 @@ -1225,6 +1222,15 @@ 119, 22 + + 65, 20 + + + 737, 19 + + + ã“ã®ã‚¿ãƒ–ã®æƒ…å ±ã¯ç·¨é›†ä¸å¯ã§ã™ã€‚データã«èª¤ã‚ŠãŒã‚ã‚‹å ´åˆã«ã¯ROMãƒ‡ãƒ¼ã‚¿ä½œæˆæ™‚ã®è¨­å®šã‚’見直ã—ã¦ãã ã•ã„。 + 4, 21 @@ -1234,24 +1240,6 @@ ROM基本情報 - - 737, 19 - - - ã“ã®ã‚¿ãƒ–ã®æƒ…å ±ã¯ç·¨é›†ä¸å¯ã§ã™ã€‚データã«èª¤ã‚ŠãŒã‚ã‚‹å ´åˆã«ã¯ROMãƒ‡ãƒ¼ã‚¿ä½œæˆæ™‚ã®è¨­å®šã‚’見直ã—ã¦ãã ã•ã„。 - - - 4, 21 - - - 773, 379 - - - TWL拡張情報 - - - DSiメニュー上ã§ã®èµ·å‹•åˆ¶é™ - 189, 12 @@ -1261,6 +1249,9 @@ 192, 19 + + DSiメニュー上ã§ã®èµ·å‹•åˆ¶é™ + 737, 19 @@ -1270,21 +1261,18 @@ TWL拡張諸フラグ - + 4, 21 - + 773, 379 - - DSiウェア情報 + + TWL拡張情報 ã“ã®ã‚¿ãƒ–ã®æƒ…å ±ã¯DSiウェア(NANDアプリ)ã«ã‚ˆã‚‹æœ¬ä½“NANDメモリ領域ã®ä½¿ç”¨é‡ã‚’確èªã™ã‚‹å ´åˆã«å¿…è¦ã§ã™ã€‚<newline>アプリãŒã‚²ãƒ¼ãƒ ã‚«ãƒ¼ãƒ‰å‘ã‘ã®å ´åˆã«ã¯NANDメモリ使用é‡ã®ç¢ºèªã¯å¿…è¦ã‚りã¾ã›ã‚“。 - - DSiウェアã«ã‚ˆã‚‹æœ¬ä½“NANDメモリã®ä½¿ç”¨é‡ - 94, 19 @@ -1393,21 +1381,21 @@ ãã®ä»–ファイルサイズ - + + DSiウェアã«ã‚ˆã‚‹æœ¬ä½“NANDメモリã®ä½¿ç”¨é‡ + + 4, 21 - + 773, 379 - - リージョンã¨ãƒ¬ãƒ¼ãƒ†ã‚£ãƒ³ã‚°(編集å¯) + + DSiウェア情報 中国ã«ã¯ãƒ¬ãƒ¼ãƒ†ã‚£ãƒ³ã‚°å¯©æŸ»å›£ä½“ãŒå­˜åœ¨ã—ã¾ã›ã‚“ãŒã€å°†æ¥çš„ã«å›£ä½“ãŒè¨­ç«‹ã•れãŸå ´åˆã«ãŠã„ã¦ã‚‚レーティング表示ãŒä¸è¦ãªã‚¿ã‚¤ãƒˆãƒ«ã§ã‚ã‚‹ã¨ãã«é™ã‚Šã€ã€Œãƒ¬ãƒ¼ãƒ†ã‚£ãƒ³ã‚°è¡¨ç¤ºä¸è¦ (ツール類ã®ã¿é¸æŠžå¯)ã€ã‚’é¸æŠžã—ã¦ãã ã•ã„。 - - ãã®ä»–ROM仕様 - 210, 16 @@ -1420,15 +1408,15 @@ 写真交æ›å¯¾å¿œ + + ãã®ä»–ROM仕様 + 読ã¿è¾¼ã¿æ™‚ã®è¨­å®šã«æˆ»ã™ ã“ã®ã‚¿ãƒ–ã®å„é …ç›®ã¸ã®å…¥åŠ›ã¯æå‡ºç¢ºèªæ›¸ãŠã‚ˆã³ãƒžã‚¹ã‚¿ãƒ¼ROMã®ä½œæˆã®ãŸã‚ã«å¿…è¦ã§ã™ã€‚<newline>ã“ã‚Œã‚‰ã®æƒ…å ±ã¯ãƒžã‚¹ã‚¿ãƒ¼ROMã®ä½œæˆæ™‚ã«ROM内登録データã¨ã—ã¦ç™»éŒ²ã•れã¾ã™(「ãã®ä»–ROM仕様ã€ã‚’除ã)。 - - リージョンã¨ãƒ¬ãƒ¼ãƒ†ã‚£ãƒ³ã‚°æƒ…å ± - 29, 12 @@ -1456,14 +1444,17 @@ レーティング表示ä¸è¦ (ツール類ã®ã¿é¸æŠžå¯) - + + リージョンã¨ãƒ¬ãƒ¼ãƒ†ã‚£ãƒ³ã‚°æƒ…å ± + + 4, 21 - + 773, 379 - - æå‡ºæƒ…å ±(è¦å…¥åŠ›) + + リージョンã¨ãƒ¬ãƒ¼ãƒ†ã‚£ãƒ³ã‚°(編集å¯) (100文字以内) @@ -1474,9 +1465,6 @@ ã“ã®ã‚¿ãƒ–ã®æƒ…å ±ã¯æå‡ºç¢ºèªæ›¸ã®ä½œæˆã«å¿…è¦ã§ã™ã€‚入力ã—ã¦ãã ã•ã„。 - - 海外版 - (100文字以内) @@ -1486,6 +1474,24 @@ (複数ã‚ã‚‹å ´åˆã®ã¿) + + 海外版 + + + 4, 21 + + + 773, 379 + + + æå‡ºæƒ…å ±(è¦å…¥åŠ›) + + + 737, 19 + + + ã“ã®ã‚¿ãƒ–ã®æƒ…å ±ã¯æå‡ºç¢ºèªæ›¸ã®ä½œæˆã«å¿…è¦ã§ã™ã€‚入力ã—ã¦ãã ã•ã„。 + 4, 21 @@ -1495,27 +1501,9 @@ 会社情報(è¦å…¥åŠ›) - - 737, 19 - - - ã“ã®ã‚¿ãƒ–ã®æƒ…å ±ã¯æå‡ºç¢ºèªæ›¸ã®ä½œæˆã«å¿…è¦ã§ã™ã€‚入力ã—ã¦ãã ã•ã„。 - - - 4, 21 - - - 773, 379 - - - エラー情報 - ã“ã®ã‚¿ãƒ–ã«ã¯èª­ã¿è¾¼ã‚“ã ROMデータã®å•é¡Œç‚¹ã¨æœ¬ãƒ—ログラムã§ã®å…¥åŠ›ãƒŸã‚¹ãŒåˆ—挙ã•れã¾ã™ã€‚<newline>赤文字ã®é …ç›®ã¯ã€æœ¬ãƒ—ログラムã§ä¿®æ­£ä¸å¯ã§ã™ã€‚ROMãƒ‡ãƒ¼ã‚¿ä½œæˆæ™‚ã®è¨­å®šã‚’ã”確èªãã ã•ã„。<newline>é’æ–‡å­—ã®é …ç›®ã¯ã€ROMデータã®å•題点ã®ã†ã¡ã€æœ¬ãƒ—ログラムã§ä¿®æ­£ã§ãã‚‹ã‚‚ã®ã§ã™ã€‚<newline>黒文字ã®é …ç›®ã¯ã€æå‡ºæƒ…å ±ã¨ä¼šç¤¾æƒ…å ±ã®å…¥åŠ›ãƒŸã‚¹ãŠã‚ˆã³å…¥åŠ›æ¼ã‚Œã§ã™ã€‚ - - ã„ã¤ã®æƒ…報を表示ã™ã‚‹ã‹ - 117, 16 @@ -1528,6 +1516,9 @@ ROMデータ読ã¿è¾¼ã¿æ™‚ + + ã„ã¤ã®æƒ…報を表示ã™ã‚‹ã‹ + 370, 12 @@ -1564,6 +1555,15 @@ è¦å›  + + 4, 21 + + + 773, 379 + + + エラー情報 + 14, 53 diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.resX b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.resX index e952c51..7a2e196 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.resX +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.resX @@ -118,5671 +118,78 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 120, 50 - - - 607, 21 - - - - 0 - - - tboxFile - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 124, 190 - - - 42, 21 - - - 7 - - - tboxRemasterVer - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 0 - - - 124, 162 - - - 100, 21 - - - 15 - - - tboxRomSize - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 1 - - - 124, 106 - - - 100, 21 - - - 14 - - - tboxPlatform - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 2 - - - True - - - 31, 109 - - - 53, 15 - - - 13 - - - Platform - - - labPlatform - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 3 - - - 124, 134 - - - 100, 21 - - - 11 - - - tboxRomLatency - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 4 - - - True - - - 31, 165 - - - 60, 15 - - - 9 - - - ROM Size - - - labRomSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 5 - - - True - - - 31, 137 - - - 63, 15 - - - 7 - - - ROM Type - - - labRomType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 6 - - - 124, 78 - - - 2 - - - 100, 21 - - - 2 - - - tboxMakerCode - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 7 - - - True - - - False - - - 172, 192 - - - 100, 19 - - - 8 - - - E(Pre-Check) - - - cboxRemasterVerE - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 8 - - - True - - - 31, 81 - - - 73, 15 - - - 4 - - - Maker Code - - - labMakerCode - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 9 - - - True - - - 31, 53 - - - 74, 15 - - - 3 - - - Game Code - - - labGameCode - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 10 - - - 124, 50 - - - 4 - - - 100, 21 - - - 1 - - - tboxGameCode - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 11 - - - True - - - 31, 24 - - - 67, 15 - - - 1 - - - Game Title - - - labTitleName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 12 - - - True - - - 6, 193 - - - 107, 15 - - - 22 - - - Remaster Version - - - labRemasterVer - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 13 - - - - NoControl - - - 124, 21 - - - 12 - - - 100, 21 - - - 0 - - - tboxTitleName - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 14 - - - 26, 52 - - - 285, 227 - - - 3 - - - ROM Info. + + 737, 21 gboxSrl - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomInfo - - - 3 - - - True - - - 6, 21 - - - 94, 15 - - - 12 - - - Backup Memory - - - labBackup - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxProd - - - 1 - - - 4Kbit EEPROM - - - 64Kbit EEPROM - - - 512Kbit EEPROM - - - 1Mbit EEPROM - - - 2Mbit FLASH - - - 4Mbit FLASH - - - 8Mbit FLASH - - - 64Mbit FLASH - - - None - - - Other - - - 105, 17 - - - 10 - - - 113, 23 - - - 5 - - - combBackup - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxProd - - - 0 - - - False - - - 224, 17 - - - 20 - - - 125, 21 - - - 6 - - - tboxBackupOther - - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gboxProd - - - 2 - - - True - - - 40, 47 - - - 64, 15 - - - 3 - - - ROM CRC - - - labRomCRC - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxCRC - - - 0 - - - True - - - 31, 20 - - - 78, 15 - - - 2 - - - Header CRC - - - labHeaderCRC - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxCRC - - - 1 - - - 124, 17 - - - 55, 21 - - - 1 - - - tboxHeaderCRC - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxCRC - - - 2 - - - 124, 44 - - - 55, 21 - - - 0 - - - tboxWholeCRC - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxCRC - - - 3 - - - 26, 285 - - - 285, 75 - - - 5 - - - CRC - - - gboxCRC - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomInfo - - - 7 - - - True - - - 401, 258 - - - 256, 15 - - - 8 - - - Remarks - Enter any other related information - - - labCaption - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 5 - - - 401, 276 - - - 300 - - - True - - - 349, 74 - - - 8 - - - tboxCaption - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 3 - - - True - - - 72, 247 - - - 80, 15 - - - 33 - - - AGCB(OFLC) - - - labOFLC - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 5 - - - True - - - 6, 220 - - - 146, 15 - - - 32 - - - PEGI(General) and BBFC - - - labPEGI_BBFC - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 6 - - - True - - - 62, 194 - - - 84, 15 - - - 31 - - - PEGI Portugal - - - labPEGI_PRT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 11 - - - True - - - 62, 168 - - - 87, 15 - - - 30 - - - PEGI(General) - - - labPEGI - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 15 - - - True - - - 102, 142 - - - 32, 15 - - - 29 - - - USK - - - labUSK - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 18 - - - True - - - 102, 116 - - - 40, 15 - - - 28 - - - ESRB - - - labESRB - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 14 - - - True - - - 101, 90 - - - 42, 15 - - - 27 - - - CERO - - - labCERO - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 9 - - - G - - - PG - - - M - - - MA15+ - - - Rating Pending - - - 155, 244 - - - 204, 23 - - - 18 - - - combOFLC - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 10 - - - All ages - - - aged 3 or older - - - aged 4 or older - - - aged 7 or older - - - aged 8 or older - - - aged 12 or older - - - aged 15 or older - - - aged 16 or older - - - aged 18 or older - - - Rating Pending - - - 155, 217 - - - 10 - - - 204, 23 - - - 15 - - - combPEGI_BBFC - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 7 - - - All ages - - - aged 4 or older - - - aged 6 or older - - - aged 12 or older - - - aged 16 or older - - - aged 18 or older - - - Rating Pending - - - 155, 191 - - - 204, 23 - - - 12 - - - combPEGI_PRT - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 12 - - - All ages - - - aged 3 or older - - - aged 7 or older - - - aged 12 or older - - - aged 16 or older - - - aged 18 or older - - - Rating Pending - - - 155, 165 - - - 204, 23 - - - 9 - - - combPEGI - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 16 - - - All ages - - - aged 6 or older - - - aged 12 or older - - - aged 16 or older - - - Inadequent for young - - - Rating Pending - - - 155, 139 - - - 204, 23 - - - 6 - - - combUSK - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 17 - - - All ages - - - EC (aged 3 or older) - - - E (aged 6 or older) - - - E10+ (aged 10 or older) - - - T (aged 13 or older) - - - M (aged 17 or older) - - - Rating Pending - - - 155, 113 - - - 204, 23 - - - 3 - - - combESRB - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 13 - - - A (All ages) - - - B (aged 12 or older) - - - C (aged 15 or older) - - - D (aged 17 or older) - - - Z (aged 18 or older) - - - Rating Pending - - - 155, 87 - - - 204, 23 - - - 0 - - - combCERO - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 8 - - - True - - - 98, 24 - - - 43, 15 - - - 37 - - - Market - - - labRegion - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 3 - - - True - - - False - - - 8, 23 - - - 167, 19 - - - 0 - - - Require EULA Agreement - - - cboxIsEULA - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxLaunch - - - 2 - - - Japan Only - - - United States Only - - - Europe Only - - - Australia Only - - - Europe and Australia - - - United States and Australia - - - United States, Europe and Australia - - - 155, 21 - - - 10 - - - 204, 23 - - - 36 - - - combRegion - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 4 - - - True - - - 413, 63 - - - 105, 19 - - - 7 - - - Input Contact2 - - - cboxIsInputPerson2 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabCompanyInfo - - - 1 - - - True - - - 239, 204 - - - 59, 15 - - - 15 - - - (Arbitrary) - - - labArbit4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 0 - - - True - - - 239, 153 - - - 59, 15 - - - 13 - - - (Arbitrary) - - - labArbit3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 1 - - - True - - - 18, 214 - - - 49, 15 - - - 12 - - - User ID - - - labNTSC2Sur - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 2 - - - 78, 200 - - - 100 - - - 158, 21 - - - 15 - - - tboxNTSC2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 3 - - - True - - - 23, 152 - - - 28, 15 - - - 4 - - - FAX - - - labFax2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 4 - - - True - - - 18, 200 - - - 40, 15 - - - 11 - - - NTSC - - - labNTSC2Pre - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 5 - - - 78, 149 - - - 100 - - - 158, 21 - - - 13 - - - tboxFax2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 6 - - - 78, 175 - - - 100 - - - 268, 21 - - - 14 - - - tboxMail2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 7 - - - 78, 125 - - - 100 - - - 158, 21 - - - 12 - - - tboxTel2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 8 - - - 78, 100 - - - 100 - - - 268, 21 - - - 11 - - - tboxFurigana2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 9 - - - 78, 75 - - - 100 - - - 268, 21 - - - 10 - - - tboxPerson2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 10 - - - 78, 50 - - - 200 - - - 268, 21 - - - 9 - - - tboxDepart2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 11 - - - True - - - 18, 53 - - - 36, 15 - - - 7 - - - Dept. - - - labDepart2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 12 - - - 78, 25 - - - 200 - - - 268, 21 - - - 8 - - - tboxCompany2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 13 - - - True - - - 18, 178 - - - 43, 15 - - - 5 - - - E-mail - - - labMail2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 14 - - - True - - - 23, 128 - - - 29, 15 - - - 3 - - - TEL - - - labTel2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 15 - - - True - - - 9, 103 - - - 64, 15 - - - 2 - - - (Furigana) - - - labFurigana2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 16 - - - True - - - 12, 78 - - - 49, 15 - - - 1 - - - Contact - - - labPerson2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 17 - - - True - - - 12, 28 - - - 60, 15 - - - 0 - - - Company - - - labCompany2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 18 - - - False - - - 401, 88 - - - 360, 234 - - - 14 - - - Contact2 - - - gboxPerson2 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabCompanyInfo - - - 3 - - - True - - - 228, 204 - - - 59, 15 - - - 12 - - - (Arbitrary) - - - labArbit2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 0 - + True - - 228, 153 - - - 59, 15 - - - 11 - - - (Arbitrary) - - - labArbit1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 1 - - - True - - - 18, 214 - - - 49, 15 - - - 10 - - - User ID - - - labNTSC1Sur - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 2 - - - True - - - 23, 152 - - - 28, 15 - - - 4 - - - FAX - - - labFax1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - + 3 - - True - - - 18, 200 - - - 40, 15 - - - 9 - - - NTSC - - - labNTSC1Pre - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 4 - - - 78, 200 - - - 100 - - - 147, 21 - - - 8 - - - tboxNTSC1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 5 - - - 78, 149 - - - 100 - - - 147, 21 - - - 5 - - - tboxFax1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 6 - - - 78, 175 - - - 100 - - - 261, 21 - - - 6 - - - tboxMail1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 7 - - - 78, 125 - - - 100 - - - 147, 21 - - - 4 - - - tboxTel1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 8 - - - 78, 100 - - - 100 - - - 261, 21 - - - 3 - - - tboxFurigana1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 9 - - - 78, 75 - - - 100 - - - 261, 21 - - - 2 - - - tboxPerson1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 10 - - - 78, 50 - - - 200 - - - 261, 21 - - - 1 - - - tboxDepart1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 11 - - - True - - - 22, 53 - - - 36, 15 - - - 7 - - - Dept. - - - labDepart1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 12 - - - 78, 25 - - - 200 - - - 261, 21 - - - 0 - - - tboxCompany1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 13 - - - True - - - 18, 178 - - - 43, 15 - - - 5 - - - E-mail - - - labMail1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 14 - - - True - - - 23, 128 - - - 29, 15 - - - 3 - - - TEL - - - labTel1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 15 - - - True - - - 9, 103 - - - 64, 15 - - - 2 - - - (Furigana) - - - labFurigana1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 16 - - - True - - - 12, 78 - - - 49, 15 - - - 1 - - - Contact - - - labPerson1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 17 - - - True - - - 12, 28 - - - 60, 15 - - - 0 - - - Company - - - labCompany1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 18 - - - 17, 88 - - - 357, 234 - - - 8 - - - Contact1 - - - gboxPerson1 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabCompanyInfo - - - 2 - - - 189, 80 - - - 4 - - - 45, 21 - - - 2 - - - tboxProductCode2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 6 - - - 157, 80 - - - 1 - - - 18, 21 - - - 1 - - - tboxProductCode1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 12 - - - NoControl - - - 120, 52 - - - 100 - - - 256, 21 - - - 0 - - - tboxProductName - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 15 - - - True - - - 178, 83 - - - 11, 15 - - - 33 - - - - - - - labProductCode2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 18 - - - True - - - 118, 83 - - - 39, 15 - - - 32 - - - TWL - - - - labProductCode1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - tabSubmitInfo - - 21 - - - 120, 143 - - - 103, 21 - - - 4 - - - dateSubmit - - - System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 17 - - - 120, 110 - - - 103, 21 - - - 3 - - - dateRelease - - - System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 14 - - - False - - - 67, 47 - - - 25 - - - 283, 21 - - - 4 - - - tboxUsageOther - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxUsage - - - 0 - - - True - - - 6, 48 - - - 55, 19 - - - 3 - - - Other - - - rUsageOther - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxUsage - - - 1 - - - True - - - 198, 18 - - - 157, 19 - - - 2 - - - For Network Distribution - - - rUsageDst - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxUsage - - - 2 - - - True - - - 104, 18 - - - 70, 19 - - - 1 - - - For Trial - - - rUsageSample - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxUsage - - - 3 - - - True - - - 6, 18 - - - 71, 19 - - - 0 - - - For Sale - - - rUsageSale - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxUsage - - - 4 - - - 16, 271 - - - 360, 79 - - - 6 - - - Purpose - - - gboxUsage - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 8 - - - True - - - 198, 18 - - - 66, 19 - - - 2 - - - Internet - - - rSubmitInternet - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSubmitWay - - - 0 - - - True - - - 104, 18 - - - 78, 19 - - - 1 - - - Handover - - - rSubmitHand - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSubmitWay - - - 1 - - - True - - - 6, 18 - - - 47, 19 - - - 0 - - - Mail - - - rSubmitPost - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSubmitWay - - - 2 - - - 16, 220 - - - 360, 45 - - - 5 - - - How To Submit - - - gboxSubmitWay - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 11 - - - True - - - 13, 146 - - - 103, 15 - - - 11 - - - Submission Date - - - labSubmiteDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 13 - - - True - - - 22, 113 - - - 77, 15 - - - 7 - - - Launch Date - - - labReleaseDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 16 - - - True - - - 22, 83 - - - 82, 15 - - - 6 - - - Product Code - - - labProductCode - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 19 - - - True - - - 21, 55 - - - 86, 15 - - - 5 - - - Product Name - - - labProductName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 20 - - - True - - - 118, 202 - - - 272, 15 - - - 26 - - - * Reset to 0 when a new master ROM is created. - - - labCapSubmitVer - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 7 - - - 120, 175 - - - 38, 21 - - - 9 - - - numSubmitVersion - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 9 - - - True - - - 16, 177 - - - 98, 15 - - - 24 - - - Submission Ver. - - - labSubmitVer - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 4 - - - True - - - 223, 108 - - - 136, 15 - - - 44 - - - (Only release multi ver.) - - - labMultiForeign1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 3 - - - False - - - 171, 130 - - - 4 - - - 46, 21 - - - 16 - - - tboxProductCode2Foreign3 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 5 - - - False - - - 171, 105 - - - 4 - - - 46, 21 - - - 15 - - - tboxProductCode2Foreign2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 7 - - - True - - - 158, 83 - - - 11, 15 - - - 41 - - - - - - - labProductCode2Foreign - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 9 - - - True - - - 18, 20 - - - 235, 19 - - - 11 - - - Foreign ver is scheduled to go on sale - - - cboxReleaseForeign - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 2 - - - True - - - 6, 48 - - - 86, 15 - - - 37 - - - Product Name - - - labProductNameForeign - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 12 - - - False - - - 98, 45 - - - 100 - - - 257, 21 - - - 12 - - - tboxProductNameForeign - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 11 - - - True - - - 95, 83 - - - 39, 15 - - - 40 - - - TWL - - - - labProductCode1Foreign - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 10 - - - False - - - 138, 81 - - - 1 - - - 18, 21 - - - 13 - - - tboxProductCode1Foreign - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 8 - - - True - - - 10, 83 - - - 82, 15 - - - 38 - - - Product Code - - - labProductCodeForeign - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 6 - - - False - - - 171, 80 - - - 4 - - - 46, 21 - - - 14 - - - tboxProductCode2Foreign1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 4 - - - True - - - 13, 169 - - - 37, 15 - - - 20 - - - File 5 - - - labShared2Size5 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 0 - - - True - - - 12, 144 - - - 37, 15 - - - 19 - - - File 4 - - - labShared2Size4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 1 - - - True - - - 13, 119 - - - 37, 15 - - - 18 - - - File 3 - - - labShared2Size3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 2 - - - True - - - 13, 94 - - - 37, 15 - - - 17 - - - File 2 - - - labShared2Size2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 3 - - - True - - - 13, 69 - - - 37, 15 - - - 16 - - - File 1 - - - labShared2Size1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 4 - - - True - - - 13, 44 - - - 37, 15 - - - 15 - - - File 0 - - - labShared2Size0 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 5 - - - 52, 166 - - - 90, 21 - - - 8 - - - Right - - - tboxShared2Size5 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 6 - - - 53, 141 - - - 89, 21 - - - 7 - - - Right - - - tboxShared2Size4 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 7 - - - 53, 116 - - - 89, 21 - - - 6 - - - Right - - - tboxShared2Size3 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 8 - - - 53, 91 - - - 89, 21 - - - 5 - - - Right - - - tboxShared2Size2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 9 - - - 53, 66 - - - 89, 21 - - - 4 - - - Right - - - tboxShared2Size1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 10 - - - 53, 41 - - - 89, 21 - - - 3 - - - Right - - - tboxShared2Size0 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 11 - - - True - - - False - - - 14, 19 - - - 129, 19 - - - 2 - - - Use Shared2 Files - - - cboxIsShared2 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 12 - - - 559, 147 - - - 202, 197 - - - 1 - - - Size of Shared2 Files - - - gboxShared2Size - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 6 - - - True - 339, 182 - - 175, 15 - - - 31 - - - Libraries Used by the Program - - - labLib - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomInfo - - - 4 - - - True - - - 339, 50 - - - 77, 15 - - - 30 - - - SDK Version - - - labSDK - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomInfo - - - 8 - - - True - - - 585, 29 - - - 30, 15 - - - 30 - - - Byte - - - labByte1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTWLExInfo - - - 0 - - - True - - - 266, 50 - - - 14, 15 - - - 29 - - - h - - - labHex4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTWLExInfo - - - 1 - - - 188, 16 - - - 75, 21 - - - 28 - - - Right - - - tboxIsCodec - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTWLExInfo - - - 2 - - - True - - - 98, 22 - - - 84, 15 - - - 27 - - - CODEC Mode - - - labIsCodec - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTWLExInfo - - - 3 - - - True - - - 14, 51 - - - 168, 15 - - - 11 - - - TWL-Only Region ROM Offset - - - labKeyTableRomOffset - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTWLExInfo - - - 4 - - - 188, 48 - - - 75, 21 - - - 10 - - - Right - - - tboxKeyTableRomOffset - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTWLExInfo - - - 5 - - - 259, 54 - - - 289, 84 - - - 24 - - - TWL Extended Info - - - gboxTWLExInfo - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 8 - - - True - - - 525, 147 - - - 14, 15 - - - 8 - - - h - - - labHex3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 3 - - - True - - - 256, 147 - - - 184, 15 - - - 9 - - - TWL Normal Region ROM Offset - - - labNormalRomOffset - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 12 - - - 447, 144 - - - 75, 21 - - - 8 - - - Right - - - tboxNormalRomOffset - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 11 - - - 183, 91 - - - 96, 21 - - - 13 - - - Right - - - tboxPrivateSize - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxNandSize - - - 19 - - - True - - - NoControl - - - 39, 94 - - - 129, 15 - - - 15 - - - Private Save Data Size - - - labPrivateSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxNandSize - - - 21 - - - True - - - NoControl - - - 39, 69 - - - 126, 15 - - - 14 - - - Public Save Data Size - - - labPublicSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxNandSize - - - 24 - - - 183, 66 - - - 96, 21 - - - 12 - - - Right - - - tboxPublicSize + + 22, 53 System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gboxNandSize - - - 23 - - - True - - - False - - - 14, 18 - - - 157, 19 - - - 26 - - - Enable Sub-Banner File - - - cboxIsSubBanner - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxExFlags - - - 2 - - - True - - - False - - - 14, 62 - - - 188, 19 - - - 16 - - - Permit Normal Jump Landing - - - cboxIsNormalJump - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxExFlags - - - 0 - - - True - - - False - - - 14, 40 - - - 172, 19 - - - 17 - - - Permit Tmp Jump Landing - - - cboxIsTmpJump - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxExFlags - - - 1 - - - True - - - NoControl - - - 7, 70 - - - 129, 15 - - - 9 - - - SD Card Access Right - - - labSDAccessRight - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxAccess - - - 0 - - - 9, 87 - - - 123, 21 - - - 8 - - - tboxSDAccessRight - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxAccess - - - 1 - - - 8, 133 - - - 123, 21 - - - 7 - - - tboxPhotoAccess - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxAccess - - - 2 - - - True - - - 7, 115 - - - 139, 15 - - - 6 - - - Photo Database Access - - - labPhotoAccess - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxAccess - - - 3 - - - True - - - 155, 21 - - - 44, 15 - - - 5 - - - Others - - - labAccessOther - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxAccess - - - 4 - - - 149, 38 - - - True - - - 126, 116 - - - 4 - - - tboxAccessOther - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxAccess - - - 5 - - - True - - - False - - - 9, 21 - - - 140, 19 - - - 1 - - - NAND Flash Memory - - - cboxIsNAND - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxAccess - - - 6 - - - True - - - False - - - 9, 45 - - - 73, 19 - - - 0 - - - SD Card - - - cboxIsSD - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxAccess - - - 7 - - - 259, 171 - - - 289, 160 - - - 0 - - - Access Control Information - - - gboxAccess - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 9 - - - True - - - Arial, 8.25pt - - - MiddleRight - - - NoControl - - - 273, 335 - - - 127, 14 - - - 6 - - - (From NAND Application) - - - labIsGameCardOn2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 2 - - - 408, 342 - - - 124, 21 - - - 3 - - - Right - - - tboxIsGameCardOn - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 4 - - - True - - - 278, 351 - - - 114, 15 - - - 2 - - - Game Card Access - - - labIsGameCardOn - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 7 - - - True - - - 12, 79 - - - 96, 15 - - - 11 - - - Application Type - labAppType - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 0 - - - 114, 76 - - - 71, 21 - - - 9 - - - Right - - - tboxAppType - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 1 - - - True - - - 191, 50 - - - 14, 15 - - - 7 - - - h - - - labHex2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 2 - - - 114, 19 - - - 71, 21 - - - 1 - - - Right - - - tboxTitleIDLo - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 3 - - - True - - - 37, 22 + + 17 68, 15 - - 0 + + 140, 19 - - TitleID Low - - - labTitleIDLo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 4 - - + True - - 37, 50 - - - 71, 15 - - + 2 - - TitleID High - - - labTitleIDHi - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 5 - - - 114, 47 - - - 71, 21 - - - 3 - - - Right - - - tboxTitleIDHi - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 6 - - - 14, 120 - - - True - - - 186, 34 - - - 4 - - - tboxAppTypeOther - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 7 - - - True - - - 12, 103 - - - 123, 15 - - - 5 - - - Other Application Info - - - labAppTypeOther - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 8 - - - 12, 54 - - - 233, 161 - - - 23 - - - TitleID - - - gboxTitleID - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - + 10 - - True - - - 262, 82 - - - 40, 15 - - - 10 - - - Media - - - labMedia - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabNandSizeInfo - - + 1 - - 310, 79 - - - 96, 21 - - - 8 - - - Right - - - tboxMedia - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabNandSizeInfo - - - 2 - - - True - - - 563, 50 - - - 115, 15 - - - 11 - - - Special Instructions - - - labCaptionEx - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomInfo - - - 5 - - - 561, 67 - - - True - - - Both - - - 187, 109 - - - 10 - - - tboxCaptionEx - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomInfo - - - 6 - - - 395, 35 - - - 366, 50 - - - 13 - - - ROM Production Info. - - - gboxProd - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 10 - - - 0, 0 - - - Arial, 9pt - - - 290, 22 - - - Open a ROM data file - - - 287, 6 - - - 290, 22 - - - Save a temporary info. - - - 290, 22 - - - Load a temporary info. saved previously - - - 39, 20 - - - File - - - 303, 22 - - - Make a set of submission data - - - 300, 6 - - - 303, 22 - - - Make a master ROM data file only - - - 303, 22 - - - Make a middleware list only(XML format) - - - 303, 22 - - - Make a middleware list only(HTML format) - - - 56, 20 - - - Master - - - 506, 22 - - - Export ROM info to HTML file - - - 503, 6 - - - 506, 22 - - - Export error info to HTML file (Info when ROM data was read) - - - 506, 22 - - - Export error info to HTML file (Info applied current input) - - - 503, 6 - - - 506, 22 - - - Export both ROM info and error info to HTML file (Info when ROM data was read) - - - 506, 22 - - - Export both ROM info and error info to HTML file (Info applied current input) - - - 53, 20 - - - Export - - - 129, 22 - - - English - - - 129, 22 - - - Japanese - - - 75, 20 - - - Language - - - 0, 0 - - - 805, 24 - - - 33 - - - menuStrip1 - - - menuStripAbove - System.Windows.Forms.MenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this + + 46, 21 - - 4 + + labShared2Size1 - - True - - - SDK Ver - - - 337, 67 - - - 207, 109 - - - 37 - - - gridSDK - - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomInfo - - - 0 - - - True - - - Publisher - - - True - - - Library Name - - - 337, 200 - - - 411, 160 - - - 36 - - - gridLibrary - - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomInfo - - - 1 - - - 24, 11 - - - 737, 21 - - - 35 - - - Information on this tab cannot be edited. If data errors exist, review the ROM's build settings. - - - tboxGuideRomInfo - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomInfo - - - 2 - - - 4, 24 - - - 3, 3, 3, 3 - - - 773, 376 - - - 0 - - - Basic ROM Info - - - tabRomInfo - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabMain - - - 0 - - - True - - - 5, 55 - - - 215, 15 - - - 2 - - - Display Connection Icon On DSi Menu - - - labConnectIcon - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxLaunch - - - 0 - - - 6, 74 - - - 192, 21 - - - 1 - - - tboxConnectIcon - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxLaunch - - - 1 - - - 12, 226 - - - 233, 105 - - - 37 - - - Launch Control On DSi Menu - - - gboxLaunch - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 0 - - - 24, 11 - - - 737, 21 - - - 36 - - - Information on this tab cannot be edited. If data errors exist, review the ROM's build settings. - - - tboxGuideTWLInfo - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 1 - - - 558, 54 - - - 203, 84 - - - 35 - - - TWL Extended Flags - - - gboxExFlags - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 5 - - - 4, 24 - - - 3, 3, 3, 3 - - - 773, 376 - - - 1 - - - TWL Extended Info - - - tabTWLInfo - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabMain - - - 1 - - - 24, 11 - - - True - - - 737, 43 - - - 42 - - - Information on this tab is required to confirm the amount of space a given Nintendo DSiWare title (NAND application) uses in the system memory. If the media of the application is a Game Card, there is no need to check the amount of system memory used. - - - tboxGuideNandSizeInfo - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabNandSizeInfo - - - 0 - - - True - - - MS UI Gothic, 12pt - - - NoControl - - - 532, 178 - - - 13, 16 - - - 44 - - - ) - - - labBracketR - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxNandSize - - - 0 - - - True - - - MS UI Gothic, 12pt - - - 421, 178 - - - 13, 16 - - - 43 - - - ( - - - labBracketL - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxNandSize - - - 1 - - - 435, 176 - - - 94, 21 - - - 31 - - - Right - - - tboxSumSizeMB - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxNandSize - - - 2 - - - 183, 41 - - - 96, 21 - - - 30 - - - Right - - - tboxSrlSize - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxNandSize - - - 3 - - - True - - - NoControl - - - 293, 144 - - - 21, 15 - - - 28 - - - => - - - labArrow5 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxNandSize - - - 4 - - - True - - - NoControl - - - 293, 119 - - - 21, 15 - - - 27 - - - => - - - labArrow4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxNandSize - - - 5 - - - True - - - NoControl - - - 293, 94 - - - 21, 15 - - - 26 - - - => - - - labArrow3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxNandSize - - - 6 - - - True - - - NoControl - - - 293, 69 - - - 21, 15 - - - 25 - - - => - - - labArrow2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxNandSize - - - 7 - - - True - - - 293, 44 - - - 21, 15 - - - 10 - - - => - - - labArrow1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxNandSize - - - 8 - - - 322, 176 - - - 94, 21 - - - 23 - - - Right - - - tboxSumSize - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxNandSize - - - 9 - - - 322, 141 - - - 94, 21 - - - 22 - - - Right - - - tboxTmdSizeFS - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxNandSize - - - 10 - - - 322, 116 - - - 94, 21 - - - 21 - - - Right - - - tboxSubBannerSizeFS - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxNandSize - - - 11 - - - 322, 91 - - - 94, 21 - - - 20 - - - Right - - - tboxPrivateSizeFS + + gboxTWLExInfo System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gboxNandSize + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 - - - 322, 66 - - - 94, 21 - - - 19 - - - Right - - - tboxPublicSizeFS - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxNandSize - - - 13 - - - 322, 41 - - - 94, 21 - - - 18 - - - Right - - - tboxSrlSizeFS + + 10 System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -5790,1378 +197,6971 @@ gboxNandSize - - 14 + + 75, 20 - - 183, 141 - - - 96, 21 - - - 17 - - - Right - - - tboxTmdSize - - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gboxNandSize + + 178, 83 - - 15 + + labProductCode2Foreign - - 183, 116 + + 157, 19 - - 96, 21 + + United States and Australia - - 16 + + Europe and Australia - - Right + + Australia Only - - tboxSubBannerSize + + Europe Only - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + United States Only - - gboxNandSize + + labShared2Size0 - - 16 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - 167, 22 - - - 116, 15 - - - 1 - - - Orignal Size in ROM - - - labNandSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxNandSize - - - 17 - - - True - - - NoControl - - - 307, 22 - - - 126, 15 - - - 0 - - - Size in NAND Memory - - - labNandSizeFS - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxNandSize - - - 18 - - - True - - - 39, 44 - - - 119, 15 - - - 4 - - - Actual ROM File Size - - - labSrlSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxNandSize - - - 20 - - - True - - - 156, 195 - - - 158, 15 - - - 5 - - - (Total NAND memory used) - - - labSumSize2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxNandSize - - - 22 - - - True - - - 201, 179 - - - 60, 15 - - - 6 - - - Total Size - - - labSumSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxNandSize - - - 25 - - - True - - - 39, 119 - - - 122, 15 - - + 3 - - Sub-Banner File Size + + 34 + + + 33 labSubBannerSize - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxNandSize - - - 26 - - - True - - - 85, 144 - - - 37, 15 - - + 2 - - Other + + Publisher - - labTmdSize + + 33 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 94, 21 - - gboxNandSize + + Library Name - - 27 + + 18 - - 95, 114 + + 171, 105 - - 554, 223 + + gridError - - 9 - - - NAND Area Size Used by the DSi Ware - - - gboxNandSize - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabNandSizeInfo - - - 3 - - - 4, 24 - - - 773, 376 - - - 6 - - - DSiWare Info - - - tabNandSizeInfo - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabMain - - - 2 - - - 456, 236 - - - True - - - 279, 86 - - - 42 - - - In China, any rating organizations have not been established yet. In case such organization is established, select a "Rating Not Required (Tool Only)" if rating doesn't have to be displayed. - - - False - - - tboxWarningChinaRating - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomEditInfo - - - 0 - - - True - - - 15, 25 + + 8 248, 19 - - 39 + + 6, 74 - - UGC(User Generated Contents) Support - - - cboxIsUGC - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxOtherSpec - - - 0 - - - True - - - 15, 56 - - - 161, 19 - - - 40 - - - Photo Exchange Support - - - cboxIsPhotoEx - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxOtherSpec - - - 1 - - - 456, 60 - - - 279, 90 - - - 41 - - - Other ROM Spec. - - - gboxOtherSpec - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomEditInfo - - - 1 - - - 494, 185 - - - 185, 23 - - - 38 - - - Set Back to Initial Settings - - - butSetBack - - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomEditInfo - - - 2 - - - 24, 11 - - - True - - - 737, 43 - - - 37 - - - You must complete all items on this tab to create a submission checklist and Master ROM.<newline>This information is used as ROM registration data when the Master ROM is created (excluding "Other ROM Spec"). - - - tboxGuideRomEditInfo - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomEditInfo - - - 3 - - - True - - - NoControl - - - 102, 273 - - - 33, 15 - - - 40 - - - GRB - - - labGRB - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + gboxParental - - 0 + + gboxTWLExInfo - - All ages + + 22 - - ages 12 or older + + False - - ages 15 or older + + Arial, 9pt - - ages 18 or older - - - Rating Pending - - - 155, 270 - - - 204, 23 - - - 39 - - - combGRB - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 1 - - - True - - - 119, 56 - - - 276, 19 - - - 38 - - - Unnecessary Rating (Available Only Tool App) - - - cboxIsUnnecessaryRating - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 2 - - - 24, 60 - - - 406, 299 - - - 33 - - - Region and Rating Infomation - - - gboxParental - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomEditInfo - - - 4 - - - 4, 24 - - - 773, 376 - - - 2 - - - Market and Rating *** - - - tabRomEditInfo - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabMain - - - 3 - - - 240, 76 - - - 142, 18 - - - 39 + + gboxAccess (100 characters or less) - - TopRight + + 6, 48 - - labProductNameLimit - - + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabSubmitInfo + + 223, 108 - + + labAccessOther + + + FAX + + + TWL - + + + tboxCaption + + + tboxTmdSize + + + stripMaster + + + gboxNandSize + + + Region and Rating Infomation + + 0 - - 24, 11 + + labShared2Size2 - - 737, 21 + + 24, 112 - - 38 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - You must complete all items on this tab to create a submission checklist. + + 29 - - tboxGuideSubmitInfo + + 129, 15 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + labRomType - + + 357, 234 + + + labShared2Size4 + + tabSubmitInfo - - 1 + + 15 - - 223, 68 + + + 3, 3, 3, 3 - - 139, 16 + + Contact - - 40 + + 103, 21 - - (100 characters or less) + + 293, 44 - - TopRight + + 41 - - labProductNameLimitForeign + + Export both ROM info and error info to HTML file (Info when ROM data was read) - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 21, 15 - - gboxForeign - - - 0 - - - True - - - 223, 133 - - - 136, 15 - - - 45 - - - (Only release multi ver.) - - - labMultiForeign2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tboxUsageOther gboxForeign - + + 10 + + + True + + + 8 + + + You must complete all items on this tab to create a submission checklist and Master ROM.<newline>This information is used as ROM registration data when the Master ROM is created (excluding "Other ROM Spec"). + + + 3 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Permit Tmp Jump Landing + + + 411, 160 + + + aged 6 or older + + + gboxUsage + + + 0 + + + 147, 21 + + + 10 + + + 86, 15 + + + gboxTitleID + + + labRomCRC + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + 155, 191 + + + 7 + + + 75, 21 + + + 41 + + + 22 + + + 17 + + + 24, 11 + + + 96, 21 + + + tabRomInfo + + + 158, 21 + + + gboxExFlags + + + 9 + + + 114, 76 + + + gboxSrl + + + 11 + + + True + + + 10 + + + 14, 40 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 12 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 9 + + + 20 + + + 3 + + + gboxTitleID + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TWL Extended Flags + + + Right + + + 124, 106 + + + File 0 + + + 5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 14 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - 395, 91 + + 6 - - 366, 161 + + => - - 35 + + 118, 83 - - Foreign Ver. + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gboxForeign + + 0 - + + gboxPerson2 + + + 1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 42, 21 + + + 408, 342 + + + True + + + 497, 15 + + + 96, 21 + + + 155, 21 + + + 15 + + + 8 + + + 100 + + + 7, 70 + + + ages 15 or older + + + 7 + + + 558, 54 + + + 30 + + + True + + + h + + + 8 + + + 21, 15 + + + 12 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabTWLInfo + + + labShared2Size5 + + + gboxNandSize + + + gboxTitleID + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + labGameCode + + + For Sale + + + 5 + + + SDK Ver + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 40 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + Contact2 + + + tabRomInfo + + + ages 12 or older + + + 1 + + + 37, 15 + + + labSrlSize + + + 1 + + + 337, 67 + + + tboxProductCode2Foreign1 + + + labPlatform + + + (Furigana) + + + 189, 80 + + + Product Code + + + False + + + 257, 21 + + + 78, 19 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxSrl + + + 5 + + + 78, 75 + + + 4 + + + 55, 19 + + + 96, 21 + + + labProductCode1Foreign + + + 737, 43 + + + combESRB + + + 107, 15 + + + gboxUsage + + + tboxWarningChinaRating + + + tboxFurigana1 + + + 256, 147 + + + 607, 21 + + + labArbit3 + + + 31 + + + labSubmitVer + + + 1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxLaunch + + + 126, 15 + + + 1 + + + gboxTWLExInfo + + + 71, 21 + + + 215, 15 + + + tboxPrivateSize + + + 15 + + + gboxParental + + + Language + + + 28 + + + 0 + + + gboxShared2Size + + + 6 + + + 129, 19 + + + tboxGuideCompanyInfo + + + gboxErrorTiming + + + 27 + + + 11 + + + True + + + 272, 15 + + + stripItemErrorListCurrent + + + labPerson2 + + + For Network Distribution + + + 13 + + + File 4 + + + True + + + dateRelease + + + tboxPublicSize + + + $this + + + 0 + + + gboxOtherSpec + + + gboxLaunch + + + 139, 16 + + + 406, 299 + + + tabMain + + + 279, 90 + + + 200 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Right + + + NoControl + + + 96, 15 + + + aged 12 or older + + + 11 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 53, 116 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxForeign + + + 4 + + + Timing of Error + + + tboxAppTypeOther + + + 9, 21 + + + 37, 22 + + + cboxIsUnnecessaryRating + + + 303, 22 + + + 45 + + + 506, 22 + + + Apply current input + + + NoControl + + + gboxNandSize + + + 4 + + + gboxShared2Size + + + File 1 + + + gboxForeign + + + 7 + + + 0 + + + 289, 84 + + + gboxLaunch + + + stripItemMiddlewareXml + + + 12 + + + gboxParental + + + 95, 114 + + + tboxShared2Size1 + + + 89, 21 + + + tabSubmitInfo + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 18, 21 + + + 4 + + + 8 + + + 53, 41 + + + gboxAccess + + + 204, 23 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 59, 15 + + + 290, 22 + + + Reason + + + gboxProd + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxParental + + + gboxParental + + + 29 + + + gboxPerson2 + + + 1 + + + labNandSizeFS + + + combCERO + + + 100, 21 + + + 2 + + + CERO + + + gboxTitleID + + + 293, 144 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + aged 3 or older + + + 59, 15 + + + 100, 21 + + + 2 + + + 2 + + + 200 + + + 21, 55 + + + 198, 18 + + + NoControl + + + 773, 376 + + + True + + + True + + + 23 + + + stripItemJapanese + + + 59, 15 + + + 17 + + + gboxSrl + + + TWL MasterEditor + + + 310, 79 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 12 + + + tboxAppType + + + labIsCodec + + + Game Card Access + + + 2 + + + 17 + + + gboxTWLExInfo + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxShared2Size + + + menuStrip1 + + + 10 + + + 59, 15 + + + 4 + + + Total Size + + + gboxSrl + + + 268, 21 + + + 184, 15 + + + 5 + + + aged 7 or older + + + 0 + + + (From NAND Application) + + + gboxPerson2 + + + 8 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 28, 15 + + + NoControl + + + 285, 75 + + + gboxNandSize + + + 24 + + + gboxNandSize + + + aged 7 or older + + + 13 + + + aged 4 or older + + + Special Instructions + + + 105, 19 + + + 3 + + + 3 + + + 39, 15 + + + 66, 19 + + + 6, 18 + + + 33 + + + 2 + + + Orignal Size in ROM + + + 5 + + + colWarnName + + + (100 characters or less) + + + True + + + 0 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 40 + + + 0 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 27 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabNandSizeInfo + + + True + + + 8 + + + 9 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 46, 21 + + + 8 + + + tabRomEditInfo + + + 104, 18 + + + tabTWLInfo + + + TWL Normal Region ROM Offset + + + 1 + + + 4 + + + 4, 24 + + + Make a middleware list only(HTML format) + + + 14, 62 + + + True + + + 12, 78 + + + 204, 23 + + + Contact + + + 6 + + + 13 + + + 4 + + + 15 + + + 1 + + + Right + + + True + + + 125, 21 + + + gboxSubmitWay + + + 4Kbit EEPROM + + + 158, 21 + + + 202, 197 + + + 187, 109 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 13, 94 + + + Export both ROM info and error info to HTML file (Info applied current input) + + + gboxTitleID + + + 11 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + T (aged 13 or older) + + + 12, 28 + + + 2 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8 + + + 71, 21 + + + 78, 200 + + + tabTWLInfo + + + True + + + File 5 + + + 2 + + + tabTWLInfo + + + Purpose + + + 8 + + + 6 + + + combPEGI + + + labArrow3 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 224, 17 + + + 6 + + + cboxIsEULA + + + gboxTWLExInfo + + + 9 + + + 24, 11 + + + 23, 128 + + + gboxParental + + + 2 + + + 261, 21 + + + 2 + + + 5 + + + aged 18 or older + + + 228, 204 + + + 14 + + + 167, 19 + + + 259, 54 + + + Photo Database Access + + + 2 + + + True + + + 289, 160 + + + (Arbitrary) + + + tboxFax1 + + + 3 + + + gboxNandSize + + + SDK Version + + + Company + + + 40, 15 + + + 157, 19 + + + cboxIsInputPerson2 + + + 102, 142 + + + tboxShared2Size2 + + + 395, 35 + + + True + + tabSubmitInfo 2 - - 4, 24 + + gboxForeign - - 773, 376 + + gboxExFlags - - 3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Submission Info *** + + tboxTel1 - - tabSubmitInfo + + 322, 116 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 - - tabMain + + 155, 139 - + + 78, 50 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + stripItemEnglish + + + 0 + + + 7 + + + True + + + True + + + 6 + + + True + + 4 - - 24, 11 + + TitleID - - 737, 21 + + 171, 15 - - 39 + + 49, 15 - - You must complete all items on this tab to create a submission checklist. + + 150 - - tboxGuideCompanyInfo + + gboxSrl - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - tabCompanyInfo + + 70, 19 + + + 18, 21 + + + 1 + + + 773, 376 + + + gboxTWLExInfo + + + 103, 15 + + + 71, 19 0 - - 4, 24 + + 98, 45 - + + 204, 23 + + + numSubmitVersion + + + 12, 54 + + + M (aged 17 or older) + + + Begin + + + 37 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + False + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 10 + + + 0 + + + 3 + + + True + + + 36 + + + tboxIsGameCardOn + + + 171, 80 + + + labCompany2 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 38 + + + gboxPerson1 + + + labProductCode2 + + + labRemasterVer + + + Information on this tab is required to confirm the amount of space a given Nintendo DSiWare title (NAND application) uses in the system memory. If the media of the application is a Game Card, there is no need to check the amount of system memory used. + + + gboxNandSize + + + 0 + + + 10 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 119, 15 + + + 14 + + + 1 + + + 0 + + + 5 + + + 124, 17 + + + True + + + 5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabCompanyInfo + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 15 + + + TWL-Only Region ROM Offset + + + True + + + 303, 22 + + + gboxPerson2 + + + 4 + + + 0 + + + 82, 15 + + + Foreign ver is scheduled to go on sale + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + False + + + 207, 109 + + + gboxParental + + + 11 + + + gboxNandSize + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 737, 43 + + + 9, 45 + + + 13 + + + True + + + Name + + + You must complete all items on this tab to create a submission checklist. + + + All ages + + + 15, 25 + + + 1 + + + 9 + + + colWarnBegin + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Right + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + stripItemMiddlewareHtml + + + Export ROM info to HTML file + + + 126, 116 + + + 204, 23 + + + 64, 15 + + + exportToolStripMenuItem + + + 31 + + + gboxSrl + + + 1 + + + 20 + + + gboxParental + + + labNTSC1Pre + + + tabSubmitInfo + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tboxNTSC1 + + + Backup Memory + + + gboxPerson1 + + + 307, 22 + + + 17 + + + End + + + 78, 125 + + + 261, 21 + + + 223, 133 + + + labCompany1 + + + E (aged 6 or older) + + + 322, 176 + + + Right + + + True + + + 13 + + + 4 + + + labCaption + + + 129, 22 + + + labOFLC + + + 4 + + + 401, 258 + + + 268, 21 + + + 19 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 38 + + + 60, 15 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + Load a temporary info. saved previously + + + gboxPerson1 + + + 53, 91 + + + 29, 15 + + + tabCompanyInfo + + + True + + + rSubmitPost + + + 62, 194 + + + gboxPerson1 + + + 4 + + + 4 + + + 26, 52 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + stripItemSaveTemp + + + 43, 15 + + + True + + + 261, 21 + + + gboxShared2Size + + + 37, 15 + + + 100 + + + labFurigana2 + + + ver.0.0.00000 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + 5 + + + gboxPerson1 + + + 63, 15 + + + 38 + + + 114, 19 + + + 142, 18 + + 773, 376 - - 4 + + False + + + gboxTitleID + + + 39, 20 + + + stripItemSheet + + + Contact1 + + + Right + + + 147, 21 + + + tabSubmitInfo + + + 2 + + + 100, 21 + + + 39 + + + labArrow4 + + + NoControl + + + gboxSrl + + + NoControl + + + NoControl + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxNandSize + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 78, 175 + + + 119, 56 + + + True + + + 14 + + + gboxNandSize + + + 21 + + + gboxParental + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + labBracketR + + + tabRomInfo + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxTitleID + + + cboxIsSubBanner + + + Right + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + All ages + + + labReleaseDate + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SD Card Access Right + + + gboxSrl + + + rUsageOther + + + 0 + + + gboxCRC + + + SD Card + + + tboxPlatform + + + Private Save Data Size + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + When ROM data was read + + + labMultiForeign1 + + + 3 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 37 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 16 + + + 6, 220 + + + => + + + Z (aged 18 or older) Company Info *** - - tabCompanyInfo + + 30 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + labArbit1 - - tabMain + + labAppTypeOther + + + 773, 376 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxAccess + + + gboxParental + + + 1 + + + 773, 376 + + + 12 + + + System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + 4 + + + 104, 18 + + + labCERO + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + 5, 55 + + + tabSubmitInfo + + + - + + + True + + + Right + + + 303, 22 + + + 158, 83 + + + 4 5 - - 24, 11 + + aged 12 or older - + + 84, 15 + + True - - 550, 71 + + 19 - + + 6 + + + True + + + gboxParental + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Make a set of submission data + + + 3 + + + 150 + + 40 - - This tab discribes errors in the ROM data file and mistakes in editing.<newline>Red items discribe errors which can't be midified by this program. Please modify build settings.<newline>Blue items discribe errors in a part of ROM data, but these errors can be midified by this program.<newline>Black items discribe input mistakes or omission. + + 4, 24 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 14 + + + 15, 56 + + + aged 8 or older + + + 26 + + + labPhotoAccess + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 100, 21 + + + 100 + + + 123, 21 + + + 494, 185 + + + True + + + 3 + + + 124, 21 + + + 114, 47 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 78, 200 + + + True + + + 24, 252 + + + tboxPublicSizeFS + + + 12, 79 + + + 78, 75 + + + labFile + + + 18 + + + aged 16 or older + + + Enable Sub-Banner File + + + True + + + 7 + + + Internet + + + 78, 125 + + + 1 + + + 158, 21 + + + 12, 93 + + + gboxNandSize + + + 7 + + + 290, 22 + + + rErrorReading + + + gboxForeign + + + 30 + + + aged 15 or older + + + 18, 200 + + + 0 + + + 401, 88 + + + 239, 153 + + + rSubmitInternet + + + 42 + + + 366, 161 + + + 12, 144 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxParental + + + 183, 66 + + + 20 + + + labDepart2 + + + tabSubmitInfo + + + 366, 50 + + + h + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 9 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Size in NAND Memory + + + True + + + 98, 22 + + + cboxRemasterVerE + + + 37, 15 + + + 71, 21 + + + 44 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 10 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 23, 128 + + + 60 + + + True + + + gboxNandSize + + + 16 + + + gboxPerson2 + + + 40, 15 + + + 300 + + + aged 18 or older + + + 349, 74 + + + 6 + + + True + + + 203, 84 + + + 71, 15 + + + gboxForeign + + + Error Info + + + tabMain + + + gboxForeign + + + 14, 18 + + + tboxTitleIDHi + + + False + + + 5 + + + 395, 91 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + Begin + + + labFurigana1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Rating Pending + + + tabTWLInfo + + + 7 + + + 9 + + + 149, 38 + + + 13 + + + You must complete all items on this tab to create a submission checklist. + + + True + + + 115, 15 + + + 4 + + + gboxSrl + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxSubmitWay + + + gboxPerson2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 157, 80 + + + labPEGI + + + True + + + False + + + 435, 176 + + + 78, 25 + + + gboxParental + + + Right + + + gboxShared2Size + + + MS UI Gothic, 12pt + + + False + + + 2 + + + 100 + + + tabTWLInfo + + + tabNandSizeInfo + + + 123, 21 + + + Permit Normal Jump Landing + + + 13, 146 + + + True + + + 18 + + + True + + + Game Code + + + gboxPerson2 + + + 14 + + + 100 + + + 120, 50 + + + Information on this tab cannot be edited. If data errors exist, review the ROM's build settings. + + + Right + + + 90, 21 + + + colErrorName + + + True + + + 20 + + + tboxNTSC2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 30, 15 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + DSiWare Info + + + 4 + + + 36, 15 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 139, 15 + + + gboxNandSize + + + tboxKeyTableRomOffset + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 49, 15 + + + aged 16 or older + + + False + + + tabTWLInfo + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + combBackup + + + 84, 15 + + + tabErrorInfo + + + gboxProd + + + False + + + tabSubmitInfo + + + 60 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 10 + + + Right + + + 100 + + + labESRB + + + NAND Flash Memory + + + True + + + GRB + + + 118, 202 + + + labHex4 + + + True + + + Japan Only + + + 53, 141 + + + 78, 50 + + + 21, 15 + + + CRC + + + 47, 19 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ROM Info. + + + tabMain + + + 45, 21 + + + 11 + + + True + + + tboxGuideRomInfo + + + All ages + + + 4 + + + 38, 21 + + + 4 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 21, 15 + + + gboxNandSize + + + 737, 21 + + + 22, 53 + + + 0 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 10 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + 1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 293, 94 + + + 19 + + + gboxPerson2 + + + 0, 0 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 322, 141 + + + UGC(User Generated Contents) Support + + + tboxGameCode + + + 781, 404 + + + 2 + + + 21, 15 + + + 8 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + tabSubmitInfo + + + TWL Extended Info + + + True + + + tabRomInfo + + + 37, 50 + + + ROM Production Info. + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + 78, 175 + + + 293, 69 + + + tboxSubBannerSizeFS + + + labSDK + + + 235, 19 + + + 360, 79 + + + gboxShared2Size + + + 1 + + + 125, 19 + + + 95, 83 + + + 192, 21 + + + tabTWLInfo + + + 39, 44 + + + gridLibrary + + + labMakerCode + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + True + + + tabRomInfo + + + 503, 6 + + + 23 + + + 35 + + + Application Type + + + 11 + + + gboxPerson1 + + + 8 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 78, 149 + + + 268, 21 + + + tboxIsCodec + + + 13 + + + tabNandSizeInfo + + + labConnectIcon + + + cboxIsShared2 + + + 188, 16 + + + tboxCompany1 + + + True + + + labRegion + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxPerson2 + + + 2 + + + 136, 15 + + + G + + + CODEC Mode + + + aged 16 or older + + + tboxPrivateSizeFS + + + tabRomInfo + + + 7 + + + 36, 15 + + + End + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 129, 15 + + + 22 + + + 3 + + + 5 + + + 559, 147 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabTWLInfo + + + 100, 21 + + + 31, 137 + + + 15 + + + 6, 48 + + + 580, 11 + + + 86, 15 + + + labMedia + + + 72, 247 + + + tboxSumSizeMB + + + tabSubmitInfo + + + gboxTitleID + + + 2 + + + 1 + + + 256, 15 + + + 168, 15 + + + aged 18 or older + + + 12 + + + 10 + + + labByte1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 94, 15 + + + gboxTitleID + + + 25 + + + E10+ (aged 10 or older) + + + 37, 15 + + + PEGI(General) + + + True + + + 41 + + + 22, 94 + + + AGCB(OFLC) + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + labHex2 + + + 32 + + + 94, 21 + + + 233, 105 + + + 3 + + + False + + + File 3 tboxGuideErrorInfo - + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 124, 78 + + + 2 + + + 8 + + + tboxHeaderCRC + + + (Only release multi ver.) + + + 43, 15 + + + 15 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ROM Size + + + 2 + + + stripItemRomInfoList + + + Platform + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + labHex3 + + + gboxPerson2 + + + labTitleIDLo + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Rating Pending + + + 94, 21 + + + False + + + Inadequent for young + + + gboxPerson1 + + + gboxNandSize + + + Arial, 9pt + + + 0 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 172, 192 + + + 413, 63 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + Right + + + 0 + + + gboxSubmitWay + + + 0 + + + 3 + + + 18, 200 + + + tabTWLInfo + + + 266, 50 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 89, 21 + + + gboxSrl + + + gboxNandSize + + + 4 + + + 0 + + + tboxSubBannerSize + + + 6 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 503, 6 + + + tabSubmitInfo + + + 360, 234 + + + 75, 21 + + + 37 + + + gboxPerson1 + + + How To Submit + + + 204, 23 + + + 156, 195 + + + 36 + + + 1 + + + Use Shared2 Files + + + True + + + gboxPerson2 + + + 94, 21 + + + Basic ROM Info + + + Export error info to HTML file (Info when ROM data was read) + + + => + + + gboxPerson1 + + + labArrow5 + + + 13, 119 + + + Right + + + 6 + + + labBackup + + + gboxPerson2 + + + True + + + 16 + + + 1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 100 + + + 4 + + + labSDAccessRight + + + True + + + => + + + 18 + + + Header CRC + + + gboxShared2Size + + + gboxPerson2 + + + True + + + 18, 214 + + + 100, 19 + + + 1 + + + tabMain + + + 24, 11 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + E(Pre-Check) + + + tabCompanyInfo + + + 40 + + + 737, 110 + + + gboxPerson2 + + + Byte + + + 124, 134 + + + 27 + + + 31, 24 + + + Right + + + gboxShared2Size + + + stripItemRomInfoAndErrorListRead + + + True + + + 737, 111 + + + 11 + + + 204, 23 + + + Rating Pending + + + tabSubmitInfo + + + 155, 113 + + + 261, 21 + + + 37 + + + 146, 15 + + + Rating Pending + + + 7, 115 + + + gboxShared2Size + + + 14 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + 6 + + + True + + + 12, 226 + + + True + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + gboxNandSize + + + True + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 773, 376 + + + 11 + + + gboxShared2Size + + + tboxDepart1 + + + 4 + + + 16, 271 + + + tboxPerson1 + + + Both + + + gboxNandSize + + + Launch Control On DSi Menu + + + 337, 200 + + + gboxSrl + + + 183, 91 + + + 0 + + + 204, 23 + + + tboxRomSize + + + True + + + 4 + + + True + + + True + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tboxDepart2 + + + 78, 149 + + + gboxForeign + + + gboxShared2Size + + + 2 + + + tabTWLInfo + + + Mail + + + 155, 217 + + + 10 + + + labError + + + True + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + rUsageDst + + + 8 + + + 0 + + + 16 + + + gboxProd + + + Unnecessary Rating (Available Only Tool App) + + + 53, 20 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabSubmitInfo + + + 16, 220 + + + 16 + + + 49, 15 + + + labProductCode1 + + + 40, 15 + + + True + + + 23, 152 + + + labGRB + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + labArrow1 + + + labTmdSize + + + 3 + + + 100 + + + 100 + + + 14 + + + gboxErrorTiming + + + 12 + + + 6 + + + 506, 22 + + + 2 + + + 11 + + + tboxProductCode1Foreign + + + labMultiForeign2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 24, 11 + + + tabSubmitInfo + + + ages 18 or older + + + 123, 15 + + + EC (aged 3 or older) + + + 1 + + + TWL Extended Info + + + 5 + + + 339, 50 + + + 2 + + + C (aged 15 or older) + + + 8 + + + h + + + 28 + + + tboxPerson2 + + + 11 + + + tabRomInfo + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + English + + + labPEGI_BBFC + + + 5 + + + Display Connection Icon On DSi Menu + + + Right + + + 24, 11 + + + 14 + + + 85, 144 + + + 805, 509 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + This tab discribes errors in the ROM data file and mistakes in editing.<newline>Red items discribe errors which can't be midified by this program. Please modify build settings.<newline>Blue items discribe errors in a part of ROM data, but these errors can be midified by this program.<newline>Black items discribe input mistakes or omission. + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxSrl + + + 98, 24 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + labPrivateSize + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 116, 15 + + + gboxPerson2 + + + Market and Rating *** + + + 456, 60 + + + 96, 21 + + + tabErrorInfo + tabErrorInfo + + Reason + + + Remaster Version + + + colErrorBegin + + + 1 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Input Contact2 + + + 60, 15 + + + 14, 19 + + + 10, 83 + + + 53, 66 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 13 + + + 1 + + + 9 + + + 1 + + + tabRomEditInfo + + + tabCompanyInfo + + + True + + + labNTSC2Pre + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxShared2Size + + + 89, 21 + + + $this + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Product Code + + + gboxSrl + + + 6 + + + 11 + + + 525, 147 + + + 6 + + + 5 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabTWLInfo + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 303, 22 + + + 11 + + + labUSK + + + 6 + + + 60 + + + 31, 20 + + + 4 + + + gboxNandSize + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Product Name + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxPerson1 + + + stripItemRomInfoAndErrorListCurrent + + + aged 12 or older + + + combPEGI_PRT + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tboxPhotoAccess + + + tabRomInfo + + + 4, 24 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + D (aged 17 or older) + + + 14, 15 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabRomEditInfo + + + aged 16 or older + + + True + + + 155, 270 + + + gboxOtherSpec + + + 124, 44 + + + 3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 239, 204 + + + 18, 178 + + + gboxProd + + + 8 + + + gboxPerson2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxPerson1 + + + 1 + + + 39 + + + 172, 19 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 39, 119 + + + 183, 116 + + + 27 + + + 5 + + + tabSubmitInfo + + + 17, 88 + + + 155, 244 + + + True + + + labAssemblyVersion + + + 14, 120 + + + 191, 50 + + + (Arbitrary) + + + False + + + All ages + + + 6, 21 + + + 124, 21 + + + 19 + + + 233, 161 + + + 200 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tboxGuideNandSizeInfo + + + (Arbitrary) + + + 9 + + + ) + + + 100 + + + 17 + + + 9, 87 + + + 11, 15 + + + 17 + + + 32, 15 + + + combUSK + + + 120, 175 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + labNTSC1Sur + + + 7 + + + 15 + + + 0 + + + (Arbitrary) + + + 67, 47 + + + 3 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 168, 19 + + + Handover + + + For Trial + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxPerson1 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 64Mbit FLASH + + + 8Mbit FLASH + + + 4Mbit FLASH + + + 2Mbit FLASH + + + 1Mbit EEPROM + + + 512Kbit EEPROM + + + 64Kbit EEPROM + + + gboxPerson1 + + + tabSubmitInfo + + + True + + + 3 + + + labDepart1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxPerson1 + + + 0 + + + labHeaderCRC + + + NoControl + + + gboxParental + + + 18, 178 + + + 14, 15 + + + gboxSrl + + + 0 + + + 4, 24 + + + 3 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 24, 11 + + + 9, 103 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 175, 15 + + + gboxPerson2 + + + 15 + + + tabRomEditInfo + + + 447, 144 + + + 6 + + + tboxGuideRomEditInfo + + + 262, 82 + + + 101, 90 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 73, 15 + + + tabSubmitInfo + + + 78, 25 + + + 2 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 37 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Actual ROM File Size + + + Remarks - Enter any other related information + + + 5 + + + 4, 24 + + + 5 + + + 39, 15 + + + False + + + 8, 23 + + + labFax1 + + + 563, 50 + + + 3 + + + 64, 15 + + + gboxAccess + + + 4 + + + 15 + + + labProductNameForeign + + + 102, 273 + + + cboxIsSD + + + Product Name + + + True + + + Public Save Data Size + + + labProductCodeForeign + + + True + + + 98, 15 + + + 7 + + + 421, 178 + + + 62, 168 + + + True + + + 1 + + + combGRB + + + 77, 15 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 138, 81 + + + labKeyTableRomOffset + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + tabSubmitInfo + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 322, 91 + + + 0 + + + True + + + tboxCaptionEx + + + 42 + + + 4 + + + 0 + + + 1 + + + gboxCRC + + + gboxForeign + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxPerson2 + + + True + + + tboxGuideSubmitInfo + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 77, 15 + + + 10 + + + 2 + + + gboxParental + + + 3 + + + $this + + + 26 + + + 13, 44 + + + Require EULA Agreement + + + 290, 22 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + labProductCode + + + 9 + + + 9 + + + 14, 15 + + + Right + + + 86, 15 + + + labIsGameCardOn2 + + + 38 + + + 120, 110 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 36 + + + 293, 119 + + + gboxOtherSpec + + + 10 + + + Right + + + 805, 24 + + + 129, 22 + + + labMail1 + + + gboxNandSize + + + 37, 15 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + labTel1 + + + labFax2 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tboxBackupOther + + + gboxNandSize + + + Name + + + 1 + + + gboxParental + + + 2 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tboxMail2 + + + Other + + + Submission Ver. + + + stripItemOpenRom + + + 120, 143 + + + Right + + + 60, 15 + + + 67, 15 + + + 3 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabSubmitInfo + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TEL + + + Dept. + + + 31, 81 + + + Company + + + 105, 17 + + + 5 + + + 1 + + + labTitleName + + + 52, 166 + + + tabErrorInfo + + + 40 + + + 24 + + + Right + + + 7 + + + tboxShared2Size0 + + + 12 + + + 89, 21 + + + Right + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 9 + + + 55, 21 + + + 78, 15 + + + gboxPerson1 + + + 186, 34 + + + True + + + labPerson1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripSeparator1 + + + 16 + + + gboxCRC + + + 12 + + + stripLang + + + 283, 21 + + + 126, 15 + + + tboxAccessOther + + + 6, 18 + + + tboxRemasterVer + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxAccess + + + tboxSDAccessRight + + + 4 + + + gboxParental + + + 10 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 32 + + + 4, 24 + + + combOFLC + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 100 + + + 279, 86 + + + 39 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 103, 21 + + + 49, 15 + + + 0 + + + 94, 21 + + + System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + rUsageSample + + + 0 + + + Others + + + gboxAccess + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + labSumSize + + + Submission Date + + + 0 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Make a master ROM data file only + + + Libraries Used by the Program + + + 94, 21 + + + rUsageSale + + + 39, 94 + + + 18, 20 + + + 18 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 3 + + + 12, 28 + + + 198, 18 + + + 16, 177 + + + 3 + + + gboxPerson1 + + + 155, 165 + + + 188, 19 + + + 56, 20 + + + tboxFurigana2 + + + 8 + + + 78, 100 + + + 13 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 287, 6 + + + => + + + E-mail + + + 0 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 201, 179 + + + 12 + + + gboxTWLExInfo + + + NoControl + + + True + + + 87, 15 + + + ROM Type + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxForeign + + + 124, 162 + + + tboxConnectIcon + + + tboxMail1 + + + gboxNandSize + + + 25 + + + stripItemSepMaster1 + + + tboxProductName + + + 37, 15 + + + Error (Midification is required.) + + + 11 + + + 13 + + + United States, Europe and Australia + + + gboxShared2Size + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + True + + + Dept. + + + MS UI Gothic, 12pt + + + 11 + + + 31, 165 + + + True + + + 44 + + + gboxPerson1 + 0 + + Access Control Information + + + True + + + tboxFile + + + 276, 19 + + + 37 + + + labPEGI_PRT + + + 53, 15 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + cboxIsNormalJump + + + labPublicSize + + + gboxNandSize + + + 22, 113 + + + A (All ages) + + + 268, 21 + + + 60, 15 + + + 21 + + + 38 + + + tboxProductCode1 + + + dataSDKVer + + + TWL - + + + tabMain + + + 18 + + + 13 + + + False + + + 13 + + + True + + + 60 + + + gboxNandSize + + + tabCompanyInfo + + + True + + + True + + + 24, 11 + + + 22, 234 + + + True + + + 9 + + + gboxPerson1 + + + True + + + 9 + + + 8 + + + 8 + + + gboxParental + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + rSubmitHand + + + 55, 21 + + + 100 + + + tabTWLInfo + + + 6, 193 + + + 94, 21 + + + 102, 116 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + 721, 24 + + + Form1 + + + tboxGuideTWLInfo + + + gridWarn + + + 181, 71 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + 43 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + labCapSubmitVer + + + labNormalRomOffset + + + 10 + + + Rating Pending + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 12, 78 + + + tabMain + + + PEGI(General) and BBFC + + + 39 + + + Arial, 8.25pt + + + tabErrorInfo + + + stripFile + + + 26, 285 + + + True + + + 8 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 18 + + + True + + + TopRight + + + 33 + + + 18 + + + tboxShared2Size3 + + + 155, 21 + + + labShared2Size3 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + combPEGI_BBFC + + + 1 + + + 0 + + + 3 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 322, 66 + + + labMail2 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ROM CRC + + + 240, 76 + + + tabRomInfo + + + cboxIsPhotoEx + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Other + + + 1 + + + 0 + + + 3 + + + 9 + + + 0 + + + labNandSize + + + 8 + + + 16 + + + 9 + + + 6 + + + 7 + + + 5 + + + gboxPerson1 + + + 7 + + + Other Application Info + + + 3, 3, 3, 3 + + + gboxPerson2 + + + menuStripAbove + + + 16 + + + tboxTmdSizeFS + + + 561, 67 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxAccess + + + 40 + + + 0 + + + tboxNormalRomOffset + + + gboxAccess + + + gboxPerson2 + + + True + + + TEL + + + True + + + 5 + + + 15 + + + tboxProductCode2Foreign3 + + + True + + + gboxUsage + + + 360, 45 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Right + + + 96, 21 + + + rErrorCurrent + + + gboxErrorTiming + + + 64, 15 + + + labProductName + + + tboxProductCode2 + + + tboxSrlSize + + + 12, 103 + + + tboxWholeCRC + + + gboxNandSize + + + gboxForeign + + + labLib + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 39, 69 + + + Master + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 11 + + + cboxIsUGC + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 12 + + + 285, 227 + + + colLibPublisher + + + Save a temporary info. + + + 6 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 40, 15 + + + gboxShared2Size + + + ROM Data File + + + gboxSrl + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + butSetBack + + + * Reset to 0 when a new master ROM is created. + + + tabErrorInfo + + + 13, 69 + + + Right + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + 256, 21 + + + True + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Launch Date + + + B (aged 12 or older) + + + 10 + + + tboxSrlSizeFS + + + 401, 276 + + + (Total NAND memory used) + + + tabNandSizeInfo + + + tboxTel2 + + + 75, 21 + + + aged 6 or older + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6, 18 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + colErrorEnd + + + Sub-Banner File Size + + + 7 + + + 7 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 37, 15 + + + 2 + + + True + + + 183, 41 + + + tabNandSizeInfo + + + True + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 456, 236 + + + colLibName + + + 2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 161, 19 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 35 + + + 2 + + + Make a middleware list only(XML format) + + + cboxReleaseForeign + + + 2 + + + gboxExFlags + + + NTSC + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 42, 15 + + + Right + + + labArrow2 + + + labSubmiteDate + + + True + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabTWLInfo + + + 268, 21 + + + 31 + + + tabErrorInfo + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 120, 52 + + + 16 + + + 44, 15 + + + 158, 15 + + + 33, 15 + + + Maker Code + + + tabRomEditInfo + + + 30 + + + 31, 53 + + + 12 + + + tboxMakerCode + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + 155, 87 + + + TopRight + + + stripItemSepFile1 + + + 5 + + + aged 3 or older + + + 4 + + + In China, any rating organizations have not been established yet. In case such organization is established, select a "Rating Not Required (Tool Only)" if rating doesn't have to be displayed. + + + combRegion + + + 28, 15 + + + True + + + 26 + + + gboxTitleID + + + TitleID Low + + + Media + + + gboxForeign + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 13, 169 + + + NTSC + + + cboxIsNAND + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 273, 335 + + + 1 + + + True + + + 114, 15 + + + NAND Area Size Used by the DSi Ware + + + True + + + aged 12 or older + + + 37 + + + 200 + + + 1 + + + 14, 51 + + + 506, 22 + + + 12 + + + File + + + 22, 83 + + + 113, 23 + + + 24, 60 + + + 300, 6 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 26 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 9 + + + 9 + + + 0 + + + True + + + tboxShared2Size4 + + + 223, 68 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 25 + + + gboxUsage + + + True + + + 8, 133 + + + Rating Pending + + + 1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 28 + + + labTel2 + + + 12 + + + colWarnEnd + + + Open a ROM data file + + + 171, 130 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + labArbit4 + + + 1 + + + - + + + dateSubmit + + + 14 + + + 1 + + + 39 + + + Other ROM Spec. + + + 259, 171 + + + 18, 53 + + + gboxParental + + + 506, 22 + + + 0 + + + 4, 24 + + + 122, 15 + True + + Warning (Although modification is not required, check this information for possible errors.) + + + labProductNameLimit + + + 7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabMain + + + True + + + 532, 178 + + + PG + + + 82, 15 + + + 506, 22 + + + 24 + + + Size of Shared2 Files + + + 96, 21 + + + 35 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + True + + + tabMain + + + 2 + + + 7 + + + 4 + + + 81, 15 + + + NoControl + + + tboxShared2Size5 + + + 46, 21 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 80, 15 + + + gboxForeign + + + 3 + + + File 2 + + + 124, 50 + + + tabRomEditInfo + + + tboxProductCode2Foreign2 + + + 3 + + + True + + + 11 + + + Photo Exchange Support + + + 322, 41 + + + 13, 16 + + + gboxCRC + + + Market + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + (Only release multi ver.) + + + 1 + + + 43, 15 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tboxMedia + + + Other + + + None + + + True + 6, 45 - - 125, 19 + + 188, 48 - - 1 + + PEGI Portugal - - Apply current input + + tabSubmitInfo - - rErrorCurrent + + 23 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 73, 19 - - gboxErrorTiming + + labIsGameCardOn - - 0 + + 20 - - True + + 204, 23 - - 6, 18 + + Information on this tab cannot be edited. If data errors exist, review the ROM's build settings. - - 168, 19 + + 127, 14 - - 0 - - - When ROM data was read - - - rErrorReading - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxErrorTiming - - - 1 - - - 580, 11 - - - 181, 71 - - - 41 - - - Timing of Error - - - gboxErrorTiming - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabErrorInfo - - - 1 - - - True - - - 22, 234 - - - 497, 15 - - - 40 - - - Warning (Although modification is not required, check this information for possible errors.) - - - labWarn - - + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabErrorInfo + + labProductNameLimitForeign - + 2 - + + 40, 47 + + + 9, 103 + + + gboxUsage + + True - - 22, 94 - - - 171, 15 - - - 39 - - - Error (Midification is required.) - - - labError - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabErrorInfo - - - 3 - - - True - - - Name - - - 150 - - - True - - - Begin - - - 60 - - - True - - - End - - - 60 - - - True - - - Reason - - - 24, 252 - - - 737, 110 - - - 38 - - - gridWarn - - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabErrorInfo - - - 4 - - - True - - - Name - - - 150 - - - True - - - Begin - - - 60 - - - True - - - End - - - 60 - - - True - - - Reason - - - 24, 112 - - - 737, 111 - - - 37 - - - gridError - - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabErrorInfo - - - 5 - - - 4, 24 - - - 773, 376 - - - 5 - - - Error Info - - - tabErrorInfo - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabMain - - + 6 - - 12, 93 + + 78, 100 - - 781, 404 + + 6 - - 34 + + 124, 190 - - tabMain + + E-mail - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - 22, 53 - - - 86, 15 - - - 36 - - - ROM Data File - - - labFile - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 721, 24 - - - 81, 15 - - - 37 - - - ver.0.0.00000 - - - labAssemblyVersion - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 805, 509 - - - Arial, 9pt - - - TWL MasterEditor - - - stripFile - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - stripItemOpenRom - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - stripItemSepFile1 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - stripItemSaveTemp - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - stripItemLoadTemp - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - stripMaster - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - stripItemSheet - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - stripItemSepMaster1 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - stripItemMasterRom - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - stripItemMiddlewareXml - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - stripItemMiddlewareHtml - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - exportToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - stripItemRomInfoList - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + gboxPerson1 toolStripSeparator2 - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + MiddleRight - - stripItemErrorListRead + + labSumSize2 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 554, 223 - - stripItemErrorListCurrent + + 167, 22 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - toolStripSeparator1 + + 13, 16 - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + gboxNandSize - - stripItemRomInfoAndErrorListRead + + 261, 21 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 15 - - stripItemRomInfoAndErrorListCurrent + + 185, 23 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + (Furigana) - - stripLang + + 1 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - stripItemEnglish - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - stripItemJapanese - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dataSDKVer - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - colLibPublisher - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - colLibName + + 89, 21 System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - colWarnName + + 4 - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - colWarnBegin - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - colWarnEnd - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - colWarnCause - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - colErrorName - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - colErrorBegin - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - colErrorEnd - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 colErrorCause - + + labNTSC2Sur + + + Rating Pending + + + 7 + + + True + + + gboxNandSize + + + tboxRomLatency + + + True + + + stripItemMasterRom + + + tboxProductNameForeign + + + 737, 21 + + + M + + + False + + + 31, 109 + + + 100 + + + 278, 351 + + + 228, 153 + + + 585, 29 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + User ID + + + True + + + 550, 71 + + + gboxExFlags + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 204, 23 + + + Export + + + 1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + 773, 376 + + + stripItemErrorListRead + + + TitleID High + + + 21 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + Game Title + + + labArbit2 + + + Set Back to Initial Settings + + + gboxSubmitWay + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Form1 + + 74, 15 - - System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + gboxNandSize + + True + + + Submission Info *** + + + 5 + + + gboxLaunch + + + labTitleIDHi + + + tboxSumSize + + + gboxUsage + + + tabSubmitInfo + + + ( + + + 737, 21 + + + 100, 21 + + + True + + + aged 4 or older + + + True + + + gridSDK + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Right + + + Rating Pending + + + 3 + + + 12 + + + True + + + 183, 141 + + + tboxTitleIDLo + + + tboxCompany2 + + + 2 + + + All ages + + + Right + + + User ID + + + All ages + + + True + + + cboxIsTmpJump + + + labWarn + + + 11, 15 + + + gboxForeign + + + labCaptionEx + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxAccess + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 3 + + + colWarnCause + + + 29, 15 + + + USK + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Japanese + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 12 + + + True + + + Foreign Ver. + + + gboxParental + + + Right + + + 23, 152 + + + 12 + + + ESRB + + + True + + + 136, 15 + + + False + + + 18, 214 + + + MA15+ + + + stripItemLoadTemp + + + 147, 21 + + + 14 + + + gboxCRC + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8 + + + tabRomInfo + + + tabSubmitInfo + + + 100 + + + labRomSize + + + tboxFax2 + + + Export error info to HTML file (Info applied current input) + + + 0 + + + tboxTitleName + + + labBracketL + + + 36 + + + FAX + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + 0, 0 + + + True + + + True + + + True + + + True + \ No newline at end of file