mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
マスタエディタ:
・(任意)のラベルの位置調整。 ・英語版のときに日本語版の一時情報を読み込ませたときに日本語が有効になってしまう問題を修正。 ・英語版GUIメッセージを変更。 git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@213 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
93565df572
commit
c4400f94dc
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1465,7 +1465,7 @@
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="labArbit4.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>230, 207</value>
|
||||
<value>227, 204</value>
|
||||
</data>
|
||||
<data name="labArbit4.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>58, 12</value>
|
||||
@ -1492,7 +1492,7 @@
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="labArbit3.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>230, 156</value>
|
||||
<value>227, 153</value>
|
||||
</data>
|
||||
<data name="labArbit3.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>58, 12</value>
|
||||
@ -1981,7 +1981,7 @@
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="labArbit2.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>219, 207</value>
|
||||
<value>216, 204</value>
|
||||
</data>
|
||||
<data name="labArbit2.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>58, 12</value>
|
||||
@ -2008,7 +2008,7 @@
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="labArbit1.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>219, 156</value>
|
||||
<value>216, 153</value>
|
||||
</data>
|
||||
<data name="labArbit1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>58, 12</value>
|
||||
|
||||
@ -281,18 +281,18 @@ void Form1::loadTmp( System::String ^filename )
|
||||
|
||||
// 言語
|
||||
text = MasterEditorTWL::getXPathText( root, "/MasterEditorTWL/Lang" );
|
||||
if( !System::String::IsNullOrEmpty(text) && text->Equals("E") )
|
||||
{
|
||||
this->stripItemEnglish->Checked = true;
|
||||
this->stripItemJapanese->Checked = false;
|
||||
this->changeEnglish();
|
||||
}
|
||||
else
|
||||
if( !System::String::IsNullOrEmpty(text) && text->Equals("J") && this->stripItemJapanese->Enabled ) // 日本語が選択可能なときのみ
|
||||
{
|
||||
this->stripItemEnglish->Checked = false;
|
||||
this->stripItemJapanese->Checked = true;
|
||||
this->changeJapanese();
|
||||
}
|
||||
else
|
||||
{
|
||||
this->stripItemEnglish->Checked = true;
|
||||
this->stripItemJapanese->Checked = false;
|
||||
this->changeEnglish();
|
||||
}
|
||||
|
||||
this->maskRatingForms(); // ペアレンタルコントロール情報をリージョンに合わせる
|
||||
this->changeUnnecessaryRatingForms(true); // 一度コンボボックスがenableになるので再設定
|
||||
|
||||
Binary file not shown.
@ -4,9 +4,9 @@
|
||||
"ProjectType" = "8:{978C614F-708E-4E1A-B201-565925725DBA}"
|
||||
"IsWebType" = "8:FALSE"
|
||||
"ProjectName" = "8:MasterEditorTWLSetup"
|
||||
"LanguageId" = "3:0"
|
||||
"CodePage" = "3:1252"
|
||||
"UILanguageId" = "3:0"
|
||||
"LanguageId" = "3:1041"
|
||||
"CodePage" = "3:932"
|
||||
"UILanguageId" = "3:1041"
|
||||
"SccProjectName" = "8:"
|
||||
"SccLocalPath" = "8:"
|
||||
"SccAuxPath" = "8:"
|
||||
@ -21,6 +21,12 @@
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_17DEC7700AB24CF788F16DC2E3CA658B"
|
||||
"OwnerKey" = "8:_7746D2D347F0423FB46FA2300F6158A4"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_351447BE85794AA58330AD369D8A545D"
|
||||
"OwnerKey" = "8:_UNDEFINED"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
@ -45,6 +51,12 @@
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_66AB9DF4508D46A78B5DD77090E047F2"
|
||||
"OwnerKey" = "8:_17DEC7700AB24CF788F16DC2E3CA658B"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_6EC739CA561443E48045379A268C1657"
|
||||
"OwnerKey" = "8:_UNDEFINED"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
@ -85,6 +97,24 @@
|
||||
"OwnerKey" = "8:_UNDEFINED"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_UNDEFINED"
|
||||
"OwnerKey" = "8:_7746D2D347F0423FB46FA2300F6158A4"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_UNDEFINED"
|
||||
"OwnerKey" = "8:_BFEA9BAA0DBF4332913A71EDE89FC3CD"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_UNDEFINED"
|
||||
"OwnerKey" = "8:_7DAFD42678FC4D69A3A6BC6E6726AB10"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
}
|
||||
"Configurations"
|
||||
{
|
||||
@ -314,7 +344,7 @@
|
||||
{
|
||||
"AssemblyRegister" = "3:1"
|
||||
"AssemblyIsInGAC" = "11:FALSE"
|
||||
"AssemblyAsmDisplayName" = "8:MasterEditorTWL.resources, Version=1.4.3350.18506, Culture=en, processorArchitecture=MSIL"
|
||||
"AssemblyAsmDisplayName" = "8:MasterEditorTWL.resources, Version=1.4.3351.35028, Culture=en, processorArchitecture=MSIL"
|
||||
"ScatterAssemblies"
|
||||
{
|
||||
}
|
||||
@ -380,7 +410,7 @@
|
||||
{
|
||||
"AssemblyRegister" = "3:1"
|
||||
"AssemblyIsInGAC" = "11:FALSE"
|
||||
"AssemblyAsmDisplayName" = "8:MasterEditorTWL.resources, Version=1.4.3350.18506, Culture=ja, processorArchitecture=MSIL"
|
||||
"AssemblyAsmDisplayName" = "8:MasterEditorTWL.resources, Version=1.4.3351.35028, Culture=ja, processorArchitecture=MSIL"
|
||||
"ScatterAssemblies"
|
||||
{
|
||||
}
|
||||
@ -515,7 +545,7 @@
|
||||
}
|
||||
"MsiBootstrapper"
|
||||
{
|
||||
"LangId" = "3:0"
|
||||
"LangId" = "3:1041"
|
||||
"RequiresElevation" = "11:FALSE"
|
||||
}
|
||||
"Product"
|
||||
@ -523,7 +553,7 @@
|
||||
"Name" = "8:Microsoft Visual Studio"
|
||||
"ProductName" = "8:MasterEditorTWL"
|
||||
"ProductCode" = "8:{B12B5AFF-26D1-47B5-85B6-1E2A7B5106F5}"
|
||||
"PackageCode" = "8:{5577DF15-4D76-4CC2-85EC-4D08A2649CB2}"
|
||||
"PackageCode" = "8:{090C6074-3E94-4D36-AF0F-E6CF082E9464}"
|
||||
"UpgradeCode" = "8:{CE22C209-7AE1-4F58-8F6B-6D044BA2A118}"
|
||||
"RestartWWWService" = "11:FALSE"
|
||||
"RemovePreviousVersions" = "11:FALSE"
|
||||
@ -1052,12 +1082,40 @@
|
||||
}
|
||||
"MergeModule"
|
||||
{
|
||||
"{CEE29DC0-9FBA-4B99-8D47-5BC643D9B626}:_17DEC7700AB24CF788F16DC2E3CA658B"
|
||||
{
|
||||
"UseDynamicProperties" = "11:TRUE"
|
||||
"IsDependency" = "11:TRUE"
|
||||
"SourcePath" = "8:policy_9_0_Microsoft_VC90_CRT_x86.msm"
|
||||
"Properties"
|
||||
{
|
||||
}
|
||||
"LanguageId" = "3:0"
|
||||
"Exclude" = "11:FALSE"
|
||||
"Folder" = "8:"
|
||||
"Feature" = "8:"
|
||||
"IsolateTo" = "8:"
|
||||
}
|
||||
"{CEE29DC0-9FBA-4B99-8D47-5BC643D9B626}:_66AB9DF4508D46A78B5DD77090E047F2"
|
||||
{
|
||||
"UseDynamicProperties" = "11:TRUE"
|
||||
"IsDependency" = "11:TRUE"
|
||||
"SourcePath" = "8:microsoft_vc90_crt_x86.msm"
|
||||
"Properties"
|
||||
{
|
||||
}
|
||||
"LanguageId" = "3:0"
|
||||
"Exclude" = "11:FALSE"
|
||||
"Folder" = "8:"
|
||||
"Feature" = "8:"
|
||||
"IsolateTo" = "8:"
|
||||
}
|
||||
}
|
||||
"ProjectOutput"
|
||||
{
|
||||
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_7746D2D347F0423FB46FA2300F6158A4"
|
||||
{
|
||||
"SourcePath" = "8:..\\Release\\MasterEditorTWL.exe"
|
||||
"SourcePath" = "8:..\\Debug\\MasterEditorTWL.exe"
|
||||
"TargetName" = "8:"
|
||||
"Tag" = "8:"
|
||||
"Folder" = "8:_1494B8B199184797B9C812877A4DFB7F"
|
||||
|
||||
@ -83,9 +83,9 @@ Exception:{0}
|
||||
<E_LoadTemp>Failed to read temporary information.</E_LoadTemp>
|
||||
|
||||
<!-- Check -->
|
||||
<TextBoxInput>Input omission: Input data.</TextBoxInput>
|
||||
<NumRangeInput>Input omission: Illegal value.</NumRangeInput>
|
||||
<ComboBoxInput>Input omission: Select data.</ComboBoxInput>
|
||||
<TextBoxInput>Insufficient input: Input data.</TextBoxInput>
|
||||
<NumRangeInput>Insufficient input: Illegal value.</NumRangeInput>
|
||||
<ComboBoxInput>Insufficient input: Select data.</ComboBoxInput>
|
||||
<LabelProductName>Product Name</LabelProductName>
|
||||
<LabelProductCode>Product Code</LabelProductCode>
|
||||
<LabelCountryCode>Product Code(Region Code)</LabelCountryCode>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user