diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb
index f58fd3e..0ee6b3c 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 94d7bfe..ce074e9 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 07122c5..b7ed477 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 12729d5..8e43f71 100644
--- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.h
+++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.h
@@ -3284,7 +3284,7 @@ private: System::Windows::Forms::TextBox^ tboxWarningPrivateSaveDataPurpose;
this->gridSDK->Columns->AddRange(gcnew cli::array< System::Windows::Forms::DataGridViewColumn^ >(1) {this->dataSDKVer});
dataGridViewCellStyle1->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft;
dataGridViewCellStyle1->BackColor = System::Drawing::SystemColors::Window;
- dataGridViewCellStyle1->Font = (gcnew System::Drawing::Font(L"Arial", 9));
+ dataGridViewCellStyle1->Font = (gcnew System::Drawing::Font(L"MS Pゴシック", 9));
dataGridViewCellStyle1->ForeColor = System::Drawing::SystemColors::ControlText;
dataGridViewCellStyle1->SelectionBackColor = System::Drawing::SystemColors::Highlight;
dataGridViewCellStyle1->SelectionForeColor = System::Drawing::SystemColors::HighlightText;
@@ -3317,7 +3317,7 @@ private: System::Windows::Forms::TextBox^ tboxWarningPrivateSaveDataPurpose;
this->colLibName});
dataGridViewCellStyle2->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft;
dataGridViewCellStyle2->BackColor = System::Drawing::SystemColors::Window;
- dataGridViewCellStyle2->Font = (gcnew System::Drawing::Font(L"Arial", 9));
+ dataGridViewCellStyle2->Font = (gcnew System::Drawing::Font(L"MS Pゴシック", 9));
dataGridViewCellStyle2->ForeColor = System::Drawing::SystemColors::ControlText;
dataGridViewCellStyle2->SelectionBackColor = System::Drawing::SystemColors::Highlight;
dataGridViewCellStyle2->SelectionForeColor = System::Drawing::SystemColors::HighlightText;
@@ -4223,7 +4223,7 @@ private: System::Windows::Forms::TextBox^ tboxWarningPrivateSaveDataPurpose;
this->colWarnBegin, this->colWarnEnd, this->colWarnCause});
dataGridViewCellStyle3->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft;
dataGridViewCellStyle3->BackColor = System::Drawing::SystemColors::Window;
- dataGridViewCellStyle3->Font = (gcnew System::Drawing::Font(L"Arial", 9));
+ dataGridViewCellStyle3->Font = (gcnew System::Drawing::Font(L"MS Pゴシック", 9));
dataGridViewCellStyle3->ForeColor = System::Drawing::SystemColors::ControlText;
dataGridViewCellStyle3->SelectionBackColor = System::Drawing::SystemColors::Highlight;
dataGridViewCellStyle3->SelectionForeColor = System::Drawing::SystemColors::HighlightText;
@@ -4276,7 +4276,7 @@ private: System::Windows::Forms::TextBox^ tboxWarningPrivateSaveDataPurpose;
this->colErrorBegin, this->colErrorEnd, this->colErrorCause});
dataGridViewCellStyle5->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft;
dataGridViewCellStyle5->BackColor = System::Drawing::SystemColors::Window;
- dataGridViewCellStyle5->Font = (gcnew System::Drawing::Font(L"Arial", 9));
+ dataGridViewCellStyle5->Font = (gcnew System::Drawing::Font(L"MS Pゴシック", 9));
dataGridViewCellStyle5->ForeColor = System::Drawing::SystemColors::ControlText;
dataGridViewCellStyle5->SelectionBackColor = System::Drawing::SystemColors::Highlight;
dataGridViewCellStyle5->SelectionForeColor = System::Drawing::SystemColors::HighlightText;
@@ -4486,7 +4486,7 @@ private: System::Windows::Forms::TextBox^ tboxWarningPrivateSaveDataPurpose;
System::Xml::XmlElement^ makeGameInfoXmlElement(System::Xml::XmlDocument^ doc);
// XML形式のリストの本体となるミドルウェアリストの作成(他でも使うので独立させる)
- System::Xml::XmlElement^ makeMiddlewareListXmlElement(System::Xml::XmlDocument^ doc);
+ System::Xml::XmlElement^ makeMiddlewareListXmlElement(System::Xml::XmlDocument^ doc, bool isCount);
// XML形式のリストを作成
System::Void makeMiddlewareListXml(System::Xml::XmlDocument^ doc);
@@ -4510,6 +4510,10 @@ private: System::Windows::Forms::TextBox^ tboxWarningPrivateSaveDataPurpose;
System::Xml::XmlElement^ makeWarningListXmlElement(System::Xml::XmlDocument ^doc, System::Boolean isCurrent);
System::Xml::XmlElement^ makeErrorListCaptionXmlElement(System::Xml::XmlDocument ^doc);
+ // XML形式のエラーリストの要素数のカウント
+ int countErrorListXmlElement( System::Boolean isCurrent );
+ int countWarningListXmlElement( System::Boolean isCurrent );
+
// XML形式のリストを作成
System::Void makeErrorListXml(System::Xml::XmlDocument^ doc, System::Boolean isCurrent);
diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.ja.resx b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.ja.resx
index 8aff89e..87efb98 100644
--- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.ja.resx
+++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.ja.resx
@@ -209,7 +209,7 @@
繝ェ繝槭せ繧ソ繝シ繝舌シ繧ク繝ァ繝ウ
- 100, 19
+ 145, 19
ROM繝繝シ繧ソ諠蝣ア
diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.resX b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.resX
index 410b249..e456867 100644
--- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.resX
+++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form1.resX
@@ -117,15 +117,13 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- gboxTWLExInfo
+
+
+ 728, 21
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
@@ -133,12 +131,8 @@
True
-
-
- 580, 88
-
-
- h
+
+ 3
tabSubmitInfo
@@ -149,6 +143,9 @@
38, 45
+
+ rPurposeOther
+
System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -164,8 +161,8 @@
140, 19
-
- 22
+
+ True
2
@@ -191,6 +188,9 @@
gboxTWLExInfo
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
209, 21
@@ -212,8 +212,8 @@
75, 20
-
- Game Card for Data Distribution
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
178, 83
@@ -236,17 +236,14 @@
Europe Only
-
- 24, 115
-
-
- tboxNormalRomOffset
+
+ United States Only
labShared2Size0
-
- tboxMedia
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
ROM Submission Purpose
@@ -260,17 +257,20 @@
gboxPurposeCard
+
+ labSubBannerSize
+
+
+ 2
+
Display Connection Icon On DSi Menu
-
- combPEGI_BBFC
-
33
-
- 0
+
+ 94, 21
139, 15
@@ -281,24 +281,30 @@
171, 105
+
+ gridError
+
8
248, 19
+
+ 17, 88
+
6, 85
gboxParental
+
+ gboxTWLExInfo
+
22
-
- tabMain
-
False
@@ -314,12 +320,15 @@
6, 48
-
- 31, 24
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
223, 108
+
+ True
+
True
@@ -332,11 +341,11 @@
TWL -
-
- Language
+
+ tboxCaption
-
- 78, 133
+
+ tboxTmdSize
stripMaster
@@ -344,12 +353,18 @@
gboxNandSize
+
+ Region and Rating Infomation
+
0
labShared2Size2
+
+ 24, 115
+
System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -362,9 +377,6 @@
labRomType
-
- labSubmiteDate
-
357, 261
@@ -377,9 +389,6 @@
15
-
- 5
-
3, 3, 3, 3
@@ -396,20 +405,17 @@
41
-
- gboxNandSize
-
228, 109
-
- 18, 214
+
+ Export both ROM info and error info to HTML file (Info when ROM data was read)
21, 15
-
- Export both ROM info and error info to HTML file (Info when ROM data was read)
+
+ Rating Pending
gboxForeign
@@ -426,15 +432,6 @@
You must complete all items on this tab to create a submission checklist and Master ROM.<newline>This information is used as ROM registration data when the Master ROM is created (excluding "Other ROM Spec").
-
- labArbit2
-
-
- tboxCaption
-
-
- cboxIsNormalJump
-
System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -447,12 +444,18 @@
aged 6 or older
+
+ 0
+
147, 21
10
+
+ 86, 15
+
gboxTitleID
@@ -474,9 +477,6 @@
75, 21
-
- 3
-
41
@@ -498,15 +498,12 @@
158, 21
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ DSiWare (NAND Application)
gboxExFlags
-
- True
-
9
@@ -522,14 +519,14 @@
11
+
+ True
+
10
-
- 98, 15
-
-
- Header CRC
+
+ 14, 45
System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -546,8 +543,8 @@
20
-
- gboxTWLExInfo
+
+ 3
gboxTitleID
@@ -558,24 +555,30 @@
TWL Extended Flags
+
+ Right
+
124, 107
System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 251, 200
-
5
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
14
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -585,6 +588,9 @@
6
+
+ =>
+
118, 83
@@ -609,11 +615,8 @@
1
-
- 346, 79
-
-
- 0
+
+ 42, 21
400, 398
@@ -624,6 +627,9 @@
497, 15
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
96, 21
@@ -645,8 +651,8 @@
ages 15 or older
-
- 56, 20
+
+ 8
550, 54
@@ -660,20 +666,26 @@
h
+
+ rErrorReading
+
+
+ 21, 15
+
12
System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- True
-
tabTWLInfo
-
- 1
+
+ labShared2Size5
+
+
+ gboxNandSize
gboxTitleID
@@ -684,8 +696,8 @@
labGameCode
-
- NAND Flash Memory
+
+ 5
SDK Ver
@@ -696,6 +708,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
@@ -708,8 +723,8 @@
Contact2
-
- User ID
+
+ ages 12 or older
1
@@ -717,8 +732,8 @@
37, 15
-
- 5
+
+ labSrlSize
0
@@ -732,6 +747,9 @@
labPlatform
+
+ (Furigana)
+
189, 80
@@ -747,14 +765,20 @@
78, 19
+
+ stripItemSaveTemp
+
4
System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 223, 68
+
+ gboxSrl
+
+
+ 5
78, 79
@@ -777,8 +801,8 @@
107, 15
-
- gboxNandSize
+
+ Game Card for Data Distribution
tboxWarningChinaRating
@@ -798,8 +822,8 @@
31
-
- True
+
+ 424, 91
labSubmitVer
@@ -810,23 +834,20 @@
System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 127, 14
+
+ gboxLaunch
-
- 11
+
+ 12
126, 15
-
- gboxParental
-
1
-
- rPurposeCardProduction
+
+ gboxTWLExInfo
71, 21
@@ -834,9 +855,6 @@
215, 15
-
- 200
-
tboxPrivateSize
@@ -846,8 +864,8 @@
gboxParental
-
- gboxNandSize
+
+ Language
28
@@ -882,24 +900,24 @@
11
-
- gboxForeign
+
+ True
+
+
+ 244, 14
stripItemErrorListCurrent
+
+ NoControl
+
labPerson2
13
-
- 31, 54
-
-
- File 4
-
True
@@ -909,26 +927,32 @@
tboxPublicSize
+
+ $this
+
True
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
0
+
+ gboxOtherSpec
+
139, 16
+
+ 406, 331
+
tabMain
279, 90
-
- gboxTWLExInfo
+
+ 200
System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -939,6 +963,9 @@
NoControl
+
+ 67, 19
+
96, 15
@@ -969,6 +996,9 @@
tboxAppTypeOther
+
+ 9, 25
+
37, 29
@@ -996,9 +1026,6 @@
4
-
- 1
-
gboxShared2Size
@@ -1017,8 +1044,8 @@
289, 101
-
- labSubBannerSize
+
+ gboxLaunch
System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -1053,11 +1080,11 @@
4
-
- 136, 15
+
+ 15, 258
-
- 207, 121
+
+ 8
53, 52
@@ -1105,7 +1132,7 @@
combCERO
- 100, 21
+ 146, 21
CERO
@@ -1116,8 +1143,8 @@
293, 154
-
- 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
aged 3 or older
@@ -1125,11 +1152,11 @@
59, 15
-
- labSumSize2
+
+ 100, 21
-
- gboxPerson1
+
+ 2
NoControl
@@ -1140,8 +1167,8 @@
21, 55
-
- labSrlSize
+
+ tabMain
46
@@ -1149,18 +1176,15 @@
NoControl
+
+ 766, 433
+
True
-
- 78, 106
-
True
-
- 3
-
23
@@ -1173,33 +1197,36 @@
17
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
gboxSrl
-
- 8
+
+ TWL MasterEditor
+
+
+ 346, 79
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
12
-
- (Furigana)
-
-
- Backup Memory
+
+ tboxAppType
labIsCodec
-
- 9
+
+ Game Card Access
2
+
+ 17
+
gboxTWLExInfo
@@ -1218,8 +1245,11 @@
59, 15
-
- 37
+
+ 4
+
+
+ Total Size
gboxSrl
@@ -1236,6 +1266,9 @@
aged 7 or older
+
+ 0
+
(From NAND Application)
@@ -1251,11 +1284,8 @@
System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- labBracketL
+
+ 28, 15
NoControl
@@ -1266,15 +1296,9 @@
gboxNandSize
-
- True
-
24
-
- labReleaseDate
-
gboxNandSize
@@ -1287,26 +1311,20 @@
aged 4 or older
-
- Right
-
Special Instructions
105, 19
-
- 155, 116
-
3
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 3
-
- 0
+
+ 39, 15
66, 19
@@ -1314,6 +1332,9 @@
11
+
+ 33
+
2
@@ -1326,8 +1347,11 @@
colWarnName
-
- (100 characters or less)
+
+ gboxPurpose
+
+
+ True
3
@@ -1341,9 +1365,6 @@
40
-
- NTSC
-
butSetBack
@@ -1359,14 +1380,20 @@
System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
tabNandSizeInfo
+
+ True
+
8
-
- 12
+
+ tboxPrivateSaveDataPurpose
System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -1374,9 +1401,6 @@
3
-
- 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
@@ -1386,6 +1410,9 @@
8
+
+ tabRomEditInfo
+
117, 18
@@ -1395,14 +1422,14 @@
TWL Normal Region ROM Offset
-
- True
+
+ 1
4
-
- 124, 21
+
+ 4, 24
Make a middleware list only(HTML format)
@@ -1413,8 +1440,8 @@
True
-
- gboxOtherSpec
+
+ 12, 82
204, 23
@@ -1434,6 +1461,12 @@
15
+
+ 4
+
+
+ Right
+
True
@@ -1443,11 +1476,11 @@
gboxSubmitWay
-
- 55, 21
+
+ 4Kbit EEPROM
-
- (Arbitrary)
+
+ 158, 21
203, 212
@@ -1476,19 +1509,13 @@
System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 9, 109
-
T (aged 13 or older)
12, 28
-
- A (All ages)
-
-
+
2
@@ -1500,23 +1527,20 @@
71, 21
-
- 307, 22
+
+ 78, 214
tabTWLInfo
-
- gboxPurpose
+
+ True
File 5
-
- combOFLC
-
-
- tabTWLInfo
+
+ 2
tabTWLInfo
@@ -1524,6 +1548,9 @@
gboxPerson1
+
+ 11
+
6
@@ -1545,8 +1572,8 @@
224, 17
-
- True
+
+ 6
cboxIsEULA
@@ -1554,8 +1581,11 @@
gboxTWLExInfo
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 9
+
+
+ 24, 11
23, 136
@@ -1566,8 +1596,8 @@
2
-
- ver.0.0
+
+ 261, 21
2
@@ -1581,8 +1611,8 @@
228, 218
-
- 0
+
+ 14
167, 19
@@ -1614,12 +1644,6 @@
gboxNandSize
-
- 1
-
-
- 47, 19
-
SDK Version
@@ -1641,9 +1665,6 @@
102, 148
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
tboxShared2Size2
@@ -1656,8 +1677,8 @@
tabSubmitInfo
-
- dataSDKVer
+
+ 5
gboxForeign
@@ -1668,11 +1689,8 @@
42
-
- 3
-
-
- NoControl
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
tboxTel1
@@ -1689,12 +1707,15 @@
78, 52
-
- True
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
stripItemEnglish
+
+ 0
+
7
@@ -1704,9 +1725,6 @@
True
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
B (aged 12 or older)
@@ -1716,15 +1734,15 @@
True
-
- gboxForeign
-
4
TitleID
+
+ 171, 15
+
49, 15
@@ -1737,27 +1755,15 @@
True
-
- 11
-
18, 21
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 8
-
-
- aged 3 or older
+
+ 1
766, 433
-
- gboxParental
-
gboxTWLExInfo
@@ -1776,6 +1782,9 @@
numSubmitVersion
+
+ NoControl
+
12, 54
@@ -1785,6 +1794,15 @@
Begin
+
+ 37
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 5
+
System.Windows.Forms.DataGridView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -1794,9 +1812,6 @@
System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 506, 22
-
0, 0
@@ -1821,15 +1836,15 @@
171, 80
-
- 23, 163
-
labCompany2
System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ gboxNandSize
+
38
@@ -1860,29 +1875,20 @@
119, 15
-
- 1
-
14
-
- 4
-
1
0
-
- 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
-
- Right
+
+ 5
124, 21
@@ -1890,8 +1896,8 @@
True
-
- Right
+
+ 5
System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -1899,8 +1905,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
+
+ tabCompanyInfo
System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -1908,9 +1914,6 @@
15
-
- 26
-
TWL-Only Region ROM Offset
@@ -1920,8 +1923,11 @@
303, 22
-
- 86, 15
+
+ gboxPerson2
+
+
+ True
0
@@ -1938,8 +1944,8 @@
False
-
- tboxGuideRomEditInfo
+
+ 207, 121
gboxParental
@@ -1959,14 +1965,11 @@
9, 54
-
- 7
-
13
-
- Other ROM Spec.
+
+ True
Name
@@ -1986,15 +1989,9 @@
228, 20
-
- 5
-
9
-
- 18, 20
-
colWarnBegin
@@ -2004,12 +2001,18 @@
Right
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
6
stripItemMiddlewareHtml
+
+ Export ROM info to HTML file
+
126, 126
@@ -2031,9 +2034,6 @@
1
-
- 10
-
23
@@ -2055,27 +2055,33 @@
tboxNTSC1
-
- 2
+
+ Backup Memory
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ gboxPerson1
+
+
+ 307, 22
20
-
- gboxSrl
+
+ End
+
+
+ 78, 133
261, 21
+
+ 223, 133
+
labCompany1
-
- tboxCompany2
-
E (aged 6 or older)
@@ -2133,12 +2139,18 @@
Load a temporary info. saved previously
+
+ h
+
53, 102
29, 15
+
+ tabCompanyInfo
+
0
@@ -2166,8 +2178,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
NoControl
@@ -2175,8 +2187,8 @@
43, 15
-
- gridError
+
+ True
261, 21
@@ -2187,18 +2199,24 @@
37, 15
-
- 293, 73
+
+ 100
labFurigana2
-
- 155, 232
+
+ NoControl
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
1
+
+ gboxPurposeCard
+
NoControl
@@ -2214,11 +2232,14 @@
2
+
+ 209, 124
+
38
-
- gboxErrorTiming
+
+ 114, 26
142, 18
@@ -2235,17 +2256,14 @@
39, 20
-
- 183, 43
-
-
- 9
+
+ stripItemSheet
Contact1
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Right
147, 21
@@ -2259,6 +2277,9 @@
100, 21
+
+ 39
+
labArrow4
@@ -2280,12 +2301,15 @@
gboxNandSize
-
- 4
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
78, 187
+
+ System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
119, 56
@@ -2295,8 +2319,8 @@
14
-
- Use Shared2 Files
+
+ gboxNandSize
24
@@ -2307,20 +2331,23 @@
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- True
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
2
+
+ labBracketR
+
tabRomInfo
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
@@ -2331,6 +2358,9 @@
cboxIsSubBanner
+
+ 175, 15
+
Right
@@ -2340,8 +2370,8 @@
All ages
-
- 24, 11
+
+ labReleaseDate
System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -2358,6 +2388,9 @@
gboxCRC
+
+ SD Card
+
tboxPlatform
@@ -2379,38 +2412,32 @@
3
-
- 36, 15
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
37
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- gboxForeign
-
16
6, 235
+
+ =>
+
Z (aged 18 or older)
Company Info ***
-
- 13
+
+ * Reset to 0 when a new master ROM is created.
-
- 67, 19
-
-
- tabErrorInfo
+
+ 30
labArbit1
@@ -2418,8 +2445,11 @@
labAppTypeOther
-
- rErrorReading
+
+ 0
+
+
+ 766, 433
System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -2433,8 +2463,11 @@
1
-
- gboxPerson2
+
+ tboxGuideTWLInfo
+
+
+ 766, 433
12
@@ -2448,12 +2481,12 @@
4
-
- tboxWholeCRC
-
labCERO
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
7
@@ -2475,8 +2508,11 @@
System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 728, 21
+
+ ver.0.0
+
+
+ Right
303, 22
@@ -2487,14 +2523,17 @@
4
+
+ rPurposeCardKiosk
+
6, 70
5
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ aged 12 or older
84, 15
@@ -2517,6 +2556,9 @@
System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 6, 95
+
Make a set of submission data
@@ -2526,9 +2568,18 @@
150
-
+
+ 40
+
+
+ 4, 24
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
17
@@ -2553,9 +2604,15 @@
100
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
123, 21
+
+ 495, 203
+
True
@@ -2589,6 +2646,9 @@
78, 79
+
+ labFile
+
18
@@ -2613,8 +2673,8 @@
1
-
- 11
+
+ 158, 21
6, 71
@@ -2631,14 +2691,14 @@
gboxForeign
-
- DSiWare (NAND Application)
+
+ 30
-
- tboxPrivateSaveDataPurpose
+
+ aged 15 or older
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 18, 214
0
@@ -2655,38 +2715,50 @@
8
+
+ 366, 161
+
12, 155
System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ gboxParental
+
183, 70
20
+
+ gboxPurpose
+
labDepart2
tabSubmitInfo
-
- 100, 21
+
+ 366, 50
h
-
- tboxProductNameForeign
+
+ 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
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Size in NAND Memory
True
@@ -2706,8 +2778,14 @@
44
-
- 39
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 10
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
23, 136
@@ -2715,8 +2793,8 @@
60
-
- 1
+
+ True
gboxNandSize
@@ -2727,6 +2805,9 @@
gboxPerson2
+
+ 40, 15
+
300
@@ -2736,15 +2817,9 @@
278, 131
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
True
-
- 2
-
204, 101
@@ -2754,15 +2829,15 @@
gboxForeign
-
- Right
-
Error Info
tabMain
+
+ gboxForeign
+
14, 20
@@ -2772,8 +2847,11 @@
gboxPurpose
-
- 13, 180
+
+ (100 characters or less)
+
+
+ 5
388, 91
@@ -2787,12 +2865,6 @@
2
-
- 5
-
-
- 3
-
Begin
@@ -2820,11 +2892,14 @@
149, 52
-
- 766, 433
+
+ 13
-
- Region and Rating Infomation
+
+ You must complete all items on this tab to create a submission checklist.
+
+
+ True
115, 15
@@ -2838,8 +2913,8 @@
True
-
- 171, 15
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
gboxSubmitWay
@@ -2871,8 +2946,11 @@
gboxParental
-
- Right
+
+ 432, 80
+
+
+ rPurposeCardDistribution
gboxShared2Size
@@ -2898,8 +2976,8 @@
123, 21
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Permit Normal Jump Landing
12, 143
@@ -2907,8 +2985,8 @@
True
-
- 18
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
True
@@ -2925,11 +3003,11 @@
100
-
- 5
+
+ 130, 42
-
- False
+
+ Information on this tab cannot be edited. If data errors exist, review the ROM's build settings.
Right
@@ -2937,9 +3015,6 @@
90, 21
-
- gboxPerson1
-
colErrorName
@@ -2952,9 +3027,6 @@
20
-
- 14, 45
-
tboxNTSC2
@@ -2964,6 +3036,9 @@
System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 30, 15
+
System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -2982,8 +3057,8 @@
4
-
- labMakerCode
+
+ 36, 15
System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -2994,8 +3069,11 @@
File 0
-
- 261, 21
+
+ gboxNandSize
+
+
+ tboxKeyTableRomOffset
True
@@ -3003,18 +3081,21 @@
System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Right
+
49, 15
-
- labMultiForeign2
-
-
- gboxCRC
+
+ aged 16 or older
False
+
+ tabTWLInfo
+
System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -3030,6 +3111,9 @@
gboxProd
+
+ False
+
60
@@ -3039,8 +3123,8 @@
True
-
- Actual ROM File Size
+
+ 10
Right
@@ -3048,17 +3132,14 @@
100
-
- 7
-
labESRB
-
- Right
+
+ NAND Flash Memory
-
- 432, 80
+
+ True
GRB
@@ -3069,9 +3150,6 @@
labHex4
-
- Export error info to HTML file (Info applied current input)
-
True
@@ -3090,8 +3168,8 @@
CRC
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 47, 19
System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -3099,9 +3177,6 @@
ROM Info.
-
- tabMain
-
45, 21
@@ -3117,6 +3192,9 @@
All ages
+
+ 6
+
38, 21
@@ -3135,21 +3213,30 @@
730, 21
+
+ 22, 55
+
+
+ labPrivateSaveDataPurpose
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
0
10
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
True
System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 11
-
6
@@ -3159,8 +3246,8 @@
160, 19
-
- 7
+
+ 201, 19
System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -3168,8 +3255,8 @@
293, 100
-
- 21, 15
+
+ 19
gboxPerson2
@@ -3189,12 +3276,12 @@
UGC(User Generated Contents) Support
-
- Photo Exchange Support
-
tboxGameCode
+
+ 774, 461
+
2
@@ -3219,9 +3306,6 @@
True
-
- 2
-
tabRomInfo
@@ -3234,14 +3318,17 @@
System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 366, 50
+
+ 5
78, 187
-
- System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 293, 73
+
+
+ tboxSubBannerSizeFS
labSDK
@@ -3258,9 +3345,6 @@
1
-
- 12, 113
-
125, 19
@@ -3279,6 +3363,9 @@
gridLibrary
+
+ labMakerCode
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -3294,14 +3381,8 @@
tabRomInfo
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 185, 23
-
-
- ESRB
+
+ 503, 6
26
@@ -3312,8 +3393,8 @@
Application Type
-
- 16
+
+ 11
gboxPerson1
@@ -3324,14 +3405,14 @@
System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 120, 140
+
+ True
78, 160
-
- 158, 21
+
+ 268, 21
tboxIsCodec
@@ -3375,8 +3456,8 @@
G
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ CODEC Mode
aged 16 or older
@@ -3387,8 +3468,8 @@
tabRomInfo
-
- 60
+
+ 7
36, 15
@@ -3402,8 +3483,11 @@
129, 15
-
- 114, 15
+
+ 22
+
+
+ 3
5
@@ -3426,6 +3510,12 @@
15
+
+ gboxErrorTiming
+
+
+ 580, 11
+
86, 15
@@ -3435,8 +3525,8 @@
102, 264
-
- 15, 258
+
+ tboxSumSizeMB
tabSubmitInfo
@@ -3459,12 +3549,6 @@
8
-
- rPurposeCardTouchTryDS
-
-
- 12
-
aged 18 or older
@@ -3486,8 +3570,8 @@
94, 15
-
- 3
+
+ gboxTitleID
96, 21
@@ -3513,12 +3597,12 @@
COB
-
- 21
-
System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 1
+
labHex2
@@ -3528,20 +3612,14 @@
94, 21
-
- 30
-
System.Windows.Forms.RadioButton, 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
-
-
- 6, 18
+
+ False
File 3
@@ -3564,8 +3642,8 @@
tboxHeaderCRC
-
- (Only release multi ver.)
+
+ TWL Card Application
43, 15
@@ -3576,11 +3654,11 @@
System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- True
+
+ ROM Size
-
- 261, 21
+
+ 2
stripItemRomInfoList
@@ -3660,8 +3738,11 @@
0
-
- 1
+
+ 3
+
+
+ 18, 214
tabTWLInfo
@@ -3678,6 +3759,9 @@
gboxSrl
+
+ gboxNandSize
+
4
@@ -3687,8 +3771,8 @@
tboxSubBannerSize
-
- =>
+
+ 6
System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -3696,6 +3780,9 @@
503, 6
+
+ tabSubmitInfo
+
360, 261
@@ -3708,11 +3795,8 @@
gboxPerson1
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 53, 77
+
+ How To Submit
True
@@ -3720,14 +3804,23 @@
204, 23
-
- tboxBackupOther
+
+ 158, 227
36
-
- Export ROM info to HTML file
+
+ 1
+
+
+ 128, 19
+
+
+ Use Shared2 Files
+
+
+ True
gboxPerson2
@@ -3753,6 +3846,9 @@
13, 130
+
+ Right
+
6
@@ -3765,26 +3861,32 @@
True
-
- 6
+
+ 16
1
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
$this
100
-
- aged 4 or older
+
+ 4
+
+
+ 435, 97
labSDAccessRight
-
- False
+
+ True
=>
@@ -3792,8 +3894,8 @@
18
-
- rSubmitHand
+
+ Header CRC
gboxShared2Size
@@ -3813,20 +3915,26 @@
100, 19
+
+ 3
+
tabMain
+
+ 24, 11
+
System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 3
+
+ E(Pre-Check)
tabCompanyInfo
-
- 774, 461
+
+ 40
730, 131
@@ -3840,11 +3948,11 @@
124, 135
-
- 201, 19
+
+ 30
-
- gboxNandSize
+
+ 31, 27
Right
@@ -3861,6 +3969,9 @@
730, 131
+
+ 11
+
204, 23
@@ -3873,8 +3984,11 @@
3
-
- gboxPerson1
+
+ 155, 116
+
+
+ 261, 21
37
@@ -3885,21 +3999,21 @@
Rating Pending
-
- 7, 137
-
gboxShared2Size
-
- 268, 21
-
14
System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 6
+
+
+ 9
+
True
@@ -3915,18 +4029,24 @@
System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Product
+
True
gboxNandSize
-
- 17
+
+ True
System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 766, 433
+
11
@@ -3945,11 +4065,11 @@
Both
-
+
gboxNandSize
-
- End
+
+