Make the credits textbox read-only (#683)
This commit is contained in:
parent
dcd7b6642e
commit
c7f5356bb5
3
Toolbox/GUI/Credits.Designer.cs
generated
3
Toolbox/GUI/Credits.Designer.cs
generated
@ -76,6 +76,7 @@
|
||||
this.richTextBox1.ForeColor = System.Drawing.Color.White;
|
||||
this.richTextBox1.Location = new System.Drawing.Point(15, 107);
|
||||
this.richTextBox1.Name = "richTextBox1";
|
||||
this.richTextBox1.ReadOnly = true;
|
||||
this.richTextBox1.Size = new System.Drawing.Size(414, 311);
|
||||
this.richTextBox1.TabIndex = 4;
|
||||
this.richTextBox1.Text = resources.GetString("richTextBox1.Text");
|
||||
@ -117,4 +118,4 @@
|
||||
private System.Windows.Forms.RichTextBox richTextBox1;
|
||||
private System.Windows.Forms.PictureBox pictureBox1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user