エラー情報タブにROMの用途を表示するテキストボックスを追加。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@422 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
nishikawa_takeshi 2009-10-28 05:13:19 +00:00
parent feb96dcca1
commit 1486894918
8 changed files with 1639 additions and 1500 deletions

View File

@ -523,8 +523,8 @@ private: System::Windows::Forms::TextBox^ tboxGuideCompanyInfo;
private: System::Windows::Forms::Label^ labFile; private: System::Windows::Forms::Label^ labFile;
public: System::Windows::Forms::DataGridView^ gridError;
private: System::Windows::Forms::TabPage^ tabErrorInfo;
public: public:
private: private:
@ -533,8 +533,8 @@ public:
public: System::Windows::Forms::DataGridView^ gridWarn;
private: System::Windows::Forms::TextBox^ tboxGuideErrorInfo;
public: public:
private: private:
@ -543,12 +543,12 @@ public:
private: System::Windows::Forms::GroupBox^ gboxErrorTiming;
private: System::Windows::Forms::Label^ labWarn;
private: System::Windows::Forms::Label^ labError;
private: System::Windows::Forms::RadioButton^ rErrorCurrent;
private: System::Windows::Forms::RadioButton^ rErrorReading;
@ -619,14 +619,14 @@ private: System::Windows::Forms::CheckBox^ cboxIsPhotoEx;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ colErrorName;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ colErrorBegin;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ colErrorEnd;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ colErrorCause;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ colWarnName;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ colWarnBegin;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ colWarnEnd;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ colWarnCause;
private: System::Windows::Forms::GroupBox^ gboxLaunch; private: System::Windows::Forms::GroupBox^ gboxLaunch;
private: System::Windows::Forms::Label^ labConnectIcon; private: System::Windows::Forms::Label^ labConnectIcon;
private: System::Windows::Forms::TextBox^ tboxConnectIcon; private: System::Windows::Forms::TextBox^ tboxConnectIcon;
@ -749,6 +749,31 @@ private: System::Windows::Forms::RadioButton^ rPurposeDSStation;
private: System::Windows::Forms::RadioButton^ rPurposeZone; private: System::Windows::Forms::RadioButton^ rPurposeZone;
private: System::Windows::Forms::TabPage^ tabErrorInfo;
private: System::Windows::Forms::TextBox^ tboxGuideErrorInfo;
private: System::Windows::Forms::GroupBox^ gboxErrorTiming;
private: System::Windows::Forms::RadioButton^ rErrorCurrent;
private: System::Windows::Forms::RadioButton^ rErrorReading;
private: System::Windows::Forms::Label^ labWarn;
private: System::Windows::Forms::Label^ labError;
public: System::Windows::Forms::DataGridView^ gridWarn;
private:
private: System::Windows::Forms::DataGridViewTextBoxColumn^ colWarnName;
public:
private: System::Windows::Forms::DataGridViewTextBoxColumn^ colWarnBegin;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ colWarnEnd;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ colWarnCause;
public: System::Windows::Forms::DataGridView^ gridError;
private:
private: System::Windows::Forms::DataGridViewTextBoxColumn^ colErrorName;
public:
private: System::Windows::Forms::DataGridViewTextBoxColumn^ colErrorBegin;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ colErrorEnd;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ colErrorCause;
private: System::Windows::Forms::Label^ labPurposeInError;
private: System::Windows::Forms::TextBox^ tboxPurposeInError;
@ -915,11 +940,11 @@ private: System::Windows::Forms::RadioButton^ rPurposeZone;
void InitializeComponent(void) void InitializeComponent(void)
{ {
System::ComponentModel::ComponentResourceManager^ resources = (gcnew System::ComponentModel::ComponentResourceManager(Form1::typeid)); System::ComponentModel::ComponentResourceManager^ resources = (gcnew System::ComponentModel::ComponentResourceManager(Form1::typeid));
System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle1 = (gcnew System::Windows::Forms::DataGridViewCellStyle()); System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle6 = (gcnew System::Windows::Forms::DataGridViewCellStyle());
System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle2 = (gcnew System::Windows::Forms::DataGridViewCellStyle()); System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle7 = (gcnew System::Windows::Forms::DataGridViewCellStyle());
System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle3 = (gcnew System::Windows::Forms::DataGridViewCellStyle()); System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle8 = (gcnew System::Windows::Forms::DataGridViewCellStyle());
System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle4 = (gcnew System::Windows::Forms::DataGridViewCellStyle()); System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle9 = (gcnew System::Windows::Forms::DataGridViewCellStyle());
System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle5 = (gcnew System::Windows::Forms::DataGridViewCellStyle()); System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle10 = (gcnew System::Windows::Forms::DataGridViewCellStyle());
this->tboxFile = (gcnew System::Windows::Forms::TextBox()); this->tboxFile = (gcnew System::Windows::Forms::TextBox());
this->gboxSrl = (gcnew System::Windows::Forms::GroupBox()); this->gboxSrl = (gcnew System::Windows::Forms::GroupBox());
this->tboxRemasterVer = (gcnew System::Windows::Forms::TextBox()); this->tboxRemasterVer = (gcnew System::Windows::Forms::TextBox());
@ -1189,6 +1214,8 @@ private: System::Windows::Forms::RadioButton^ rPurposeZone;
this->tabCompanyInfo = (gcnew System::Windows::Forms::TabPage()); this->tabCompanyInfo = (gcnew System::Windows::Forms::TabPage());
this->tboxGuideCompanyInfo = (gcnew System::Windows::Forms::TextBox()); this->tboxGuideCompanyInfo = (gcnew System::Windows::Forms::TextBox());
this->tabErrorInfo = (gcnew System::Windows::Forms::TabPage()); this->tabErrorInfo = (gcnew System::Windows::Forms::TabPage());
this->labPurposeInError = (gcnew System::Windows::Forms::Label());
this->tboxPurposeInError = (gcnew System::Windows::Forms::TextBox());
this->tboxGuideErrorInfo = (gcnew System::Windows::Forms::TextBox()); this->tboxGuideErrorInfo = (gcnew System::Windows::Forms::TextBox());
this->gboxErrorTiming = (gcnew System::Windows::Forms::GroupBox()); this->gboxErrorTiming = (gcnew System::Windows::Forms::GroupBox());
this->rErrorCurrent = (gcnew System::Windows::Forms::RadioButton()); this->rErrorCurrent = (gcnew System::Windows::Forms::RadioButton());
@ -3216,14 +3243,14 @@ private: System::Windows::Forms::RadioButton^ rPurposeZone;
this->gridSDK->ColumnHeadersHeightSizeMode = System::Windows::Forms::DataGridViewColumnHeadersHeightSizeMode::AutoSize; this->gridSDK->ColumnHeadersHeightSizeMode = System::Windows::Forms::DataGridViewColumnHeadersHeightSizeMode::AutoSize;
this->gridSDK->ColumnHeadersVisible = false; this->gridSDK->ColumnHeadersVisible = false;
this->gridSDK->Columns->AddRange(gcnew cli::array< System::Windows::Forms::DataGridViewColumn^ >(1) {this->dataSDKVer}); this->gridSDK->Columns->AddRange(gcnew cli::array< System::Windows::Forms::DataGridViewColumn^ >(1) {this->dataSDKVer});
dataGridViewCellStyle1->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; dataGridViewCellStyle6->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft;
dataGridViewCellStyle1->BackColor = System::Drawing::SystemColors::Window; dataGridViewCellStyle6->BackColor = System::Drawing::SystemColors::Window;
dataGridViewCellStyle1->Font = (gcnew System::Drawing::Font(L" Pゴシック", 9)); dataGridViewCellStyle6->Font = (gcnew System::Drawing::Font(L" Pゴシック", 9));
dataGridViewCellStyle1->ForeColor = System::Drawing::SystemColors::ControlText; dataGridViewCellStyle6->ForeColor = System::Drawing::SystemColors::ControlText;
dataGridViewCellStyle1->SelectionBackColor = System::Drawing::SystemColors::Highlight; dataGridViewCellStyle6->SelectionBackColor = System::Drawing::SystemColors::Highlight;
dataGridViewCellStyle1->SelectionForeColor = System::Drawing::SystemColors::HighlightText; dataGridViewCellStyle6->SelectionForeColor = System::Drawing::SystemColors::HighlightText;
dataGridViewCellStyle1->WrapMode = System::Windows::Forms::DataGridViewTriState::True; dataGridViewCellStyle6->WrapMode = System::Windows::Forms::DataGridViewTriState::True;
this->gridSDK->DefaultCellStyle = dataGridViewCellStyle1; this->gridSDK->DefaultCellStyle = dataGridViewCellStyle6;
this->gridSDK->Font = nullptr; this->gridSDK->Font = nullptr;
this->gridSDK->Name = L"gridSDK"; this->gridSDK->Name = L"gridSDK";
this->gridSDK->ReadOnly = true; this->gridSDK->ReadOnly = true;
@ -3249,14 +3276,14 @@ private: System::Windows::Forms::RadioButton^ rPurposeZone;
this->gridLibrary->ColumnHeadersHeightSizeMode = System::Windows::Forms::DataGridViewColumnHeadersHeightSizeMode::AutoSize; this->gridLibrary->ColumnHeadersHeightSizeMode = System::Windows::Forms::DataGridViewColumnHeadersHeightSizeMode::AutoSize;
this->gridLibrary->Columns->AddRange(gcnew cli::array< System::Windows::Forms::DataGridViewColumn^ >(2) {this->colLibPublisher, this->gridLibrary->Columns->AddRange(gcnew cli::array< System::Windows::Forms::DataGridViewColumn^ >(2) {this->colLibPublisher,
this->colLibName}); this->colLibName});
dataGridViewCellStyle2->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; dataGridViewCellStyle7->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft;
dataGridViewCellStyle2->BackColor = System::Drawing::SystemColors::Window; dataGridViewCellStyle7->BackColor = System::Drawing::SystemColors::Window;
dataGridViewCellStyle2->Font = (gcnew System::Drawing::Font(L" Pゴシック", 9)); dataGridViewCellStyle7->Font = (gcnew System::Drawing::Font(L" Pゴシック", 9));
dataGridViewCellStyle2->ForeColor = System::Drawing::SystemColors::ControlText; dataGridViewCellStyle7->ForeColor = System::Drawing::SystemColors::ControlText;
dataGridViewCellStyle2->SelectionBackColor = System::Drawing::SystemColors::Highlight; dataGridViewCellStyle7->SelectionBackColor = System::Drawing::SystemColors::Highlight;
dataGridViewCellStyle2->SelectionForeColor = System::Drawing::SystemColors::HighlightText; dataGridViewCellStyle7->SelectionForeColor = System::Drawing::SystemColors::HighlightText;
dataGridViewCellStyle2->WrapMode = System::Windows::Forms::DataGridViewTriState::True; dataGridViewCellStyle7->WrapMode = System::Windows::Forms::DataGridViewTriState::True;
this->gridLibrary->DefaultCellStyle = dataGridViewCellStyle2; this->gridLibrary->DefaultCellStyle = dataGridViewCellStyle7;
this->gridLibrary->Font = nullptr; this->gridLibrary->Font = nullptr;
this->gridLibrary->Name = L"gridLibrary"; this->gridLibrary->Name = L"gridLibrary";
this->gridLibrary->ReadOnly = true; this->gridLibrary->ReadOnly = true;
@ -4030,6 +4057,8 @@ private: System::Windows::Forms::RadioButton^ rPurposeZone;
this->tabErrorInfo->AccessibleName = nullptr; this->tabErrorInfo->AccessibleName = nullptr;
resources->ApplyResources(this->tabErrorInfo, L"tabErrorInfo"); resources->ApplyResources(this->tabErrorInfo, L"tabErrorInfo");
this->tabErrorInfo->BackgroundImage = nullptr; this->tabErrorInfo->BackgroundImage = nullptr;
this->tabErrorInfo->Controls->Add(this->labPurposeInError);
this->tabErrorInfo->Controls->Add(this->tboxPurposeInError);
this->tabErrorInfo->Controls->Add(this->tboxGuideErrorInfo); this->tabErrorInfo->Controls->Add(this->tboxGuideErrorInfo);
this->tabErrorInfo->Controls->Add(this->gboxErrorTiming); this->tabErrorInfo->Controls->Add(this->gboxErrorTiming);
this->tabErrorInfo->Controls->Add(this->labWarn); this->tabErrorInfo->Controls->Add(this->labWarn);
@ -4040,6 +4069,24 @@ private: System::Windows::Forms::RadioButton^ rPurposeZone;
this->tabErrorInfo->Name = L"tabErrorInfo"; this->tabErrorInfo->Name = L"tabErrorInfo";
this->tabErrorInfo->UseVisualStyleBackColor = true; this->tabErrorInfo->UseVisualStyleBackColor = true;
// //
// labPurposeInError
//
this->labPurposeInError->AccessibleDescription = nullptr;
this->labPurposeInError->AccessibleName = nullptr;
resources->ApplyResources(this->labPurposeInError, L"labPurposeInError");
this->labPurposeInError->Font = nullptr;
this->labPurposeInError->Name = L"labPurposeInError";
//
// tboxPurposeInError
//
this->tboxPurposeInError->AccessibleDescription = nullptr;
this->tboxPurposeInError->AccessibleName = nullptr;
resources->ApplyResources(this->tboxPurposeInError, L"tboxPurposeInError");
this->tboxPurposeInError->BackgroundImage = nullptr;
this->tboxPurposeInError->Font = nullptr;
this->tboxPurposeInError->Name = L"tboxPurposeInError";
this->tboxPurposeInError->ReadOnly = true;
//
// tboxGuideErrorInfo // tboxGuideErrorInfo
// //
this->tboxGuideErrorInfo->AccessibleDescription = nullptr; this->tboxGuideErrorInfo->AccessibleDescription = nullptr;
@ -4117,14 +4164,14 @@ private: System::Windows::Forms::RadioButton^ rPurposeZone;
this->gridWarn->ColumnHeadersHeightSizeMode = System::Windows::Forms::DataGridViewColumnHeadersHeightSizeMode::AutoSize; this->gridWarn->ColumnHeadersHeightSizeMode = System::Windows::Forms::DataGridViewColumnHeadersHeightSizeMode::AutoSize;
this->gridWarn->Columns->AddRange(gcnew cli::array< System::Windows::Forms::DataGridViewColumn^ >(4) {this->colWarnName, this->gridWarn->Columns->AddRange(gcnew cli::array< System::Windows::Forms::DataGridViewColumn^ >(4) {this->colWarnName,
this->colWarnBegin, this->colWarnEnd, this->colWarnCause}); this->colWarnBegin, this->colWarnEnd, this->colWarnCause});
dataGridViewCellStyle3->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; dataGridViewCellStyle8->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft;
dataGridViewCellStyle3->BackColor = System::Drawing::SystemColors::Window; dataGridViewCellStyle8->BackColor = System::Drawing::SystemColors::Window;
dataGridViewCellStyle3->Font = (gcnew System::Drawing::Font(L" Pゴシック", 9)); dataGridViewCellStyle8->Font = (gcnew System::Drawing::Font(L" Pゴシック", 9));
dataGridViewCellStyle3->ForeColor = System::Drawing::SystemColors::ControlText; dataGridViewCellStyle8->ForeColor = System::Drawing::SystemColors::ControlText;
dataGridViewCellStyle3->SelectionBackColor = System::Drawing::SystemColors::Highlight; dataGridViewCellStyle8->SelectionBackColor = System::Drawing::SystemColors::Highlight;
dataGridViewCellStyle3->SelectionForeColor = System::Drawing::SystemColors::HighlightText; dataGridViewCellStyle8->SelectionForeColor = System::Drawing::SystemColors::HighlightText;
dataGridViewCellStyle3->WrapMode = System::Windows::Forms::DataGridViewTriState::True; dataGridViewCellStyle8->WrapMode = System::Windows::Forms::DataGridViewTriState::True;
this->gridWarn->DefaultCellStyle = dataGridViewCellStyle3; this->gridWarn->DefaultCellStyle = dataGridViewCellStyle8;
this->gridWarn->Font = nullptr; this->gridWarn->Font = nullptr;
this->gridWarn->GridColor = System::Drawing::SystemColors::Control; this->gridWarn->GridColor = System::Drawing::SystemColors::Control;
this->gridWarn->Name = L"gridWarn"; this->gridWarn->Name = L"gridWarn";
@ -4161,8 +4208,8 @@ private: System::Windows::Forms::RadioButton^ rPurposeZone;
// //
this->gridError->AccessibleDescription = nullptr; this->gridError->AccessibleDescription = nullptr;
this->gridError->AccessibleName = nullptr; this->gridError->AccessibleName = nullptr;
dataGridViewCellStyle4->BackColor = System::Drawing::Color::White; dataGridViewCellStyle9->BackColor = System::Drawing::Color::White;
this->gridError->AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4; this->gridError->AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9;
resources->ApplyResources(this->gridError, L"gridError"); resources->ApplyResources(this->gridError, L"gridError");
this->gridError->AutoSizeRowsMode = System::Windows::Forms::DataGridViewAutoSizeRowsMode::AllCellsExceptHeaders; this->gridError->AutoSizeRowsMode = System::Windows::Forms::DataGridViewAutoSizeRowsMode::AllCellsExceptHeaders;
this->gridError->BackgroundColor = System::Drawing::SystemColors::Control; this->gridError->BackgroundColor = System::Drawing::SystemColors::Control;
@ -4170,14 +4217,14 @@ private: System::Windows::Forms::RadioButton^ rPurposeZone;
this->gridError->ColumnHeadersHeightSizeMode = System::Windows::Forms::DataGridViewColumnHeadersHeightSizeMode::AutoSize; this->gridError->ColumnHeadersHeightSizeMode = System::Windows::Forms::DataGridViewColumnHeadersHeightSizeMode::AutoSize;
this->gridError->Columns->AddRange(gcnew cli::array< System::Windows::Forms::DataGridViewColumn^ >(4) {this->colErrorName, this->gridError->Columns->AddRange(gcnew cli::array< System::Windows::Forms::DataGridViewColumn^ >(4) {this->colErrorName,
this->colErrorBegin, this->colErrorEnd, this->colErrorCause}); this->colErrorBegin, this->colErrorEnd, this->colErrorCause});
dataGridViewCellStyle5->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft; dataGridViewCellStyle10->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft;
dataGridViewCellStyle5->BackColor = System::Drawing::SystemColors::Window; dataGridViewCellStyle10->BackColor = System::Drawing::SystemColors::Window;
dataGridViewCellStyle5->Font = (gcnew System::Drawing::Font(L" Pゴシック", 9)); dataGridViewCellStyle10->Font = (gcnew System::Drawing::Font(L" Pゴシック", 9));
dataGridViewCellStyle5->ForeColor = System::Drawing::SystemColors::ControlText; dataGridViewCellStyle10->ForeColor = System::Drawing::SystemColors::ControlText;
dataGridViewCellStyle5->SelectionBackColor = System::Drawing::SystemColors::Highlight; dataGridViewCellStyle10->SelectionBackColor = System::Drawing::SystemColors::Highlight;
dataGridViewCellStyle5->SelectionForeColor = System::Drawing::SystemColors::HighlightText; dataGridViewCellStyle10->SelectionForeColor = System::Drawing::SystemColors::HighlightText;
dataGridViewCellStyle5->WrapMode = System::Windows::Forms::DataGridViewTriState::True; dataGridViewCellStyle10->WrapMode = System::Windows::Forms::DataGridViewTriState::True;
this->gridError->DefaultCellStyle = dataGridViewCellStyle5; this->gridError->DefaultCellStyle = dataGridViewCellStyle10;
this->gridError->Font = nullptr; this->gridError->Font = nullptr;
this->gridError->GridColor = System::Drawing::SystemColors::Control; this->gridError->GridColor = System::Drawing::SystemColors::Control;
this->gridError->Name = L"gridError"; this->gridError->Name = L"gridError";
@ -4517,7 +4564,7 @@ private: System::Windows::Forms::RadioButton^ rPurposeZone;
{ {
System::Reflection::Assembly ^ass = System::Reflection::Assembly::GetEntryAssembly(); System::Reflection::Assembly ^ass = System::Reflection::Assembly::GetEntryAssembly();
System::Version ^ver = ass->GetName()->Version; System::Version ^ver = ass->GetName()->Version;
return ( ver->Major.ToString() + "." + ver->Minor.ToString() ); return ( ver->Major.ToString() + "." + ver->Minor.ToString() + "TRIAL" );
} }
// SRLに登録されないROM仕様のフォーム入力を // SRLに登録されないROM仕様のフォーム入力を
@ -5756,6 +5803,26 @@ private: System::Windows::Forms::RadioButton^ rPurposeZone;
if( tabMain->SelectedIndex == 6 ) if( tabMain->SelectedIndex == 6 )
{ {
this->updateGrid(); this->updateGrid();
// 提出情報の用途として選択されているラジオボタンを表示する
cli::array<System::Windows::Forms::RadioButton ^> ^rbuts = gcnew cli::array<System::Windows::Forms::RadioButton ^>
{
this->rPurposeCardProduction,
this->rPurposeCardDistribution,
this->rPurposeCardKiosk,
this->rPurposeDSiWare,
this->rPurposeZone,
this->rPurposeDSStation,
this->rPurposeOther
};
this->tboxPurposeInError->Text = "";
for each( System::Windows::Forms::RadioButton ^r in rbuts )
{
if( r->Checked )
{
this->tboxPurposeInError->Text = System::String::Copy( r->Text );
}
}
} }
} }
// 用途の項目のラジオボタン // 用途の項目のラジオボタン

View File

@ -121,6 +121,9 @@
<data name="tboxFile.Size" type="System.Drawing.Size, System.Drawing"> <data name="tboxFile.Size" type="System.Drawing.Size, System.Drawing">
<value>607, 19</value> <value>607, 19</value>
</data> </data>
<data name="gboxSrl.Text" xml:space="preserve">
<value>ROMデータ情報</value>
</data>
<data name="tboxRemasterVer.Size" type="System.Drawing.Size, System.Drawing"> <data name="tboxRemasterVer.Size" type="System.Drawing.Size, System.Drawing">
<value>42, 19</value> <value>42, 19</value>
</data> </data>
@ -211,9 +214,6 @@
<data name="tboxTitleName.Size" type="System.Drawing.Size, System.Drawing"> <data name="tboxTitleName.Size" type="System.Drawing.Size, System.Drawing">
<value>100, 19</value> <value>100, 19</value>
</data> </data>
<data name="gboxSrl.Text" xml:space="preserve">
<value>ROMデータ情報</value>
</data>
<data name="labBackup.Location" type="System.Drawing.Point, System.Drawing"> <data name="labBackup.Location" type="System.Drawing.Point, System.Drawing">
<value>6, 20</value> <value>6, 20</value>
</data> </data>
@ -487,6 +487,9 @@
<data name="cboxIsInputPerson2.Text" xml:space="preserve"> <data name="cboxIsInputPerson2.Text" xml:space="preserve">
<value>担当者2を入力する(任意)</value> <value>担当者2を入力する(任意)</value>
</data> </data>
<data name="gboxPerson2.Text" xml:space="preserve">
<value>担当者2</value>
</data>
<data name="labArbit4.Size" type="System.Drawing.Size, System.Drawing"> <data name="labArbit4.Size" type="System.Drawing.Size, System.Drawing">
<value>37, 12</value> <value>37, 12</value>
</data> </data>
@ -583,8 +586,8 @@
<data name="labCompany2.Text" xml:space="preserve"> <data name="labCompany2.Text" xml:space="preserve">
<value>貴社名</value> <value>貴社名</value>
</data> </data>
<data name="gboxPerson2.Text" xml:space="preserve"> <data name="gboxPerson1.Text" xml:space="preserve">
<value>担当者2</value> <value>担当者1</value>
</data> </data>
<data name="labArbit2.Size" type="System.Drawing.Size, System.Drawing"> <data name="labArbit2.Size" type="System.Drawing.Size, System.Drawing">
<value>37, 12</value> <value>37, 12</value>
@ -685,9 +688,6 @@
<data name="labCompany1.Text" xml:space="preserve"> <data name="labCompany1.Text" xml:space="preserve">
<value>貴社名</value> <value>貴社名</value>
</data> </data>
<data name="gboxPerson1.Text" xml:space="preserve">
<value>担当者1</value>
</data>
<data name="tboxProductCode2.Size" type="System.Drawing.Size, System.Drawing"> <data name="tboxProductCode2.Size" type="System.Drawing.Size, System.Drawing">
<value>45, 19</value> <value>45, 19</value>
</data> </data>
@ -709,6 +709,9 @@
<data name="dateRelease.Size" type="System.Drawing.Size, System.Drawing"> <data name="dateRelease.Size" type="System.Drawing.Size, System.Drawing">
<value>103, 19</value> <value>103, 19</value>
</data> </data>
<data name="gboxSubmitWay.Text" xml:space="preserve">
<value>提出方法</value>
</data>
<data name="rSubmitInternet.Size" type="System.Drawing.Size, System.Drawing"> <data name="rSubmitInternet.Size" type="System.Drawing.Size, System.Drawing">
<value>62, 16</value> <value>62, 16</value>
</data> </data>
@ -724,9 +727,6 @@
<data name="rSubmitPost.Text" xml:space="preserve"> <data name="rSubmitPost.Text" xml:space="preserve">
<value>郵送</value> <value>郵送</value>
</data> </data>
<data name="gboxSubmitWay.Text" xml:space="preserve">
<value>提出方法</value>
</data>
<data name="labSubmiteDate.Location" type="System.Drawing.Point, System.Drawing"> <data name="labSubmiteDate.Location" type="System.Drawing.Point, System.Drawing">
<value>42, 143</value> <value>42, 143</value>
</data> </data>
@ -835,6 +835,9 @@
<data name="tboxProductCode2Foreign1.Size" type="System.Drawing.Size, System.Drawing"> <data name="tboxProductCode2Foreign1.Size" type="System.Drawing.Size, System.Drawing">
<value>46, 19</value> <value>46, 19</value>
</data> </data>
<data name="gboxShared2Size.Text" xml:space="preserve">
<value>Shared2ファイルサイズ</value>
</data>
<data name="labShared2Size5.Size" type="System.Drawing.Size, System.Drawing"> <data name="labShared2Size5.Size" type="System.Drawing.Size, System.Drawing">
<value>34, 12</value> <value>34, 12</value>
</data> </data>
@ -877,9 +880,6 @@
<data name="cboxIsShared2.Text" xml:space="preserve"> <data name="cboxIsShared2.Text" xml:space="preserve">
<value>Shared2ファイル使用</value> <value>Shared2ファイル使用</value>
</data> </data>
<data name="gboxShared2Size.Text" xml:space="preserve">
<value>Shared2ファイルサイズ</value>
</data>
<data name="labLib.Size" type="System.Drawing.Size, System.Drawing"> <data name="labLib.Size" type="System.Drawing.Size, System.Drawing">
<value>79, 12</value> <value>79, 12</value>
</data> </data>
@ -892,6 +892,9 @@
<data name="labSDK.Text" xml:space="preserve"> <data name="labSDK.Text" xml:space="preserve">
<value>SDKバージョン</value> <value>SDKバージョン</value>
</data> </data>
<data name="gboxTWLExInfo.Text" xml:space="preserve">
<value>TWL拡張情報</value>
</data>
<data name="labByte1.Size" type="System.Drawing.Size, System.Drawing"> <data name="labByte1.Size" type="System.Drawing.Size, System.Drawing">
<value>29, 12</value> <value>29, 12</value>
</data> </data>
@ -922,9 +925,6 @@
<data name="tboxKeyTableRomOffset.Size" type="System.Drawing.Size, System.Drawing"> <data name="tboxKeyTableRomOffset.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 19</value> <value>75, 19</value>
</data> </data>
<data name="gboxTWLExInfo.Text" xml:space="preserve">
<value>TWL拡張情報</value>
</data>
<data name="labHex3.Size" type="System.Drawing.Size, System.Drawing"> <data name="labHex3.Size" type="System.Drawing.Size, System.Drawing">
<value>11, 12</value> <value>11, 12</value>
</data> </data>
@ -982,6 +982,9 @@
<data name="cboxIsTmpJump.Text" xml:space="preserve"> <data name="cboxIsTmpJump.Text" xml:space="preserve">
<value>tmpジャンプ許可</value> <value>tmpジャンプ許可</value>
</data> </data>
<data name="gboxAccess.Text" xml:space="preserve">
<value>アクセスコントロール情報</value>
</data>
<data name="labSDAccessRight.Location" type="System.Drawing.Point, System.Drawing"> <data name="labSDAccessRight.Location" type="System.Drawing.Point, System.Drawing">
<value>6, 88</value> <value>6, 88</value>
</data> </data>
@ -1024,9 +1027,6 @@
<data name="cboxIsSD.Text" xml:space="preserve"> <data name="cboxIsSD.Text" xml:space="preserve">
<value>SDカード</value> <value>SDカード</value>
</data> </data>
<data name="gboxAccess.Text" xml:space="preserve">
<value>アクセスコントロール情報</value>
</data>
<data name="labIsGameCardOn2.Location" type="System.Drawing.Point, System.Drawing"> <data name="labIsGameCardOn2.Location" type="System.Drawing.Point, System.Drawing">
<value>294, 381</value> <value>294, 381</value>
</data> </data>
@ -1108,6 +1108,12 @@
<data name="menuStripAbove.Font" type="System.Drawing.Font, System.Drawing"> <data name="menuStripAbove.Font" type="System.Drawing.Font, System.Drawing">
<value> Pゴシック, 9pt</value> <value> Pゴシック, 9pt</value>
</data> </data>
<data name="stripFile.Size" type="System.Drawing.Size, System.Drawing">
<value>58, 20</value>
</data>
<data name="stripFile.Text" xml:space="preserve">
<value>ファイル</value>
</data>
<data name="stripItemOpenRom.Size" type="System.Drawing.Size, System.Drawing"> <data name="stripItemOpenRom.Size" type="System.Drawing.Size, System.Drawing">
<value>215, 22</value> <value>215, 22</value>
</data> </data>
@ -1129,11 +1135,11 @@
<data name="stripItemLoadTemp.Text" xml:space="preserve"> <data name="stripItemLoadTemp.Text" xml:space="preserve">
<value>一時保存した提出情報を開く</value> <value>一時保存した提出情報を開く</value>
</data> </data>
<data name="stripFile.Size" type="System.Drawing.Size, System.Drawing"> <data name="stripMaster.Size" type="System.Drawing.Size, System.Drawing">
<value>58, 20</value> <value>84, 20</value>
</data> </data>
<data name="stripFile.Text" xml:space="preserve"> <data name="stripMaster.Text" xml:space="preserve">
<value>ファイル</value> <value>マスター作成</value>
</data> </data>
<data name="stripItemSheet.Text" xml:space="preserve"> <data name="stripItemSheet.Text" xml:space="preserve">
<value>提出データ一式を作成する</value> <value>提出データ一式を作成する</value>
@ -1147,11 +1153,11 @@
<data name="stripItemMiddlewareHtml.Text" xml:space="preserve"> <data name="stripItemMiddlewareHtml.Text" xml:space="preserve">
<value>ミドルウェアリストのみを作成する (HTML形式)</value> <value>ミドルウェアリストのみを作成する (HTML形式)</value>
</data> </data>
<data name="stripMaster.Size" type="System.Drawing.Size, System.Drawing"> <data name="exportToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>84, 20</value> <value>80, 20</value>
</data> </data>
<data name="stripMaster.Text" xml:space="preserve"> <data name="exportToolStripMenuItem.Text" xml:space="preserve">
<value>マスター作成</value> <value>エクスポート</value>
</data> </data>
<data name="stripItemRomInfoList.Size" type="System.Drawing.Size, System.Drawing"> <data name="stripItemRomInfoList.Size" type="System.Drawing.Size, System.Drawing">
<value>536, 22</value> <value>536, 22</value>
@ -1189,11 +1195,8 @@
<data name="stripItemRomInfoAndErrorListCurrent.Text" xml:space="preserve"> <data name="stripItemRomInfoAndErrorListCurrent.Text" xml:space="preserve">
<value>ROM情報とエラー情報を合わせてHTMLファイルに出力する (現在の入力を反映した情報)</value> <value>ROM情報とエラー情報を合わせてHTMLファイルに出力する (現在の入力を反映した情報)</value>
</data> </data>
<data name="exportToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing"> <data name="stripLang.Size" type="System.Drawing.Size, System.Drawing">
<value>80, 20</value> <value>65, 20</value>
</data>
<data name="exportToolStripMenuItem.Text" xml:space="preserve">
<value>エクスポート</value>
</data> </data>
<data name="stripItemEnglish.Size" type="System.Drawing.Size, System.Drawing"> <data name="stripItemEnglish.Size" type="System.Drawing.Size, System.Drawing">
<value>119, 22</value> <value>119, 22</value>
@ -1201,15 +1204,6 @@
<data name="stripItemJapanese.Size" type="System.Drawing.Size, System.Drawing"> <data name="stripItemJapanese.Size" type="System.Drawing.Size, System.Drawing">
<value>119, 22</value> <value>119, 22</value>
</data> </data>
<data name="stripLang.Size" type="System.Drawing.Size, System.Drawing">
<value>65, 20</value>
</data>
<data name="tboxGuideRomInfo.Size" type="System.Drawing.Size, System.Drawing">
<value>737, 19</value>
</data>
<data name="tboxGuideRomInfo.Text" xml:space="preserve">
<value>このタブの情報は編集不可です。データに誤りがある場合にはROMデータ作成時の設定を見直してください。</value>
</data>
<data name="tabRomInfo.Location" type="System.Drawing.Point, System.Drawing"> <data name="tabRomInfo.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 21</value> <value>4, 21</value>
</data> </data>
@ -1219,6 +1213,24 @@
<data name="tabRomInfo.Text" xml:space="preserve"> <data name="tabRomInfo.Text" xml:space="preserve">
<value>ROM基本情報</value> <value>ROM基本情報</value>
</data> </data>
<data name="tboxGuideRomInfo.Size" type="System.Drawing.Size, System.Drawing">
<value>737, 19</value>
</data>
<data name="tboxGuideRomInfo.Text" xml:space="preserve">
<value>このタブの情報は編集不可です。データに誤りがある場合にはROMデータ作成時の設定を見直してください。</value>
</data>
<data name="tabTWLInfo.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 21</value>
</data>
<data name="tabTWLInfo.Size" type="System.Drawing.Size, System.Drawing">
<value>772, 423</value>
</data>
<data name="tabTWLInfo.Text" xml:space="preserve">
<value>TWL拡張情報</value>
</data>
<data name="gboxLaunch.Text" xml:space="preserve">
<value>DSiメニュー上での起動制限</value>
</data>
<data name="labConnectIcon.Location" type="System.Drawing.Point, System.Drawing"> <data name="labConnectIcon.Location" type="System.Drawing.Point, System.Drawing">
<value>6, 70</value> <value>6, 70</value>
</data> </data>
@ -1231,9 +1243,6 @@
<data name="tboxConnectIcon.Size" type="System.Drawing.Size, System.Drawing"> <data name="tboxConnectIcon.Size" type="System.Drawing.Size, System.Drawing">
<value>192, 19</value> <value>192, 19</value>
</data> </data>
<data name="gboxLaunch.Text" xml:space="preserve">
<value>DSiメニュー上での起動制限</value>
</data>
<data name="tboxGuideTWLInfo.Size" type="System.Drawing.Size, System.Drawing"> <data name="tboxGuideTWLInfo.Size" type="System.Drawing.Size, System.Drawing">
<value>737, 19</value> <value>737, 19</value>
</data> </data>
@ -1243,18 +1252,21 @@
<data name="gboxExFlags.Text" xml:space="preserve"> <data name="gboxExFlags.Text" xml:space="preserve">
<value>TWL拡張諸フラグ</value> <value>TWL拡張諸フラグ</value>
</data> </data>
<data name="tabTWLInfo.Location" type="System.Drawing.Point, System.Drawing"> <data name="tabNandSizeInfo.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 21</value> <value>4, 21</value>
</data> </data>
<data name="tabTWLInfo.Size" type="System.Drawing.Size, System.Drawing"> <data name="tabNandSizeInfo.Size" type="System.Drawing.Size, System.Drawing">
<value>772, 423</value> <value>772, 423</value>
</data> </data>
<data name="tabTWLInfo.Text" xml:space="preserve"> <data name="tabNandSizeInfo.Text" xml:space="preserve">
<value>TWL拡張情報</value> <value>DSiウェア情報</value>
</data> </data>
<data name="tboxGuideNandSizeInfo.Text" xml:space="preserve"> <data name="tboxGuideNandSizeInfo.Text" xml:space="preserve">
<value>このタブの情報はDSiウェア(NANDアプリ)による本体NANDメモリ領域の使用量を確認する場合に必要です。&lt;newline&gt;アプリがゲームカード向けの場合にはNANDメモリ使用量の確認は必要ありません。</value> <value>このタブの情報はDSiウェア(NANDアプリ)による本体NANDメモリ領域の使用量を確認する場合に必要です。&lt;newline&gt;アプリがゲームカード向けの場合にはNANDメモリ使用量の確認は必要ありません。</value>
</data> </data>
<data name="gboxNandSize.Text" xml:space="preserve">
<value>DSiウェアによる本体NANDメモリの使用量</value>
</data>
<data name="tboxSumSizeMB.Size" type="System.Drawing.Size, System.Drawing"> <data name="tboxSumSizeMB.Size" type="System.Drawing.Size, System.Drawing">
<value>94, 19</value> <value>94, 19</value>
</data> </data>
@ -1363,21 +1375,21 @@
<data name="labTmdSize.Text" xml:space="preserve"> <data name="labTmdSize.Text" xml:space="preserve">
<value>その他ファイルサイズ</value> <value>その他ファイルサイズ</value>
</data> </data>
<data name="gboxNandSize.Text" xml:space="preserve"> <data name="tabRomEditInfo.Location" type="System.Drawing.Point, System.Drawing">
<value>DSiウェアによる本体NANDメモリの使用量</value>
</data>
<data name="tabNandSizeInfo.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 21</value> <value>4, 21</value>
</data> </data>
<data name="tabNandSizeInfo.Size" type="System.Drawing.Size, System.Drawing"> <data name="tabRomEditInfo.Size" type="System.Drawing.Size, System.Drawing">
<value>772, 423</value> <value>772, 423</value>
</data> </data>
<data name="tabNandSizeInfo.Text" xml:space="preserve"> <data name="tabRomEditInfo.Text" xml:space="preserve">
<value>DSiウェア情報</value> <value>リージョンとレーティング(編集可)</value>
</data> </data>
<data name="tboxWarningChinaRating.Text" xml:space="preserve"> <data name="tboxWarningChinaRating.Text" xml:space="preserve">
<value>中国にはレーティング審査団体が存在しませんが、将来的に団体が設立された場合においてもレーティング表示が不要なタイトルであるときに限り、「レーティング表示不要 (ツール類のみ選択可)」を選択してください。</value> <value>中国にはレーティング審査団体が存在しませんが、将来的に団体が設立された場合においてもレーティング表示が不要なタイトルであるときに限り、「レーティング表示不要 (ツール類のみ選択可)」を選択してください。</value>
</data> </data>
<data name="gboxOtherSpec.Text" xml:space="preserve">
<value>その他ROM仕様</value>
</data>
<data name="cboxIsUGC.Size" type="System.Drawing.Size, System.Drawing"> <data name="cboxIsUGC.Size" type="System.Drawing.Size, System.Drawing">
<value>210, 16</value> <value>210, 16</value>
</data> </data>
@ -1390,15 +1402,15 @@
<data name="cboxIsPhotoEx.Text" xml:space="preserve"> <data name="cboxIsPhotoEx.Text" xml:space="preserve">
<value>写真交換対応</value> <value>写真交換対応</value>
</data> </data>
<data name="gboxOtherSpec.Text" xml:space="preserve">
<value>その他ROM仕様</value>
</data>
<data name="butSetBack.Text" xml:space="preserve"> <data name="butSetBack.Text" xml:space="preserve">
<value>読み込み時の設定に戻す</value> <value>読み込み時の設定に戻す</value>
</data> </data>
<data name="tboxGuideRomEditInfo.Text" xml:space="preserve"> <data name="tboxGuideRomEditInfo.Text" xml:space="preserve">
<value>このタブの各項目への入力は提出確認書およびマスターROMの作成のために必要です。&lt;newline&gt;これらの情報はマスターROMの作成時にROM内登録データとして登録されます(「その他ROM仕様」を除く)。</value> <value>このタブの各項目への入力は提出確認書およびマスターROMの作成のために必要です。&lt;newline&gt;これらの情報はマスターROMの作成時にROM内登録データとして登録されます(「その他ROM仕様」を除く)。</value>
</data> </data>
<data name="gboxParental.Text" xml:space="preserve">
<value>リージョンとレーティング情報</value>
</data>
<data name="labGRB.Size" type="System.Drawing.Size, System.Drawing"> <data name="labGRB.Size" type="System.Drawing.Size, System.Drawing">
<value>29, 12</value> <value>29, 12</value>
</data> </data>
@ -1426,17 +1438,20 @@
<data name="cboxIsUnnecessaryRating.Text" xml:space="preserve"> <data name="cboxIsUnnecessaryRating.Text" xml:space="preserve">
<value>レーティング表示不要 (ツール類のみ選択可)</value> <value>レーティング表示不要 (ツール類のみ選択可)</value>
</data> </data>
<data name="gboxParental.Text" xml:space="preserve"> <data name="tabSubmitInfo.Location" type="System.Drawing.Point, System.Drawing">
<value>リージョンとレーティング情報</value>
</data>
<data name="tabRomEditInfo.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 21</value> <value>4, 21</value>
</data> </data>
<data name="tabRomEditInfo.Size" type="System.Drawing.Size, System.Drawing"> <data name="tabSubmitInfo.Size" type="System.Drawing.Size, System.Drawing">
<value>772, 423</value> <value>772, 423</value>
</data> </data>
<data name="tabRomEditInfo.Text" xml:space="preserve"> <data name="tabSubmitInfo.Text" xml:space="preserve">
<value>リージョンとレーティング(編集可)</value> <value>提出情報(要入力)</value>
</data>
<data name="gboxPurpose.Text" xml:space="preserve">
<value>用途</value>
</data>
<data name="gboxPurposeNetwork.Text" xml:space="preserve">
<value>ネットワーク配信ソフト</value>
</data> </data>
<data name="rPurposeDSStation.Size" type="System.Drawing.Size, System.Drawing"> <data name="rPurposeDSStation.Size" type="System.Drawing.Size, System.Drawing">
<value>92, 16</value> <value>92, 16</value>
@ -1453,9 +1468,6 @@
<data name="rPurposeDSiWare.Text" xml:space="preserve"> <data name="rPurposeDSiWare.Text" xml:space="preserve">
<value>DSiウェア</value> <value>DSiウェア</value>
</data> </data>
<data name="gboxPurposeNetwork.Text" xml:space="preserve">
<value>ネットワーク配信ソフト</value>
</data>
<data name="tboxPurposeOther.Size" type="System.Drawing.Size, System.Drawing"> <data name="tboxPurposeOther.Size" type="System.Drawing.Size, System.Drawing">
<value>349, 19</value> <value>349, 19</value>
</data> </data>
@ -1465,6 +1477,9 @@
<data name="rPurposeOther.Text" xml:space="preserve"> <data name="rPurposeOther.Text" xml:space="preserve">
<value>その他</value> <value>その他</value>
</data> </data>
<data name="gboxPurposeCard.Text" xml:space="preserve">
<value>カード生産ソフト</value>
</data>
<data name="rPurposeCardProduction.Size" type="System.Drawing.Size, System.Drawing"> <data name="rPurposeCardProduction.Size" type="System.Drawing.Size, System.Drawing">
<value>113, 16</value> <value>113, 16</value>
</data> </data>
@ -1483,12 +1498,6 @@
<data name="rPurposeCardKiosk.Text" xml:space="preserve"> <data name="rPurposeCardKiosk.Text" xml:space="preserve">
<value>店頭体験版(単独型)</value> <value>店頭体験版(単独型)</value>
</data> </data>
<data name="gboxPurposeCard.Text" xml:space="preserve">
<value>カード生産ソフト</value>
</data>
<data name="gboxPurpose.Text" xml:space="preserve">
<value>用途</value>
</data>
<data name="labProductNameLimit.Text" xml:space="preserve"> <data name="labProductNameLimit.Text" xml:space="preserve">
<value>(100文字以内)</value> <value>(100文字以内)</value>
</data> </data>
@ -1498,6 +1507,9 @@
<data name="tboxGuideSubmitInfo.Text" xml:space="preserve"> <data name="tboxGuideSubmitInfo.Text" xml:space="preserve">
<value>このタブの情報は提出確認書の作成に必要です。入力してください。</value> <value>このタブの情報は提出確認書の作成に必要です。入力してください。</value>
</data> </data>
<data name="gboxForeign.Text" xml:space="preserve">
<value>海外版</value>
</data>
<data name="labProductNameLimitForeign.Text" xml:space="preserve"> <data name="labProductNameLimitForeign.Text" xml:space="preserve">
<value>(100文字以内)</value> <value>(100文字以内)</value>
</data> </data>
@ -1507,24 +1519,6 @@
<data name="labMultiForeign2.Text" xml:space="preserve"> <data name="labMultiForeign2.Text" xml:space="preserve">
<value>(複数ある場合のみ)</value> <value>(複数ある場合のみ)</value>
</data> </data>
<data name="gboxForeign.Text" xml:space="preserve">
<value>海外版</value>
</data>
<data name="tabSubmitInfo.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 21</value>
</data>
<data name="tabSubmitInfo.Size" type="System.Drawing.Size, System.Drawing">
<value>772, 423</value>
</data>
<data name="tabSubmitInfo.Text" xml:space="preserve">
<value>提出情報(要入力)</value>
</data>
<data name="tboxGuideCompanyInfo.Size" type="System.Drawing.Size, System.Drawing">
<value>737, 19</value>
</data>
<data name="tboxGuideCompanyInfo.Text" xml:space="preserve">
<value>このタブの情報は提出確認書の作成に必要です。入力してください。</value>
</data>
<data name="tabCompanyInfo.Location" type="System.Drawing.Point, System.Drawing"> <data name="tabCompanyInfo.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 21</value> <value>4, 21</value>
</data> </data>
@ -1534,9 +1528,39 @@
<data name="tabCompanyInfo.Text" xml:space="preserve"> <data name="tabCompanyInfo.Text" xml:space="preserve">
<value>会社情報(要入力)</value> <value>会社情報(要入力)</value>
</data> </data>
<data name="tboxGuideCompanyInfo.Size" type="System.Drawing.Size, System.Drawing">
<value>737, 19</value>
</data>
<data name="tboxGuideCompanyInfo.Text" xml:space="preserve">
<value>このタブの情報は提出確認書の作成に必要です。入力してください。</value>
</data>
<data name="tabErrorInfo.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 21</value>
</data>
<data name="tabErrorInfo.Size" type="System.Drawing.Size, System.Drawing">
<value>772, 423</value>
</data>
<data name="tabErrorInfo.Text" xml:space="preserve">
<value>エラー情報</value>
</data>
<data name="labPurposeInError.Location" type="System.Drawing.Point, System.Drawing">
<value>512, 91</value>
</data>
<data name="labPurposeInError.Size" type="System.Drawing.Size, System.Drawing">
<value>66, 12</value>
</data>
<data name="labPurposeInError.Text" xml:space="preserve">
<value>ROMの用途</value>
</data>
<data name="tboxPurposeInError.Size" type="System.Drawing.Size, System.Drawing">
<value>181, 19</value>
</data>
<data name="tboxGuideErrorInfo.Text" xml:space="preserve"> <data name="tboxGuideErrorInfo.Text" xml:space="preserve">
<value>このタブには読み込んだROMデータの問題点と本プログラムでの入力ミスが列挙されます。&lt;newline&gt;赤文字の項目は、本プログラムで修正不可です。ROMデータ作成時の設定をご確認ください。&lt;newline&gt;青文字の項目は、ROMデータの問題点のうち、本プログラムで修正できるものです。&lt;newline&gt;黒文字の項目は、提出情報と会社情報の入力ミスおよび入力漏れです。</value> <value>このタブには読み込んだROMデータの問題点と本プログラムでの入力ミスが列挙されます。&lt;newline&gt;赤文字の項目は、本プログラムで修正不可です。ROMデータ作成時の設定をご確認ください。&lt;newline&gt;青文字の項目は、ROMデータの問題点のうち、本プログラムで修正できるものです。&lt;newline&gt;黒文字の項目は、提出情報と会社情報の入力ミスおよび入力漏れです。</value>
</data> </data>
<data name="gboxErrorTiming.Text" xml:space="preserve">
<value>いつの情報を表示するか</value>
</data>
<data name="rErrorCurrent.Size" type="System.Drawing.Size, System.Drawing"> <data name="rErrorCurrent.Size" type="System.Drawing.Size, System.Drawing">
<value>117, 16</value> <value>117, 16</value>
</data> </data>
@ -1549,9 +1573,6 @@
<data name="rErrorReading.Text" xml:space="preserve"> <data name="rErrorReading.Text" xml:space="preserve">
<value>ROMデータ読み込み時</value> <value>ROMデータ読み込み時</value>
</data> </data>
<data name="gboxErrorTiming.Text" xml:space="preserve">
<value>いつの情報を表示するか</value>
</data>
<data name="labWarn.Size" type="System.Drawing.Size, System.Drawing"> <data name="labWarn.Size" type="System.Drawing.Size, System.Drawing">
<value>370, 12</value> <value>370, 12</value>
</data> </data>
@ -1588,15 +1609,6 @@
<data name="colErrorCause.HeaderText" xml:space="preserve"> <data name="colErrorCause.HeaderText" xml:space="preserve">
<value>要因</value> <value>要因</value>
</data> </data>
<data name="tabErrorInfo.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 21</value>
</data>
<data name="tabErrorInfo.Size" type="System.Drawing.Size, System.Drawing">
<value>772, 423</value>
</data>
<data name="tabErrorInfo.Text" xml:space="preserve">
<value>エラー情報</value>
</data>
<data name="labFile.Location" type="System.Drawing.Point, System.Drawing"> <data name="labFile.Location" type="System.Drawing.Point, System.Drawing">
<value>13, 50</value> <value>13, 50</value>
</data> </data>

View File

@ -478,6 +478,7 @@ void MasterEditorTWL::Form1::changeLanguage( System::String ^langname )
resources->ApplyResources(this->gboxPurposeCard, L"gboxPurposeCard"); resources->ApplyResources(this->gboxPurposeCard, L"gboxPurposeCard");
resources->ApplyResources(this->gboxPurposeNetwork, L"gboxPurposeNetwork"); resources->ApplyResources(this->gboxPurposeNetwork, L"gboxPurposeNetwork");
resources->ApplyResources(this->gboxPurpose, L"gboxPurpose"); resources->ApplyResources(this->gboxPurpose, L"gboxPurpose");
resources->ApplyResources(this->labPurposeInError, L"labPurposeInError");
resources->ApplyResources(this, L"$this"); resources->ApplyResources(this, L"$this");
// テキストボックスの表記を変更 // テキストボックスの表記を変更
@ -487,16 +488,18 @@ void MasterEditorTWL::Form1::changeLanguage( System::String ^langname )
} }
// 中国用特別メッセージ // 中国用特別メッセージ
// デフォルトでVisible=falseなのでリソースを読み込みなおすと表示されていてもVisible=falseに初期化されてしまう // デフォルトでVisible=falseなのでリソースを読み込みなおすと表示されていてもVisible=falseに初期化されてしまうため
// いったん退避しておく必要がある
bool visible = this->tboxWarningChinaRating->Visible; bool visible = this->tboxWarningChinaRating->Visible;
resources->ApplyResources(this->tboxWarningChinaRating, L"tboxWarningChinaRating"); resources->ApplyResources(this->tboxWarningChinaRating, L"tboxWarningChinaRating");
this->tboxWarningChinaRating->Visible = visible; this->tboxWarningChinaRating->Visible = visible;
// バックアップメモリのテキストボックス // コンボボックスやテキストボックスの中身の表示を更新する
this->combBackup_SelectedIndexChanged( nullptr, nullptr ); this->combBackup_SelectedIndexChanged( nullptr, nullptr );
this->cboxReleaseForeign_CheckedChanged( nullptr, nullptr ); this->cboxReleaseForeign_CheckedChanged( nullptr, nullptr );
this->cboxIsInputPerson2_CheckedChanged( nullptr, nullptr ); this->cboxIsInputPerson2_CheckedChanged( nullptr, nullptr );
//this->rUsageOther_CheckedChanged( nullptr, nullptr ); //this->rUsageOther_CheckedChanged( nullptr, nullptr );
this->tabMain_SelectedIndexChanged( nullptr, nullptr );
// 「レーティング表示不要」にチェックが入っているときのみレーティングのコンボボックスのテキストを変更 // 「レーティング表示不要」にチェックが入っているときのみレーティングのコンボボックスのテキストを変更
// (それ以外のときにはApplyResourcesで自動的に切り替わる) // (それ以外のときにはApplyResourcesで自動的に切り替わる)