mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
マスタエディタ:OFLCの設定のコンボボックスを修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2526 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
0fd66825d3
commit
12d21dbd80
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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);
|
||||
|
||||
@ -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;
|
||||
|
||||
// エラー情報
|
||||
|
||||
Loading…
Reference in New Issue
Block a user