マスタエディタ:GUIと提出確認書から使用NANDブロック数の項目を削除。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@147 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
nishikawa_takeshi 2009-01-27 11:55:39 +00:00
parent d550b5dd99
commit 7113896da7
10 changed files with 321 additions and 515 deletions

View File

@ -635,10 +635,10 @@ private: System::Windows::Forms::Label^ labNandSize;
private: System::Windows::Forms::Label^ labNandSizeFS;
private: System::Windows::Forms::Label^ labSumSize;
private: System::Windows::Forms::Label^ labShopBlock;
private: System::Windows::Forms::Label^ labShopBlock2;
private: System::Windows::Forms::GroupBox^ gboxNandSize;
private: System::Windows::Forms::TextBox^ tboxShopBlock;
private: System::Windows::Forms::TextBox^ tboxSumSize;
@ -658,7 +658,7 @@ private: System::Windows::Forms::TextBox^ tboxSubBannerSize;
private: System::Windows::Forms::Label^ labShopBlockUnit;
private: System::Windows::Forms::Label^ labArrow5;
private: System::Windows::Forms::Label^ labArrow4;
@ -828,11 +828,11 @@ private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataSDKVer;
void InitializeComponent(void)
{
System::ComponentModel::ComponentResourceManager^ resources = (gcnew System::ComponentModel::ComponentResourceManager(Form1::typeid));
System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle1 = (gcnew System::Windows::Forms::DataGridViewCellStyle());
System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle2 = (gcnew System::Windows::Forms::DataGridViewCellStyle());
System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle3 = (gcnew System::Windows::Forms::DataGridViewCellStyle());
System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle4 = (gcnew System::Windows::Forms::DataGridViewCellStyle());
System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle5 = (gcnew System::Windows::Forms::DataGridViewCellStyle());
System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle6 = (gcnew System::Windows::Forms::DataGridViewCellStyle());
System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle7 = (gcnew System::Windows::Forms::DataGridViewCellStyle());
System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle8 = (gcnew System::Windows::Forms::DataGridViewCellStyle());
System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle9 = (gcnew System::Windows::Forms::DataGridViewCellStyle());
System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle10 = (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());
@ -1045,13 +1045,11 @@ private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataSDKVer;
this->labBracketL = (gcnew System::Windows::Forms::Label());
this->tboxSumSizeMB = (gcnew System::Windows::Forms::TextBox());
this->tboxSrlSize = (gcnew System::Windows::Forms::TextBox());
this->labShopBlockUnit = (gcnew System::Windows::Forms::Label());
this->labArrow5 = (gcnew System::Windows::Forms::Label());
this->labArrow4 = (gcnew System::Windows::Forms::Label());
this->labArrow3 = (gcnew System::Windows::Forms::Label());
this->labArrow2 = (gcnew System::Windows::Forms::Label());
this->labArrow1 = (gcnew System::Windows::Forms::Label());
this->tboxShopBlock = (gcnew System::Windows::Forms::TextBox());
this->tboxSumSize = (gcnew System::Windows::Forms::TextBox());
this->tboxTmdSizeFS = (gcnew System::Windows::Forms::TextBox());
this->tboxSubBannerSizeFS = (gcnew System::Windows::Forms::TextBox());
@ -1061,9 +1059,7 @@ private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataSDKVer;
this->tboxTmdSize = (gcnew System::Windows::Forms::TextBox());
this->tboxSubBannerSize = (gcnew System::Windows::Forms::TextBox());
this->labNandSize = (gcnew System::Windows::Forms::Label());
this->labShopBlock2 = (gcnew System::Windows::Forms::Label());
this->labNandSizeFS = (gcnew System::Windows::Forms::Label());
this->labShopBlock = (gcnew System::Windows::Forms::Label());
this->labSrlSize = (gcnew System::Windows::Forms::Label());
this->labSumSize2 = (gcnew System::Windows::Forms::Label());
this->labSumSize = (gcnew System::Windows::Forms::Label());
@ -3063,15 +3059,15 @@ private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataSDKVer;
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});
dataGridViewCellStyle1->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft;
dataGridViewCellStyle1->BackColor = System::Drawing::SystemColors::Window;
dataGridViewCellStyle1->Font = (gcnew System::Drawing::Font(L"MS UI Gothic", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point,
dataGridViewCellStyle6->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft;
dataGridViewCellStyle6->BackColor = System::Drawing::SystemColors::Window;
dataGridViewCellStyle6->Font = (gcnew System::Drawing::Font(L"MS UI Gothic", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point,
static_cast<System::Byte>(128)));
dataGridViewCellStyle1->ForeColor = System::Drawing::SystemColors::ControlText;
dataGridViewCellStyle1->SelectionBackColor = System::Drawing::SystemColors::Highlight;
dataGridViewCellStyle1->SelectionForeColor = System::Drawing::SystemColors::HighlightText;
dataGridViewCellStyle1->WrapMode = System::Windows::Forms::DataGridViewTriState::True;
this->gridSDK->DefaultCellStyle = dataGridViewCellStyle1;
dataGridViewCellStyle6->ForeColor = System::Drawing::SystemColors::ControlText;
dataGridViewCellStyle6->SelectionBackColor = System::Drawing::SystemColors::Highlight;
dataGridViewCellStyle6->SelectionForeColor = System::Drawing::SystemColors::HighlightText;
dataGridViewCellStyle6->WrapMode = System::Windows::Forms::DataGridViewTriState::True;
this->gridSDK->DefaultCellStyle = dataGridViewCellStyle6;
this->gridSDK->Font = nullptr;
this->gridSDK->Name = L"gridSDK";
this->gridSDK->ReadOnly = true;
@ -3097,15 +3093,15 @@ private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataSDKVer;
this->gridLibrary->ColumnHeadersHeightSizeMode = System::Windows::Forms::DataGridViewColumnHeadersHeightSizeMode::AutoSize;
this->gridLibrary->Columns->AddRange(gcnew cli::array< System::Windows::Forms::DataGridViewColumn^ >(2) {this->colLibPublisher,
this->colLibName});
dataGridViewCellStyle2->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft;
dataGridViewCellStyle2->BackColor = System::Drawing::SystemColors::Window;
dataGridViewCellStyle2->Font = (gcnew System::Drawing::Font(L"MS UI Gothic", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point,
dataGridViewCellStyle7->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft;
dataGridViewCellStyle7->BackColor = System::Drawing::SystemColors::Window;
dataGridViewCellStyle7->Font = (gcnew System::Drawing::Font(L"MS UI Gothic", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point,
static_cast<System::Byte>(128)));
dataGridViewCellStyle2->ForeColor = System::Drawing::SystemColors::ControlText;
dataGridViewCellStyle2->SelectionBackColor = System::Drawing::SystemColors::Highlight;
dataGridViewCellStyle2->SelectionForeColor = System::Drawing::SystemColors::HighlightText;
dataGridViewCellStyle2->WrapMode = System::Windows::Forms::DataGridViewTriState::True;
this->gridLibrary->DefaultCellStyle = dataGridViewCellStyle2;
dataGridViewCellStyle7->ForeColor = System::Drawing::SystemColors::ControlText;
dataGridViewCellStyle7->SelectionBackColor = System::Drawing::SystemColors::Highlight;
dataGridViewCellStyle7->SelectionForeColor = System::Drawing::SystemColors::HighlightText;
dataGridViewCellStyle7->WrapMode = System::Windows::Forms::DataGridViewTriState::True;
this->gridLibrary->DefaultCellStyle = dataGridViewCellStyle7;
this->gridLibrary->Font = nullptr;
this->gridLibrary->Name = L"gridLibrary";
this->gridLibrary->ReadOnly = true;
@ -3246,13 +3242,11 @@ private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataSDKVer;
this->gboxNandSize->Controls->Add(this->labBracketL);
this->gboxNandSize->Controls->Add(this->tboxSumSizeMB);
this->gboxNandSize->Controls->Add(this->tboxSrlSize);
this->gboxNandSize->Controls->Add(this->labShopBlockUnit);
this->gboxNandSize->Controls->Add(this->labArrow5);
this->gboxNandSize->Controls->Add(this->labArrow4);
this->gboxNandSize->Controls->Add(this->labArrow3);
this->gboxNandSize->Controls->Add(this->labArrow2);
this->gboxNandSize->Controls->Add(this->labArrow1);
this->gboxNandSize->Controls->Add(this->tboxShopBlock);
this->gboxNandSize->Controls->Add(this->tboxSumSize);
this->gboxNandSize->Controls->Add(this->tboxTmdSizeFS);
this->gboxNandSize->Controls->Add(this->tboxSubBannerSizeFS);
@ -3262,10 +3256,8 @@ private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataSDKVer;
this->gboxNandSize->Controls->Add(this->tboxTmdSize);
this->gboxNandSize->Controls->Add(this->tboxSubBannerSize);
this->gboxNandSize->Controls->Add(this->labNandSize);
this->gboxNandSize->Controls->Add(this->labShopBlock2);
this->gboxNandSize->Controls->Add(this->labNandSizeFS);
this->gboxNandSize->Controls->Add(this->tboxPrivateSize);
this->gboxNandSize->Controls->Add(this->labShopBlock);
this->gboxNandSize->Controls->Add(this->labSrlSize);
this->gboxNandSize->Controls->Add(this->labPrivateSize);
this->gboxNandSize->Controls->Add(this->labSumSize2);
@ -3312,14 +3304,6 @@ private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataSDKVer;
this->tboxSrlSize->Name = L"tboxSrlSize";
this->tboxSrlSize->ReadOnly = true;
//
// labShopBlockUnit
//
this->labShopBlockUnit->AccessibleDescription = nullptr;
this->labShopBlockUnit->AccessibleName = nullptr;
resources->ApplyResources(this->labShopBlockUnit, L"labShopBlockUnit");
this->labShopBlockUnit->Font = nullptr;
this->labShopBlockUnit->Name = L"labShopBlockUnit";
//
// labArrow5
//
this->labArrow5->AccessibleDescription = nullptr;
@ -3360,16 +3344,6 @@ private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataSDKVer;
this->labArrow1->Font = nullptr;
this->labArrow1->Name = L"labArrow1";
//
// tboxShopBlock
//
this->tboxShopBlock->AccessibleDescription = nullptr;
this->tboxShopBlock->AccessibleName = nullptr;
resources->ApplyResources(this->tboxShopBlock, L"tboxShopBlock");
this->tboxShopBlock->BackgroundImage = nullptr;
this->tboxShopBlock->Font = nullptr;
this->tboxShopBlock->Name = L"tboxShopBlock";
this->tboxShopBlock->ReadOnly = true;
//
// tboxSumSize
//
this->tboxSumSize->AccessibleDescription = nullptr;
@ -3458,14 +3432,6 @@ private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataSDKVer;
this->labNandSize->Font = nullptr;
this->labNandSize->Name = L"labNandSize";
//
// labShopBlock2
//
this->labShopBlock2->AccessibleDescription = nullptr;
this->labShopBlock2->AccessibleName = nullptr;
resources->ApplyResources(this->labShopBlock2, L"labShopBlock2");
this->labShopBlock2->Font = nullptr;
this->labShopBlock2->Name = L"labShopBlock2";
//
// labNandSizeFS
//
this->labNandSizeFS->AccessibleDescription = nullptr;
@ -3474,14 +3440,6 @@ private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataSDKVer;
this->labNandSizeFS->Font = nullptr;
this->labNandSizeFS->Name = L"labNandSizeFS";
//
// labShopBlock
//
this->labShopBlock->AccessibleDescription = nullptr;
this->labShopBlock->AccessibleName = nullptr;
resources->ApplyResources(this->labShopBlock, L"labShopBlock");
this->labShopBlock->Font = nullptr;
this->labShopBlock->Name = L"labShopBlock";
//
// labSrlSize
//
this->labSrlSize->AccessibleDescription = nullptr;
@ -3837,15 +3795,15 @@ private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataSDKVer;
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});
dataGridViewCellStyle3->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft;
dataGridViewCellStyle3->BackColor = System::Drawing::SystemColors::Window;
dataGridViewCellStyle3->Font = (gcnew System::Drawing::Font(L"MS UI Gothic", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point,
dataGridViewCellStyle8->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft;
dataGridViewCellStyle8->BackColor = System::Drawing::SystemColors::Window;
dataGridViewCellStyle8->Font = (gcnew System::Drawing::Font(L"MS UI Gothic", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point,
static_cast<System::Byte>(128)));
dataGridViewCellStyle3->ForeColor = System::Drawing::SystemColors::ControlText;
dataGridViewCellStyle3->SelectionBackColor = System::Drawing::SystemColors::Highlight;
dataGridViewCellStyle3->SelectionForeColor = System::Drawing::SystemColors::HighlightText;
dataGridViewCellStyle3->WrapMode = System::Windows::Forms::DataGridViewTriState::True;
this->gridWarn->DefaultCellStyle = dataGridViewCellStyle3;
dataGridViewCellStyle8->ForeColor = System::Drawing::SystemColors::ControlText;
dataGridViewCellStyle8->SelectionBackColor = System::Drawing::SystemColors::Highlight;
dataGridViewCellStyle8->SelectionForeColor = System::Drawing::SystemColors::HighlightText;
dataGridViewCellStyle8->WrapMode = System::Windows::Forms::DataGridViewTriState::True;
this->gridWarn->DefaultCellStyle = dataGridViewCellStyle8;
this->gridWarn->Font = nullptr;
this->gridWarn->GridColor = System::Drawing::SystemColors::Control;
this->gridWarn->Name = L"gridWarn";
@ -3882,8 +3840,8 @@ private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataSDKVer;
//
this->gridError->AccessibleDescription = nullptr;
this->gridError->AccessibleName = nullptr;
dataGridViewCellStyle4->BackColor = System::Drawing::Color::White;
this->gridError->AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
dataGridViewCellStyle9->BackColor = System::Drawing::Color::White;
this->gridError->AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9;
resources->ApplyResources(this->gridError, L"gridError");
this->gridError->AutoSizeRowsMode = System::Windows::Forms::DataGridViewAutoSizeRowsMode::AllCellsExceptHeaders;
this->gridError->BackgroundColor = System::Drawing::SystemColors::Control;
@ -3891,15 +3849,15 @@ private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataSDKVer;
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});
dataGridViewCellStyle5->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft;
dataGridViewCellStyle5->BackColor = System::Drawing::SystemColors::Window;
dataGridViewCellStyle5->Font = (gcnew System::Drawing::Font(L"MS UI Gothic", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point,
dataGridViewCellStyle10->Alignment = System::Windows::Forms::DataGridViewContentAlignment::MiddleLeft;
dataGridViewCellStyle10->BackColor = System::Drawing::SystemColors::Window;
dataGridViewCellStyle10->Font = (gcnew System::Drawing::Font(L"MS UI Gothic", 9, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point,
static_cast<System::Byte>(128)));
dataGridViewCellStyle5->ForeColor = System::Drawing::SystemColors::ControlText;
dataGridViewCellStyle5->SelectionBackColor = System::Drawing::SystemColors::Highlight;
dataGridViewCellStyle5->SelectionForeColor = System::Drawing::SystemColors::HighlightText;
dataGridViewCellStyle5->WrapMode = System::Windows::Forms::DataGridViewTriState::True;
this->gridError->DefaultCellStyle = dataGridViewCellStyle5;
dataGridViewCellStyle10->ForeColor = System::Drawing::SystemColors::ControlText;
dataGridViewCellStyle10->SelectionBackColor = System::Drawing::SystemColors::Highlight;
dataGridViewCellStyle10->SelectionForeColor = System::Drawing::SystemColors::HighlightText;
dataGridViewCellStyle10->WrapMode = System::Windows::Forms::DataGridViewTriState::True;
this->gridError->DefaultCellStyle = dataGridViewCellStyle10;
this->gridError->Font = nullptr;
this->gridError->GridColor = System::Drawing::SystemColors::Control;
this->gridError->Name = L"gridError";

View File

@ -117,6 +117,9 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="gboxSrl.Text" xml:space="preserve">
<value>ROMデータ情報</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="labPlatform.Size" type="System.Drawing.Size, System.Drawing">
<value>73, 12</value>
@ -160,9 +163,6 @@
<data name="labRemasterVer.Text" xml:space="preserve">
<value>リマスターバージョン</value>
</data>
<data name="gboxSrl.Text" xml:space="preserve">
<value>ROMデータ情報</value>
</data>
<data name="labBackup.Size" type="System.Drawing.Size, System.Drawing">
<value>79, 12</value>
</data>
@ -364,6 +364,9 @@
<data name="cboxIsInputPerson2.Text" xml:space="preserve">
<value>担当者2を入力する(任意)</value>
</data>
<data name="gboxPerson2.Text" xml:space="preserve">
<value>担当者2</value>
</data>
<data name="labArbit4.Size" type="System.Drawing.Size, System.Drawing">
<value>37, 12</value>
</data>
@ -400,8 +403,8 @@
<data name="labCompany2.Text" xml:space="preserve">
<value>貴社名</value>
</data>
<data name="gboxPerson2.Text" xml:space="preserve">
<value>担当者2</value>
<data name="gboxPerson1.Text" xml:space="preserve">
<value>担当者1</value>
</data>
<data name="labArbit2.Size" type="System.Drawing.Size, System.Drawing">
<value>37, 12</value>
@ -439,8 +442,8 @@
<data name="labCompany1.Text" xml:space="preserve">
<value>貴社名</value>
</data>
<data name="gboxPerson1.Text" xml:space="preserve">
<value>担当者1</value>
<data name="gboxUsage.Text" xml:space="preserve">
<value>目的</value>
</data>
<data name="rUsageOther.Size" type="System.Drawing.Size, System.Drawing">
<value>54, 16</value>
@ -466,8 +469,8 @@
<data name="rUsageSale.Text" xml:space="preserve">
<value>一般販売用</value>
</data>
<data name="gboxUsage.Text" xml:space="preserve">
<value>目的</value>
<data name="gboxSubmitWay.Text" xml:space="preserve">
<value>提出方法</value>
</data>
<data name="rSubmitHand.Size" type="System.Drawing.Size, System.Drawing">
<value>56, 16</value>
@ -481,9 +484,6 @@
<data name="rSubmitPost.Text" xml:space="preserve">
<value>郵送</value>
</data>
<data name="gboxSubmitWay.Text" xml:space="preserve">
<value>提出方法</value>
</data>
<data name="labSubmiteDate.Size" type="System.Drawing.Size, System.Drawing">
<value>65, 12</value>
</data>
@ -544,15 +544,15 @@
<data name="labProductCodeForeign.Text" xml:space="preserve">
<value>製品コード</value>
</data>
<data name="gboxShared2Size.Text" xml:space="preserve">
<value>Shared2ファイルサイズ</value>
</data>
<data name="cboxIsShared2.Size" type="System.Drawing.Size, System.Drawing">
<value>123, 16</value>
</data>
<data name="cboxIsShared2.Text" xml:space="preserve">
<value>Shared2ファイル使用</value>
</data>
<data name="gboxShared2Size.Text" xml:space="preserve">
<value>Shared2ファイルサイズ</value>
</data>
<data name="labLib.Size" type="System.Drawing.Size, System.Drawing">
<value>70, 12</value>
</data>
@ -565,6 +565,9 @@
<data name="labSDK.Text" xml:space="preserve">
<value>SDKバージョン</value>
</data>
<data name="gboxTWLExInfo.Text" xml:space="preserve">
<value>TWL拡張情報</value>
</data>
<data name="labIsCodec.Size" type="System.Drawing.Size, System.Drawing">
<value>72, 12</value>
</data>
@ -577,9 +580,6 @@
<data name="labKeyTableRomOffset.Text" xml:space="preserve">
<value>TWL専用領域ROMオフセット</value>
</data>
<data name="gboxTWLExInfo.Text" xml:space="preserve">
<value>TWL拡張情報</value>
</data>
<data name="labNormalRomOffset.Size" type="System.Drawing.Size, System.Drawing">
<value>155, 12</value>
</data>
@ -587,10 +587,10 @@
<value>TWLーマル領域ROMオフセット</value>
</data>
<data name="labPrivateSize.Size" type="System.Drawing.Size, System.Drawing">
<value>121, 12</value>
<value>127, 12</value>
</data>
<data name="labPrivateSize.Text" xml:space="preserve">
<value>Privatセーブデータサイズ</value>
<value>Privateセーブデータサイズ</value>
</data>
<data name="labPublicSize.Size" type="System.Drawing.Size, System.Drawing">
<value>122, 12</value>
@ -616,6 +616,9 @@
<data name="cboxIsTmpJump.Text" xml:space="preserve">
<value>tmpジャンプ許可</value>
</data>
<data name="gboxAccess.Text" xml:space="preserve">
<value>アクセスコントロール情報</value>
</data>
<data name="labIsGameCardOn2.Size" type="System.Drawing.Size, System.Drawing">
<value>98, 12</value>
</data>
@ -643,9 +646,6 @@
<data name="cboxIsSD.Text" xml:space="preserve">
<value>SDカード</value>
</data>
<data name="gboxAccess.Text" xml:space="preserve">
<value>アクセスコントロール情報</value>
</data>
<data name="labAppType.Location" type="System.Drawing.Point, System.Drawing">
<value>24, 79</value>
</data>
@ -662,7 +662,7 @@
<value>その他アプリ情報</value>
</data>
<data name="labMedia.Location" type="System.Drawing.Point, System.Drawing">
<value>236, 62</value>
<value>230, 68</value>
</data>
<data name="labMedia.Size" type="System.Drawing.Size, System.Drawing">
<value>74, 12</value>
@ -679,6 +679,12 @@
<data name="gboxProd.Text" xml:space="preserve">
<value>ROM提出情報</value>
</data>
<data name="stripFile.Size" type="System.Drawing.Size, System.Drawing">
<value>51, 20</value>
</data>
<data name="stripFile.Text" xml:space="preserve">
<value>ファイル</value>
</data>
<data name="stripItemOpenRom.Size" type="System.Drawing.Size, System.Drawing">
<value>211, 22</value>
</data>
@ -700,11 +706,11 @@
<data name="stripItemLoadTemp.Text" xml:space="preserve">
<value>一時保存した提出情報を開く</value>
</data>
<data name="stripFile.Size" type="System.Drawing.Size, System.Drawing">
<value>51, 20</value>
<data name="stripMaster.Size" type="System.Drawing.Size, System.Drawing">
<value>53, 20</value>
</data>
<data name="stripFile.Text" xml:space="preserve">
<value>ファイル</value>
<data name="stripMaster.Text" xml:space="preserve">
<value>マスター</value>
</data>
<data name="stripItemSheet.Size" type="System.Drawing.Size, System.Drawing">
<value>280, 22</value>
@ -733,17 +739,17 @@
<data name="stripItemMiddlewareHtml.Text" xml:space="preserve">
<value>ミドルウェアリストのみを作成する(HTML形式)</value>
</data>
<data name="stripMaster.Size" type="System.Drawing.Size, System.Drawing">
<value>53, 20</value>
</data>
<data name="stripMaster.Text" xml:space="preserve">
<value>マスター</value>
<data name="tabRomInfo.Text" xml:space="preserve">
<value>ROM基本情報</value>
</data>
<data name="tboxGuideRomInfo.Text" xml:space="preserve">
<value>このタブの情報は編集不可です。データに誤りがある場合にはROMデータの作成時の設定を見直してください。</value>
</data>
<data name="tabRomInfo.Text" xml:space="preserve">
<value>ROM基本情報</value>
<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.Size" type="System.Drawing.Size, System.Drawing">
<value>173, 12</value>
@ -751,26 +757,20 @@
<data name="labConnectIcon.Text" xml:space="preserve">
<value>DSiメニュー上での通信アイコン表示</value>
</data>
<data name="gboxLaunch.Text" xml:space="preserve">
<value>DSiメニュー上での起動制限</value>
</data>
<data name="tboxGuideTWLInfo.Text" xml:space="preserve">
<value>このタブの情報は編集不可です。データに誤りがある場合にはROMデータの作成時の設定を見直してください。</value>
</data>
<data name="gboxExFlags.Text" xml:space="preserve">
<value>TWL拡張諸フラグ</value>
</data>
<data name="tabTWLInfo.Text" xml:space="preserve">
<value>TWL拡張情報</value>
<data name="tabNandSizeInfo.Text" xml:space="preserve">
<value>DSiウェア情報</value>
</data>
<data name="tboxGuideNandSizeInfo.Text" xml:space="preserve">
<value>このタブの情報はDSiウェア(NANDアプリ)によって使用されるTWL本体内のNAND領域のサイズを確認する場合に必要です。&lt;newline&gt;アプリがゲームカード向けの場合にはNAND使用サイズの確認は必要ありません。</value>
</data>
<data name="labShopBlockUnit.Size" type="System.Drawing.Size, System.Drawing">
<value>38, 12</value>
</data>
<data name="labShopBlockUnit.Text" xml:space="preserve">
<value>ブロック</value>
<data name="gboxNandSize.Text" xml:space="preserve">
<value>DSiウェアによって使用されるNAND領域のサイズ</value>
</data>
<data name="labNandSize.Location" type="System.Drawing.Point, System.Drawing">
<value>154, 23</value>
@ -781,15 +781,6 @@
<data name="labNandSize.Text" xml:space="preserve">
<value>ROM内登録情報</value>
</data>
<data name="labShopBlock2.Location" type="System.Drawing.Point, System.Drawing">
<value>154, 224</value>
</data>
<data name="labShopBlock2.Size" type="System.Drawing.Size, System.Drawing">
<value>99, 12</value>
</data>
<data name="labShopBlock2.Text" xml:space="preserve">
<value>(1ブロック = 128KB)</value>
</data>
<data name="labNandSizeFS.Location" type="System.Drawing.Point, System.Drawing">
<value>296, 23</value>
</data>
@ -799,15 +790,6 @@
<data name="labNandSizeFS.Text" xml:space="preserve">
<value>使用NANDサイズ</value>
</data>
<data name="labShopBlock.Location" type="System.Drawing.Point, System.Drawing">
<value>165, 210</value>
</data>
<data name="labShopBlock.Size" type="System.Drawing.Size, System.Drawing">
<value>74, 12</value>
</data>
<data name="labShopBlock.Text" xml:space="preserve">
<value>使用ブロック数</value>
</data>
<data name="labSrlSize.Location" type="System.Drawing.Point, System.Drawing">
<value>18, 44</value>
</data>
@ -847,11 +829,11 @@
<data name="labTmdSize.Text" xml:space="preserve">
<value>その他ファイルサイズ</value>
</data>
<data name="gboxNandSize.Text" xml:space="preserve">
<value>DSiウェアによって使用されるNAND領域のサイズ</value>
<data name="tabRomEditInfo.Text" xml:space="preserve">
<value>リージョンとレーティング(要入力)</value>
</data>
<data name="tabNandSizeInfo.Text" xml:space="preserve">
<value>DSiウェア情報</value>
<data name="gboxOtherSpec.Text" xml:space="preserve">
<value>その他ROM仕様</value>
</data>
<data name="cboxIsUGC.Size" type="System.Drawing.Size, System.Drawing">
<value>210, 16</value>
@ -865,26 +847,23 @@
<data name="cboxIsPhotoEx.Text" xml:space="preserve">
<value>写真交換対応</value>
</data>
<data name="gboxOtherSpec.Text" xml:space="preserve">
<value>その他ROM仕様</value>
</data>
<data name="butSetBack.Text" xml:space="preserve">
<value>読み込み時の設定に戻す</value>
</data>
<data name="tboxGuideRomEditInfo.Text" xml:space="preserve">
<value>このタブの各項目への入力は提出確認書およびマスターROMの作成のために必要です。&lt;newline&gt;これらの情報はマスターROMの作成時にROM内登録データとして登録されます(「その他ROM仕様」を除く)。</value>
</data>
<data name="gboxParental.Text" xml:space="preserve">
<value>リージョンとレーティング情報</value>
</data>
<data name="cboxIsUnnecessaryRating.Size" type="System.Drawing.Size, System.Drawing">
<value>235, 16</value>
</data>
<data name="cboxIsUnnecessaryRating.Text" xml:space="preserve">
<value>レーティング表示不要 (ツール類のみ選択可)</value>
</data>
<data name="gboxParental.Text" xml:space="preserve">
<value>リージョンとレーティング情報</value>
</data>
<data name="tabRomEditInfo.Text" xml:space="preserve">
<value>リージョンとレーティング(要入力)</value>
<data name="tabSubmitInfo.Text" xml:space="preserve">
<value>提出情報(要入力)</value>
</data>
<data name="labProductNameLimit.Text" xml:space="preserve">
<value>(30文字以内)</value>
@ -892,6 +871,9 @@
<data name="tboxGuideSubmitInfo.Text" xml:space="preserve">
<value>このタブの情報は提出確認書の作成に必要です。入力してください。</value>
</data>
<data name="gboxForeign.Text" xml:space="preserve">
<value>海外版</value>
</data>
<data name="labProductNameLimitForeign.Text" xml:space="preserve">
<value>(30文字以内)</value>
</data>
@ -901,21 +883,21 @@
<data name="labMultiForeign2.Text" xml:space="preserve">
<value>(複数ある場合のみ)</value>
</data>
<data name="gboxForeign.Text" xml:space="preserve">
<value>海外版</value>
</data>
<data name="tabSubmitInfo.Text" xml:space="preserve">
<value>提出情報(要入力)</value>
<data name="tabCompanyInfo.Text" xml:space="preserve">
<value>会社情報(要入力)</value>
</data>
<data name="tboxGuideCompanyInfo.Text" xml:space="preserve">
<value>このタブの情報は提出確認書の作成に必要です。入力してください。</value>
</data>
<data name="tabCompanyInfo.Text" xml:space="preserve">
<value>会社情報(要入力)</value>
<data name="tabErrorInfo.Text" xml:space="preserve">
<value>エラー情報</value>
</data>
<data name="tboxGuideErrorInfo.Text" xml:space="preserve">
<value>このタブには読み込んだROMデータの問題と本プログラムでの入力ミスが列挙されます。&lt;newline&gt;赤文字の項目は、本プログラムで修正不可です。ROMデータ作成時の設定をご確認ください。&lt;newline&gt;青文字の項目は、本プログラムで修正できますが、修正がマスターROMに反映されます。&lt;newline&gt;黒文字の項目は、提出確認書にのみ反映され、マスターROMには反映されません。</value>
</data>
<data name="gboxErrorTiming.Text" xml:space="preserve">
<value>いつの情報を表示するか</value>
</data>
<data name="rErrorCurrent.Size" type="System.Drawing.Size, System.Drawing">
<value>114, 16</value>
</data>
@ -928,9 +910,6 @@
<data name="rErrorReading.Text" xml:space="preserve">
<value>ROMデータ読み込み時</value>
</data>
<data name="gboxErrorTiming.Text" xml:space="preserve">
<value>いつの情報を表示するか</value>
</data>
<data name="labWarn.Size" type="System.Drawing.Size, System.Drawing">
<value>339, 12</value>
</data>
@ -967,9 +946,6 @@
<data name="colErrorCause.HeaderText" xml:space="preserve">
<value>要因</value>
</data>
<data name="tabErrorInfo.Text" xml:space="preserve">
<value>エラー情報</value>
</data>
<data name="labFile.Size" type="System.Drawing.Size, System.Drawing">
<value>92, 12</value>
</data>

View File

@ -358,12 +358,9 @@ void MasterEditorTWL::Form1::changeLanguage( System::String ^langname )
//resources->ApplyResources(this->tboxGuideDLCategory, L"tboxGuideDLCategory");
//resources->ApplyResources(this->gboxDLCategory, L"gboxDLCategory");
resources->ApplyResources(this->tboxGuideNandSizeInfo, L"tboxGuideNandSizeInfo");
resources->ApplyResources(this->labShopBlockUnit, L"labShopBlockUnit");
resources->ApplyResources(this->gboxNandSize, L"gboxNandSize");
resources->ApplyResources(this->labNandSize, L"labNandSize");
resources->ApplyResources(this->labShopBlock2, L"labShopBlock2");
resources->ApplyResources(this->labNandSizeFS, L"labNandSizeFS");
resources->ApplyResources(this->labShopBlock, L"labShopBlock");
resources->ApplyResources(this->labSrlSize, L"labSrlSize");
resources->ApplyResources(this->labSumSize2, L"labSumSize2");
resources->ApplyResources(this->labSumSize, L"labSumSize");

View File

@ -128,7 +128,6 @@ void Form1::setSrlForms(void)
this->tboxSumSize->Text = MasterEditorTWL::transSizeToStringKB( this->hSrl->hNandUsedSize->NandUsedSize );
//this->tboxSumSizeMB->Text = MasterEditorTWL::transSizeToStringMB( this->hSrl->hNandUsedSize->NandUsedSize, 2 );
this->tboxSumSizeMB->Text = MasterEditorTWL::transSizeToStringMB( this->hSrl->hNandUsedSize->NandUsedSize );
this->tboxShopBlock->Text = this->hSrl->hNandUsedSize->NandUsedSizeBlock.ToString();
// ƒAƒvƒŠŽí•Ê
if( this->hSrl->IsMediaNand )

View File

@ -530,10 +530,6 @@ ECDeliverableResult RCDeliverable::writeSpreadsheet(
//node->FirstChild->Value = MasterEditorTWL::transSizeToStringMB( hSrl->hNandUsedSize->NandUsedSize, 2 );
node->FirstChild->Value = MasterEditorTWL::transSizeToStringMB( hSrl->hNandUsedSize->NandUsedSize );
}
if( node->FirstChild->Value->Equals( "TagHWBlocks" ) )
{
node->FirstChild->Value = hSrl->hNandUsedSize->NandUsedSizeBlock.ToString();
}
// SRLに登録されないROM仕様
if( node->FirstChild->Value->Equals( "TagIsUGC" ) )

View File

@ -69,13 +69,14 @@
<Interior ss:Color="#FFFFFF" ss:Pattern="Solid"/>
<NumberFormat ss:Format="@"/>
</Style>
<Style ss:ID="m21138344">
<Style ss:ID="m21125326">
<Alignment ss:Horizontal="Left" ss:Vertical="Center"/>
<Borders>
<Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="2"/>
<Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"/>
<Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="2"/>
<Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="2"/>
<Border ss:Position="Top" ss:LineStyle="Continuous" ss:Weight="2"/>
<Border ss:Position="DiagonalLeft" ss:LineStyle="Continuous" ss:Weight="1"/>
</Borders>
<Font ss:FontName=" Pゴシック" x:CharSet="128" x:Family="Modern"/>
<Interior ss:Color="#FFFFFF" ss:Pattern="Solid"/>
@ -137,17 +138,6 @@
<Font ss:FontName=" Pゴシック" x:CharSet="128" x:Family="Modern"/>
<Interior ss:Color="#FFFFFF" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="m21138222">
<Alignment ss:Horizontal="Left" ss:Vertical="Center"/>
<Borders>
<Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="2"/>
<Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="2"/>
<Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"/>
<Border ss:Position="Top" ss:LineStyle="Continuous" ss:Weight="2"/>
</Borders>
<Font ss:FontName=" Pゴシック" x:CharSet="128" x:Family="Modern"/>
<Interior ss:Color="#FFFFFF" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="m21130360">
<Alignment ss:Horizontal="Left" ss:Vertical="Center"/>
<Borders>
@ -2455,7 +2445,6 @@
<NamedRange ss:Name="Furigana1" ss:RefersTo="=マスターROM提出確認書!R9C20"/>
<NamedRange ss:Name="Furigana2" ss:RefersTo="=マスターROM提出確認書!R14C20"/>
<NamedRange ss:Name="GameCode" ss:RefersTo="=マスターROM提出確認書!R21C86"/>
<NamedRange ss:Name="HWBlocks" ss:RefersTo="=マスターROM提出確認書!R43C75"/>
<NamedRange ss:Name="IsCodec" ss:RefersTo="=マスターROM提出確認書!R30C28"/>
<NamedRange ss:Name="IsEULA" ss:RefersTo="=マスターROM提出確認書!R29C93"/>
<NamedRange ss:Name="IsGameCardOn" ss:RefersTo="=Sheet2!R7C86"/>
@ -3958,11 +3947,7 @@
ss:Name="UsedNandSizeMB"/></Cell>
<Cell ss:StyleID="s294"><Data ss:Type="String">)</Data></Cell>
<Cell ss:StyleID="s296"/>
<Cell ss:MergeAcross="22" ss:StyleID="m21138222"><PhoneticText
xmlns="urn:schemas-microsoft-com:office:excel">シヨウカズ</PhoneticText><Data
ss:Type="String">使用ブロック数</Data></Cell>
<Cell ss:MergeAcross="25" ss:StyleID="m21138344"><Data ss:Type="String">TagHWBlocks</Data><NamedCell
ss:Name="HWBlocks"/></Cell>
<Cell ss:MergeAcross="48" ss:StyleID="m21125326"/>
<Cell ss:StyleID="s152"/>
</Row>
<Row ss:AutoFitHeight="0" ss:Height="17.0625">