diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb index 350664b..08bd6ac 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 e94564b..65c09fe 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 ee93e58..a3ece70 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 7ee2071..ff2882e 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.h +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.h @@ -821,10 +821,10 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; void InitializeComponent(void) { System::ComponentModel::ComponentResourceManager^ resources = (gcnew System::ComponentModel::ComponentResourceManager(Form1::typeid)); - System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle9 = (gcnew System::Windows::Forms::DataGridViewCellStyle()); - System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle10 = (gcnew System::Windows::Forms::DataGridViewCellStyle()); - System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle11 = (gcnew System::Windows::Forms::DataGridViewCellStyle()); - System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle12 = (gcnew System::Windows::Forms::DataGridViewCellStyle()); + System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle5 = (gcnew System::Windows::Forms::DataGridViewCellStyle()); + System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle6 = (gcnew System::Windows::Forms::DataGridViewCellStyle()); + System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle7 = (gcnew System::Windows::Forms::DataGridViewCellStyle()); + System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle8 = (gcnew System::Windows::Forms::DataGridViewCellStyle()); this->tboxFile = (gcnew System::Windows::Forms::TextBox()); this->gboxSrl = (gcnew System::Windows::Forms::GroupBox()); this->tboxRemasterVer = (gcnew System::Windows::Forms::TextBox()); @@ -965,17 +965,17 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; this->gboxTWLExInfo = (gcnew System::Windows::Forms::GroupBox()); this->labByte1 = (gcnew System::Windows::Forms::Label()); this->labHex4 = (gcnew System::Windows::Forms::Label()); - this->labHex3 = (gcnew System::Windows::Forms::Label()); this->tboxIsCodec = (gcnew System::Windows::Forms::TextBox()); this->labIsCodec = (gcnew System::Windows::Forms::Label()); this->tboxPrivateSize = (gcnew System::Windows::Forms::TextBox()); this->labPrivateSize = (gcnew System::Windows::Forms::Label()); - this->labNormalRomOffset = (gcnew System::Windows::Forms::Label()); - this->tboxNormalRomOffset = (gcnew System::Windows::Forms::TextBox()); this->labKeyTableRomOffset = (gcnew System::Windows::Forms::Label()); this->labPublicSize = (gcnew System::Windows::Forms::Label()); this->tboxPublicSize = (gcnew System::Windows::Forms::TextBox()); this->tboxKeyTableRomOffset = (gcnew System::Windows::Forms::TextBox()); + this->labHex3 = (gcnew System::Windows::Forms::Label()); + this->labNormalRomOffset = (gcnew System::Windows::Forms::Label()); + this->tboxNormalRomOffset = (gcnew System::Windows::Forms::TextBox()); this->cboxIsSubBanner = (gcnew System::Windows::Forms::CheckBox()); this->cboxIsNormalJump = (gcnew System::Windows::Forms::CheckBox()); this->cboxIsTmpJump = (gcnew System::Windows::Forms::CheckBox()); @@ -1097,8 +1097,12 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; // // tboxFile // + this->tboxFile->AccessibleDescription = nullptr; + this->tboxFile->AccessibleName = nullptr; this->tboxFile->AllowDrop = true; resources->ApplyResources(this->tboxFile, L"tboxFile"); + this->tboxFile->BackgroundImage = nullptr; + this->tboxFile->Font = nullptr; this->tboxFile->Name = L"tboxFile"; this->tboxFile->ReadOnly = true; this->tboxFile->DragDrop += gcnew System::Windows::Forms::DragEventHandler(this, &Form1::tboxFile_DragDrop); @@ -1106,6 +1110,10 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; // // 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); @@ -1121,297 +1129,457 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; 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^ >(9) {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->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"; // // labParentalRating // + this->labParentalRating->AccessibleDescription = nullptr; + this->labParentalRating->AccessibleName = nullptr; resources->ApplyResources(this->labParentalRating, L"labParentalRating"); + this->labParentalRating->Font = nullptr; this->labParentalRating->Name = L"labParentalRating"; // // 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^ >(5) {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->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); @@ -1431,107 +1599,176 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; 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); @@ -1551,134 +1788,223 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; 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"; @@ -1686,8 +2012,14 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; // // 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"; @@ -1695,164 +2027,264 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; // // 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->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; // // 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); @@ -1866,100 +2298,160 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; 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"; // // tboxSDK // + this->tboxSDK->AccessibleDescription = nullptr; + this->tboxSDK->AccessibleName = nullptr; resources->ApplyResources(this->tboxSDK, L"tboxSDK"); + this->tboxSDK->BackgroundImage = nullptr; + this->tboxSDK->Font = nullptr; this->tboxSDK->Name = L"tboxSDK"; this->tboxSDK->ReadOnly = true; // // 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); @@ -1970,100 +2462,160 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; this->gboxTWLExInfo->Controls->Add(this->labPublicSize); this->gboxTWLExInfo->Controls->Add(this->tboxPublicSize); 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"; // - // labHex3 - // - resources->ApplyResources(this->labHex3, L"labHex3"); - this->labHex3->Name = L"labHex3"; - // // 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"; // // 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"; // - // labNormalRomOffset - // - resources->ApplyResources(this->labNormalRomOffset, L"labNormalRomOffset"); - this->labNormalRomOffset->Name = L"labNormalRomOffset"; - // - // tboxNormalRomOffset - // - resources->ApplyResources(this->tboxNormalRomOffset, L"tboxNormalRomOffset"); - this->tboxNormalRomOffset->Name = L"tboxNormalRomOffset"; - this->tboxNormalRomOffset->ReadOnly = true; - // // labKeyTableRomOffset // + this->labKeyTableRomOffset->AccessibleDescription = nullptr; + this->labKeyTableRomOffset->AccessibleName = nullptr; resources->ApplyResources(this->labKeyTableRomOffset, L"labKeyTableRomOffset"); + this->labKeyTableRomOffset->Font = nullptr; this->labKeyTableRomOffset->Name = L"labKeyTableRomOffset"; // // 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; // // 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; + // // 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->labIsGameCardOn2); this->gboxAccess->Controls->Add(this->labAccessOther); this->gboxAccess->Controls->Add(this->tboxAccessOther); @@ -2071,51 +2623,80 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; this->gboxAccess->Controls->Add(this->labIsGameCardOn); 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; // // labIsGameCardOn2 // + this->labIsGameCardOn2->AccessibleDescription = nullptr; + this->labIsGameCardOn2->AccessibleName = nullptr; resources->ApplyResources(this->labIsGameCardOn2, L"labIsGameCardOn2"); + this->labIsGameCardOn2->Font = nullptr; this->labIsGameCardOn2->Name = L"labIsGameCardOn2"; // // 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; // // 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"; // // 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; // // 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->labMedia); this->gboxTitleID->Controls->Add(this->tboxAppType); @@ -2127,199 +2708,312 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; 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"; // // labMedia // + this->labMedia->AccessibleDescription = nullptr; + this->labMedia->AccessibleName = nullptr; resources->ApplyResources(this->labMedia, L"labMedia"); + this->labMedia->Font = nullptr; this->labMedia->Name = L"labMedia"; // // 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; // // 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; // // 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"; // // 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->Font = nullptr; this->menuStripAbove->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^ >(3) {this->stripFile, this->stripMaster, this->stripLang}); - resources->ApplyResources(this->menuStripAbove, L"menuStripAbove"); 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); // // 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->tabRomEditInfo); 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->gridLibrary); this->tabRomInfo->Controls->Add(this->tboxGuideRomInfo); this->tabRomInfo->Controls->Add(this->gboxSrl); @@ -2329,27 +3023,31 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; this->tabRomInfo->Controls->Add(this->gboxCRC); this->tabRomInfo->Controls->Add(this->tboxSDK); 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; // // 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}); - dataGridViewCellStyle9->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; - dataGridViewCellStyle9->BackColor = System::Drawing::SystemColors::Window; - dataGridViewCellStyle9->Font = (gcnew System::Drawing::Font(L"MS UI Gothic", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, + dataGridViewCellStyle5->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; + dataGridViewCellStyle5->BackColor = System::Drawing::SystemColors::Window; + dataGridViewCellStyle5->Font = (gcnew System::Drawing::Font(L"MS UI Gothic", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, static_cast(128))); - dataGridViewCellStyle9->ForeColor = System::Drawing::SystemColors::ControlText; - dataGridViewCellStyle9->SelectionBackColor = System::Drawing::SystemColors::Highlight; - dataGridViewCellStyle9->SelectionForeColor = System::Drawing::SystemColors::HighlightText; - dataGridViewCellStyle9->WrapMode = System::Windows::Forms::DataGridViewTriState::True; - this->gridLibrary->DefaultCellStyle = dataGridViewCellStyle9; - resources->ApplyResources(this->gridLibrary, L"gridLibrary"); + 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->gridLibrary->DefaultCellStyle = dataGridViewCellStyle5; + this->gridLibrary->Font = nullptr; this->gridLibrary->Name = L"gridLibrary"; this->gridLibrary->ReadOnly = true; this->gridLibrary->RowHeadersVisible = false; @@ -2370,13 +3068,21 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; // // 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->cboxIsNormalJump); this->tabTWLInfo->Controls->Add(this->gboxLaunch); this->tabTWLInfo->Controls->Add(this->labHex3); @@ -2388,91 +3094,138 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; this->tabTWLInfo->Controls->Add(this->gboxAccess); this->tabTWLInfo->Controls->Add(this->labNormalRomOffset); this->tabTWLInfo->Controls->Add(this->gboxTitleID); - 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->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; // // tabRomEditInfo // + this->tabRomEditInfo->AccessibleDescription = nullptr; + this->tabRomEditInfo->AccessibleName = nullptr; + resources->ApplyResources(this->tabRomEditInfo, L"tabRomEditInfo"); + this->tabRomEditInfo->BackgroundImage = nullptr; 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; // // 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->cboxIsUnnecessaryRating); this->gboxParental->Controls->Add(this->labRegion); this->gboxParental->Controls->Add(this->combRegion); @@ -2491,19 +3244,27 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; 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; // // 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); @@ -2526,24 +3287,35 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; 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); @@ -2557,67 +3329,97 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; 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; @@ -2625,8 +3427,12 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; // // 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; @@ -2634,34 +3440,44 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; // // 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}); - dataGridViewCellStyle10->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; - dataGridViewCellStyle10->BackColor = System::Drawing::SystemColors::Window; - dataGridViewCellStyle10->Font = (gcnew System::Drawing::Font(L"MS UI Gothic", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, + dataGridViewCellStyle6->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; + dataGridViewCellStyle6->BackColor = System::Drawing::SystemColors::Window; + dataGridViewCellStyle6->Font = (gcnew System::Drawing::Font(L"MS UI Gothic", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, static_cast(128))); - dataGridViewCellStyle10->ForeColor = System::Drawing::SystemColors::ControlText; - dataGridViewCellStyle10->SelectionBackColor = System::Drawing::SystemColors::Highlight; - dataGridViewCellStyle10->SelectionForeColor = System::Drawing::SystemColors::HighlightText; - dataGridViewCellStyle10->WrapMode = System::Windows::Forms::DataGridViewTriState::True; - this->gridWarn->DefaultCellStyle = dataGridViewCellStyle10; + dataGridViewCellStyle6->ForeColor = System::Drawing::SystemColors::ControlText; + dataGridViewCellStyle6->SelectionBackColor = System::Drawing::SystemColors::Highlight; + dataGridViewCellStyle6->SelectionForeColor = System::Drawing::SystemColors::HighlightText; + dataGridViewCellStyle6->WrapMode = System::Windows::Forms::DataGridViewTriState::True; + this->gridWarn->DefaultCellStyle = dataGridViewCellStyle6; + 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; @@ -2694,24 +3510,28 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; // // gridError // - dataGridViewCellStyle11->BackColor = System::Drawing::Color::White; - this->gridError->AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11; + this->gridError->AccessibleDescription = nullptr; + this->gridError->AccessibleName = nullptr; + dataGridViewCellStyle7->BackColor = System::Drawing::Color::White; + this->gridError->AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7; + 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}); - dataGridViewCellStyle12->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; - dataGridViewCellStyle12->BackColor = System::Drawing::SystemColors::Window; - dataGridViewCellStyle12->Font = (gcnew System::Drawing::Font(L"MS UI Gothic", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, + dataGridViewCellStyle8->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; + dataGridViewCellStyle8->BackColor = System::Drawing::SystemColors::Window; + dataGridViewCellStyle8->Font = (gcnew System::Drawing::Font(L"MS UI Gothic", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, static_cast(128))); - dataGridViewCellStyle12->ForeColor = System::Drawing::SystemColors::ControlText; - dataGridViewCellStyle12->SelectionBackColor = System::Drawing::SystemColors::Highlight; - dataGridViewCellStyle12->SelectionForeColor = System::Drawing::SystemColors::HighlightText; - dataGridViewCellStyle12->WrapMode = System::Windows::Forms::DataGridViewTriState::True; - this->gridError->DefaultCellStyle = dataGridViewCellStyle12; + dataGridViewCellStyle8->ForeColor = System::Drawing::SystemColors::ControlText; + dataGridViewCellStyle8->SelectionBackColor = System::Drawing::SystemColors::Highlight; + dataGridViewCellStyle8->SelectionForeColor = System::Drawing::SystemColors::HighlightText; + dataGridViewCellStyle8->WrapMode = System::Windows::Forms::DataGridViewTriState::True; + this->gridError->DefaultCellStyle = dataGridViewCellStyle8; + 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; @@ -2744,24 +3564,35 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; // // 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; resources->ApplyResources(this, L"$this"); this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font; + 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->Font = nullptr; + this->Icon = nullptr; this->MainMenuStrip = this->menuStripAbove; this->Name = L"Form1"; this->gboxSrl->ResumeLayout(false); diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.ja.resx b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.ja.resx index 71c959a..d194d1b 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.ja.resx +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.ja.resx @@ -117,6 +117,9 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ROMデータ情報 + 73, 12 @@ -160,9 +163,6 @@ リマスターバージョン - - ROMデータ情報 - 79, 12 @@ -175,6 +175,9 @@ その他 + + ヘッダCRC + 63, 12 @@ -187,9 +190,6 @@ ヘッダCRC - - ヘッダCRC - 241, 12 @@ -367,6 +367,9 @@ 担当者2を入力する(任意) + + 担当者2 + 37, 12 @@ -403,8 +406,8 @@ 貴社名 - - 担当者2 + + 担当者1 37, 12 @@ -442,8 +445,8 @@ 貴社名 - - 担当者1 + + 目的 54, 16 @@ -469,8 +472,8 @@ 一般販売用 - - 目的 + + 提出方法 56, 16 @@ -484,9 +487,6 @@ 郵送 - - 提出方法 - 65, 12 @@ -547,15 +547,15 @@ 製品コード + + Shared2ファイルサイズ + 123, 16 Shared2ファイル使用 - - Shared2ファイルサイズ - 70, 12 @@ -568,11 +568,8 @@ SDKバージョン - - 155, 12 - - - TWLノーマル領域ROMオフセット + + TWL拡張情報 142, 12 @@ -580,8 +577,11 @@ TWL専用領域ROMオフセット - - TWL拡張情報 + + 155, 12 + + + TWLノーマル領域ROMオフセット 131, 16 @@ -601,6 +601,9 @@ tmpジャンプ許可 + + アクセスコントロール情報 + 98, 12 @@ -628,9 +631,6 @@ SDカード - - アクセスコントロール情報 - 53, 12 @@ -640,6 +640,12 @@ ROM提出情報 + + 51, 20 + + + ファイル + 211, 22 @@ -661,11 +667,11 @@ 一時保存した提出情報を開く - - 51, 20 + + 53, 20 - - ファイル + + マスター 280, 22 @@ -694,17 +700,17 @@ ミドルウェアリストのみを作成する(HTML形式) - - 53, 20 - - - マスター + + ROM基本情報(確認用) このタブの情報は編集不可です。データに誤りがある場合にはROMデータの作成時の設定を見直してください。 - - ROM基本情報(確認用) + + TWL拡張情報(確認用) + + + DSiメニュー上での起動制限 173, 12 @@ -718,8 +724,11 @@ TWL拡張諸フラグ - - TWL拡張情報(確認用) + + ROM登録情報(編集可) + + + その他ROM仕様 210, 16 @@ -733,26 +742,23 @@ 写真交換対応 - - その他ROM仕様 - 読み込み時の設定に戻す このタブの各項目への入力は提出確認書およびマスターROMの作成のために必要です。<newline>これらの情報はマスターROMの作成時にROM内登録データとして登録されます(「その他ROM仕様」を除く)。 + + リージョンとレーティング情報 + 235, 16 レーティング表示不要 (ツール類のみ選択可) - - リージョンとレーティング情報 - - - ROM登録情報(編集可) + + 提出情報(編集可) (30文字以内) @@ -760,6 +766,9 @@ このタブの情報は提出確認書の作成に必要です。入力してください。 + + 海外版 + (30文字以内) @@ -769,21 +778,21 @@ (複数ある場合のみ) - - 海外版 - - - 提出情報(編集可) + + 会社情報(編集可) このタブの情報は提出確認書の作成に必要です。入力してください。 - - 会社情報(編集可) + + エラー情報(確認用) このタブには読み込んだROMデータの問題と本プログラムでの入力ミスが列挙されます。<newline>赤文字の項目は、本プログラムで修正不可です。ROMデータ作成時の設定をご確認ください。<newline>青文字の項目は、本プログラムで修正できますが、修正がマスターROMに反映されます。<newline>黒文字の項目は、提出確認書にのみ反映され、マスターROMには反映されません。 + + いつの情報を表示するか + 114, 16 @@ -796,9 +805,6 @@ ROMデータ読み込み時 - - いつの情報を表示するか - 339, 12 @@ -835,9 +841,6 @@ 要因 - - エラー情報(確認用) - 92, 12 diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.resX b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.resX index 2c6d8ec..7927722 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.resX +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.resX @@ -117,1478 +117,3947 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 120, 50 - - - 607, 19 - - - - 0 - - - tboxFile - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - tboxRemasterVer - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + gboxSrl - - 0 - - - tboxRomSize - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 1 - - - tboxPlatform - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 2 - - - labPlatform - - + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gboxSrl + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + True 3 - - tboxRomLatency + + tabSubmitInfo - + + + 335, 174 + + + 22, 53 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gboxSrl + + labAppType - - 4 + + 17 - - labRomSize + + 63, 12 - + + 132, 16 + + + True + + + 2 + + + 10 + + + 1 + + + System.Windows.Forms.MenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 46, 19 + + + 46, 19 + + + labShared2Size1 + + + gboxTWLExInfo + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gboxSrl + + 10 - - 5 + + PG + + + 65, 20 + + + 164, 84 + + + labProductCode2Foreign + + + 149, 16 + + + Europe and Australia + + + Australia Only + + + Europe Only + + + 24, 99 + + + labShared2Size0 + + + 3 + + + tboxMedia + + + 34 + + + 33 + + + Display Connection Icon On DSi Menu + + + combPEGI_BBFC + + + 33 + + + 0 + + + Library Name + + + 18 + + + 165, 93 + + + 8 + + + 229, 16 + + + 6, 65 + + + gboxParental + + + 22 + + + labShared2Size3 + + + gboxAccess + + + (Shorter than 30 chars) + + + 15, 43 + + + 6, 20 + + + 217, 96 + + + labAccessOther + + + FAX + + + TWL - + + + tboxCaption + + + 66, 125 + + + stripMaster + + + 0 + + + labShared2Size2 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 25 labRomType - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + labSubmiteDate - - gboxSrl + + 344, 234 - - 6 + + labShared2Size4 - - tboxMakerCode + + tabSubmitInfo - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 15 - - gboxSrl + + + 3, 3, 3, 3 - + + Contact + + + 103, 19 + + + 41 + + + 18, 200 + + + tboxUsageOther + + + gboxForeign + + + 10 + + + True + + 7 - - cboxRemasterVerE + + These item is necessary not only to make a submission sheet but also to make a master ROM data. Please edit certainly.<newline>In making a master ROM data, these info will be registered in the ROM data(except "Other Rom Spec"). - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + labArbit2 - + + 3 + + + cboxIsNormalJump + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Enable Temp App Jump + + + 374, 145 + + + aged 6 or older + + + 15, 74 + + + 5 + + + 10 + + + gboxTitleID + + + labRomCRC + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + 152, 197 + + + 9 + + + 75, 19 + + + 41 + + + 17 + + + 24, 11 + + + 71, 19 + + + tabRomInfo + + + 158, 19 + + + gboxExFlags + + + True + + + 9 + + + 113, 95 + + gboxSrl - + + 11 + + + 10 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Header CRC + + + 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 + + + 109, 106 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 14 + + + Both + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + 8 - - labMakerCode + + 104, 84 - + + 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 + + + gboxPerson2 + + + 42, 19 + + + 113, 70 + + + 0 + + + 6, 102 + + + True + + + 75, 19 + + + 145, 21 + + + 15 + + + 8 + + + 15 + + + tboxCompany1 + + + 545, 54 + + + True + + + h + + + 8 + + + 12 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + tabTWLInfo + + + 1 + + + gboxTitleID + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + labGameCode + + + For Sale + + + NAND Flash Memory + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 40 + + + 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 + + + 1 + + + 2 + + + 0 + + + tabSubmitInfo + + + tboxProductCode2Foreign1 + + + labPlatform + + + 175, 81 + + + Product Code + + + False + + + 257, 19 + + + 71, 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 gboxSrl - - 9 + + 5 - - labGameCode + + 66, 75 - + + 4 + + + 51, 16 + + + labProductCode1Foreign + + + 687, 34 + + + combESRB + + + 70, 12 + + + gboxUsage + + + tboxFurigana1 + + + 264, 191 + + + labProductCode1 + + + labArbit3 + + + 31 + + + labSubmitVer + + + 1 + + + 67, 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gboxSrl + + 118, 12 - + + gboxParental + + + 1 + + + 71, 19 + + + 200, 12 + + + 50 + + + tboxPrivateSize + + + 15 + + + gboxParental + + + Language + + + 28 + + + gboxShared2Size + + + 118, 16 + + + tboxGuideCompanyInfo + + + gboxErrorTiming + + + Launch Control On DSi Menu + + 10 - - tboxGameCode + + gboxForeign - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 185, 23 - - gboxSrl + + labPerson2 - - 11 + + For Network Distribution - - labTitleName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - + 12 - - labRemasterVer + + 22, 53 - + + True + + + dateRelease + + + tboxPublicSize + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gboxSrl + + 124, 11 - - 13 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tboxTitleName + + 266, 90 - + + gboxTWLExInfo + + + 91, 12 + + + aged 12 or older + + + 11 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gboxSrl + + 53, 116 - - 14 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 26, 52 + + gboxForeign - - 285, 227 + + Error of Timing - - 3 + + tboxAppTypeOther - - ROM Info. + + 24, 24 - - gboxSrl + + cboxIsUnnecessaryRating - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 288, 22 - - tabRomInfo + + 45 - - 2 + + In current settings - - 109, 190 + + NoControl - - 42, 19 + + 6 - + + 4 + + + gboxShared2Size + + + File 1 + + + cboxIsPhotoEx + + 7 - - tboxRemasterVer - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - + 0 - - 109, 162 + + 280, 128 + + + 39 + + + stripItemMiddlewareXml + + + 12 + + + gboxParental + + + tboxShared2Size1 + + + 89, 19 + + + tabSubmitInfo + + + 18, 19 + + + 4 + + + 128, 12 + + + 53, 41 + + + gboxAccess + + + 204, 20 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 58, 12 + + + 274, 22 + + + Reason + + + gboxProd + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxParental + + + gboxParental + + + 29 + + + gboxPerson2 + + + combCERO + + + 100, 19 + + + 2 + + + CERO + + + gboxTitleID + + + aged 3 or older + + + 58, 12 100, 19 - - 15 + + gboxPerson1 - - tboxRomSize - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 1 - - - 109, 106 - - - 100, 19 - - - 14 - - - tboxPlatform - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - + 2 - + + 50 + + + 22, 56 + + + 198, 18 + + True - - 22, 109 + + 66, 100 - - 48, 12 + + True - - 13 - - - Platform - - - labPlatform - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - + 3 - - 109, 134 + + 23 - - 100, 19 + + stripItemJapanese - - 11 + + 58, 12 - - tboxRomLatency - - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gboxSrl - - - 4 - - - True - - - 22, 165 - - - 55, 12 - - - 9 - - - ROM Size - - - labRomSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 5 - - - True - - - 22, 137 - - - 59, 12 - - - 7 - - - ROM Type - - - labRomType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17 gboxSrl - + + 7 + + + 12 + + + (Furigana) + + + Backup Memory + + + labIsCodec + + + Game Card Access + + + 2 + + + gboxTWLExInfo + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxShared2Size + + + menuStrip1 + + + 58, 12 + + + 37 + + + gboxSrl + + + 268, 19 + + + 160, 12 + + + 5 + + + aged 7 or older + + + (For NAND Application) + + + gboxPerson2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 27, 12 + + + 285, 49 + + + True + + + 24 + + + labReleaseDate + + + aged 7 or older + + + 13 + + + aged 4 or older + + + Right + + + Special Note + + + 99, 16 + + + 2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 37, 12 + + + 6, 18 + + + 2 + + + 140, 16 + + + 4 + + + colWarnName + + + (Shorter than 30 chars) + + + True + + + 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 + + + gboxTitleID + + + 8 + + + 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, 19 + + + 8 + + + 82, 18 + + + TWL Normal Area ROM Offset + + + 186, 88 + + + 4 + + + 122, 19 + + + Make a middleware list only(HTML format) + + + 559, 122 + + + True + + + gboxOtherSpec + + + 204, 20 + + + Contact + + 6 + + 13 + + + 1 + + + 14 + + + 1 + + + True + + + 125, 19 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 158, 19 + + + 181, 197 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 13, 94 + + + gboxTitleID + + + 11 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + T (aged 13 or older) + + + 12, 28 + + + A (All ages) + + + 2 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8 + + + 71, 19 + + + 66, 200 + + + tabTWLInfo + + + True + + + File 5 + + + tabTWLInfo + + + tabTWLInfo + + + gboxPerson1 + + + 6 + + + combPEGI + + + Name + + + 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 + + + 5 + + + cboxIsEULA + + + gboxTWLExInfo + + + 9 + + + 23, 128 + + + gboxParental + + + 2 + + + ver.0.0.00000 + + + gboxAccess + + + 5 + + + aged 18 or older + + + 219, 207 + + + 14 + + + 155, 16 + + + 251, 54 + + + 55, 19 + + + True + + + 280, 133 + + + (Arbitrary) + + + 89, 19 + + + 3 + + + 44, 16 + + + SDK Ver. + + + Company + + + 35, 12 + + + gridWarn + + + 16, 207 + + + 102, 148 + + + 171, 88 + + + 378, 36 + + + True + + + tabSubmitInfo + + + labCERO + + + tabTWLInfo + + + 3 + + + tboxTel1 + + + 5 + + + 152, 145 + + + 66, 50 + + + True + + + stripItemEnglish + + + 7 + + + True + + + 5 + + + True + + + 4 + + + TitleID + + + 45, 12 + + + 150 + + + gboxSrl + + + True + + + tboxFax1 + + + 18, 19 + + + 8 + + + 745, 352 + + + gboxParental + + + gboxTWLExInfo + + + 0 + + + 66, 16 + + + 0 + + + 92, 40 + + + 204, 20 + + + numSubmitVersion + + + 12, 54 + + + M (aged 17 or older) + + + Begin + + + System.Windows.Forms.TabControl, 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 + + + 0 + + + 10 + + + 3 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 36 + + + tboxIsGameCardOn + + + 165, 68 + + + labCompany2 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 38 + + + gboxPerson1 + + + labProductCode2 + + + labRemasterVer + + + 147, 19 + + + tabMain + + + 10 + + + 0 + + + 14 + + + 6 + + + 1 + + + 1 + + + Right + + + 78, 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 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + aged 16 or older + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 15 + + + TWL Secure Area ROM Offset + + + True + + + 288, 22 + + + 81, 12 + + + 0 + + + 74, 12 + + + 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 + + + tboxGuideRomEditInfo + + + gboxParental + + + 3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 9 + + + 6 + + + Submission Date + + + Other ROM Spec. + + + Name + + + All ages + + + 15, 25 + + + 1 + + + TWL Extended Info + + + colWarnBegin + + + 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 + + + 6 + + + stripItemMiddlewareHtml + + + 1 + + + 123, 85 + + + 204, 20 + + + 58, 12 + + + 8 + + + 1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxParental + + + labNTSC1Pre + + + tabSubmitInfo + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tboxNTSC1 + + + 2 + + + gboxPerson1 + + + aged 16 or older + + + 261, 19 + + + labCompany1 + + + tboxCompany2 + + + E (aged 6 or older) + + + Right + + + True + + + 13 + + + 4 + + + labCaption + + + 119, 22 + + + labOFLC + + + 4 + + + 379, 245 + + + 268, 19 + + + 179, 69 + + + 38 + + + 55, 12 + + + 4 + + + Load a temporary info. saved previously + + + h + + + 53, 91 + + + 25, 12 + + + Release Ver. + + + rSubmitPost + + + 69, 200 + + + gboxPerson1 + + + 4 + + + 4 + + + 26, 52 + + + System.Windows.Forms.TextBox, 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 + + + stripItemSaveTemp + + + 38, 12 + + + gridError + + + 261, 19 + + + gboxShared2Size + + + 34, 12 + + + 30 + + + labFurigana2 + + + 152, 223 + + + 1 + + + NoControl + + + 5 + + + gboxPerson1 + + + 59, 12 + + + 38 + + + gboxErrorTiming + + + 745, 352 + + + False + + + gboxTitleID + + + 52, 20 + + + Contact1 + + + 417, 12 + + + 147, 19 + + + tabSubmitInfo + + + 2 + + + 100, 19 + + + Purpose + + + 124, 11 + + + gboxSrl + + + NoControl + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + 66, 175 + + + 116, 56 + + + 14 + + + Use Shared2 Files + + + 5 + + + gboxParental + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + tabRomInfo + + + System.Windows.Forms.ToolStripMenuItem, 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 + + + gboxTitleID + + + cboxIsSubBanner + + + Right + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + All ages + + + 24, 11 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxSrl + + + rUsageOther + + + gboxCRC + + + tboxPlatform + + + Private Save Data Size + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + When ROM data was read + + + labMultiForeign1 + + + 3 + + + 31, 12 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 16 + + + 12, 226 + + + Z (aged 18 or older) + + + gboxParental + + + * Return to 0 when release ver. is updated. + + + tabErrorInfo + + + labArbit1 + + + labAppTypeOther + + + 745, 352 + + + 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 + + + gboxParental + + + 1 + + + 12 + + + System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + 4 + + + 104, 18 + + + aged 3 or older + + + 7 + + + 66, 149 + + + - + + + True + + + 15 + + + 687, 19 + + + 288, 22 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 152, 74 + + + 4 + + + 4 + + + aged 12 or older + + + 76, 12 + + + True + + + 19 + + + True + + + True + + + gboxParental + + + Make a set of submission data + + + 3 + + + 150 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 15, 56 + + + aged 8 or older + + + 26 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 100, 19 + + + 15 + + + True + + + 3 + + + 109, 21 + + + 113, 45 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 66, 200 + + + colErrorName + + + 24, 228 + + + 12, 98 + + + 66, 75 + + + 18 + + + aged 16 or older + + + Enable SubBanner File + + + True + + + 7 + + + 66, 125 + + + 1 + + + 158, 19 + + + 12, 93 + + + 7 + + + 274, 22 + + + gboxForeign + + + 30 + + + aged 15 or older + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 377, 88 + + + 230, 156 + + + 8 + + + 12, 144 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tboxRemasterVer + + + 179, 19 + + + 20 + + + labDepart2 + + + tabSubmitInfo + + + h + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 9 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 62, 72 + + + cboxRemasterVerE + + + 34, 12 + + + 71, 19 + + + 23, 128 + + + 60 + + + True + + + gboxTWLExInfo + + + 16 + + + gboxPerson2 + + + 35, 12 + + + 300 + + + aged 18 or older + + + 349, 74 + + + 6 + + + True + + + 2 + + + 181, 64 + + + 66, 12 + + + gboxForeign + + + Right + + + Error(Read Only) + + + tabMain + + + gboxForeign + + + 14, 18 + + + tboxTitleIDHi + + + False + + + Company Info.(Editable) + + + 378, 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 + + + 5 + + + Begin + + + labFurigana1 + + + Publisher + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Rating Pending + + + tabTWLInfo + + + 6 + + + 9 + + + 147, 36 + + + 13 + + + Region and Rating Infomation + + + 70, 12 + + + 4 + + + gboxSrl + + + True + + + 172, 12 + + + gboxSubmitWay + + + gboxPerson2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 140, 81 + + + labPEGI + + + True + + + False + + + 66, 25 + + + gboxParental + + + gboxShared2Size + + + False + + + 2 + + + 50 + + + tabTWLInfo + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 14, 143 + + + True + + + Game Code + + + gboxPerson2 + + + 14 + + + 30 + + + 120, 50 + + + Right + + + 90, 19 + + + 20 + + + 14, 40 + + + tboxNTSC2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + True + + + 4 + + + labMakerCode + + + 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 + + + File 0 + + + 261, 19 + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 335, 52 + + + 44, 12 + + + labMultiForeign2 + + + gboxCRC + + + False + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + combBackup + + + 75, 12 + + + tabErrorInfo + + + gboxProd + + + tabSubmitInfo + + + 60 + + + 10 + + + 20 + + + 6 + + + tabMain + + + labESRB + + + Right + + + True + + + 104, 194 + + + labHex4 + + + True + + + Japan Only + + + 53, 141 + + + 66, 50 + + + CRC + + + 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 + + + ROM Info. + + + tabMain + + + 45, 19 + + + 7 + + + True + + + tboxGuideRomInfo + + + 9, 24 + + + All ages + + + 38, 19 + + + 4 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxTWLExInfo + + + 687, 19 + + + 0 + + + 10 + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + 1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 19 + + + gboxPerson2 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0, 0 + + + 39 + + + UGC(User Generated Contents) Support + + + tboxGameCode + + + 2 + + + colErrorBegin + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabSubmitInfo + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 1 + + + tabRomInfo + + + 24, 48 + + + ROM Production Info. + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 356, 50 + + + 66, 175 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + labSDK + + + 221, 16 + + + 346, 79 + + + gboxShared2Size + + + 1 + + + 117, 16 + + + 90, 74 + + + 192, 19 + + + tabTWLInfo + + + gridLibrary + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + True + + + tabRomInfo + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + ESRB + + + 8 + + + 35 + + + Application Type + + + 16 + + + gboxPerson1 + + + 10 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 66, 149 + + + 268, 19 + + + tboxIsCodec + + + 13 + + + labConnectIcon + + + cboxIsShared2 + + + 745, 352 + + + labRegion + + + gboxPerson2 + + + 2 + + + 128, 12 + + + G + + + CODEC Mode + + + stripItemSepMaster1 + + + tabRomInfo + + + 60 + + + 31, 12 + + + End + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 123, 12 + + + 104, 12 + + + 9 + + + 545, 147 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabTWLInfo + + + 100, 19 + + + 22, 137 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6, 48 + + + 77, 12 + + + labMedia + + + 101, 252 + + + tabSubmitInfo + + + gboxTitleID + + + 2 + + + 1 + + + 254, 12 + + + gboxForeign + + + 159, 12 + + + 12 + + + aged 18 or older + + + 12 + + + 10 + + + labByte1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 87, 12 + + + gboxTitleID + + + E10+ (aged 10 or older) + + + 34, 12 + + + PEGI(General) + + + True + + + 41 + + + 22, 84 + + + OFLC + + + labHex2 + + + 32 + + + 225, 106 + + + 3 + + + False + + + File 3 + + + tboxGuideErrorInfo + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + 109, 78 2 - - 100, 19 + + 8 - - 2 + + tboxHeaderCRC - - tboxMakerCode + + (Only release multi ver.) - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 38, 12 - - gboxSrl + + 15 - - 7 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + 261, 19 - + + 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 + + False + + Inadequent for young + + + gboxPerson1 + + + 0 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + 157, 192 - - 120, 16 + + 392, 66 - - 8 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - E(Preliminary Ver.) - - - cboxRemasterVerE - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 8 - - - True - - - 22, 81 - - - 66, 12 - - - 4 - - - Maker Code - - - labMakerCode - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 9 - - - True - - - 22, 53 - - - 64, 12 - - - 3 - - - Game Code - - - labGameCode - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 10 - - - 109, 50 - - - 4 - - - 100, 19 - - - 1 - - - tboxGameCode - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 11 - - - True - - - 22, 24 - - - 61, 12 - - - 1 - - - Game Title - - - labTitleName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 12 - - - True - - - 13, 193 - - - 70, 12 - - - 22 - - - Release Ver. - - - labRemasterVer - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSrl - - - 13 - - - - NoControl - - - 109, 21 - - - 12 - - - 100, 19 - - + 0 - - tboxTitleName + + gboxSubmitWay - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabTWLInfo - + + 257, 98 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 89, 19 + + gboxSrl - - 14 + + 4 - - True + + 0 - - 6, 21 + + 6 - - 87, 12 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + 347, 234 - - Backup Memory + + 75, 19 + + + 37 + + + gboxPerson1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + How To Submit + + + 204, 20 + + + 36 + + + 40 + + + gboxPerson2 + + + ROM Info.(Read Only) + + + gboxPerson1 + + + 13, 119 + + + 6 labBackup - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + gboxPerson2 - - gboxProd + + True - + 1 - - 4Kbit EEPROM + + $this - - 64Kbit EEPROM + + 30 - - 512Kbit EEPROM - - - 256Kbit FRAM - - - 2Mbit FLASH - - - 4Mbit FLASH - - - 8Mbit FLASH - - - None - - - Other - - - 105, 17 - - - 9 - - - 113, 20 - - - 5 - - - combBackup - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxProd - - - 0 - - + False - - 224, 17 + + 17 - - 20 + + gboxShared2Size - - 125, 19 + + gboxPerson2 - - 6 + + 18, 214 - - tboxBackupOther + + 120, 16 - + + tabMain + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 + + + tabCompanyInfo + + + 753, 377 + + + 699, 106 + + + gboxPerson2 + + + tboxAppType + + + 109, 134 + + + 0 + + + 22, 24 + + + Right + + + gboxShared2Size + + + True + + + 699, 103 + + + 204, 20 + + + Rating Pending + + + tabSubmitInfo + + + Rating + + + 152, 119 + + + 37 + + + 134, 12 + + + Rating Pending + + + True + + + gboxShared2Size + + + 14 + + + gboxForeign + + + 4, 21 + + + True + + + 12, 238 + + + True + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + True + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 11 + + + gboxShared2Size + + + tboxDepart1 + + + 4 + + + 16, 258 + + + tboxPerson1 + + + Both + + + End + + + 337, 189 + + + gboxSrl + + + 179, 44 + + + tboxRomSize + + + True + + + True + + + tboxDepart2 + + + 38 + + + 0 + + + gboxShared2Size + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 261, 19 + + + 2 + + + gboxAccess + + + Mail + + + 33 + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + labTel2 + + + True + + + rUsageDst + + + 8 + + + tboxSDK + + + 285, 227 + gboxProd - + + Unnecessary Rating (Available Only Tool App) + + + labNormalRomOffset + + + tabSubmitInfo + + + 45, 12 + + + tabMain + + + 23, 152 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - labRomCRC + + 1 - + + 50 + + + 14 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gboxCRC + + 1 - + + 12 + + + 6 + + + gboxLaunch + + + tboxProductCode1Foreign + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 24, 11 + + + tabSubmitInfo + + + 56, 12 + + + EC (aged 3 or older) + + + 2 + + + TWL Info.(Read Only) + + + 5 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + These items is necessary for making a submission sheet. Please input. + + + C (aged 15 or older) + + + 91, 12 + + + tboxPerson2 + + + 11 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + English + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + Right + + + 13 + + + True + + + 777, 482 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + 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 - - labHeaderCRC + + 18, 200 - + + labPrivateSize + + + 5 + + + Other + + + gboxPerson2 + + + 445, 60 + + + tabErrorInfo + + + gboxPerson1 + + + 0 + + + Input Contact2 + + + 52, 12 + + + gboxPerson1 + + + 53, 66 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gboxCRC + + 13 1 - - tboxHeaderCRC + + 8 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - gboxCRC + + tabRomEditInfo - - 2 + + 44, 12 - - tboxWholeCRC + + labNTSC2Pre - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + gboxShared2Size - - gboxCRC + + 89, 19 - - 3 + + $this + + + 40 + + + True + + + gboxSrl + + + 5 + + + 11 + + + 508, 191 + + + 5 + + + tboxShared2Size2 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxAccess 26, 285 - - 285, 49 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + 288, 22 - - CRC + + 21 - - gboxCRC + + 11 + + + labUSK + + + 6 + + + 60 + + + rErrorReading + + + 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 + + + aged 12 or older + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 687, 19 + + + 189, 50 + + + 2 + + + tabRomInfo + + + 4, 21 System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabRomInfo + + D (aged 17 or older) - - 6 + + 11, 12 - - True - - - 146, 20 - - - 58, 12 - - - 3 - - - ROM CRC - - - labRomCRC - - + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gboxCRC + + tabRomEditInfo - - 0 + + Product Code - + + aged 16 or older + + True - - 6, 20 + + tboxProductCode2Foreign2 - - 69, 12 - - - 2 - - - Header CRC - - - labHeaderCRC - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxCRC - - - 1 - - - 78, 17 - - - 55, 19 - - - 1 - - - tboxHeaderCRC - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxCRC - - - 2 + + gboxOtherSpec 215, 17 - - 55, 19 - - - 0 - - - tboxWholeCRC - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxCRC - - + 3 - + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 230, 207 + + + 18, 178 + + + gboxProd + + + 8 + + + gboxPerson2 + + + gboxPerson1 + + + 27, 12 + + + 3 + + + Submission Info.(Editable) + + + 146, 16 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 27 + + + 4 + + + tabSubmitInfo + + + 17, 88 + + + 152, 250 + + True - - 379, 245 + + labAssemblyVersion - - 254, 12 + + 14, 134 - - 8 + + 0 + + + (Arbitrary) + + + All ages + + + 6, 21 + + + 7 + + + 4 + + + 225, 174 + + + Reason + + + 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 + + + (Arbitrary) + + + 9 + + + gboxSrl + + + 20 + + + 204, 20 + + + 17 + + + labRomSize + + + True + + + 16 + + + combUSK + + + 106, 172 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + labNTSC1Sur + + + 7 + + + 15 + + + 0 + + + (Arbitrary) + + + 71, 47 + + + 2 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 155, 16 + + + Handover + + + For Trial + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 9 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + None + + + 8Mbit FLASH + + + 4Mbit FLASH + + + 2Mbit FLASH + + + 256Kbit FRAM + + + 512Kbit EEPROM + + + 64Kbit EEPROM + + + gboxPerson1 + + + tabSubmitInfo + + + True + + + False + + + 3 + + + labDepart1 + + + gboxPerson1 + + + 0 + + + labHeaderCRC + + + gboxParental + + + 18, 178 + + + 11, 12 + + + gboxSrl + + + 0 + + + 4, 21 + + + tabMain + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 9, 103 + + + 0 + + + 158, 12 + + + gboxPerson2 + + + Enable Normal App Jump + + + tabRomEditInfo + + + 430, 188 + + + 14, 19 + + + 40, 73 + + + 101, 96 + + + 29 + + + 4 + + + 551, 11 + + + 66, 12 + + + 66, 25 + + + 4 + + + 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 Remarks Item - Please write further information. - - labCaption - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + tabSubmitInfo 5 - - 378, 263 - - - 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 - - - 101, 252 - - - 34, 12 - - - 33 - - - OFLC - - - labOFLC - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 4 - - - True - - - 12, 226 - - - 134, 12 - - - 32 - - - PEGI(General) and BBFC - - - labPEGI_BBFC - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 5 - - - True - - - 69, 200 - - - 76, 12 - - - 31 - - - PEGI Portugal - - - labPEGI_PRT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 10 - - - True - - - 69, 174 - - - 77, 12 - - - 30 - - - PEGI(General) - - - labPEGI - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 14 - - - True - - - 102, 148 - - - 27, 12 - - - 29 - - - USK - - - labUSK - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 17 - - - True - - - 102, 122 - - - 35, 12 - - - 28 - - - ESRB - - - labESRB - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 13 - - - True - - - 101, 96 - - - 36, 12 - - - 27 - - - CERO - - - labCERO - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 8 - - - G - - - PG - - - M - - - MA15+ - - - Rating Pending - - - 152, 250 - - - 204, 20 - - - 18 - - - combOFLC - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 9 - - - 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 - - - 152, 223 - - - 10 - - - 204, 20 - - - 15 - - - combPEGI_BBFC - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 6 - - - All ages - - - aged 4 or older - - - aged 6 or older - - - aged 12 or older - - - aged 16 or older - - - aged 18 or older - - - Rating Pending - - - 152, 197 - - - 204, 20 - - - 12 - - - combPEGI_PRT - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 11 - - - All ages - - - aged 3 or older - - - aged 7 or older - - - aged 12 or older - - - aged 16 or older - - - aged 18 or older - - - Rating Pending - - - 152, 171 - - - 204, 20 - - - 9 - - - combPEGI - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 15 - - - All ages - - - aged 6 or older - - - aged 12 or older - - - aged 16 or older - - - Inadequent for young - - - Rating Pending - - - 152, 145 - - - 204, 20 - - - 6 - - - combUSK - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 16 - - - 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 - - - 152, 119 - - - 204, 20 - - - 3 - - - combESRB - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 12 - - - 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 - - - 152, 93 - - - 204, 20 - - - 0 - - - combCERO - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 7 - - - True - - - 219, 78 - - - 38, 12 - - - 2 - - - Rating - - - labParentalRating - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 3 - - - True - - - 98, 24 - - - 40, 12 - - - 37 - - - Region - - - labRegion - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 1 - - - True + + 37, 12 False @@ -1596,5986 +4065,2077 @@ 8, 23 - - 155, 16 - - - 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 - - - USA Only - - - Europe Only - - - Australia Only - - - Europe and Australia - - - 152, 21 - - - 204, 20 - - - 36 - - - combRegion - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 2 - - - True - - - 392, 66 - - - 99, 16 - - - 7 - - - Input Contact2 - - - cboxIsInputPerson2 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabCompanyInfo - - - 1 - - - labArbit4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 0 - - - labArbit3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 1 - - - labNTSC2Sur - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 2 - - - tboxNTSC2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 3 - - - labFax2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 4 - - - labNTSC2Pre - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 5 - - - tboxFax2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 6 - - - tboxMail2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 7 - - - tboxTel2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 8 - - - tboxFurigana2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 9 - - - tboxPerson2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 10 - - - tboxDepart2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 11 - - - labDepart2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 12 - - - tboxCompany2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 13 - - - labMail2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 14 - - - labTel2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 15 - - - labFurigana2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 16 - - - labPerson2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 17 - - - labCompany2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 18 - - - False - - - 377, 88 - - - 347, 234 - - - 14 - - - Contact2 - - - gboxPerson2 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabCompanyInfo - - - 3 - - - True - - - 230, 207 - - - 58, 12 - - - 15 - - - (Arbitrary) - - - labArbit4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 0 - - - True - - - 230, 156 - - - 58, 12 - - - 13 - - - (Arbitrary) - - - labArbit3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 1 - - - True - - - 18, 214 - - - 44, 12 - - - 12 - - - User ID - - - labNTSC2Sur - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 2 - - - 66, 200 - - - 50 - - - 158, 19 - - - 15 - - - tboxNTSC2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 3 - - - True - - - 23, 152 - - - 27, 12 - - - 4 - - - FAX - - - labFax2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 4 - - - True - - - 18, 200 - - - 35, 12 - - - 11 - - - NTSC - - - labNTSC2Pre - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 5 - - - 66, 149 - - - 20 - - - 158, 19 - - - 13 - - - tboxFax2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 6 - - - 66, 175 - - - 50 - - - 268, 19 - - - 14 - - - tboxMail2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 7 - - - 66, 125 - - - 20 - - - 158, 19 - - - 12 - - - tboxTel2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 8 - - - 66, 100 - - - 50 - - - 268, 19 - - - 11 - - - tboxFurigana2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 9 - - - 66, 75 - - - 50 - - - 268, 19 - - - 10 - - - tboxPerson2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 10 - - - 66, 50 - - - 50 - - - 268, 19 - - - 9 - - - tboxDepart2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 11 - - - True - - - 12, 53 - - - 31, 12 - - - 7 - - - Dept. - - - labDepart2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 12 - - - 66, 25 - - - 50 - - - 268, 19 - - - 8 - - - tboxCompany2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 13 - - - True - - - 18, 178 - - - 38, 12 - - - 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 - - - 25, 12 - - - 3 - - - TEL - - - labTel2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 15 - - - True - - - 9, 103 - - - 57, 12 - - - 2 - - - (Furigana) - - - labFurigana2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 16 - - - True - - - 12, 78 - - - 45, 12 - - - 1 - - - Contact - - - labPerson2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 17 - - - True - - - 12, 28 - - - 52, 12 - - - 0 - - - Company - - - labCompany2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson2 - - - 18 - - - labArbit2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 0 - - - labArbit1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 1 - - - labNTSC1Sur - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 2 - labFax1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 3 - - - labNTSC1Pre - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 4 - - - tboxNTSC1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 5 - - - tboxFax1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 6 - - - tboxMail1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 7 - - - tboxTel1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 8 - - - tboxFurigana1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 9 - - - tboxPerson1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 10 - - - tboxDepart1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 11 - - - labDepart1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 12 - - - tboxCompany1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 13 - - - labMail1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 14 - - - labTel1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 15 - - - labFurigana1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 16 - - - labPerson1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 17 - - - labCompany1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 18 - - - 17, 88 - - - 344, 234 - - - 8 - - - Contact1 - - - gboxPerson1 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabCompanyInfo - - - 2 - - - True - - - 219, 207 - - - 58, 12 - - - 12 - - - (Arbitrary) - - - labArbit2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 0 - - - True - - - 219, 156 - - - 58, 12 - - - 11 - - - (Arbitrary) - - - labArbit1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 1 - - - True - - - 18, 214 - - - 44, 12 - - - 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 - - - 27, 12 - - - 4 - - - FAX - - - labFax1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 3 - - - True - - - 18, 200 - - - 35, 12 - - - 9 - - - NTSC - - - labNTSC1Pre - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 4 - - - 66, 200 - - - 30 - - - 147, 19 - - - 8 - - - tboxNTSC1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 5 - - - 66, 149 - - - 15 - - - 147, 19 - - - 5 - - - tboxFax1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 6 - - - 66, 175 - - - 50 - - - 261, 19 - - - 6 - - - tboxMail1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 7 - - - 66, 125 - - - 15 - - - 147, 19 - - - 4 - - - tboxTel1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 8 - - - 66, 100 - - - 15 - - - 261, 19 - - - 3 - - - tboxFurigana1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 9 - - - 66, 75 - - - 15 - - - 261, 19 - - - 2 - - - tboxPerson1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 10 - - - 66, 50 - - - 25 - - - 261, 19 - - - 1 - - - tboxDepart1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 11 - - - True - - - 12, 53 - - - 31, 12 - - - 7 - - - Dept. - - - labDepart1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 12 - - - 66, 25 - - - 25 - - - 261, 19 - - - 0 - - - tboxCompany1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 13 - - - True - - - 18, 178 - - - 38, 12 - - - 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 - - - 25, 12 - - - 3 - - - TEL - - - labTel1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 15 - - - True - - - 9, 103 - - - 57, 12 - - - 2 - - - (Furigana) - - - labFurigana1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 16 - - - True - - - 12, 78 - - - 45, 12 - - - 1 - - - Contact - - - labPerson1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 17 - - - True - - - 12, 28 - - - 52, 12 - - - 0 - - - Company - - - labCompany1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxPerson1 - - - 18 - - - 175, 81 - - - 4 - - - 45, 19 - - - 2 - - - tboxProductCode2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 6 - - - 140, 81 - - - 1 - - - 18, 19 - - - 1 - - - tboxProductCode1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 12 - - - NoControl - - - 106, 53 - - - 30 - - - 256, 19 - - - 0 - - - tboxProductName - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 15 - - - True - - - 164, 84 - - - 11, 12 - - - 33 - - - - - - - labProductCode2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 18 - - - True - - - 104, 84 - - - 37, 12 - - - 32 - - - TWL - - - - labProductCode1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 21 - - - 106, 140 - - - 103, 19 - - - 4 - - - dateSubmit - - - System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 17 - - - 106, 111 - - - 103, 19 - - - 3 - - - dateRelease - - - System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 14 - - - tboxUsageOther - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxUsage - - - 0 - - - rUsageOther - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxUsage - - - 1 - - - rUsageDst - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxUsage - - - 2 - - - rUsageSample - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxUsage - - - 3 - - - rUsageSale - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxUsage - - - 4 - - - 16, 258 - - - 346, 79 - - - 6 - - - Purpose - - - gboxUsage - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 8 - - - False - - - 71, 47 - - - 25 - - - 250, 19 - - - 4 - - - tboxUsageOther - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxUsage - - - 0 - - - True - - - 6, 48 - - - 51, 16 - - - 3 - - - Other - - - rUsageOther - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxUsage - - - 1 - - - True - - - 198, 18 - - - 149, 16 - - - 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 - - - 67, 16 - - - 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 - - - 66, 16 - - - 0 - - - For Sale - - - rUsageSale - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxUsage - - - 4 - - - rSubmitHand - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSubmitWay - - - 0 - - - rSubmitPost - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSubmitWay - - - 1 - - - 16, 207 - - - 155, 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 - - - 82, 18 - - - 71, 16 - - - 1 - - - Handover - - - rSubmitHand - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSubmitWay - - - 0 - - - True - - - 6, 18 - - - 44, 16 - - - 0 - - - Mail - - - rSubmitPost - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxSubmitWay - - - 1 - - - True - - - 14, 143 - - - 91, 12 - - - 11 - - - Submission Date - - - labSubmiteDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 13 - - - True - - - 15, 114 - - - 69, 12 - - - 7 - - - Launch Date - - - labReleaseDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 16 - - - True - - - 22, 84 - - - 74, 12 - - - 6 - - - Product Code - - - labProductCode - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 19 - - - True - - - 22, 56 - - - 77, 12 - - - 5 - - - Product Name - - - labProductName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 20 - - - True - - - 104, 194 - - - 225, 12 - - - 26 - - - * Return to 0 when release ver. is updated. - - - labCapSubmitVer - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 7 - - - 106, 172 - - - 38, 19 - - - 9 - - - numSubmitVersion - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 9 - - - True - - - 15, 174 - - - 87, 12 - - - 24 - - - Submission Ver. - - - labSubmitVer - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 4 - - - True - - - 217, 96 - - - 128, 12 - - - 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 - - - 165, 118 - - - 4 - - - 46, 19 - - - 16 - - - tboxProductCode2Foreign3 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 5 - - - False - - - 165, 93 - - - 4 - - - 46, 19 - - - 15 - - - tboxProductCode2Foreign2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 7 - - - True - - - 152, 74 - - - 11, 12 - - - 41 - - - - - - - labProductCode2Foreign - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 9 - - - True - - - 17, 18 - - - 221, 16 - - - 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 - - - 15, 43 - - - 77, 12 - - - 37 - - - Product Name - - - labProductNameForeign - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 12 - - - False - - - 92, 40 - - - 30 - - - 257, 19 - - - 12 - - - tboxProductNameForeign - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 11 - - - True - - - 90, 74 - - - 37, 12 - - - 40 - - - TWL - - - - labProductCode1Foreign - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 10 - - - False - - - 129, 69 - - - 1 - - - 18, 19 - - - 13 - - - tboxProductCode1Foreign - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 8 - - - True - - - 15, 74 - - - 74, 12 - - - 38 - - - Product Code - - - labProductCodeForeign - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 6 - - - False - - - 165, 68 - - - 4 - - - 46, 19 - - - 14 - - - tboxProductCode2Foreign1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 4 - - - labShared2Size5 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 0 - - - labShared2Size4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 1 - - - labShared2Size3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 2 - - - labShared2Size2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 3 - - - labShared2Size1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 4 - - - labShared2Size0 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 5 - - - tboxShared2Size5 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 6 - - - tboxShared2Size4 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 7 - - - tboxShared2Size3 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 8 - - - tboxShared2Size2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 9 - - - tboxShared2Size1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 10 - - - tboxShared2Size0 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 11 - - - cboxIsShared2 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 12 - - - 545, 147 - - - 181, 197 - - - 1 - - - Size of Shared2 Files - - - gboxShared2Size - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 5 - - - True - - - 13, 169 - - - 34, 12 - - - 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 - - - 34, 12 - - - 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 - - - 34, 12 - - - 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 - - - 34, 12 - - - 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 - - - 34, 12 - - - 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 - - - 34, 12 - - - 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, 19 - - - 8 - - - Right - - - tboxShared2Size5 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 6 - - - 53, 141 - - - 89, 19 - - - 7 - - - Right - - - tboxShared2Size4 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 7 - - - 53, 116 - - - 89, 19 - - - 6 - - - Right - - - tboxShared2Size3 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 8 - - - 53, 91 - - - 89, 19 - - - 5 - - - Right - - - tboxShared2Size2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 9 - - - 53, 66 - - - 89, 19 - - - 4 - - - Right - - - tboxShared2Size1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 10 - - - 53, 41 - - - 89, 19 - - - 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 - - - 118, 16 - - - 2 - - - Use Shared2 Files - - - cboxIsShared2 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxShared2Size - - - 12 - - - True - - - 335, 174 - - - 158, 12 - - - 31 - - - Libraries used by the program - - - labLib - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomInfo - - - 3 - - - 337, 67 - - - True - - - Both - - - 186, 88 - - - 10 - - - tboxSDK - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomInfo - - - 7 - - - True - - - 335, 52 - - - 51, 12 - - - 30 - - - SDK Ver. - - - labSDK - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomInfo - - - 8 - - - True - - - 585, 29 - - - 29, 12 - - - 30 - - - Byte - - - labByte1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTWLExInfo - - - 0 - - - True - - - 257, 98 - - - 11, 12 - - - 29 - - - h - - - labHex4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTWLExInfo - - - 1 - - - 179, 69 - - - 75, 19 - - - 28 - - - Right - - - tboxIsCodec - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTWLExInfo - - - 2 - - - True - - - 62, 72 - - - 75, 12 - - - 27 - - - CODEC Mode - - - labIsCodec - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTWLExInfo - - - 3 - - - 179, 44 - - - 75, 19 - - - 13 - - - Right - - - tboxPrivateSize - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTWLExInfo - - - 4 - - - True - - - NoControl - - - 38, 47 - - - 123, 12 - - - 15 - - - Private Save Data Size - - - labPrivateSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTWLExInfo - - - 5 - - - True - - - 14, 98 - - - 159, 12 - - - 11 - - - TWL Secure Area ROM Offset - - - labKeyTableRomOffset - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTWLExInfo - - - 6 - - - True - - - NoControl - - - 38, 22 - - - 118, 12 - - - 14 - - - Public Save Data Size - - - labPublicSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTWLExInfo - - - 7 - - - 179, 19 - - - 75, 19 - - - 12 - - - Right - - - tboxPublicSize - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTWLExInfo - - - 8 - - - 179, 95 - - - 75, 19 - - - 10 - - - Right - - - tboxKeyTableRomOffset - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTWLExInfo - - - 9 - - - 251, 54 - - - 280, 128 - - - 24 - - - TWL Extended Info - - - gboxTWLExInfo - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 6 - - - True - - - 508, 191 - - - 11, 12 - - - 8 - - - h - - - labHex3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 2 - - - True - - - 264, 191 - - - 160, 12 - - - 9 - - - TWL Normal Area ROM Offset - - - labNormalRomOffset - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 9 - - - 430, 188 - - - 75, 19 - - - 8 - - - Right - - - tboxNormalRomOffset - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 7 - - - True - - - False - - - 14, 18 - - - 140, 16 - - - 26 - - - Enable SubBanner File - - - cboxIsSubBanner - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxExFlags - - - 1 - - - True - - - False - - - 559, 122 - - - 154, 16 - - - 16 - - - Enable Normal App Jump - - - cboxIsNormalJump - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 0 - - - True - - - False - - - 14, 40 - - - 146, 16 - - - 17 - - - Enable Temp App Jump - - - cboxIsTmpJump - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxExFlags - - - 0 - - - labIsGameCardOn2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxAccess - - - 0 - - - labAccessOther - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxAccess - - - 1 - - - tboxAccessOther - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxAccess - - - 2 - - - tboxIsGameCardOn - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxAccess - - - 3 - - - labIsGameCardOn - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxAccess - - - 4 - - - cboxIsNAND - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxAccess - - - 5 - - - cboxIsSD - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxAccess - - - 6 - - - 251, 211 - - - 280, 133 - - - 0 - - - Access Control - - - gboxAccess - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 8 - - - True - - - MiddleRight - - - NoControl - - - 5, 73 - - - 127, 12 - - - 6 - - - (For NAND Application) - - - labIsGameCardOn2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxAccess - - - 0 - - - True - - - 145, 21 - - - 39, 12 - - - 5 - - - Others - - - labAccessOther - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxAccess - - - 1 - - - 147, 36 - - - True - - - 123, 85 - - - 4 - - - tboxAccessOther - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxAccess - - - 2 - - - 6, 102 - - - 122, 19 - - - 3 - - - Right - - - tboxIsGameCardOn - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxAccess - - - 3 - - - True - - - 6, 87 - - - 104, 12 - - - 2 - - - Game Card Access - - - labIsGameCardOn - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxAccess - - - 4 - - - True - - - False - - - 9, 47 - - - 132, 16 - - - 1 - - - NAND Flash Memory - - - cboxIsNAND - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxAccess - - - 5 - - - True - - - False - - - 9, 24 - - - 67, 16 - - - 0 - - - SD Card - - - cboxIsSD - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxAccess - - - 6 - - - labAppType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 0 - - - labMedia - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 1 - - - tboxAppType - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 2 - - - tboxMedia - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 3 - - - labHex2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 4 - - - tboxTitleIDLo - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 5 - - - labTitleIDLo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 6 - - - labTitleIDHi - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 7 - - - tboxTitleIDHi - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 8 - - - tboxAppTypeOther - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 9 - - - labAppTypeOther - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 10 - - - 12, 54 - - - 225, 174 - - - 23 - - - TitleID - - - gboxTitleID - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 10 - - - True - - - 12, 98 - - - 91, 12 - - - 11 - - - Application Type - - - labAppType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 0 - - - True - - - 40, 73 - - - 35, 12 - - - 10 - - - Media - - - labMedia - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 1 - - - 113, 95 - - - 71, 19 - - - 9 - - - Right - - - tboxAppType - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 2 - - - 113, 70 - - - 71, 19 - - - 8 - - - Right - - - tboxMedia - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 3 - - - True - - - 189, 50 - - - 11, 12 - - - 7 - - - h - - - labHex2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 4 - - - 113, 21 - - - 71, 19 - - - 1 - - - Right - - - tboxTitleIDLo - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 5 - - - True - - - 24, 24 - - - 63, 12 - - - 0 - - - TitleID Low - - - labTitleIDLo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 6 - - - True - - - 24, 48 - - - 66, 12 - - - 2 - - - TitleID High - - - labTitleIDHi - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 7 - - - 113, 45 - - - 71, 19 - - - 3 - - - Right - - - tboxTitleIDHi - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 8 - - - 14, 134 - - - True - - - 186, 34 - - - 4 - - - tboxAppTypeOther - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 9 - - - True - - - 12, 122 - - - 56, 12 - - - 5 - - - Other Info - - - labAppTypeOther - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 10 - - - True - 538, 52 - - 70, 12 + + 2 - - 11 + + 57, 12 - - Special Note - - - labCaptionEx - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomInfo - - + 4 - - 540, 67 + + 15 - + + labProductNameForeign + + + cboxIsSD + + + Product Name + + True - - Both + + Public Save Data Size - - 171, 88 + + labProductCodeForeign - - 10 + + True - - tboxCaptionEx + + 87, 12 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - tabRomInfo - - - 5 - - - 378, 36 - - - 356, 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 - - - 0, 0 - - - 777, 24 - - - 33 - - - menuStrip1 - - - menuStripAbove - - - System.Windows.Forms.MenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 36, 20 - - - File - - - 274, 22 - - - Open a ROM data file - - - 271, 6 - - - 274, 22 - - - Save a temporary info. - - - 274, 22 - - - Load a temporary info. saved previously - - - 52, 20 - - - Master - - - 288, 22 - - - Make a set of submission data - - - 285, 6 - - - 288, 22 - - - Make a master ROM data file only - - - 288, 22 - - - Make a middleware list only(XML format) - - - 288, 22 - - - Make a middleware list only(HTML format) - - - 65, 20 - - - Language - - - 119, 22 - - - English - - - 119, 22 - - - Japanese - - - gridLibrary - - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomInfo - - - 0 - - - tboxGuideRomInfo - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomInfo - - - 1 - - - 4, 21 - - - 3, 3, 3, 3 - - - 745, 352 - - - 0 - - - ROM Info.(Read Only) - - - tabRomInfo - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabMain - - - 0 - - - labConnectIcon - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxLaunch - - - 0 - - - tboxConnectIcon - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxLaunch - - - 1 - - - 12, 238 - - - 225, 106 - - - 37 - - - Launch Control On DSi Menu - - - gboxLaunch - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 1 - - - 24, 11 - - - 687, 19 - - - 36 - - - This tab is for checking ROM data. When ROM data is illegal, please check settings of building ROM data. - - - tboxGuideTWLInfo - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 3 - - - 545, 54 - - - 181, 64 - - - 35 - - - TWL Extended Flags - - - gboxExFlags - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 4 - - - 4, 21 - - - 3, 3, 3, 3 - - - 745, 352 - - - 1 - - - TWL Info.(Read Only) - - - tabTWLInfo - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabMain - - - 1 - - - gboxOtherSpec - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomEditInfo - - - 0 - - - butSetBack - - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomEditInfo - - - 1 - - - tboxGuideRomEditInfo - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomEditInfo - - - 2 - - - gboxParental - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomEditInfo - - - 3 - - - 4, 21 - - - 745, 352 - - - 2 - - - ROM Settings(Editable) - - - tabRomEditInfo - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabMain - - - 2 - - - labProductNameLimit - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 0 - - - tboxGuideSubmitInfo - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 1 - - - gboxForeign - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 2 - - - 4, 21 - - - 745, 352 - - - 3 - - - Submission Info.(Editable) - - - tabSubmitInfo - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabMain - - - 3 - - - tboxGuideCompanyInfo - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabCompanyInfo - - - 0 - - - 4, 21 - - - 745, 352 - - - 4 - - - Company Info.(Editable) - - - tabCompanyInfo - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabMain - - - 4 - - - tboxGuideErrorInfo - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabErrorInfo - - - 0 - - - gboxErrorTiming - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabErrorInfo - - - 1 - - - labWarn - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabErrorInfo - - - 2 - - - labError - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabErrorInfo - - - 3 - - - gridWarn - - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabErrorInfo - - - 4 - - - gridError - - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabErrorInfo - - - 5 - - - 4, 21 - - - 745, 352 - - - 5 - - - Error(Read Only) + + 69, 174 tabErrorInfo - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - tabMain + + 69, 12 - - 5 - - - 12, 93 - - - 753, 377 - - - 34 - - - tabMain - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - Publisher - - - True - - - Library Name - - - 337, 189 - - - 374, 145 - - - 36 - - - gridLibrary - - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomInfo - - - 0 - - - 24, 11 - - - 687, 19 - - - 35 - - - This tab is for checking ROM data. When ROM data is illegal, please check settings of building ROM data. - - - tboxGuideRomInfo - - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabRomInfo + + 129, 69 - - 1 + + labKeyTableRomOffset - - True - - - 6, 50 - - - 200, 12 - - - 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, 65 - - - 192, 19 - - - 1 - - - tboxConnectIcon - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxLaunch - - - 1 - - - cboxIsUGC - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxOtherSpec - - - 0 - - - cboxIsPhotoEx - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxOtherSpec - - - 1 - - - 445, 60 - - - 266, 90 - - - 41 - - - Other ROM Spec. - - - gboxOtherSpec - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomEditInfo - - - 0 - - - True - - - 15, 25 - - - 229, 16 - - - 39 - - - 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 - - - 149, 16 - - - 40 - - - Photo Exchange Support - - - cboxIsPhotoEx - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxOtherSpec - - - 1 - - - 483, 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 - - - 1 - - - 24, 11 - - - True - - - 687, 34 - - - 37 - - - These item is necessary not only to make a submission sheet but also to make a master ROM data. Please edit certainly.<newline>In making a master ROM data, these info will be registered in the ROM data(except "Other Rom Spec"). - - - tboxGuideRomEditInfo - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomEditInfo - - - 2 - - - cboxIsUnnecessaryRating - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxParental - - - 0 - - - 24, 60 - - - 398, 280 - - - 33 - - - Region and Rating Infomation - - - gboxParental - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabRomEditInfo - - - 3 - - - True - - - 116, 56 - - - 263, 16 - - - 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 - - - 0 - - - 237, 75 - - - 124, 11 - - - 39 - - - (Shorter than 30 chars) - - - TopRight - - - labProductNameLimit - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 0 - - - 24, 11 - - - 687, 19 - - - 38 - - - These items is necessary for making a submission sheet. Please input. - - - tboxGuideSubmitInfo - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 1 - - - labProductNameLimitForeign - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 0 - - - labMultiForeign2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 1 - - - 378, 91 - - - 355, 144 - - - 35 - - - Foreign Ver. - - - gboxForeign - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabSubmitInfo - - - 2 - - - 225, 62 - - - 124, 11 - - - 40 - - - (Shorter than 30 chars) - - - TopRight - - - labProductNameLimitForeign - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 0 - - - True - - - 217, 121 - - - 128, 12 - - - 45 - - - (Only release multi ver.) - - - labMultiForeign2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxForeign - - - 1 - - - 24, 11 - - - 687, 19 - - - 39 + + gboxTWLExInfo These items is necessary for making a submission sheet. Please input. - - tboxGuideCompanyInfo + + 6 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabSubmitInfo - - tabCompanyInfo + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 0 - - 24, 11 - - + True - - 511, 61 + + tboxCaptionEx - - 40 + + 4 - - This tab discribes errors in the ROM data file and mistakes in editing.<newline>Items highlighted by Red can't be midified by this program. Please modify build settings.<newline>Items highlighted by Blue can be midified by this program and will register in a master ROM.<newline>Items highlighted by Black are discibed in a submission sheet and don't register in a master ROM. - - - tboxGuideErrorInfo - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabErrorInfo - - + 0 - - rErrorCurrent - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxErrorTiming - - - 0 - - - rErrorReading - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxErrorTiming - - + 1 - - 551, 11 + + gboxCRC + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxPerson2 + + + True + + + 36, 12 + + + tboxGuideSubmitInfo + + + 40 + + + 51, 12 + + + 2 + + + $this + + + 337, 67 + + + 13, 44 + + + Require EULA Agreement + + + 274, 22 + + + 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 + + + gboxOtherSpec + + + labProductCode + + + 8 + + + labIsGameCardOn + + + 11, 12 + + + 77, 12 + + + labIsGameCardOn2 + + + 106, 111 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 152, 93 + + + 36 + + + 9 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 777, 24 + + + 119, 22 + + + labMail1 + + + 34, 12 + + + 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 + + + cboxReleaseForeign + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tboxBackupOther + + + 1 + + + 2 + + + 165, 118 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tboxMail2 + + + Other + + + Submission Ver. + + + stripItemOpenRom + + + 106, 140 + + + Right + + + 61, 12 + + + 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 + + + SD Card + + + Dept. + + + 22, 81 + + + Company + + + 105, 17 + + + 5 + + + 1 + + + labTitleName + + + 52, 166 + + + 7 + + + Right + + + tboxShared2Size0 + + + Right + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 55, 19 + + + 69, 12 172, 71 - - 41 + + 186, 34 - - Error of Timing - - - gboxErrorTiming - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabErrorInfo - - - 1 - - + True - - 6, 45 + + labPerson1 - - 117, 16 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + ROM Size - - In current settings + + 16 - - rErrorCurrent + + gboxCRC - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 - - gboxErrorTiming + + gboxForeign - - 0 + + stripLang - - True + + 250, 19 - + + tboxAccessOther + + 6, 18 - - 155, 16 + + 219, 78 - + + 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 + + + 10 + + + gboxParental + + + 3 + + + True + + + 32 + + + 4, 21 + + + combOFLC + + + 36, 20 + + + 50 + + + 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, 19 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - When ROM data was read + + System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - rErrorReading + + rUsageSample - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - gboxErrorTiming + + Others - + + gboxAccess + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 11, 12 + + + True + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 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 + + + Right + + + rUsageSale + + + 38, 47 + + + False + + + 18 + + + 4 + + 1 - + + 12, 28 + + + 15, 174 + + + TWL MasterEditor + + + gboxPerson1 + + + 5 + + + 152, 171 + + + 154, 16 + + + 15 + + + tboxFurigana2 + + + 8 + + + 12, 78 + + + 271, 6 + + + e-mail + + + 0 + + + 12 + + + gboxTWLExInfo + + + NoControl + + + True + + + 77, 12 + + + ROM Type + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 109, 162 + + + tboxConnectIcon + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Byte + + + tboxProductName + + + 34, 12 + + + Error (Midification is necessary.) + + + 11 + + + 13 + + + gboxShared2Size + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + USA Only + + + 1 + + + True + + + gboxForeign + + + Dept. + + + True + + + 22, 165 + + + True + + + 44 + + + 0 + + + 113, 21 + + + Access Control + + + gboxCRC + + + tboxFile + + + 263, 16 + + + 37 + + + labPEGI_PRT + + + 48, 12 + + + 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 + + + 483, 185 + + + labPublicSize + + + 15, 114 + + + labError + + + 268, 19 + + + 52, 12 + + + 24, 11 + + + 38 + + + tboxProductCode1 + + + TWL - + + + E(Preliminary Ver.) + + + 18 + + + 13 + + + 13 + + + True + + + gboxTWLExInfo + + + tabCompanyInfo + + True 22, 213 - - 417, 12 + + True - - 40 + + 9 - - Warning (Midification isn't necessary. Please check validity of these infomation.) + + gboxPerson1 - - labWarn + + True - + + 9 + + + 8 + + + 8 + + + True + + + gboxParental + + + rSubmitHand + + + gboxTWLExInfo + + + User ID + + + 15 + + + tabTWLInfo + + + 13, 193 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 102, 122 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 696, 24 + + + Form1 + + + tboxGuideTWLInfo + + + 17, 18 + + + System.Windows.Forms.ToolStripSeparator, 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 + + + 2 + + + labCapSubmitVer + + + 15 + + + 10 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 12, 78 + + + stripItemSheet + + + PEGI(General) and BBFC + + + True + + + tabErrorInfo + + + stripFile + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 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 + + + True + + + True + + + TopRight + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 33 + + + 18 + + + tboxShared2Size3 + + + 152, 21 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 0 + + + 0 + + + 3 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ROM CRC + + + 237, 75 + + + tabRomInfo + + + 1 + + + 0 + + + 3 + + + 0 + + + 6 + + + 16 + + + 9 + + + 7 + + + 4 + + + gboxPerson1 + + + 7 + + + 3, 3, 3, 3 + + + gboxPerson2 + + + menuStripAbove + + + 13 + + + 540, 67 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxAccess + + + labPEGI_BBFC + + + tboxNormalRomOffset + + + gboxPerson2 + + + True + + + TEL + + + gboxLaunch + + + 5 + + + 15 + + + 0 + + + tboxProductCode2Foreign3 + + + True + + + gboxUsage + + + 155, 45 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxLaunch + + + 75, 19 + + + rErrorCurrent + + + gboxErrorTiming + + + 57, 12 + + + labProductName + + + tboxProductCode2 + + + 12, 122 + + + tboxWholeCRC + + + True + + + gboxForeign + + + labLib + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 38, 22 + + + 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 + + + 11 + + + gboxUsage + + + colLibPublisher + + + Save a temporary info. + + + 6 + + + $this + + + 35, 12 + + + gboxShared2Size + + + ROM Data File + + + gboxSrl + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + butSetBack + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabErrorInfo + + + 13, 69 + + + Right + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 10 + + + 256, 19 + + + True + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Launch Date + + + B (aged 12 or older) + + + 9 + + + 378, 263 + + + 0 + + + tboxTel2 + + + 75, 19 + + + aged 6 or older + + + 6, 18 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + colErrorEnd + + + TEL + + + tabSubmitInfo + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 34, 12 + + + True + + + True + + + 745, 352 + + + gboxTitleID + + + (Furigana) + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + colLibName + + + 2 + + + 35 + + + 2 + + + labShared2Size5 + + + Make a middleware list only(XML format) + + + 8 + + + 0 + + + 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 tabErrorInfo - - 2 + + Right - + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - 22, 84 - - - 172, 12 - - - 39 - - - Error (Midification is necessary.) - - - 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, 228 - - - 699, 106 - - - 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, 99 - - - 699, 103 - - - 37 - - - gridError - - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabErrorInfo - - - 5 - - - True - - - 22, 53 - - - 81, 12 - - - 36 - - - ROM Data File - - - labFile - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 696, 24 - - - 69, 12 - - - 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 - - - 6, 12 - - - 777, 482 - - - 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 - - stripLang + + tabTWLInfo - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 268, 19 - - 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 - - - colLibPublisher - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - colLibName - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - colWarnName + + 31 System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - colWarnBegin + + gboxParental - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 39, 12 + + + Maker Code + + + 30 + + + 35, 12 + + + tabRomEditInfo + + + tboxMakerCode + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 7 + + + True + + + TopRight + + + stripItemSepFile1 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + combRegion + + + 27, 12 + + + True + + + 26 + + + gboxTitleID + + + TitleID Low + + + Media + + + tboxTitleName + + + gboxForeign + + + 13, 169 + + + NTSC + + + cboxIsNAND + + + 5, 73 + + + True + + + 16 + + + labFile + + + aged 12 or older + + + 37 + + + 24, 11 + + + tabCompanyInfo + + + 14, 98 + + + 6, 12 + + + 12 + + + File + + + 22, 84 + + + 113, 20 + + + 24, 60 + + + 285, 6 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ROM Settings(Editable) + + + 9 + + + 9 + + + 0 + + + True + + + labMail2 + + + 225, 62 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 745, 352 + + + gboxUsage + + + combPEGI_PRT + + + 7 + + + Rating Pending + + + 1 + + + System.Windows.Forms.TextBox, 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 + + + 28 + + + 9, 47 + + + 12 colWarnEnd - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 25 - - colWarnCause + + Open a ROM data file - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + gboxPerson2 - - colErrorName + + System.Windows.Forms.Label, 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 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - colErrorBegin + + labArbit4 - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - colErrorEnd + + - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + dateSubmit - - colErrorCause + + 14 + + + 1 + + + 4 + + + 39 + + + 251, 211 + + + 12, 53 + + + 11 + + + 1 + + + tboxKeyTableRomOffset + + + 4, 21 + + + True + + + Warning (Midification isn't necessary. Please check validity of these infomation.) + + + 2 + + + 7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 398, 280 + + + tboxMail1 + + + 0 + + + 74, 12 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 24 + + + Size of Shared2 Files + + + 35 + + + gboxLaunch + + + 5 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + labProductNameLimit + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 69, 12 + + + NoControl + + + tboxShared2Size5 + + + 29, 12 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + labParentalRating + + + 34, 12 + + + gboxForeign + + + 3 + + + File 2 + + + 109, 50 + + + tabRomEditInfo + + + tabRomInfo + + + 5 + + + True + + + 11 + + + Photo Exchange Support + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Region + + + (Only release multi ver.) + + + 40, 12 System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Form1 + + 17 - - System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 + + System.Windows.Forms.Label, 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 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 6, 45 + + + 179, 95 + + + PEGI Portugal + + + tabSubmitInfo + + + 67, 16 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 38, 12 + + + This tab is for checking ROM data. When ROM data is illegal, please check settings of building ROM data. + + + 127, 12 + + + labProductNameLimitForeign + + + 3 + + + 146, 20 + + + 9, 103 + + + gboxUsage + + + True + + + 6 + + + 66, 100 + + + 24, 11 + + + 109, 190 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gboxPerson1 + + + MiddleRight + + + 2 + + + 15 + + + 4, 21 + + + 11 + + + 1 + + + 217, 121 + + + 89, 19 + + + 3 + + + 11 + + + colErrorCause + + + labNTSC2Sur + + + Rating Pending + + + 607, 19 + + + M + + + 5 + + + True + + + True + + + tboxRomLatency + + + tabCompanyInfo + + + stripItemMasterRom + + + tboxProductNameForeign + + + System.Windows.Forms.ToolStripMenuItem, 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>Items highlighted by Red can't be midified by this program. Please modify build settings.<newline>Items highlighted by Blue can be midified by this program and will register in a master ROM.<newline>Items highlighted by Black are discibed in a submission sheet and don't register in a master ROM. + + + 22, 109 + + + 50 + + + 6, 87 + + + 219, 156 + + + 585, 29 + + + User ID + + + True + + + 30 + + + 511, 61 + + + gboxExFlags + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 3 + + + 204, 20 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 149, 16 + + + 2 + + + TitleID High + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + e-mail + + + Game Title + + + Other Info + + + Set Back To Initial Settings + + + gboxSubmitWay + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 64, 12 + + + False + + + labTitleIDHi + + + gboxUsage + + + tabSubmitInfo + + + 687, 19 + + + 100, 19 + + + True + + + aged 4 or older + + + 25 + + + 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 + + + File 4 + + + Rating Pending + + + 3 + + + 12 + + + True + + + tboxTitleIDLo + + + 1 + + + 10 + + + This tab is for checking ROM data. When ROM data is illegal, please check settings of building ROM data. + + + 355, 144 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + All ages + + + True + + + cboxIsTmpJump + + + labWarn + + + 11, 12 + + + gboxForeign + + + labCaptionEx + + + System.Windows.Forms.ComboBox, 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 + + + True + + + colWarnCause + + + 25, 12 + + + USK + + + tabCompanyInfo + + + Japanese + + + 6, 50 + + + 12 + + + True + + + tabRomInfo + + + Foreign Ver. + + + 11 + + + Right + + + 23, 152 + + + 12 + + + 12, 53 + + + True + + + 3 + + + False + + + 18, 214 + + + MA15+ + + + stripItemLoadTemp + + + 147, 19 + + + 14 + + + $this + + + gboxExFlags + + + 4Kbit EEPROM + + + tabRomInfo + + + tboxShared2Size4 + + + tabSubmitInfo + + + 50 + + + 106, 53 + + + True + + + tboxFax2 + + + 4 + + + cboxIsInputPerson2 + + + 225, 12 + + + 36 + + + FAX + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + 0, 0 + + + True + + + True + + + True + + + True + \ No newline at end of file