mirror of
https://github.com/recroom2016/OpenRec-Launcher.git
synced 2026-04-22 13:55:53 +00:00
129 lines
5.8 KiB
C#
129 lines
5.8 KiB
C#
namespace OpenRec2
|
|
{
|
|
partial class Form3
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Font = new System.Drawing.Font("Consolas", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.textBox2.Location = new System.Drawing.Point(12, 63);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(255, 25);
|
|
this.textBox2.TabIndex = 10;
|
|
this.textBox2.Text = "^ilovemen";
|
|
this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Consolas", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
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(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
|
|
//
|
|
this.button1.Font = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.button1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.button1.Location = new System.Drawing.Point(12, 150);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(255, 34);
|
|
this.button1.TabIndex = 13;
|
|
this.button1.Text = "Save";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
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(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);
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.Font = new System.Drawing.Font("Consolas", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.button4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.button4.Location = new System.Drawing.Point(12, 94);
|
|
this.button4.Name = "button4";
|
|
this.button4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.button4.Size = new System.Drawing.Size(159, 28);
|
|
this.button4.TabIndex = 15;
|
|
this.button4.Text = "Reset Savedata";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
//
|
|
// Form3
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(279, 194);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.button4);
|
|
this.Controls.Add(this.checkBox1);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.textBox2);
|
|
this.Controls.Add(this.label2);
|
|
this.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "Form3";
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "Settings";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
public TextBox textBox2;
|
|
private Label label2;
|
|
public Button button1;
|
|
public CheckBox checkBox1;
|
|
public Button button4;
|
|
}
|
|
} |