1 Commits

Author SHA1 Message Date
recroom2016tutorial
773af7afc7 ok 2022-06-17 21:48:14 -04:00
2 changed files with 16 additions and 2 deletions

6
Form3.Designer.cs generated
View File

@@ -52,9 +52,10 @@
this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label2.Location = new System.Drawing.Point(12, 32); this.label2.Location = new System.Drawing.Point(12, 32);
this.label2.Name = "label2"; 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.TabIndex = 9;
this.label2.Text = "Custom Room:"; this.label2.Text = "Custom Room:";
this.label2.UseCompatibleTextRendering = true;
this.label2.Click += new System.EventHandler(this.label2_Click); this.label2.Click += new System.EventHandler(this.label2_Click);
// //
// button1 // button1
@@ -75,9 +76,10 @@
this.checkBox1.Font = new System.Drawing.Font("Consolas", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); 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.Location = new System.Drawing.Point(12, 10);
this.checkBox1.Name = "checkBox1"; 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.TabIndex = 14;
this.checkBox1.Text = "Private Rooms"; this.checkBox1.Text = "Private Rooms";
this.checkBox1.UseCompatibleTextRendering = true;
this.checkBox1.UseVisualStyleBackColor = true; this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
// //

12
i love men.cs Normal file
View File

@@ -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
{
}
}