マスタエディタ:OFLCの設定のコンボボックスを修正。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2526 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
nishikawa_takeshi 2008-09-15 10:45:16 +00:00
parent 0fd66825d3
commit 12d21dbd80
5 changed files with 5 additions and 5 deletions

View File

@ -1336,7 +1336,7 @@ private: System::Windows::Forms::DataGridViewTextBoxColumn^ colErrorCause;
//
this->combOFLC->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList;
this->combOFLC->FormattingEnabled = true;
this->combOFLC->Items->AddRange(gcnew cli::array< System::Object^ >(6) {L"年齢制限なし", L"G", L"PG", L"M", L"MA15+", L"審査中"});
this->combOFLC->Items->AddRange(gcnew cli::array< System::Object^ >(5) {L"G", L"PG", L"M", L"MA15+", L"<EFBFBD>R<EFBFBD>¸"});
this->combOFLC->Location = System::Drawing::Point(152, 232);
this->combOFLC->Name = L"combOFLC";
this->combOFLC->Size = System::Drawing::Size(204, 20);

View File

@ -228,8 +228,8 @@ void Form1::changeJapanese(void)
index = this->combOFLC->SelectedIndex;
this->combOFLC->Items->Clear();
this->combOFLC->Items->AddRange(gcnew cli::array< System::Object^ >(6)
{L"年齢制限なし", L"G", L"PG", L"M", L"MA15+", L"審査中"});
this->combOFLC->Items->AddRange(gcnew cli::array< System::Object^ >(5)
{L"G", L"PG", L"M", L"MA15+", L"<EFBFBD>R<EFBFBD>¸"});
this->combOFLC->SelectedIndex = index;
// エラー情報
@ -454,8 +454,8 @@ void Form1::changeEnglish(void)
index = this->combOFLC->SelectedIndex;
this->combOFLC->Items->Clear();
this->combOFLC->Items->AddRange(gcnew cli::array< System::Object^ >(6)
{L"All ages", L"G", L"PG", L"M", L"MA15+", L"Rating Pending"});
this->combOFLC->Items->AddRange(gcnew cli::array< System::Object^ >(5)
{L"G", L"PG", L"M", L"MA15+", L"Rating Pending"});
this->combOFLC->SelectedIndex = index;
// エラー情報