mirror of
https://github.com/MilkBarModding/MilkBarLauncher.git
synced 2025-06-17 12:41:39 +00:00
385 lines
20 KiB
C#
385 lines
20 KiB
C#
namespace GUIApp
|
|
{
|
|
partial class serverList
|
|
{
|
|
/// <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.filterPanel = new System.Windows.Forms.Panel();
|
|
this.actionPanel = new System.Windows.Forms.Panel();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.hostButton = new System.Windows.Forms.Button();
|
|
this.addButton = new System.Windows.Forms.Button();
|
|
this.directConnectionButton = new System.Windows.Forms.Button();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.serverPanel = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.button7 = new System.Windows.Forms.Button();
|
|
this.button6 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.pictureBox6 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox5 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.NameTextbox = new System.Windows.Forms.TextBox();
|
|
this.filterPanel.SuspendLayout();
|
|
this.actionPanel.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.serverPanel.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// filterPanel
|
|
//
|
|
this.filterPanel.BackColor = System.Drawing.SystemColors.ControlLight;
|
|
this.filterPanel.Controls.Add(this.NameTextbox);
|
|
this.filterPanel.Controls.Add(this.label6);
|
|
this.filterPanel.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.filterPanel.Location = new System.Drawing.Point(1253, 0);
|
|
this.filterPanel.Margin = new System.Windows.Forms.Padding(4);
|
|
this.filterPanel.Name = "filterPanel";
|
|
this.filterPanel.Size = new System.Drawing.Size(235, 970);
|
|
this.filterPanel.TabIndex = 4;
|
|
this.filterPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.filterPanel_Paint);
|
|
//
|
|
// actionPanel
|
|
//
|
|
this.actionPanel.Controls.Add(this.tableLayoutPanel1);
|
|
this.actionPanel.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.actionPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.actionPanel.Margin = new System.Windows.Forms.Padding(4);
|
|
this.actionPanel.Name = "actionPanel";
|
|
this.actionPanel.Size = new System.Drawing.Size(1253, 125);
|
|
this.actionPanel.TabIndex = 3;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 8;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 250F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 250F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 250F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 93F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 25F));
|
|
this.tableLayoutPanel1.Controls.Add(this.hostButton, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.addButton, 3, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.directConnectionButton, 5, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.button5, 7, 0);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 1;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1253, 125);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// hostButton
|
|
//
|
|
this.hostButton.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.hostButton.Location = new System.Drawing.Point(106, 4);
|
|
this.hostButton.Margin = new System.Windows.Forms.Padding(4);
|
|
this.hostButton.Name = "hostButton";
|
|
this.hostButton.Size = new System.Drawing.Size(242, 117);
|
|
this.hostButton.TabIndex = 0;
|
|
this.hostButton.Text = "Host server";
|
|
this.hostButton.UseVisualStyleBackColor = true;
|
|
this.hostButton.Click += new System.EventHandler(this.hostButton_Click);
|
|
//
|
|
// addButton
|
|
//
|
|
this.addButton.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.addButton.Location = new System.Drawing.Point(458, 4);
|
|
this.addButton.Margin = new System.Windows.Forms.Padding(4);
|
|
this.addButton.Name = "addButton";
|
|
this.addButton.Size = new System.Drawing.Size(242, 117);
|
|
this.addButton.TabIndex = 2;
|
|
this.addButton.Text = "Add server";
|
|
this.addButton.UseVisualStyleBackColor = true;
|
|
this.addButton.Click += new System.EventHandler(this.addButton_Click);
|
|
//
|
|
// directConnectionButton
|
|
//
|
|
this.directConnectionButton.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.directConnectionButton.Location = new System.Drawing.Point(810, 4);
|
|
this.directConnectionButton.Margin = new System.Windows.Forms.Padding(4);
|
|
this.directConnectionButton.Name = "directConnectionButton";
|
|
this.directConnectionButton.Size = new System.Drawing.Size(242, 117);
|
|
this.directConnectionButton.TabIndex = 3;
|
|
this.directConnectionButton.Text = "Change Name";
|
|
this.directConnectionButton.UseVisualStyleBackColor = true;
|
|
this.directConnectionButton.Click += new System.EventHandler(this.directConnectionButton_Click);
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.button5.Location = new System.Drawing.Point(1162, 4);
|
|
this.button5.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(87, 117);
|
|
this.button5.TabIndex = 4;
|
|
this.button5.Text = "<->";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
//
|
|
// serverPanel
|
|
//
|
|
this.serverPanel.AutoScroll = true;
|
|
this.serverPanel.Controls.Add(this.panel1);
|
|
this.serverPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.serverPanel.Location = new System.Drawing.Point(0, 125);
|
|
this.serverPanel.Margin = new System.Windows.Forms.Padding(4);
|
|
this.serverPanel.Name = "serverPanel";
|
|
this.serverPanel.Size = new System.Drawing.Size(1253, 845);
|
|
this.serverPanel.TabIndex = 2;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.SystemColors.Control;
|
|
this.panel1.Controls.Add(this.button7);
|
|
this.panel1.Controls.Add(this.button6);
|
|
this.panel1.Controls.Add(this.button2);
|
|
this.panel1.Controls.Add(this.pictureBox6);
|
|
this.panel1.Controls.Add(this.pictureBox5);
|
|
this.panel1.Controls.Add(this.pictureBox4);
|
|
this.panel1.Controls.Add(this.label5);
|
|
this.panel1.Controls.Add(this.label4);
|
|
this.panel1.Controls.Add(this.label3);
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.pictureBox3);
|
|
this.panel1.Location = new System.Drawing.Point(4, 4);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(692, 125);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// button7
|
|
//
|
|
this.button7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.button7.Location = new System.Drawing.Point(564, 86);
|
|
this.button7.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button7.Name = "button7";
|
|
this.button7.Size = new System.Drawing.Size(125, 35);
|
|
this.button7.TabIndex = 11;
|
|
this.button7.Text = "Remove";
|
|
this.button7.UseVisualStyleBackColor = true;
|
|
//
|
|
// button6
|
|
//
|
|
this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.button6.Location = new System.Drawing.Point(564, 45);
|
|
this.button6.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button6.Name = "button6";
|
|
this.button6.Size = new System.Drawing.Size(125, 35);
|
|
this.button6.TabIndex = 10;
|
|
this.button6.Text = "Edit";
|
|
this.button6.UseVisualStyleBackColor = true;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.button2.Location = new System.Drawing.Point(564, 4);
|
|
this.button2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(125, 35);
|
|
this.button2.TabIndex = 9;
|
|
this.button2.Text = "Connect";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// pictureBox6
|
|
//
|
|
this.pictureBox6.Location = new System.Drawing.Point(411, 31);
|
|
this.pictureBox6.Margin = new System.Windows.Forms.Padding(4);
|
|
this.pictureBox6.Name = "pictureBox6";
|
|
this.pictureBox6.Size = new System.Drawing.Size(32, 32);
|
|
this.pictureBox6.TabIndex = 8;
|
|
this.pictureBox6.TabStop = false;
|
|
//
|
|
// pictureBox5
|
|
//
|
|
this.pictureBox5.Location = new System.Drawing.Point(371, 31);
|
|
this.pictureBox5.Margin = new System.Windows.Forms.Padding(4);
|
|
this.pictureBox5.Name = "pictureBox5";
|
|
this.pictureBox5.Size = new System.Drawing.Size(32, 32);
|
|
this.pictureBox5.TabIndex = 7;
|
|
this.pictureBox5.TabStop = false;
|
|
//
|
|
// pictureBox4
|
|
//
|
|
this.pictureBox4.Location = new System.Drawing.Point(331, 31);
|
|
this.pictureBox4.Margin = new System.Windows.Forms.Padding(4);
|
|
this.pictureBox4.Name = "pictureBox4";
|
|
this.pictureBox4.Size = new System.Drawing.Size(32, 32);
|
|
this.pictureBox4.TabIndex = 6;
|
|
this.pictureBox4.TabStop = false;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(328, 6);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(58, 16);
|
|
this.label5.TabIndex = 5;
|
|
this.label5.Text = "Settings:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(265, 6);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(33, 16);
|
|
this.label4.TabIndex = 4;
|
|
this.label4.Text = "Text";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(265, 31);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(33, 16);
|
|
this.label3.TabIndex = 3;
|
|
this.label3.Text = "Text";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(129, 31);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(78, 16);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "Description:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(129, 6);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(87, 16);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "Server name:";
|
|
//
|
|
// pictureBox3
|
|
//
|
|
this.pictureBox3.Image = global::GUIApp.Properties.Resources.Mipha2;
|
|
this.pictureBox3.Location = new System.Drawing.Point(8, 6);
|
|
this.pictureBox3.Margin = new System.Windows.Forms.Padding(4);
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
this.pictureBox3.Size = new System.Drawing.Size(112, 112);
|
|
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox3.TabIndex = 0;
|
|
this.pictureBox3.TabStop = false;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(17, 24);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(76, 16);
|
|
this.label6.TabIndex = 0;
|
|
this.label6.Text = "User Name";
|
|
//
|
|
// NameTextbox
|
|
//
|
|
this.NameTextbox.Location = new System.Drawing.Point(20, 51);
|
|
this.NameTextbox.Name = "NameTextbox";
|
|
this.NameTextbox.Size = new System.Drawing.Size(203, 22);
|
|
this.NameTextbox.TabIndex = 1;
|
|
this.NameTextbox.TextChanged += new System.EventHandler(this.NameTextbox_TextChanged);
|
|
//
|
|
// serverList
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.ClientSize = new System.Drawing.Size(1488, 970);
|
|
this.Controls.Add(this.serverPanel);
|
|
this.Controls.Add(this.actionPanel);
|
|
this.Controls.Add(this.filterPanel);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.Name = "serverList";
|
|
this.Text = "serverList";
|
|
this.filterPanel.ResumeLayout(false);
|
|
this.filterPanel.PerformLayout();
|
|
this.actionPanel.ResumeLayout(false);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.serverPanel.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel filterPanel;
|
|
private System.Windows.Forms.Panel actionPanel;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Button hostButton;
|
|
private System.Windows.Forms.Button addButton;
|
|
private System.Windows.Forms.Button directConnectionButton;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.FlowLayoutPanel serverPanel;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button button7;
|
|
private System.Windows.Forms.Button button6;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.PictureBox pictureBox6;
|
|
private System.Windows.Forms.PictureBox pictureBox5;
|
|
private System.Windows.Forms.PictureBox pictureBox4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.PictureBox pictureBox3;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox NameTextbox;
|
|
}
|
|
} |