diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb index 08bd6ac..c9c8591 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 65c09fe..4de3776 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 a3ece70..203378e 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 ff2882e..5e7a6bc 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^ 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()); + System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle1 = (gcnew System::Windows::Forms::DataGridViewCellStyle()); + System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle2 = (gcnew System::Windows::Forms::DataGridViewCellStyle()); + System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle3 = (gcnew System::Windows::Forms::DataGridViewCellStyle()); + System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle4 = (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()); @@ -3038,15 +3038,15 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; this->gridLibrary->ColumnHeadersHeightSizeMode = System::Windows::Forms::DataGridViewColumnHeadersHeightSizeMode::AutoSize; this->gridLibrary->Columns->AddRange(gcnew cli::array< System::Windows::Forms::DataGridViewColumn^ >(2) {this->colLibPublisher, this->colLibName}); - 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, + dataGridViewCellStyle1->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; + dataGridViewCellStyle1->BackColor = System::Drawing::SystemColors::Window; + dataGridViewCellStyle1->Font = (gcnew System::Drawing::Font(L"MS UI Gothic", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, static_cast(128))); - 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; + dataGridViewCellStyle1->ForeColor = System::Drawing::SystemColors::ControlText; + dataGridViewCellStyle1->SelectionBackColor = System::Drawing::SystemColors::Highlight; + dataGridViewCellStyle1->SelectionForeColor = System::Drawing::SystemColors::HighlightText; + dataGridViewCellStyle1->WrapMode = System::Windows::Forms::DataGridViewTriState::True; + this->gridLibrary->DefaultCellStyle = dataGridViewCellStyle1; this->gridLibrary->Font = nullptr; this->gridLibrary->Name = L"gridLibrary"; this->gridLibrary->ReadOnly = true; @@ -3467,15 +3467,15 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; 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}); - 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, + dataGridViewCellStyle2->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; + dataGridViewCellStyle2->BackColor = System::Drawing::SystemColors::Window; + dataGridViewCellStyle2->Font = (gcnew System::Drawing::Font(L"MS UI Gothic", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, static_cast(128))); - 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; + dataGridViewCellStyle2->ForeColor = System::Drawing::SystemColors::ControlText; + dataGridViewCellStyle2->SelectionBackColor = System::Drawing::SystemColors::Highlight; + dataGridViewCellStyle2->SelectionForeColor = System::Drawing::SystemColors::HighlightText; + dataGridViewCellStyle2->WrapMode = System::Windows::Forms::DataGridViewTriState::True; + this->gridWarn->DefaultCellStyle = dataGridViewCellStyle2; this->gridWarn->Font = nullptr; this->gridWarn->GridColor = System::Drawing::SystemColors::Control; this->gridWarn->Name = L"gridWarn"; @@ -3512,8 +3512,8 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; // this->gridError->AccessibleDescription = nullptr; this->gridError->AccessibleName = nullptr; - dataGridViewCellStyle7->BackColor = System::Drawing::Color::White; - this->gridError->AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7; + dataGridViewCellStyle3->BackColor = System::Drawing::Color::White; + this->gridError->AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3; resources->ApplyResources(this->gridError, L"gridError"); this->gridError->AutoSizeRowsMode = System::Windows::Forms::DataGridViewAutoSizeRowsMode::AllCellsExceptHeaders; this->gridError->BackgroundColor = System::Drawing::SystemColors::Control; @@ -3521,15 +3521,15 @@ private: System::Windows::Forms::CheckBox^ cboxIsUnnecessaryRating; 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}); - 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, + dataGridViewCellStyle4->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; + dataGridViewCellStyle4->BackColor = System::Drawing::SystemColors::Window; + dataGridViewCellStyle4->Font = (gcnew System::Drawing::Font(L"MS UI Gothic", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, static_cast(128))); - 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; + dataGridViewCellStyle4->ForeColor = System::Drawing::SystemColors::ControlText; + dataGridViewCellStyle4->SelectionBackColor = System::Drawing::SystemColors::Highlight; + dataGridViewCellStyle4->SelectionForeColor = System::Drawing::SystemColors::HighlightText; + dataGridViewCellStyle4->WrapMode = System::Windows::Forms::DataGridViewTriState::True; + this->gridError->DefaultCellStyle = dataGridViewCellStyle4; this->gridError->Font = nullptr; this->gridError->GridColor = System::Drawing::SystemColors::Control; this->gridError->Name = L"gridError"; diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.ja.resx b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.ja.resx index d194d1b..7965f35 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.ja.resx +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.ja.resx @@ -117,9 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ROMデータ情報 - 73, 12 @@ -163,6 +160,9 @@ リマスターバージョン + + ROMデータ情報 + 79, 12 @@ -175,9 +175,6 @@ その他 - - ヘッダCRC - 63, 12 @@ -367,9 +364,6 @@ 担当者2を入力する(任意) - - 担当者2 - 37, 12 @@ -406,8 +400,8 @@ 貴社名 - - 担当者1 + + 担当者2 37, 12 @@ -445,8 +439,8 @@ 貴社名 - - 目的 + + 担当者1 54, 16 @@ -472,8 +466,8 @@ 一般販売用 - - 提出方法 + + 目的 56, 16 @@ -487,6 +481,9 @@ 郵送 + + 提出方法 + 65, 12 @@ -547,15 +544,15 @@ 製品コード - - Shared2ファイルサイズ - 123, 16 Shared2ファイル使用 + + Shared2ファイルサイズ + 70, 12 @@ -568,15 +565,15 @@ SDKバージョン - - TWL拡張情報 - 142, 12 TWL専用領域ROMオフセット + + TWL拡張情報 + 155, 12 @@ -601,9 +598,6 @@ tmpジャンプ許可 - - アクセスコントロール情報 - 98, 12 @@ -631,6 +625,9 @@ SDカード + + アクセスコントロール情報 + 53, 12 @@ -640,12 +637,6 @@ ROM提出情報 - - 51, 20 - - - ファイル - 211, 22 @@ -667,11 +658,11 @@ 一時保存した提出情報を開く - - 53, 20 + + 51, 20 - - マスター + + ファイル 280, 22 @@ -700,17 +691,17 @@ ミドルウェアリストのみを作成する(HTML形式) - - ROM基本情報(確認用) + + 53, 20 + + + マスター このタブの情報は編集不可です。データに誤りがある場合にはROMデータの作成時の設定を見直してください。 - - TWL拡張情報(確認用) - - - DSiメニュー上での起動制限 + + ROM基本情報(確認用) 173, 12 @@ -718,17 +709,17 @@ DSiメニュー上での通信アイコン表示 + + DSiメニュー上での起動制限 + このタブの情報は編集不可です。データに誤りがある場合にはROMデータの作成時の設定を見直してください。 TWL拡張諸フラグ - - ROM登録情報(編集可) - - - その他ROM仕様 + + TWL拡張情報(確認用) 210, 16 @@ -742,23 +733,26 @@ 写真交換対応 + + その他ROM仕様 + 読み込み時の設定に戻す このタブの各項目への入力は提出確認書およびマスターROMの作成のために必要です。<newline>これらの情報はマスターROMの作成時にROM内登録データとして登録されます(「その他ROM仕様」を除く)。 - - リージョンとレーティング情報 - 235, 16 レーティング表示不要 (ツール類のみ選択可) - - 提出情報(編集可) + + リージョンとレーティング情報 + + + ROM登録情報(編集可) (30文字以内) @@ -766,9 +760,6 @@ このタブの情報は提出確認書の作成に必要です。入力してください。 - - 海外版 - (30文字以内) @@ -778,21 +769,21 @@ (複数ある場合のみ) - - 会社情報(編集可) + + 海外版 + + + 提出情報(編集可) このタブの情報は提出確認書の作成に必要です。入力してください。 - - エラー情報(確認用) + + 会社情報(編集可) このタブには読み込んだROMデータの問題と本プログラムでの入力ミスが列挙されます。<newline>赤文字の項目は、本プログラムで修正不可です。ROMデータ作成時の設定をご確認ください。<newline>青文字の項目は、本プログラムで修正できますが、修正がマスターROMに反映されます。<newline>黒文字の項目は、提出確認書にのみ反映され、マスターROMには反映されません。 - - いつの情報を表示するか - 114, 16 @@ -805,6 +796,9 @@ ROMデータ読み込み時 + + いつの情報を表示するか + 339, 12 @@ -841,6 +835,9 @@ 要因 + + エラー情報(確認用) + 92, 12 diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.resX b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.resX index 7927722..472392d 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.resX +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.resX @@ -117,12 +117,13 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 687, 19 + gboxSrl - - 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 @@ -136,7 +137,6 @@ tabSubmitInfo - 335, 174 @@ -176,9 +176,6 @@ 46, 19 - - 46, 19 - labShared2Size1 @@ -191,12 +188,12 @@ 10 - - PG - 65, 20 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + 164, 84 @@ -215,36 +212,33 @@ Europe Only - - 24, 99 + + USA Only labShared2Size0 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + 3 - - tboxMedia - 34 33 + + 1 + Display Connection Icon On DSi Menu - - combPEGI_BBFC - 33 - - 0 - Library Name @@ -254,12 +248,18 @@ 165, 93 + + gridError + 8 229, 16 + + 17, 88 + 6, 65 @@ -269,8 +269,8 @@ 22 - - labShared2Size3 + + False gboxAccess @@ -281,8 +281,8 @@ 15, 43 - - 6, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 217, 96 @@ -299,30 +299,30 @@ tboxCaption - - 66, 125 - stripMaster + + Region and Rating Infomation + 0 labShared2Size2 + + 24, 99 + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 25 + + 29 labRomType - - labSubmiteDate - 344, 234 @@ -369,15 +369,9 @@ 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"). - - labArbit2 - 3 - - cboxIsNormalJump - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -390,15 +384,21 @@ aged 6 or older - - 15, 74 + + gboxUsage - - 5 + + 0 + + + 147, 19 10 + + 81, 12 + gboxTitleID @@ -441,9 +441,6 @@ gboxExFlags - - True - 9 @@ -456,14 +453,14 @@ 11 + + True + 10 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Header CRC + + 14, 40 System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -501,6 +498,9 @@ 5 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -525,21 +525,12 @@ 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 @@ -561,8 +552,8 @@ 15 - - tboxCompany1 + + 7 545, 54 @@ -582,14 +573,11 @@ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - tabTWLInfo - - 1 + + labShared2Size5 gboxTitleID @@ -603,8 +591,8 @@ For Sale - - NAND Flash Memory + + 5 System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -612,6 +600,9 @@ 40 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -624,11 +615,8 @@ 1 - - 2 - - - 0 + + 13 tabSubmitInfo @@ -639,6 +627,9 @@ labPlatform + + (Furigana) + 175, 81 @@ -693,8 +684,8 @@ 264, 191 - - labProductCode1 + + 607, 19 labArbit3 @@ -708,30 +699,27 @@ 1 - - 67, 16 - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + gboxLaunch + 118, 12 - - gboxParental - 1 + + gboxTWLExInfo + 71, 19 200, 12 - - 50 - tboxPrivateSize @@ -759,17 +747,11 @@ gboxErrorTiming - - Launch Control On DSi Menu - 10 - - gboxForeign - - - 185, 23 + + 225, 12 labPerson2 @@ -780,8 +762,8 @@ 12 - - 22, 53 + + File 4 True @@ -792,20 +774,29 @@ tboxPublicSize - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + $this + + + labFile + + + gboxOtherSpec 124, 11 + + 398, 280 + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 266, 90 - - gboxTWLExInfo + + 25 91, 12 @@ -834,6 +825,9 @@ tboxAppTypeOther + + 9, 47 + 24, 24 @@ -855,17 +849,14 @@ 6 - - 4 - gboxShared2Size File 1 - - cboxIsPhotoEx + + gboxForeign 7 @@ -876,8 +867,8 @@ 280, 128 - - 39 + + gboxLaunch stripItemMiddlewareXml @@ -903,8 +894,8 @@ 4 - - 128, 12 + + 8 53, 41 @@ -945,6 +936,9 @@ gboxPerson2 + + 1 + combCERO @@ -969,8 +963,8 @@ 100, 19 - - gboxPerson1 + + 2 2 @@ -984,18 +978,15 @@ 198, 18 + + 745, 352 + True - - 66, 100 - True - - 3 - 23 @@ -1014,17 +1005,20 @@ gboxSrl - - 7 + + TWL MasterEditor + + + 113, 70 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 12 - - (Furigana) - - - Backup Memory + + tboxAppType labIsCodec @@ -1050,8 +1044,8 @@ 58, 12 - - 37 + + 2 gboxSrl @@ -1068,6 +1062,9 @@ aged 7 or older + + 0 + (For NAND Application) @@ -1083,15 +1080,9 @@ 285, 49 - - True - 24 - - labReleaseDate - aged 7 or older @@ -1101,9 +1092,6 @@ aged 4 or older - - Right - Special Note @@ -1113,8 +1101,8 @@ 2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 37, 12 @@ -1122,12 +1110,15 @@ 6, 18 + + 11 + + + 33 + 2 - - 140, 16 - 4 @@ -1137,9 +1128,6 @@ (Shorter than 30 chars) - - True - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -1164,6 +1152,9 @@ System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + gboxTitleID @@ -1185,6 +1176,9 @@ 8 + + tabRomEditInfo + 82, 18 @@ -1197,9 +1191,6 @@ 4 - - 122, 19 - Make a middleware list only(HTML format) @@ -1209,8 +1200,8 @@ True - - gboxOtherSpec + + 12, 78 204, 20 @@ -1233,14 +1224,17 @@ 1 + + Right + True 125, 19 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4Kbit EEPROM 158, 19 @@ -1248,6 +1242,9 @@ 181, 197 + + 171, 88 + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -1269,11 +1266,8 @@ 12, 28 - - A (All ages) - - - 2 + + 1 System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -1296,14 +1290,14 @@ File 5 - - tabTWLInfo + + 0 tabTWLInfo - - gboxPerson1 + + Purpose 6 @@ -1311,8 +1305,8 @@ combPEGI - - Name + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -1335,6 +1329,9 @@ 9 + + 24, 11 + 23, 128 @@ -1344,8 +1341,8 @@ 2 - - ver.0.0.00000 + + 261, 19 gboxAccess @@ -1380,15 +1377,12 @@ (Arbitrary) - - 89, 19 + + tboxFax1 3 - - 44, 16 - SDK Ver. @@ -1398,17 +1392,17 @@ 35, 12 - - gridWarn + + 140, 16 - - 16, 207 + + cboxIsInputPerson2 102, 148 - - 171, 88 + + tboxShared2Size2 378, 36 @@ -1419,14 +1413,17 @@ tabSubmitInfo - - labCERO + + 2 + + + gboxForeign tabTWLInfo - - 3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 tboxTel1 @@ -1440,18 +1437,24 @@ 66, 50 - - True + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 stripItemEnglish + + 0 + 7 True + + B (aged 12 or older) + 5 @@ -1464,6 +1467,9 @@ TitleID + + 172, 12 + 45, 12 @@ -1476,21 +1482,18 @@ True - - tboxFax1 + + 67, 16 18, 19 - - 8 + + 1 745, 352 - - gboxParental - gboxTWLExInfo @@ -1521,9 +1524,15 @@ Begin + + 37 + System.Windows.Forms.TabControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ROM Settings(Editable) + False @@ -1542,14 +1551,14 @@ 3 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True 36 - - tboxIsGameCardOn + + 0 165, 68 @@ -1572,32 +1581,23 @@ labRemasterVer - - 147, 19 - tabMain 10 - - 0 - 14 - - 6 - 1 1 - - Right + + 5 78, 17 @@ -1614,11 +1614,8 @@ 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 + + tabCompanyInfo System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -1635,8 +1632,11 @@ 288, 22 - - 81, 12 + + gboxPerson2 + + + 4 0 @@ -1665,14 +1665,11 @@ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + 9, 24 - - 6 - - - Submission Date + + 13 Other ROM Spec. @@ -1689,9 +1686,6 @@ 1 - - TWL Extended Info - colWarnBegin @@ -1719,15 +1713,12 @@ 58, 12 - - 8 + + gboxSrl 1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - gboxParental @@ -1743,14 +1734,17 @@ tboxNTSC1 - - 2 + + Backup Memory gboxPerson1 - - aged 16 or older + + End + + + 66, 125 261, 19 @@ -1758,9 +1752,6 @@ labCompany1 - - tboxCompany2 - E (aged 6 or older) @@ -1806,20 +1797,20 @@ 4 - - Load a temporary info. saved previously + + Other - - h + + gboxPerson1 - - 53, 91 + + This tab is for checking ROM data. When ROM data is illegal, please check settings of building ROM data. 25, 12 - - Release Ver. + + tabCompanyInfo rSubmitPost @@ -1842,8 +1833,8 @@ 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 + + True stripItemSaveTemp @@ -1851,8 +1842,8 @@ 38, 12 - - gridError + + True 261, 19 @@ -1869,11 +1860,11 @@ labFurigana2 - - 152, 223 + + ver.0.0.00000 - - 1 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 NoControl @@ -1890,8 +1881,8 @@ 38 - - gboxErrorTiming + + 113, 21 745, 352 @@ -1902,14 +1893,17 @@ gboxTitleID - - 52, 20 + + 36, 20 + + + stripItemSheet Contact1 - - 417, 12 + + Right 147, 19 @@ -1923,9 +1917,6 @@ 100, 19 - - Purpose - 124, 11 @@ -1938,8 +1929,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 66, 175 @@ -1950,9 +1941,6 @@ 14 - - Use Shared2 Files - 5 @@ -1971,8 +1959,8 @@ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Windows.Forms.DataGridView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -1983,6 +1971,9 @@ cboxIsSubBanner + + 158, 12 + Right @@ -1992,8 +1983,8 @@ All ages - - 24, 11 + + labReleaseDate System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -2007,6 +1998,9 @@ gboxCRC + + SD Card + tboxPlatform @@ -2025,9 +2019,6 @@ 3 - - 31, 12 - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -2043,11 +2034,8 @@ gboxParental - - * Return to 0 when release ver. is updated. - - - tabErrorInfo + + 30 labArbit1 @@ -2061,9 +2049,6 @@ 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 @@ -2085,14 +2070,14 @@ 104, 18 - - aged 3 or older + + labCERO 7 - - 66, 149 + + 6, 50 - @@ -2100,11 +2085,8 @@ True - - 15 - - - 687, 19 + + Right 288, 22 @@ -2133,8 +2115,8 @@ 19 - - True + + 5 True @@ -2142,6 +2124,9 @@ gboxParental + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + Make a set of submission data @@ -2151,8 +2136,14 @@ 150 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 40 + + + 4, 21 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 15, 56 @@ -2172,6 +2163,12 @@ 15 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 483, 185 + True @@ -2235,6 +2232,9 @@ 274, 22 + + rErrorReading + gboxForeign @@ -2244,8 +2244,8 @@ aged 15 or older - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 18, 200 0 @@ -2265,6 +2265,9 @@ System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + gboxParental + tboxRemasterVer @@ -2280,6 +2283,9 @@ tabSubmitInfo + + 356, 50 + h @@ -2307,6 +2313,12 @@ 71, 19 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + 23, 128 @@ -2343,9 +2355,6 @@ True - - 2 - 181, 64 @@ -2355,9 +2364,6 @@ gboxForeign - - Right - Error(Read Only) @@ -2376,6 +2382,9 @@ False + + 5 + Company Info.(Editable) @@ -2388,12 +2397,12 @@ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Load a temporary info. saved previously + 2 - - 5 - Begin @@ -2424,8 +2433,11 @@ 13 - - Region and Rating Infomation + + These items is necessary for making a submission sheet. Please input. + + + True 70, 12 @@ -2439,8 +2451,8 @@ True - - 172, 12 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 gboxSubmitWay @@ -2484,8 +2496,8 @@ tabTWLInfo - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Enable Normal App Jump 14, 143 @@ -2508,6 +2520,9 @@ 120, 50 + + This tab is for checking ROM data. When ROM data is illegal, please check settings of building ROM data. + Right @@ -2517,15 +2532,15 @@ 20 - - 14, 40 - tboxNTSC2 System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 29, 12 + 7 @@ -2535,8 +2550,8 @@ 4 - - labMakerCode + + 31, 12 System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -2547,8 +2562,8 @@ File 0 - - 261, 19 + + tboxKeyTableRomOffset True @@ -2556,21 +2571,18 @@ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 335, 52 - 44, 12 - - labMultiForeign2 - - - gboxCRC + + aged 16 or older False + + tabTWLInfo + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -2589,6 +2601,9 @@ gboxProd + + False + tabSubmitInfo @@ -2601,17 +2616,11 @@ 20 - - 6 - - - tabMain - labESRB - - Right + + NAND Flash Memory True @@ -2637,8 +2646,8 @@ CRC - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 44, 16 System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -2661,12 +2670,12 @@ tboxGuideRomInfo - - 9, 24 - All ages + + 4 + 38, 19 @@ -2682,6 +2691,12 @@ 687, 19 + + 12, 53 + + + 0 + 0 @@ -2709,9 +2724,6 @@ gboxPerson2 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 0, 0 @@ -2724,11 +2736,14 @@ tboxGameCode + + 753, 377 + 2 - - colErrorBegin + + 8 System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -2736,15 +2751,12 @@ tabSubmitInfo - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TWL Extended Info True - - 1 - tabRomInfo @@ -2757,8 +2769,8 @@ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 356, 50 + + 5 66, 175 @@ -2796,6 +2808,9 @@ gridLibrary + + labMakerCode + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -2811,12 +2826,6 @@ System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 - - - ESRB - 8 @@ -2826,8 +2835,8 @@ Application Type - - 16 + + 11 gboxPerson1 @@ -2859,8 +2868,11 @@ cboxIsShared2 - - 745, 352 + + True + + + tboxCompany1 labRegion @@ -2880,14 +2892,14 @@ CODEC Mode - - stripItemSepMaster1 + + aged 16 or older tabRomInfo - - 60 + + 7 31, 12 @@ -2901,8 +2913,8 @@ 123, 12 - - 104, 12 + + 3 9 @@ -2922,12 +2934,15 @@ 22, 137 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 15 6, 48 + + 551, 11 + 77, 12 @@ -2952,15 +2967,9 @@ 254, 12 - - gboxForeign - 159, 12 - - 12 - aged 18 or older @@ -2982,6 +2991,9 @@ gboxTitleID + + 25 + E10+ (aged 10 or older) @@ -3003,15 +3015,15 @@ OFLC + + 1 + labHex2 32 - - 225, 106 - 3 @@ -3051,8 +3063,8 @@ System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 261, 19 + + ROM Size Platform @@ -3132,6 +3144,9 @@ System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabSubmitInfo + 347, 234 @@ -3144,9 +3159,6 @@ gboxPerson1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - How To Submit @@ -3156,8 +3168,17 @@ 36 - - 40 + + 11, 12 + + + 1 + + + Use Shared2 Files + + + True gboxPerson2 @@ -3183,21 +3204,33 @@ True + + 15 + 1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + $this 30 - - False + + 4 + + + True 17 + + Header CRC + gboxShared2Size @@ -3210,20 +3243,26 @@ 120, 16 + + 1 + tabMain + + 24, 11 + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + E(Preliminary Ver.) tabCompanyInfo - - 753, 377 + + 40 699, 106 @@ -3231,8 +3270,8 @@ gboxPerson2 - - tboxAppType + + Byte 109, 134 @@ -3255,6 +3294,9 @@ 699, 103 + + 11 + 204, 20 @@ -3270,6 +3312,9 @@ 152, 119 + + 261, 19 + 37 @@ -3279,18 +3324,12 @@ Rating Pending - - True - gboxShared2Size 14 - - gboxForeign - 4, 21 @@ -3318,6 +3357,9 @@ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 745, 352 + 11 @@ -3339,8 +3381,8 @@ Both - - End + + Launch Control On DSi Menu 337, 189 @@ -3351,33 +3393,36 @@ 179, 44 + + tabErrorInfo + tboxRomSize True + + 3 + True + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + tboxDepart2 - - 38 + + 66, 149 - - 0 + + gboxForeign gboxShared2Size - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 261, 19 - 2 @@ -3387,18 +3432,21 @@ Mail - - 33 + + 152, 223 System.Windows.Forms.DataGridView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - labTel2 + + labError True + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + rUsageDst @@ -3408,26 +3456,32 @@ tboxSDK - - 285, 227 - gboxProd Unnecessary Rating (Available Only Tool App) - - labNormalRomOffset + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 tabSubmitInfo + + 16, 207 + + + 16 + 45, 12 - - tabMain + + labProductCode1 + + + 35, 12 23, 152 @@ -3435,23 +3489,20 @@ System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 - - - 1 + + 3 50 + + 15 + 14 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 + + gboxErrorTiming 12 @@ -3465,6 +3516,9 @@ tboxProductCode1Foreign + + labMultiForeign2 + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -3489,11 +3543,11 @@ 5 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 335, 52 - - These items is necessary for making a submission sheet. Please input. + + 2 C (aged 15 or older) @@ -3501,6 +3555,9 @@ 91, 12 + + h + tboxPerson2 @@ -3513,8 +3570,8 @@ English - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + labPEGI_BBFC 5 @@ -3522,6 +3579,9 @@ Right + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + 13 @@ -3534,8 +3594,8 @@ System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + 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. System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -3552,17 +3612,11 @@ 0 - - 18, 200 + + Product Code - - labPrivateSize - - - 5 - - - Other + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 gboxPerson2 @@ -3573,11 +3627,20 @@ tabErrorInfo - - gboxPerson1 + + tabErrorInfo - - 0 + + Reason + + + Release Ver. + + + colErrorBegin + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Input Contact2 @@ -3585,8 +3648,11 @@ 52, 12 - - gboxPerson1 + + 14, 19 + + + 15, 74 53, 66 @@ -3597,6 +3663,9 @@ 13 + + labShared2Size3 + 1 @@ -3609,8 +3678,8 @@ tabRomEditInfo - - 44, 12 + + tabCompanyInfo labNTSC2Pre @@ -3624,8 +3693,8 @@ $this - - 40 + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 True @@ -3645,17 +3714,14 @@ 5 - - tboxShared2Size2 - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 gboxAccess - - 26, 285 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -3663,9 +3729,6 @@ 288, 22 - - 21 - 11 @@ -3678,8 +3741,11 @@ 60 - - rErrorReading + + 6, 20 + + + 4 System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -3696,8 +3762,8 @@ aged 12 or older - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + combPEGI_PRT 687, 19 @@ -3705,9 +3771,6 @@ 189, 50 - - 2 - tabRomInfo @@ -3729,18 +3792,12 @@ tabRomEditInfo - - Product Code - aged 16 or older True - - tboxProductCode2Foreign2 - gboxOtherSpec @@ -3753,6 +3810,9 @@ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 + 230, 207 @@ -3768,11 +3828,11 @@ gboxPerson2 - - gboxPerson1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 27, 12 + + gboxPerson1 3 @@ -3795,8 +3855,8 @@ tabSubmitInfo - - 17, 88 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 152, 250 @@ -3810,8 +3870,8 @@ 14, 134 - - 0 + + 7 (Arbitrary) @@ -3822,8 +3882,8 @@ 6, 21 - - 7 + + 122, 19 4 @@ -3831,8 +3891,8 @@ 225, 174 - - Reason + + 25 System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -3846,27 +3906,21 @@ 9 - - gboxSrl - 20 - - 204, 20 - 17 - - labRomSize - - - True + + 11, 12 16 + + 27, 12 + combUSK @@ -3912,8 +3966,8 @@ System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 9 + + gboxPerson1 System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -3948,9 +4002,6 @@ True - - False - 3 @@ -3972,8 +4023,8 @@ 18, 178 - - 11, 12 + + 12, 122 gboxSrl @@ -3984,35 +4035,35 @@ 4, 21 - - tabMain + + 1 System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 24, 11 + 9, 103 - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 158, 12 + + tabRomInfo gboxPerson2 - - Enable Normal App Jump - tabRomEditInfo 430, 188 - - 14, 19 + + 6 40, 73 @@ -4020,18 +4071,15 @@ 101, 96 - - 29 - - - 4 - - - 551, 11 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 66, 12 + + tabSubmitInfo + 66, 25 @@ -4050,8 +4098,8 @@ Remarks Item - Please write further information. - - tabSubmitInfo + + 2 5 @@ -4116,9 +4164,6 @@ tabErrorInfo - - 6 - 69, 12 @@ -4131,9 +4176,6 @@ labKeyTableRomOffset - - gboxTWLExInfo - These items is necessary for making a submission sheet. Please input. @@ -4167,6 +4209,9 @@ gboxCRC + + gboxForeign + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -4176,18 +4221,18 @@ True - - 36, 12 - tboxGuideSubmitInfo - - 40 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 51, 12 + + 10 + 2 @@ -4209,8 +4254,8 @@ 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 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 gboxOtherSpec @@ -4233,24 +4278,24 @@ labIsGameCardOn2 + + 38 + 106, 111 System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 152, 93 - 36 + + 417, 12 + 9 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 777, 24 @@ -4275,24 +4320,21 @@ 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 + + Name + 1 2 - - 165, 118 - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -4326,11 +4368,14 @@ tabSubmitInfo + + 9 + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - SD Card + + TEL Dept. @@ -4356,6 +4401,9 @@ 52, 166 + + 40 + 7 @@ -4365,6 +4413,9 @@ tboxShared2Size0 + + 89, 19 + Right @@ -4377,8 +4428,8 @@ 69, 12 - - 172, 71 + + gboxPerson1 186, 34 @@ -4392,9 +4443,6 @@ System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ROM Size - 16 @@ -4404,9 +4452,6 @@ 9 - - gboxForeign - stripLang @@ -4434,12 +4479,15 @@ gboxAccess - - 10 + + 6 gboxParental + + 10 + 3 @@ -4455,8 +4503,8 @@ combOFLC - - 36, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 50 @@ -4476,8 +4524,8 @@ 103, 19 - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 44, 12 0 @@ -4500,14 +4548,11 @@ 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 + + Submission Date 0 @@ -4521,23 +4566,20 @@ Libraries used by the program - - Right - rUsageSale 38, 47 - - False + + 17, 18 18 - - 4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 1 @@ -4548,23 +4590,20 @@ 15, 174 - - TWL MasterEditor + + 3 gboxPerson1 - - 5 - 152, 171 154, 16 - - 15 + + 52, 20 tboxFurigana2 @@ -4572,12 +4611,15 @@ 8 - - 12, 78 + + 66, 100 271, 6 + + labPrivateSize + e-mail @@ -4605,8 +4647,8 @@ System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + gboxForeign 109, 162 @@ -4614,11 +4656,11 @@ tboxConnectIcon - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tboxMail1 - - Byte + + stripItemSepMaster1 tboxProductName @@ -4641,23 +4683,17 @@ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - USA Only - 1 True - - gboxForeign - Dept. - - True + + 11 22, 165 @@ -4668,18 +4704,15 @@ 44 - - 0 + + gboxPerson1 - - 113, 21 + + 0 Access Control - - gboxCRC - tboxFile @@ -4701,8 +4734,8 @@ System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 483, 185 + + cboxIsNormalJump labPublicSize @@ -4710,8 +4743,8 @@ 15, 114 - - labError + + A (All ages) 268, 19 @@ -4719,8 +4752,8 @@ 52, 12 - - 24, 11 + + 21 38 @@ -4731,8 +4764,8 @@ TWL - - - E(Preliminary Ver.) + + tabMain 18 @@ -4740,12 +4773,18 @@ 13 - - 13 + + False + + + gboxForeign True + + 60 + gboxTWLExInfo @@ -4755,6 +4794,9 @@ True + + 24, 11 + 22, 213 @@ -4791,9 +4833,6 @@ gboxTWLExInfo - - User ID - 15 @@ -4803,9 +4842,6 @@ 13, 193 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 102, 122 @@ -4821,8 +4857,11 @@ tboxGuideTWLInfo - - 17, 18 + + gridWarn + + + 172, 71 System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -4839,8 +4878,11 @@ labCapSubmitVer - - 15 + + 53, 91 + + + labNormalRomOffset 10 @@ -4851,12 +4893,15 @@ 12, 78 - - stripItemSheet + + tabMain PEGI(General) and BBFC + + 39 + True @@ -4866,8 +4911,8 @@ stripFile - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 26, 285 True @@ -4890,9 +4935,6 @@ TopRight - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 33 @@ -4905,11 +4947,14 @@ 152, 21 + + 2 + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + combPEGI_BBFC 0 @@ -4920,6 +4965,9 @@ 3 + + labMail2 + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -4932,6 +4980,9 @@ tabRomInfo + + cboxIsPhotoEx + 1 @@ -4941,6 +4992,9 @@ 3 + + 9 + 0 @@ -4956,8 +5010,8 @@ 7 - - 4 + + True gboxPerson1 @@ -4965,6 +5019,9 @@ 7 + + Other Info + 3, 3, 3, 3 @@ -4974,9 +5031,6 @@ menuStripAbove - - 13 - 540, 67 @@ -4986,8 +5040,8 @@ gboxAccess - - labPEGI_BBFC + + 0 tboxNormalRomOffset @@ -5010,9 +5064,6 @@ 15 - - 0 - tboxProductCode2Foreign3 @@ -5028,8 +5079,8 @@ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gboxLaunch + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 75, 19 @@ -5049,14 +5100,14 @@ tboxProductCode2 - - 12, 122 + + tboxIsGameCardOn tboxWholeCRC - - True + + gboxTWLExInfo gboxForeign @@ -5088,8 +5139,8 @@ 11 - - gboxUsage + + 285, 227 colLibPublisher @@ -5124,8 +5175,8 @@ butSetBack - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + * Return to 0 when release ver. is updated. tabErrorInfo @@ -5139,8 +5190,8 @@ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10 + + 2 256, 19 @@ -5154,8 +5205,8 @@ Launch Date - - B (aged 12 or older) + + 225, 106 9 @@ -5175,6 +5226,9 @@ aged 6 or older + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + 6, 18 @@ -5184,20 +5238,20 @@ colErrorEnd - - TEL + + 6 - - tabSubmitInfo + + 7 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 34, 12 - - True + + 1 True @@ -5208,14 +5262,14 @@ gboxTitleID - - (Furigana) + + True System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 colLibName @@ -5223,23 +5277,23 @@ 2 + + 149, 16 + 35 2 - - labShared2Size5 - Make a middleware list only(XML format) - - 8 + + cboxReleaseForeign - - 0 + + gboxExFlags NTSC @@ -5253,14 +5307,14 @@ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tabErrorInfo + + 36, 12 Right - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + labSubmiteDate True @@ -5280,23 +5334,29 @@ System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - gboxParental + + 106, 53 + + + 16 39, 12 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + Maker Code 30 - - 35, 12 + + 22, 53 - - tabRomEditInfo + + 12 tboxMakerCode @@ -5304,14 +5364,14 @@ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 7 - - True + + 152, 93 TopRight @@ -5319,8 +5379,8 @@ stripItemSepFile1 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + aged 3 or older 3 @@ -5346,11 +5406,8 @@ Media - - tboxTitleName - - - gboxForeign + + True 13, 169 @@ -5367,11 +5424,11 @@ True - - 16 + + 104, 12 - - labFile + + True aged 12 or older @@ -5379,11 +5436,11 @@ 37 - - 24, 11 + + 50 - - tabCompanyInfo + + 0 14, 98 @@ -5412,8 +5469,8 @@ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ROM Settings(Editable) + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 9 @@ -5427,8 +5484,8 @@ True - - labMail2 + + tboxShared2Size4 225, 62 @@ -5436,15 +5493,12 @@ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 745, 352 + + True gboxUsage - - combPEGI_PRT - 7 @@ -5454,17 +5508,14 @@ 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 + + labTel2 12 @@ -5472,14 +5523,11 @@ colWarnEnd - - 25 - Open a ROM data file - - gboxPerson2 + + 165, 118 System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -5505,9 +5553,6 @@ 1 - - 4 - 39 @@ -5517,26 +5562,23 @@ 12, 53 - - 11 + + gboxParental 1 - - tboxKeyTableRomOffset + + 0 4, 21 - - True - Warning (Midification isn't necessary. Please check validity of these infomation.) - - 2 + + labProductNameLimit 7 @@ -5544,21 +5586,15 @@ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 398, 280 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tboxMail1 - - - 0 + + PG 74, 12 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 24 @@ -5568,23 +5604,20 @@ 35 - - gboxLaunch + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 5 - - System.Windows.Forms.CheckBox, 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 + + 4 69, 12 @@ -5595,8 +5628,8 @@ tboxShared2Size5 - - 29, 12 + + 46, 19 System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -5622,8 +5655,8 @@ tabRomEditInfo - - tabRomInfo + + tboxProductCode2Foreign2 5 @@ -5637,8 +5670,8 @@ Photo Exchange Support - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + gboxCRC Region @@ -5655,17 +5688,11 @@ 17 - - 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 + + tboxMedia True @@ -5685,15 +5712,12 @@ 67, 16 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 204, 20 38, 12 - - This tab is for checking ROM data. When ROM data is illegal, please check settings of building ROM data. - 127, 12 @@ -5721,14 +5745,14 @@ 66, 100 - - 24, 11 + + 6 109, 190 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + e-mail gboxPerson1 @@ -5736,17 +5760,20 @@ MiddleRight - - 2 + + True + + + 261, 19 15 - - 4, 21 + + 185, 23 - - 11 + + (Furigana) 1 @@ -5772,14 +5799,8 @@ Rating Pending - - 607, 19 - - - M - - - 5 + + 4 True @@ -5790,8 +5811,8 @@ tboxRomLatency - - tabCompanyInfo + + True stripItemMasterRom @@ -5799,11 +5820,11 @@ tboxProductNameForeign - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + M - - 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. + + False 22, 109 @@ -5826,9 +5847,6 @@ True - - 30 - 511, 61 @@ -5838,23 +5856,17 @@ 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 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 2 @@ -5868,14 +5880,11 @@ True - - e-mail - Game Title - - Other Info + + labArbit2 Set Back To Initial Settings @@ -5889,12 +5898,12 @@ 64, 12 - - False - labTitleIDHi + + 4 + gboxUsage @@ -5913,8 +5922,8 @@ aged 4 or older - - 25 + + True System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -5922,8 +5931,8 @@ System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - File 4 + + Right Rating Pending @@ -5940,23 +5949,23 @@ tboxTitleIDLo - - 1 + + tboxCompany2 10 - - This tab is for checking ROM data. When ROM data is illegal, please check settings of building ROM data. + + 2 355, 144 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Right - - True + + User ID All ages @@ -5988,6 +5997,9 @@ True + + 3 + colWarnCause @@ -5997,15 +6009,12 @@ USK - - tabCompanyInfo + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Japanese - - 6, 50 - 12 @@ -6018,8 +6027,8 @@ Foreign Ver. - - 11 + + gboxParental Right @@ -6030,14 +6039,14 @@ 12 - - 12, 53 + + ESRB True - - 3 + + 128, 12 False @@ -6057,44 +6066,35 @@ 14 - - $this + + gboxCRC - - gboxExFlags + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4Kbit EEPROM + + 8 tabRomInfo - - tboxShared2Size4 - tabSubmitInfo 50 - - 106, 53 - - - True + + labRomSize tboxFax2 - - 4 + + 0 - - cboxIsInputPerson2 - - - 225, 12 + + tboxTitleName 36 @@ -6105,9 +6105,15 @@ True + + True + True + + True + True @@ -6120,9 +6126,6 @@ True - - True - 0, 0 @@ -6135,7 +6138,7 @@ True - - True + + Japanese \ No newline at end of file