namespace Bowling { partial class Connect { /// /// 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() { this.NameTB = new System.Windows.Forms.TextBox(); this.IPTB = new System.Windows.Forms.TextBox(); this.PortTB = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.PlayBtn = new System.Windows.Forms.Button(); this.ExitBtn = new System.Windows.Forms.Button(); this.SuspendLayout(); // // NameTB // this.NameTB.Location = new System.Drawing.Point(12, 32); this.NameTB.Name = "NameTB"; this.NameTB.Size = new System.Drawing.Size(224, 27); this.NameTB.TabIndex = 0; this.NameTB.Text = "test"; // // IPTB // this.IPTB.Location = new System.Drawing.Point(12, 85); this.IPTB.Name = "IPTB"; this.IPTB.Size = new System.Drawing.Size(224, 27); this.IPTB.TabIndex = 1; this.IPTB.Text = "127.0.0.1"; // // PortTB // this.PortTB.Location = new System.Drawing.Point(12, 138); this.PortTB.Name = "PortTB"; this.PortTB.Size = new System.Drawing.Size(224, 27); this.PortTB.TabIndex = 2; this.PortTB.Text = "7632"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(52, 20); this.label1.TabIndex = 3; this.label1.Text = "Name:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 62); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(24, 20); this.label2.TabIndex = 4; this.label2.Text = "IP:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 115); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(38, 20); this.label3.TabIndex = 5; this.label3.Text = "Port:"; // // PlayBtn // this.PlayBtn.Location = new System.Drawing.Point(12, 171); this.PlayBtn.Name = "PlayBtn"; this.PlayBtn.Size = new System.Drawing.Size(110, 29); this.PlayBtn.TabIndex = 6; this.PlayBtn.Text = "Play"; this.PlayBtn.UseVisualStyleBackColor = true; this.PlayBtn.Click += new System.EventHandler(this.PlayBtn_Click); // // ExitBtn // this.ExitBtn.Location = new System.Drawing.Point(128, 171); this.ExitBtn.Name = "ExitBtn"; this.ExitBtn.Size = new System.Drawing.Size(108, 29); this.ExitBtn.TabIndex = 7; this.ExitBtn.Text = "Exit"; this.ExitBtn.UseVisualStyleBackColor = true; this.ExitBtn.Click += new System.EventHandler(this.ExitBtn_Click); // // Connect // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(250, 212); this.Controls.Add(this.ExitBtn); this.Controls.Add(this.PlayBtn); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.PortTB); this.Controls.Add(this.IPTB); this.Controls.Add(this.NameTB); this.Name = "Connect"; this.Text = "Launcher"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Connect_FormClosing); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox NameTB; private System.Windows.Forms.TextBox IPTB; private System.Windows.Forms.TextBox PortTB; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button PlayBtn; private System.Windows.Forms.Button ExitBtn; } }