RBXLegacy-src/launcher/RBXLegacyLauncher/ServerPrefs.Designer.cs

375 lines
15 KiB
C#

namespace RBXLegacyLauncher
{
partial class ServerPrefs
{
private System.ComponentModel.IContainer components = null;
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServerPrefs));
this.textBox1 = new System.Windows.Forms.TextBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.textBox11 = new System.Windows.Forms.TextBox();
this.textBox12 = new System.Windows.Forms.TextBox();
this.textBox9 = new System.Windows.Forms.TextBox();
this.textBox10 = new System.Windows.Forms.TextBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.textBox8 = new System.Windows.Forms.TextBox();
this.textBox6 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.textBox4 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.checkBox11 = new System.Windows.Forms.CheckBox();
this.label45 = new System.Windows.Forms.Label();
this.textBox3 = new System.Windows.Forms.TextBox();
this.label29 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.button1 = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
this.tabPage2.SuspendLayout();
this.SuspendLayout();
//
// textBox1
//
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox1.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox1.Location = new System.Drawing.Point(6, 6);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(259, 311);
this.textBox1.TabIndex = 0;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(12, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(276, 343);
this.tabControl1.TabIndex = 1;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.numericUpDown1);
this.tabPage1.Controls.Add(this.textBox11);
this.tabPage1.Controls.Add(this.textBox12);
this.tabPage1.Controls.Add(this.textBox9);
this.tabPage1.Controls.Add(this.textBox10);
this.tabPage1.Controls.Add(this.textBox5);
this.tabPage1.Controls.Add(this.textBox8);
this.tabPage1.Controls.Add(this.textBox6);
this.tabPage1.Controls.Add(this.label6);
this.tabPage1.Controls.Add(this.textBox4);
this.tabPage1.Controls.Add(this.label5);
this.tabPage1.Controls.Add(this.textBox2);
this.tabPage1.Controls.Add(this.label4);
this.tabPage1.Controls.Add(this.checkBox11);
this.tabPage1.Controls.Add(this.label45);
this.tabPage1.Controls.Add(this.textBox3);
this.tabPage1.Controls.Add(this.label29);
this.tabPage1.Controls.Add(this.label3);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.comboBox1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(268, 317);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "PREFERENCES";
this.tabPage1.UseVisualStyleBackColor = true;
//
// numericUpDown1
//
this.numericUpDown1.Location = new System.Drawing.Point(7, 175);
this.numericUpDown1.Maximum = new decimal(new int[] {
99999,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(237, 20);
this.numericUpDown1.TabIndex = 67;
this.numericUpDown1.Value = new decimal(new int[] {
53640,
0,
0,
0});
this.numericUpDown1.ValueChanged += new System.EventHandler(this.NumericUpDown1ValueChanged);
//
// textBox11
//
this.textBox11.Location = new System.Drawing.Point(179, 69);
this.textBox11.Name = "textBox11";
this.textBox11.Size = new System.Drawing.Size(55, 20);
this.textBox11.TabIndex = 65;
this.textBox11.Text = "1";
this.textBox11.TextChanged += new System.EventHandler(this.TextBox11TextChanged);
//
// textBox12
//
this.textBox12.Location = new System.Drawing.Point(179, 44);
this.textBox12.Name = "textBox12";
this.textBox12.Size = new System.Drawing.Size(54, 20);
this.textBox12.TabIndex = 64;
this.textBox12.Text = "1";
this.textBox12.TextChanged += new System.EventHandler(this.TextBox12TextChanged);
//
// textBox9
//
this.textBox9.Location = new System.Drawing.Point(122, 69);
this.textBox9.Name = "textBox9";
this.textBox9.Size = new System.Drawing.Size(55, 20);
this.textBox9.TabIndex = 63;
this.textBox9.Text = "1";
this.textBox9.TextChanged += new System.EventHandler(this.TextBox9TextChanged);
//
// textBox10
//
this.textBox10.Location = new System.Drawing.Point(122, 44);
this.textBox10.Name = "textBox10";
this.textBox10.Size = new System.Drawing.Size(54, 20);
this.textBox10.TabIndex = 62;
this.textBox10.Text = "1";
this.textBox10.TextChanged += new System.EventHandler(this.TextBox10TextChanged);
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(64, 69);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(54, 20);
this.textBox5.TabIndex = 61;
this.textBox5.Text = "1";
this.textBox5.TextChanged += new System.EventHandler(this.TextBox5TextChanged);
//
// textBox8
//
this.textBox8.Location = new System.Drawing.Point(64, 44);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(54, 20);
this.textBox8.TabIndex = 60;
this.textBox8.Text = "1";
this.textBox8.TextChanged += new System.EventHandler(this.TextBox8TextChanged);
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(6, 69);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(54, 20);
this.textBox6.TabIndex = 59;
this.textBox6.Text = "1";
this.textBox6.TextChanged += new System.EventHandler(this.TextBox6TextChanged);
//
// label6
//
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.label6.Location = new System.Drawing.Point(3, 28);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(225, 13);
this.label6.TabIndex = 57;
this.label6.Text = "Enter the User ID of the players you want to blacklist.";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(6, 44);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(54, 20);
this.textBox4.TabIndex = 56;
this.textBox4.Text = "1";
this.textBox4.TextChanged += new System.EventHandler(this.TextBox4TextChanged);
//
// label5
//
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(3, 6);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(141, 21);
this.label5.TabIndex = 55;
this.label5.Text = "Blacklisted Players";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(7, 263);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(237, 20);
this.textBox2.TabIndex = 53;
this.textBox2.Text = "5";
this.textBox2.TextChanged += new System.EventHandler(this.TextBox2TextChanged);
//
// label4
//
this.label4.Location = new System.Drawing.Point(6, 242);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(79, 18);
this.label4.TabIndex = 52;
this.label4.Text = "Respawn Time";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// checkBox11
//
this.checkBox11.Checked = true;
this.checkBox11.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox11.Location = new System.Drawing.Point(6, 289);
this.checkBox11.Name = "checkBox11";
this.checkBox11.Size = new System.Drawing.Size(202, 17);
this.checkBox11.TabIndex = 51;
this.checkBox11.Text = "Enable UPnP (Universal Plug n\' Play)";
this.checkBox11.UseVisualStyleBackColor = true;
this.checkBox11.CheckedChanged += new System.EventHandler(this.CheckBox11CheckedChanged);
//
// label45
//
this.label45.Location = new System.Drawing.Point(6, 154);
this.label45.Name = "label45";
this.label45.Size = new System.Drawing.Size(26, 18);
this.label45.TabIndex = 49;
this.label45.Text = "Port";
this.label45.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(6, 219);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(237, 20);
this.textBox3.TabIndex = 47;
this.textBox3.Text = "12";
this.textBox3.TextChanged += new System.EventHandler(this.TextBox3TextChanged);
//
// label29
//
this.label29.Location = new System.Drawing.Point(0, 198);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(69, 18);
this.label29.TabIndex = 46;
this.label29.Text = "Player Limit";
this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label3
//
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(6, 113);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(56, 14);
this.label3.TabIndex = 14;
this.label3.Text = "Chat Type";
//
// label2
//
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(3, 92);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(89, 21);
this.label2.TabIndex = 13;
this.label2.Text = "General";
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"Classic",
"Bubble",
"Both"});
this.comboBox1.Location = new System.Drawing.Point(6, 130);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(238, 21);
this.comboBox1.TabIndex = 12;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.ComboBox1SelectedIndexChanged);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.textBox1);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(268, 317);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "INFORMATION";
this.tabPage2.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(216, 7);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(49, 23);
this.button1.TabIndex = 2;
this.button1.Text = "Reset";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.Button1Click);
//
// ServerPrefs
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.ClientSize = new System.Drawing.Size(299, 361);
this.Controls.Add(this.button1);
this.Controls.Add(this.tabControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimumSize = new System.Drawing.Size(305, 300);
this.Name = "ServerPrefs";
this.Text = "Server Preferences";
this.Load += new System.EventHandler(this.ServerPrefsLoad);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.ResumeLayout(false);
}
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBox12;
private System.Windows.Forms.TextBox textBox11;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox textBox10;
private System.Windows.Forms.TextBox textBox9;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Label label45;
private System.Windows.Forms.CheckBox checkBox11;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TextBox textBox1;
}
}