diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb index 8a09a73..60d05d7 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 66884cc..6e54f2e 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/Form1.h b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.h index c02c2dc..58f3bbc 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.h +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.h @@ -873,11 +873,11 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; void InitializeComponent(void) { System::ComponentModel::ComponentResourceManager^ resources = (gcnew System::ComponentModel::ComponentResourceManager(Form1::typeid)); - System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle51 = (gcnew System::Windows::Forms::DataGridViewCellStyle()); - System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle52 = (gcnew System::Windows::Forms::DataGridViewCellStyle()); - System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle53 = (gcnew System::Windows::Forms::DataGridViewCellStyle()); - System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle54 = (gcnew System::Windows::Forms::DataGridViewCellStyle()); - System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle55 = (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^ dataGridViewCellStyle13 = (gcnew System::Windows::Forms::DataGridViewCellStyle()); + System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle14 = (gcnew System::Windows::Forms::DataGridViewCellStyle()); + System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle15 = (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()); @@ -2324,9 +2324,9 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; // // menuStripAbove // + resources->ApplyResources(this->menuStripAbove, L"menuStripAbove"); this->menuStripAbove->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^ >(4) {this->stripFile, this->stripMaster, this->exportToolStripMenuItem, this->stripLang}); - resources->ApplyResources(this->menuStripAbove, L"menuStripAbove"); this->menuStripAbove->Name = L"menuStripAbove"; // // stripFile @@ -2500,15 +2500,15 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; this->gridSDK->ColumnHeadersHeightSizeMode = System::Windows::Forms::DataGridViewColumnHeadersHeightSizeMode::AutoSize; this->gridSDK->ColumnHeadersVisible = false; this->gridSDK->Columns->AddRange(gcnew cli::array< System::Windows::Forms::DataGridViewColumn^ >(1) {this->dataSDKVer}); - dataGridViewCellStyle51->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; - dataGridViewCellStyle51->BackColor = System::Drawing::SystemColors::Window; - dataGridViewCellStyle51->Font = (gcnew System::Drawing::Font(L"MS UI Gothic", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, - static_cast(128))); - dataGridViewCellStyle51->ForeColor = System::Drawing::SystemColors::ControlText; - dataGridViewCellStyle51->SelectionBackColor = System::Drawing::SystemColors::Highlight; - dataGridViewCellStyle51->SelectionForeColor = System::Drawing::SystemColors::HighlightText; - dataGridViewCellStyle51->WrapMode = System::Windows::Forms::DataGridViewTriState::True; - this->gridSDK->DefaultCellStyle = dataGridViewCellStyle51; + dataGridViewCellStyle11->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; + dataGridViewCellStyle11->BackColor = System::Drawing::SystemColors::Window; + dataGridViewCellStyle11->Font = (gcnew System::Drawing::Font(L"Arial", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, + static_cast(0))); + dataGridViewCellStyle11->ForeColor = System::Drawing::SystemColors::ControlText; + dataGridViewCellStyle11->SelectionBackColor = System::Drawing::SystemColors::Highlight; + dataGridViewCellStyle11->SelectionForeColor = System::Drawing::SystemColors::HighlightText; + dataGridViewCellStyle11->WrapMode = System::Windows::Forms::DataGridViewTriState::True; + this->gridSDK->DefaultCellStyle = dataGridViewCellStyle11; resources->ApplyResources(this->gridSDK, L"gridSDK"); this->gridSDK->Name = L"gridSDK"; this->gridSDK->ReadOnly = true; @@ -2530,15 +2530,15 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; this->gridLibrary->ColumnHeadersHeightSizeMode = System::Windows::Forms::DataGridViewColumnHeadersHeightSizeMode::AutoSize; this->gridLibrary->Columns->AddRange(gcnew cli::array< System::Windows::Forms::DataGridViewColumn^ >(2) {this->colLibPublisher, this->colLibName}); - dataGridViewCellStyle52->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; - dataGridViewCellStyle52->BackColor = System::Drawing::SystemColors::Window; - dataGridViewCellStyle52->Font = (gcnew System::Drawing::Font(L"MS UI Gothic", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, - static_cast(128))); - dataGridViewCellStyle52->ForeColor = System::Drawing::SystemColors::ControlText; - dataGridViewCellStyle52->SelectionBackColor = System::Drawing::SystemColors::Highlight; - dataGridViewCellStyle52->SelectionForeColor = System::Drawing::SystemColors::HighlightText; - dataGridViewCellStyle52->WrapMode = System::Windows::Forms::DataGridViewTriState::True; - this->gridLibrary->DefaultCellStyle = dataGridViewCellStyle52; + dataGridViewCellStyle12->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; + dataGridViewCellStyle12->BackColor = System::Drawing::SystemColors::Window; + dataGridViewCellStyle12->Font = (gcnew System::Drawing::Font(L"Arial", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, + static_cast(0))); + 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->gridLibrary->DefaultCellStyle = dataGridViewCellStyle12; resources->ApplyResources(this->gridLibrary, L"gridLibrary"); this->gridLibrary->Name = L"gridLibrary"; this->gridLibrary->ReadOnly = true; @@ -3047,15 +3047,15 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; 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}); - dataGridViewCellStyle53->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; - dataGridViewCellStyle53->BackColor = System::Drawing::SystemColors::Window; - dataGridViewCellStyle53->Font = (gcnew System::Drawing::Font(L"MS UI Gothic", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, - static_cast(128))); - dataGridViewCellStyle53->ForeColor = System::Drawing::SystemColors::ControlText; - dataGridViewCellStyle53->SelectionBackColor = System::Drawing::SystemColors::Highlight; - dataGridViewCellStyle53->SelectionForeColor = System::Drawing::SystemColors::HighlightText; - dataGridViewCellStyle53->WrapMode = System::Windows::Forms::DataGridViewTriState::True; - this->gridWarn->DefaultCellStyle = dataGridViewCellStyle53; + dataGridViewCellStyle13->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; + dataGridViewCellStyle13->BackColor = System::Drawing::SystemColors::Window; + dataGridViewCellStyle13->Font = (gcnew System::Drawing::Font(L"Arial", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, + static_cast(0))); + dataGridViewCellStyle13->ForeColor = System::Drawing::SystemColors::ControlText; + dataGridViewCellStyle13->SelectionBackColor = System::Drawing::SystemColors::Highlight; + dataGridViewCellStyle13->SelectionForeColor = System::Drawing::SystemColors::HighlightText; + dataGridViewCellStyle13->WrapMode = System::Windows::Forms::DataGridViewTriState::True; + this->gridWarn->DefaultCellStyle = dataGridViewCellStyle13; this->gridWarn->GridColor = System::Drawing::SystemColors::Control; resources->ApplyResources(this->gridWarn, L"gridWarn"); this->gridWarn->Name = L"gridWarn"; @@ -3090,22 +3090,22 @@ private: System::Windows::Forms::TextBox^ tboxWarningChinaRating; // // gridError // - dataGridViewCellStyle54->BackColor = System::Drawing::Color::White; - this->gridError->AlternatingRowsDefaultCellStyle = dataGridViewCellStyle54; + dataGridViewCellStyle14->BackColor = System::Drawing::Color::White; + this->gridError->AlternatingRowsDefaultCellStyle = dataGridViewCellStyle14; this->gridError->AutoSizeRowsMode = System::Windows::Forms::DataGridViewAutoSizeRowsMode::AllCellsExceptHeaders; this->gridError->BackgroundColor = System::Drawing::SystemColors::Control; 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}); - dataGridViewCellStyle55->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; - dataGridViewCellStyle55->BackColor = System::Drawing::SystemColors::Window; - dataGridViewCellStyle55->Font = (gcnew System::Drawing::Font(L"MS UI Gothic", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, - static_cast(128))); - dataGridViewCellStyle55->ForeColor = System::Drawing::SystemColors::ControlText; - dataGridViewCellStyle55->SelectionBackColor = System::Drawing::SystemColors::Highlight; - dataGridViewCellStyle55->SelectionForeColor = System::Drawing::SystemColors::HighlightText; - dataGridViewCellStyle55->WrapMode = System::Windows::Forms::DataGridViewTriState::True; - this->gridError->DefaultCellStyle = dataGridViewCellStyle55; + dataGridViewCellStyle15->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; + dataGridViewCellStyle15->BackColor = System::Drawing::SystemColors::Window; + dataGridViewCellStyle15->Font = (gcnew System::Drawing::Font(L"Arial", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, + static_cast(0))); + dataGridViewCellStyle15->ForeColor = System::Drawing::SystemColors::ControlText; + dataGridViewCellStyle15->SelectionBackColor = System::Drawing::SystemColors::Highlight; + dataGridViewCellStyle15->SelectionForeColor = System::Drawing::SystemColors::HighlightText; + dataGridViewCellStyle15->WrapMode = System::Windows::Forms::DataGridViewTriState::True; + this->gridError->DefaultCellStyle = dataGridViewCellStyle15; this->gridError->GridColor = System::Drawing::SystemColors::Control; resources->ApplyResources(this->gridError, L"gridError"); this->gridError->Name = L"gridError"; diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.resX b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.resX index f1136ad..6e14f18 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.resX +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.resX @@ -122,7 +122,7 @@ 120, 50 - 607, 19 + 607, 21 @@ -345,10 +345,10 @@ 3 - 109, 190 + 124, 190 - 42, 19 + 42, 21 7 @@ -366,10 +366,10 @@ 0 - 109, 162 + 124, 162 - 100, 19 + 100, 21 15 @@ -387,10 +387,10 @@ 1 - 109, 106 + 124, 106 - 100, 19 + 100, 21 14 @@ -411,10 +411,10 @@ True - 22, 109 + 31, 109 - 48, 12 + 53, 15 13 @@ -435,10 +435,10 @@ 3 - 109, 134 + 124, 134 - 100, 19 + 100, 21 11 @@ -459,10 +459,10 @@ True - 22, 165 + 31, 165 - 55, 12 + 60, 15 9 @@ -486,10 +486,10 @@ True - 22, 137 + 31, 137 - 59, 12 + 63, 15 7 @@ -510,13 +510,13 @@ 6 - 109, 78 + 124, 78 2 - 100, 19 + 100, 21 2 @@ -540,10 +540,10 @@ False - 157, 192 + 172, 192 - 94, 16 + 100, 19 8 @@ -567,10 +567,10 @@ True - 22, 81 + 31, 81 - 66, 12 + 73, 15 4 @@ -594,10 +594,10 @@ True - 22, 53 + 31, 53 - 64, 12 + 74, 15 3 @@ -618,13 +618,13 @@ 10 - 109, 50 + 124, 50 4 - 100, 19 + 100, 21 1 @@ -645,10 +645,10 @@ True - 22, 24 + 31, 24 - 61, 12 + 67, 15 1 @@ -675,7 +675,7 @@ 6, 193 - 97, 12 + 107, 15 22 @@ -700,13 +700,13 @@ NoControl - 109, 21 + 124, 21 12 - 100, 19 + 100, 21 0 @@ -730,7 +730,7 @@ 6, 21 - 87, 12 + 94, 15 12 @@ -787,7 +787,7 @@ 10 - 113, 20 + 113, 23 5 @@ -814,7 +814,7 @@ 20 - 125, 19 + 125, 21 6 @@ -880,7 +880,7 @@ 3 - 26, 285 + 26, 300 285, 49 @@ -907,10 +907,10 @@ True - 151, 20 + 154, 20 - 58, 12 + 64, 15 3 @@ -937,7 +937,7 @@ 6, 20 - 69, 12 + 78, 15 2 @@ -958,10 +958,10 @@ 1 - 78, 17 + 90, 17 - 55, 19 + 55, 21 1 @@ -979,10 +979,10 @@ 2 - 215, 17 + 224, 17 - 55, 19 + 55, 21 0 @@ -1003,10 +1003,10 @@ True - 379, 245 + 401, 258 - 243, 12 + 256, 15 8 @@ -1027,7 +1027,7 @@ 5 - 378, 263 + 401, 276 300 @@ -1060,7 +1060,7 @@ 72, 247 - 74, 12 + 80, 15 33 @@ -1084,10 +1084,10 @@ True - 12, 220 + 6, 220 - 134, 12 + 146, 15 32 @@ -1111,10 +1111,10 @@ True - 69, 194 + 62, 194 - 76, 12 + 84, 15 31 @@ -1138,10 +1138,10 @@ True - 69, 168 + 62, 168 - 77, 12 + 87, 15 30 @@ -1168,7 +1168,7 @@ 102, 142 - 27, 12 + 32, 15 29 @@ -1195,7 +1195,7 @@ 102, 116 - 35, 12 + 40, 15 28 @@ -1222,7 +1222,7 @@ 101, 90 - 36, 12 + 42, 15 27 @@ -1261,7 +1261,7 @@ 152, 244 - 204, 20 + 204, 23 18 @@ -1315,7 +1315,7 @@ 10 - 204, 20 + 204, 23 15 @@ -1357,7 +1357,7 @@ 152, 191 - 204, 20 + 204, 23 12 @@ -1399,7 +1399,7 @@ 152, 165 - 204, 20 + 204, 23 9 @@ -1438,7 +1438,7 @@ 152, 139 - 204, 20 + 204, 23 6 @@ -1480,7 +1480,7 @@ 152, 113 - 204, 20 + 204, 23 3 @@ -1519,7 +1519,7 @@ 152, 87 - 204, 20 + 204, 23 0 @@ -1543,7 +1543,7 @@ 98, 24 - 40, 12 + 43, 15 37 @@ -1573,7 +1573,7 @@ 8, 23 - 155, 16 + 167, 19 0 @@ -1621,7 +1621,7 @@ 10 - 204, 20 + 204, 23 36 @@ -1642,10 +1642,10 @@ True - 392, 66 + 413, 63 - 99, 16 + 105, 19 7 @@ -1897,10 +1897,10 @@ False - 377, 88 + 401, 88 - 347, 234 + 360, 234 14 @@ -1924,10 +1924,10 @@ True - 227, 204 + 239, 204 - 58, 12 + 59, 15 15 @@ -1951,10 +1951,10 @@ True - 227, 153 + 239, 153 - 58, 12 + 59, 15 13 @@ -1981,7 +1981,7 @@ 18, 214 - 44, 12 + 49, 15 12 @@ -2002,13 +2002,13 @@ 2 - 66, 200 + 78, 200 100 - 158, 19 + 158, 21 15 @@ -2032,7 +2032,7 @@ 23, 152 - 27, 12 + 28, 15 4 @@ -2059,7 +2059,7 @@ 18, 200 - 35, 12 + 40, 15 11 @@ -2080,13 +2080,13 @@ 5 - 66, 149 + 78, 149 100 - 158, 19 + 158, 21 13 @@ -2104,13 +2104,13 @@ 6 - 66, 175 + 78, 175 100 - 268, 19 + 268, 21 14 @@ -2128,13 +2128,13 @@ 7 - 66, 125 + 78, 125 100 - 158, 19 + 158, 21 12 @@ -2152,13 +2152,13 @@ 8 - 66, 100 + 78, 100 100 - 268, 19 + 268, 21 11 @@ -2176,13 +2176,13 @@ 9 - 66, 75 + 78, 75 100 - 268, 19 + 268, 21 10 @@ -2200,13 +2200,13 @@ 10 - 66, 50 + 78, 50 200 - 268, 19 + 268, 21 9 @@ -2227,10 +2227,10 @@ True - 12, 53 + 18, 53 - 31, 12 + 36, 15 7 @@ -2251,13 +2251,13 @@ 12 - 66, 25 + 78, 25 200 - 268, 19 + 268, 21 8 @@ -2281,7 +2281,7 @@ 18, 178 - 39, 12 + 43, 15 5 @@ -2308,7 +2308,7 @@ 23, 128 - 25, 12 + 29, 15 3 @@ -2335,7 +2335,7 @@ 9, 103 - 57, 12 + 64, 15 2 @@ -2362,7 +2362,7 @@ 12, 78 - 45, 12 + 49, 15 1 @@ -2389,7 +2389,7 @@ 12, 28 - 52, 12 + 60, 15 0 @@ -2641,7 +2641,7 @@ 17, 88 - 344, 234 + 357, 234 8 @@ -2665,10 +2665,10 @@ True - 216, 204 + 228, 204 - 58, 12 + 59, 15 12 @@ -2692,10 +2692,10 @@ True - 216, 153 + 228, 153 - 58, 12 + 59, 15 11 @@ -2722,7 +2722,7 @@ 18, 214 - 44, 12 + 49, 15 10 @@ -2749,7 +2749,7 @@ 23, 152 - 27, 12 + 28, 15 4 @@ -2776,7 +2776,7 @@ 18, 200 - 35, 12 + 40, 15 9 @@ -2797,13 +2797,13 @@ 4 - 66, 200 + 78, 200 100 - 147, 19 + 147, 21 8 @@ -2821,13 +2821,13 @@ 5 - 66, 149 + 78, 149 100 - 147, 19 + 147, 21 5 @@ -2845,13 +2845,13 @@ 6 - 66, 175 + 78, 175 100 - 261, 19 + 261, 21 6 @@ -2869,13 +2869,13 @@ 7 - 66, 125 + 78, 125 100 - 147, 19 + 147, 21 4 @@ -2893,13 +2893,13 @@ 8 - 66, 100 + 78, 100 100 - 261, 19 + 261, 21 3 @@ -2917,13 +2917,13 @@ 9 - 66, 75 + 78, 75 100 - 261, 19 + 261, 21 2 @@ -2941,13 +2941,13 @@ 10 - 66, 50 + 78, 50 200 - 261, 19 + 261, 21 1 @@ -2968,10 +2968,10 @@ True - 12, 53 + 22, 53 - 31, 12 + 36, 15 7 @@ -2992,13 +2992,13 @@ 12 - 66, 25 + 78, 25 200 - 261, 19 + 261, 21 0 @@ -3022,7 +3022,7 @@ 18, 178 - 39, 12 + 43, 15 5 @@ -3049,7 +3049,7 @@ 23, 128 - 25, 12 + 29, 15 3 @@ -3076,7 +3076,7 @@ 9, 103 - 57, 12 + 64, 15 2 @@ -3103,7 +3103,7 @@ 12, 78 - 45, 12 + 49, 15 1 @@ -3130,7 +3130,7 @@ 12, 28 - 52, 12 + 60, 15 0 @@ -3151,13 +3151,13 @@ 18 - 175, 81 + 189, 80 4 - 45, 19 + 45, 21 2 @@ -3175,13 +3175,13 @@ 6 - 140, 81 + 157, 80 1 - 18, 19 + 18, 21 1 @@ -3202,13 +3202,13 @@ NoControl - 106, 53 + 120, 52 100 - 256, 19 + 256, 21 0 @@ -3229,10 +3229,10 @@ True - 164, 84 + 178, 83 - 11, 12 + 11, 15 33 @@ -3256,10 +3256,10 @@ True - 104, 84 + 118, 83 - 37, 12 + 39, 15 32 @@ -3280,10 +3280,10 @@ 21 - 106, 140 + 120, 143 - 103, 19 + 103, 21 4 @@ -3301,10 +3301,10 @@ 17 - 106, 111 + 120, 110 - 103, 19 + 103, 21 3 @@ -3382,10 +3382,10 @@ 4 - 16, 258 + 16, 271 - 346, 79 + 360, 79 6 @@ -3409,13 +3409,13 @@ False - 71, 47 + 67, 47 25 - 250, 19 + 283, 21 4 @@ -3439,7 +3439,7 @@ 6, 48 - 51, 16 + 55, 19 3 @@ -3466,7 +3466,7 @@ 198, 18 - 149, 16 + 157, 19 2 @@ -3493,7 +3493,7 @@ 104, 18 - 67, 16 + 70, 19 1 @@ -3520,7 +3520,7 @@ 6, 18 - 66, 16 + 71, 19 0 @@ -3577,10 +3577,10 @@ 2 - 16, 207 + 16, 220 - 346, 45 + 360, 45 5 @@ -3607,7 +3607,7 @@ 198, 18 - 62, 16 + 66, 19 2 @@ -3634,7 +3634,7 @@ 104, 18 - 71, 16 + 78, 19 1 @@ -3661,7 +3661,7 @@ 6, 18 - 44, 16 + 47, 19 0 @@ -3688,7 +3688,7 @@ 14, 143 - 91, 12 + 103, 15 11 @@ -3715,7 +3715,7 @@ 22, 114 - 69, 12 + 77, 15 7 @@ -3742,7 +3742,7 @@ 22, 84 - 74, 12 + 82, 15 6 @@ -3769,7 +3769,7 @@ 20, 56 - 77, 12 + 86, 15 5 @@ -3793,10 +3793,10 @@ True - 104, 194 + 118, 202 - 258, 12 + 272, 15 26 @@ -3817,10 +3817,10 @@ 7 - 106, 172 + 120, 175 - 38, 19 + 38, 21 9 @@ -3841,10 +3841,10 @@ True - 15, 174 + 16, 177 - 87, 12 + 98, 15 24 @@ -3868,10 +3868,10 @@ True - 217, 96 + 223, 108 - 128, 12 + 136, 15 44 @@ -3895,13 +3895,13 @@ False - 165, 118 + 171, 130 4 - 46, 19 + 46, 21 16 @@ -3922,13 +3922,13 @@ False - 165, 93 + 171, 105 4 - 46, 19 + 46, 21 15 @@ -3949,10 +3949,10 @@ True - 152, 74 + 158, 83 - 11, 12 + 11, 15 41 @@ -3976,10 +3976,10 @@ True - 17, 18 + 18, 20 - 221, 16 + 235, 19 11 @@ -4003,10 +4003,10 @@ True - 6, 43 + 6, 48 - 77, 12 + 86, 15 37 @@ -4030,13 +4030,13 @@ False - 92, 40 + 98, 45 100 - 257, 19 + 257, 21 12 @@ -4057,10 +4057,10 @@ True - 90, 74 + 95, 83 - 37, 12 + 39, 15 40 @@ -4084,13 +4084,13 @@ False - 129, 69 + 138, 81 1 - 18, 19 + 18, 21 13 @@ -4111,10 +4111,10 @@ True - 6, 74 + 8, 86 - 74, 12 + 82, 15 38 @@ -4138,13 +4138,13 @@ False - 165, 68 + 171, 80 4 - 46, 19 + 46, 21 14 @@ -4318,10 +4318,10 @@ 12 - 545, 147 + 559, 147 - 190, 197 + 202, 197 1 @@ -4348,7 +4348,7 @@ 13, 169 - 34, 12 + 37, 15 20 @@ -4375,7 +4375,7 @@ 12, 144 - 34, 12 + 37, 15 19 @@ -4402,7 +4402,7 @@ 13, 119 - 34, 12 + 37, 15 18 @@ -4429,7 +4429,7 @@ 13, 94 - 34, 12 + 37, 15 17 @@ -4456,7 +4456,7 @@ 13, 69 - 34, 12 + 37, 15 16 @@ -4483,7 +4483,7 @@ 13, 44 - 34, 12 + 37, 15 15 @@ -4507,7 +4507,7 @@ 52, 166 - 90, 19 + 90, 21 8 @@ -4531,7 +4531,7 @@ 53, 141 - 89, 19 + 89, 21 7 @@ -4555,7 +4555,7 @@ 53, 116 - 89, 19 + 89, 21 6 @@ -4579,7 +4579,7 @@ 53, 91 - 89, 19 + 89, 21 5 @@ -4603,7 +4603,7 @@ 53, 66 - 89, 19 + 89, 21 4 @@ -4627,7 +4627,7 @@ 53, 41 - 89, 19 + 89, 21 3 @@ -4657,7 +4657,7 @@ 14, 19 - 118, 16 + 129, 19 2 @@ -4681,10 +4681,10 @@ True - 335, 174 + 340, 171 - 161, 12 + 175, 15 31 @@ -4708,10 +4708,10 @@ True - 335, 52 + 339, 50 - 70, 12 + 77, 15 30 @@ -4807,7 +4807,7 @@ 251, 54 - 280, 84 + 289, 84 24 @@ -4834,7 +4834,7 @@ 585, 29 - 29, 12 + 30, 15 30 @@ -4858,10 +4858,10 @@ True - 257, 50 + 269, 50 - 11, 12 + 14, 15 29 @@ -4882,10 +4882,10 @@ 1 - 179, 19 + 191, 16 - 75, 19 + 75, 21 28 @@ -4912,7 +4912,7 @@ 98, 22 - 75, 12 + 84, 15 27 @@ -4939,7 +4939,7 @@ 14, 51 - 160, 12 + 168, 15 11 @@ -4960,10 +4960,10 @@ 4 - 179, 47 + 191, 48 - 75, 19 + 75, 21 10 @@ -4987,10 +4987,10 @@ True - 508, 147 + 520, 147 - 11, 12 + 14, 15 8 @@ -5014,10 +5014,10 @@ True - 264, 147 + 256, 147 - 171, 12 + 184, 15 9 @@ -5038,10 +5038,10 @@ 12 - 430, 144 + 442, 144 - 75, 19 + 75, 21 8 @@ -5065,7 +5065,7 @@ 153, 91 - 96, 19 + 96, 21 13 @@ -5095,7 +5095,7 @@ 18, 94 - 123, 12 + 129, 15 15 @@ -5125,7 +5125,7 @@ 18, 69 - 118, 12 + 126, 15 14 @@ -5149,7 +5149,7 @@ 153, 66 - 96, 19 + 96, 21 12 @@ -5179,7 +5179,7 @@ 14, 18 - 146, 16 + 157, 19 26 @@ -5209,7 +5209,7 @@ 14, 62 - 172, 16 + 188, 19 16 @@ -5239,7 +5239,7 @@ 14, 40 - 158, 16 + 172, 19 17 @@ -5359,7 +5359,7 @@ 251, 171 - 280, 154 + 289, 160 0 @@ -5386,10 +5386,10 @@ NoControl - 7, 67 + 7, 68 - 121, 12 + 129, 15 9 @@ -5410,10 +5410,10 @@ 0 - 9, 82 + 9, 85 - 123, 19 + 123, 21 8 @@ -5431,10 +5431,10 @@ 1 - 9, 120 + 8, 133 - 123, 19 + 123, 21 7 @@ -5455,10 +5455,10 @@ True - 7, 106 + 7, 115 - 128, 12 + 139, 15 6 @@ -5482,10 +5482,10 @@ True - 145, 21 + 155, 20 - 39, 12 + 44, 15 5 @@ -5506,13 +5506,13 @@ 4 - 147, 36 + 158, 38 True - 123, 103 + 123, 116 4 @@ -5539,7 +5539,7 @@ 9, 21 - 132, 16 + 140, 19 1 @@ -5569,7 +5569,7 @@ 9, 45 - 67, 16 + 73, 19 0 @@ -5593,7 +5593,7 @@ True - MS UI Gothic, 8.25pt + Arial, 8.25pt MiddleRight @@ -5602,10 +5602,10 @@ NoControl - 273, 328 + 273, 335 - 119, 11 + 127, 14 6 @@ -5626,10 +5626,10 @@ 2 - 397, 332 + 408, 342 - 124, 19 + 124, 21 3 @@ -5653,10 +5653,10 @@ True - 279, 339 + 278, 351 - 104, 12 + 114, 15 2 @@ -5676,146 +5676,14 @@ 7 - - labAppType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 0 - - - tboxAppType - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 1 - - - labHex2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 2 - - - tboxTitleIDLo - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 3 - - - labTitleIDLo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 4 - - - labTitleIDHi - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 5 - - - tboxTitleIDHi - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 6 - - - tboxAppTypeOther - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 7 - - - labAppTypeOther - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gboxTitleID - - - 8 - - - 12, 54 - - - 225, 161 - - - 23 - - - TitleID - - - gboxTitleID - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 10 - True - 15, 79 + 12, 79 - 91, 12 + 96, 15 11 @@ -5836,10 +5704,10 @@ 0 - 112, 76 + 114, 76 - 71, 19 + 71, 21 9 @@ -5863,10 +5731,10 @@ True - 189, 50 + 191, 50 - 11, 12 + 14, 15 7 @@ -5887,10 +5755,10 @@ 2 - 112, 19 + 114, 19 - 71, 19 + 71, 21 1 @@ -5914,10 +5782,10 @@ True - 40, 22 + 37, 22 - 63, 12 + 68, 15 0 @@ -5941,10 +5809,10 @@ True - 40, 50 + 37, 50 - 66, 12 + 71, 15 2 @@ -5965,10 +5833,10 @@ 5 - 112, 47 + 114, 47 - 71, 19 + 71, 21 3 @@ -6019,7 +5887,7 @@ 12, 102 - 117, 12 + 123, 15 5 @@ -6039,6 +5907,30 @@ 8 + + 12, 54 + + + 225, 161 + + + 23 + + + TitleID + + + gboxTitleID + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabTWLInfo + + + 10 + True @@ -6046,7 +5938,7 @@ 255, 82 - 35, 12 + 40, 15 10 @@ -6070,7 +5962,7 @@ 310, 79 - 96, 19 + 96, 21 8 @@ -6094,10 +5986,10 @@ True - 538, 52 + 563, 50 - 106, 12 + 115, 15 11 @@ -6118,7 +6010,7 @@ 5 - 540, 67 + 561, 67 True @@ -6127,7 +6019,7 @@ Both - 171, 88 + 187, 88 10 @@ -6145,10 +6037,10 @@ 6 - 378, 36 + 395, 35 - 356, 50 + 366, 50 13 @@ -6171,11 +6063,14 @@ 0, 0 + + Arial, 9pt + 0, 0 - 777, 24 + 805, 24 33 @@ -6196,121 +6091,121 @@ 4 - 36, 20 + 39, 20 File - 274, 22 + 290, 22 Open a ROM data file - 271, 6 + 287, 6 - 274, 22 + 290, 22 Save a temporary info. - 274, 22 + 290, 22 Load a temporary info. saved previously - 52, 20 + 56, 20 Master - 288, 22 + 303, 22 Make a set of submission data - 285, 6 + 300, 6 - 288, 22 + 303, 22 Make a master ROM data file only - 288, 22 + 303, 22 Make a middleware list only(XML format) - 288, 22 + 303, 22 Make a middleware list only(HTML format) - 50, 20 + 53, 20 Export - 488, 22 + 506, 22 Export ROM info to HTML file - 485, 6 + 503, 6 - 488, 22 + 506, 22 Export error info to HTML file (Info when ROM data was read) - 488, 22 + 506, 22 Export error info to HTML file (Info applied current input) - 485, 6 + 503, 6 - 488, 22 + 506, 22 Export both ROM info and error info to HTML file (Info when ROM data was read) - 488, 22 + 506, 22 Export both ROM info and error info to HTML file (Info applied current input) - 65, 20 + 75, 20 Language - 119, 22 + 129, 22 English - 119, 22 + 129, 22 Japanese @@ -6352,13 +6247,13 @@ 2 - 4, 21 + 4, 24 3, 3, 3, 3 - 745, 367 + 773, 376 0 @@ -6378,6 +6273,42 @@ 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, 226 + + + 225, 105 + + + 37 + + + Launch Control On DSi Menu + gboxLaunch @@ -6390,6 +6321,18 @@ 0 + + 24, 11 + + + 737, 21 + + + 36 + + + Information on this tab cannot be edited. If data errors exist, review the ROM's build settings. + tboxGuideTWLInfo @@ -6402,6 +6345,18 @@ 1 + + 558, 54 + + + 203, 84 + + + 35 + + + TWL Extended Flags + gboxExFlags @@ -6415,13 +6370,13 @@ 5 - 4, 21 + 4, 24 3, 3, 3, 3 - 745, 367 + 773, 376 1 @@ -6466,10 +6421,10 @@ 3 - 4, 21 + 4, 24 - 745, 367 + 773, 376 6 @@ -6550,10 +6505,10 @@ 4 - 4, 21 + 4, 24 - 745, 367 + 773, 376 2 @@ -6573,21 +6528,6 @@ 3 - - 229, 75 - - - 133, 14 - - - 39 - - - (100 characters or less) - - - TopRight - labProductNameLimit @@ -6600,18 +6540,6 @@ 0 - - 24, 11 - - - 687, 19 - - - 38 - - - You must complete all items on this tab to create a submission checklist. - tboxGuideSubmitInfo @@ -6624,42 +6552,6 @@ 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 @@ -6673,10 +6565,10 @@ 2 - 4, 21 + 4, 24 - 745, 367 + 773, 376 3 @@ -6696,18 +6588,6 @@ 4 - - 24, 11 - - - 687, 19 - - - 39 - - - You must complete all items on this tab to create a submission checklist. - tboxGuideCompanyInfo @@ -6721,10 +6601,10 @@ 0 - 4, 21 + 4, 24 - 745, 367 + 773, 376 4 @@ -6817,10 +6697,10 @@ 5 - 4, 21 + 4, 24 - 745, 367 + 773, 376 5 @@ -6844,7 +6724,7 @@ 12, 93 - 753, 392 + 781, 404 34 @@ -6871,7 +6751,7 @@ 337, 67 - 185, 88 + 207, 88 37 @@ -6904,7 +6784,7 @@ 337, 189 - 374, 145 + 411, 160 36 @@ -6925,7 +6805,7 @@ 24, 11 - 687, 19 + 737, 21 35 @@ -6945,62 +6825,14 @@ 2 - - 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, 226 - - - 225, 99 - - - 37 - - - Launch Control On DSi Menu - - - gboxLaunch - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 0 - True - 6, 50 + 5, 55 - 200, 12 + 215, 15 2 @@ -7021,10 +6853,10 @@ 0 - 6, 65 + 6, 74 - 192, 19 + 192, 21 1 @@ -7041,54 +6873,6 @@ 1 - - 24, 11 - - - 687, 19 - - - 36 - - - Information on this tab cannot be edited. If data errors exist, review the ROM's build settings. - - - tboxGuideTWLInfo - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 1 - - - 545, 54 - - - 190, 84 - - - 35 - - - TWL Extended Flags - - - gboxExFlags - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabTWLInfo - - - 5 - 24, 11 @@ -7096,7 +6880,7 @@ True - 687, 48 + 737, 48 42 @@ -7495,7 +7279,7 @@ 405, 177 - 94, 19 + 94, 21 31 @@ -7519,7 +7303,7 @@ 153, 41 - 96, 19 + 96, 21 30 @@ -7549,7 +7333,7 @@ 263, 144 - 17, 12 + 21, 15 28 @@ -7579,7 +7363,7 @@ 263, 119 - 17, 12 + 21, 15 27 @@ -7609,7 +7393,7 @@ 263, 94 - 17, 12 + 21, 15 26 @@ -7639,7 +7423,7 @@ 263, 69 - 17, 12 + 21, 15 25 @@ -7666,7 +7450,7 @@ 263, 44 - 17, 12 + 21, 15 10 @@ -7690,7 +7474,7 @@ 292, 177 - 94, 19 + 94, 21 23 @@ -7714,7 +7498,7 @@ 292, 141 - 94, 19 + 94, 21 22 @@ -7738,7 +7522,7 @@ 292, 116 - 94, 19 + 94, 21 21 @@ -7762,7 +7546,7 @@ 292, 91 - 94, 19 + 94, 21 20 @@ -7786,7 +7570,7 @@ 292, 66 - 94, 19 + 94, 21 19 @@ -7810,7 +7594,7 @@ 292, 41 - 94, 19 + 94, 21 18 @@ -7834,7 +7618,7 @@ 153, 141 - 96, 19 + 96, 21 17 @@ -7858,7 +7642,7 @@ 153, 116 - 96, 19 + 96, 21 16 @@ -7885,7 +7669,7 @@ 167, 22 - 108, 12 + 116, 15 1 @@ -7915,7 +7699,7 @@ 307, 22 - 119, 12 + 126, 15 0 @@ -7942,7 +7726,7 @@ 39, 44 - 115, 12 + 119, 15 4 @@ -7969,7 +7753,7 @@ 121, 193 - 147, 12 + 158, 15 5 @@ -7996,7 +7780,7 @@ 167, 179 - 56, 12 + 60, 15 6 @@ -8023,7 +7807,7 @@ 39, 119 - 114, 12 + 122, 15 3 @@ -8050,7 +7834,7 @@ 39, 144 - 33, 12 + 37, 15 2 @@ -8071,13 +7855,13 @@ 27 - 445, 233 + 456, 236 True - 266, 86 + 279, 86 42 @@ -8125,10 +7909,10 @@ 1 - 445, 60 + 456, 60 - 266, 90 + 279, 90 41 @@ -8155,7 +7939,7 @@ 15, 25 - 229, 16 + 248, 19 39 @@ -8182,7 +7966,7 @@ 15, 56 - 149, 16 + 161, 19 40 @@ -8203,7 +7987,7 @@ 1 - 483, 185 + 494, 185 185, 23 @@ -8233,7 +8017,7 @@ True - 687, 34 + 737, 34 37 @@ -8293,7 +8077,7 @@ 24, 60 - 398, 299 + 406, 299 33 @@ -8323,7 +8107,7 @@ 102, 273 - 29, 12 + 33, 15 40 @@ -8362,7 +8146,7 @@ 152, 270 - 204, 20 + 204, 23 39 @@ -8386,7 +8170,7 @@ 116, 56 - 263, 16 + 276, 19 38 @@ -8406,11 +8190,110 @@ 2 + + 240, 76 + + + 142, 18 + + + 39 + + + (100 characters or less) + + + TopRight + + + labProductNameLimit + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabSubmitInfo + + + 0 + + + 24, 11 + + + 737, 21 + + + 38 + + + You must complete all items on this tab to create a submission checklist. + + + 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 + + + 395, 91 + + + 366, 161 + + + 35 + + + Foreign Ver. + + + gboxForeign + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabSubmitInfo + + + 2 + - 217, 62 + 223, 68 - 132, 11 + 139, 16 40 @@ -8437,10 +8320,10 @@ True - 217, 121 + 223, 133 - 128, 12 + 136, 15 45 @@ -8460,6 +8343,30 @@ 1 + + 24, 11 + + + 737, 21 + + + 39 + + + You must complete all items on this tab to create a submission checklist. + + + tboxGuideCompanyInfo + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabCompanyInfo + + + 0 + 24, 11 @@ -8515,7 +8422,7 @@ 551, 11 - 172, 71 + 210, 71 41 @@ -8542,7 +8449,7 @@ 6, 45 - 121, 16 + 125, 19 1 @@ -8569,7 +8476,7 @@ 6, 18 - 155, 16 + 168, 19 0 @@ -8596,7 +8503,7 @@ 22, 213 - 466, 12 + 497, 15 40 @@ -8623,7 +8530,7 @@ 22, 84 - 161, 12 + 171, 15 39 @@ -8680,7 +8587,7 @@ 24, 228 - 699, 106 + 737, 106 38 @@ -8734,7 +8641,7 @@ 24, 99 - 699, 103 + 737, 103 37 @@ -8758,7 +8665,7 @@ 22, 53 - 81, 12 + 86, 15 36 @@ -8782,10 +8689,10 @@ True - 696, 24 + 708, 24 - 69, 12 + 81, 15 37 @@ -8809,7 +8716,10 @@ True - 777, 493 + 805, 509 + + + Arial, 9pt TWL MasterEditor