[Launcher] Update Credits colour and make it read-only
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user