[Launcher] Update Credits colour and make it read-only

This commit is contained in:
nastys
2020-11-05 00:41:04 +01:00
parent ce0af8ac3d
commit fd78178ddb
+4
View File
@@ -663,9 +663,13 @@ private: System::Windows::Forms::Panel^ panel_Custom;
//
// textBox1
//
this->textBox1->BackColor = System::Drawing::Color::FromArgb(static_cast<System::Int32>(static_cast<System::Byte>(64)), static_cast<System::Int32>(static_cast<System::Byte>(64)),
static_cast<System::Int32>(static_cast<System::Byte>(64)));
this->textBox1->ForeColor = System::Drawing::Color::White;
this->textBox1->Location = System::Drawing::Point(0, 0);
this->textBox1->Multiline = true;
this->textBox1->Name = L"textBox1";
this->textBox1->ReadOnly = true;
this->textBox1->ScrollBars = System::Windows::Forms::ScrollBars::Both;
this->textBox1->Size = System::Drawing::Size(769, 432);
this->textBox1->TabIndex = 0;