diff --git a/Form3.Designer.cs b/Form3.Designer.cs index b45e8e3..ed68c64 100644 --- a/Form3.Designer.cs +++ b/Form3.Designer.cs @@ -52,9 +52,10 @@ this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label2.Location = new System.Drawing.Point(12, 32); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(168, 28); + this.label2.Size = new System.Drawing.Size(172, 35); this.label2.TabIndex = 9; this.label2.Text = "Custom Room:"; + this.label2.UseCompatibleTextRendering = true; this.label2.Click += new System.EventHandler(this.label2_Click); // // button1 @@ -75,9 +76,10 @@ this.checkBox1.Font = new System.Drawing.Font("Consolas", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); this.checkBox1.Location = new System.Drawing.Point(12, 10); this.checkBox1.Name = "checkBox1"; - this.checkBox1.Size = new System.Drawing.Size(159, 26); + this.checkBox1.Size = new System.Drawing.Size(153, 27); this.checkBox1.TabIndex = 14; this.checkBox1.Text = "Private Rooms"; + this.checkBox1.UseCompatibleTextRendering = true; this.checkBox1.UseVisualStyleBackColor = true; this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // diff --git a/i love men.cs b/i love men.cs new file mode 100644 index 0000000..f707f6a --- /dev/null +++ b/i love men.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace OpenRec2 +{ + internal class i_love_men + { + } +}