namespace DuckEmulator.GUI
{
partial class Settings
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Settings));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.sock_backlog = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.sock_port = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.sock_ip = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.set_default = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.interface_site = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.games_enabled = new System.Windows.Forms.CheckBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.sql_database = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.sql_password = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.sql_username = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.sql_port = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.sql_host = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.sql_clients = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.sql_maxpool = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.panel1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox5.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.sock_backlog);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.sock_port);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.sock_ip);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(10, 76);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(244, 127);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Socket";
//
// sock_backlog
//
this.sock_backlog.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.sock_backlog.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.sock_backlog.Location = new System.Drawing.Point(73, 89);
this.sock_backlog.Name = "sock_backlog";
this.sock_backlog.Size = new System.Drawing.Size(159, 22);
this.sock_backlog.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Segoe Print", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(6, 88);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(61, 23);
this.label3.TabIndex = 4;
this.label3.Text = "Backlog";
//
// sock_port
//
this.sock_port.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.sock_port.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.sock_port.Location = new System.Drawing.Point(73, 54);
this.sock_port.Name = "sock_port";
this.sock_port.Size = new System.Drawing.Size(159, 22);
this.sock_port.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Segoe Print", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(6, 53);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(39, 23);
this.label2.TabIndex = 2;
this.label2.Text = "Port";
//
// sock_ip
//
this.sock_ip.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.sock_ip.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.sock_ip.Location = new System.Drawing.Point(73, 21);
this.sock_ip.Name = "sock_ip";
this.sock_ip.Size = new System.Drawing.Size(159, 22);
this.sock_ip.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Segoe Print", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(6, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(23, 23);
this.label1.TabIndex = 0;
this.label1.Text = "IP";
//
// button1
//
this.button1.Dock = System.Windows.Forms.DockStyle.Right;
this.button1.Location = new System.Drawing.Point(356, 0);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(177, 29);
this.button1.TabIndex = 1;
this.button1.Text = "Update";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// panel1
//
this.panel1.Controls.Add(this.set_default);
this.panel1.Controls.Add(this.button1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 310);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(533, 29);
this.panel1.TabIndex = 2;
//
// set_default
//
this.set_default.Dock = System.Windows.Forms.DockStyle.Left;
this.set_default.Location = new System.Drawing.Point(0, 0);
this.set_default.Name = "set_default";
this.set_default.Size = new System.Drawing.Size(153, 29);
this.set_default.TabIndex = 17;
this.set_default.Text = "Set Default MySQL";
this.set_default.UseVisualStyleBackColor = true;
this.set_default.Click += new System.EventHandler(this.set_default_Click_1);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.interface_site);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Location = new System.Drawing.Point(10, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(244, 58);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Interface";
//
// interface_site
//
this.interface_site.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.interface_site.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.interface_site.Location = new System.Drawing.Point(73, 21);
this.interface_site.Name = "interface_site";
this.interface_site.Size = new System.Drawing.Size(159, 22);
this.interface_site.TabIndex = 1;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Segoe Print", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(6, 20);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(35, 23);
this.label6.TabIndex = 0;
this.label6.Text = "Site";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.games_enabled);
this.groupBox3.Location = new System.Drawing.Point(10, 209);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(244, 93);
this.groupBox3.TabIndex = 4;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Games";
//
// games_enabled
//
this.games_enabled.AutoSize = true;
this.games_enabled.Location = new System.Drawing.Point(12, 26);
this.games_enabled.Name = "games_enabled";
this.games_enabled.Size = new System.Drawing.Size(102, 23);
this.games_enabled.TabIndex = 1;
this.games_enabled.Text = "Enable games";
this.games_enabled.UseVisualStyleBackColor = true;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.sql_database);
this.groupBox4.Controls.Add(this.label9);
this.groupBox4.Controls.Add(this.sql_password);
this.groupBox4.Controls.Add(this.label8);
this.groupBox4.Controls.Add(this.sql_username);
this.groupBox4.Controls.Add(this.label4);
this.groupBox4.Controls.Add(this.sql_port);
this.groupBox4.Controls.Add(this.label5);
this.groupBox4.Controls.Add(this.sql_host);
this.groupBox4.Controls.Add(this.label7);
this.groupBox4.Location = new System.Drawing.Point(260, 12);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(264, 191);
this.groupBox4.TabIndex = 5;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "MySQL";
//
// sql_database
//
this.sql_database.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.sql_database.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.sql_database.Location = new System.Drawing.Point(91, 150);
this.sql_database.Name = "sql_database";
this.sql_database.Size = new System.Drawing.Size(159, 22);
this.sql_database.TabIndex = 9;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Segoe Print", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.Location = new System.Drawing.Point(6, 149);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(71, 23);
this.label9.TabIndex = 8;
this.label9.Text = "Database";
//
// sql_password
//
this.sql_password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.sql_password.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.sql_password.Location = new System.Drawing.Point(91, 119);
this.sql_password.Name = "sql_password";
this.sql_password.PasswordChar = '●';
this.sql_password.Size = new System.Drawing.Size(159, 22);
this.sql_password.TabIndex = 7;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Segoe Print", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.Location = new System.Drawing.Point(5, 116);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(73, 23);
this.label8.TabIndex = 6;
this.label8.Text = "Password";
//
// sql_username
//
this.sql_username.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.sql_username.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.sql_username.Location = new System.Drawing.Point(91, 87);
this.sql_username.Name = "sql_username";
this.sql_username.Size = new System.Drawing.Size(159, 22);
this.sql_username.TabIndex = 5;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Segoe Print", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(5, 83);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(77, 23);
this.label4.TabIndex = 4;
this.label4.Text = "Username";
//
// sql_port
//
this.sql_port.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.sql_port.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.sql_port.Location = new System.Drawing.Point(91, 53);
this.sql_port.Name = "sql_port";
this.sql_port.Size = new System.Drawing.Size(159, 22);
this.sql_port.TabIndex = 3;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Segoe Print", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(6, 51);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(39, 23);
this.label5.TabIndex = 2;
this.label5.Text = "Port";
//
// sql_host
//
this.sql_host.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.sql_host.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.sql_host.Location = new System.Drawing.Point(91, 21);
this.sql_host.Name = "sql_host";
this.sql_host.Size = new System.Drawing.Size(159, 22);
this.sql_host.TabIndex = 1;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Segoe Print", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(6, 20);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(39, 23);
this.label7.TabIndex = 0;
this.label7.Text = "Host";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.sql_clients);
this.groupBox5.Controls.Add(this.label11);
this.groupBox5.Controls.Add(this.sql_maxpool);
this.groupBox5.Controls.Add(this.label10);
this.groupBox5.Location = new System.Drawing.Point(260, 209);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(264, 93);
this.groupBox5.TabIndex = 6;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "MySQL Pooling";
//
// sql_clients
//
this.sql_clients.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.sql_clients.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.sql_clients.Location = new System.Drawing.Point(95, 59);
this.sql_clients.Name = "sql_clients";
this.sql_clients.Size = new System.Drawing.Size(52, 22);
this.sql_clients.TabIndex = 16;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("Segoe Print", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label11.Location = new System.Drawing.Point(10, 58);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(55, 23);
this.label11.TabIndex = 15;
this.label11.Text = "Clients";
//
// sql_maxpool
//
this.sql_maxpool.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.sql_maxpool.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.sql_maxpool.Location = new System.Drawing.Point(96, 31);
this.sql_maxpool.Name = "sql_maxpool";
this.sql_maxpool.Size = new System.Drawing.Size(51, 22);
this.sql_maxpool.TabIndex = 14;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Segoe Print", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.Location = new System.Drawing.Point(10, 28);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(84, 23);
this.label10.TabIndex = 13;
this.label10.Text = "MaxPooling";
//
// Settings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 19F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(533, 339);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.groupBox1);
this.Font = new System.Drawing.Font("Segoe Print", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "Settings";
this.Opacity = 0.95D;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Settings";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.panel1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox sock_ip;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox sock_backlog;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox sock_port;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox interface_site;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.CheckBox games_enabled;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.TextBox sql_database;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox sql_password;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox sql_username;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox sql_port;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox sql_host;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button set_default;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.TextBox sql_clients;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox sql_maxpool;
private System.Windows.Forms.Label label10;
}
}