namespace Guild_Tournament { partial class Main { /// /// 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(Main)); this.Open = new System.Windows.Forms.Button(); this.Close = new System.Windows.Forms.Button(); this.Current_Status = new System.Windows.Forms.Label(); this.Status = new System.Windows.Forms.Label(); this.SendMessage = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // Open // this.Open.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Open.ForeColor = System.Drawing.Color.Green; this.Open.Location = new System.Drawing.Point(12, 69); this.Open.Name = "Open"; this.Open.Size = new System.Drawing.Size(100, 30); this.Open.TabIndex = 0; this.Open.Text = "Open GT"; this.Open.UseVisualStyleBackColor = true; this.Open.Click += new System.EventHandler(this.Open_Click); // // Close // this.Close.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Close.ForeColor = System.Drawing.Color.Red; this.Close.Location = new System.Drawing.Point(172, 69); this.Close.Name = "Close"; this.Close.Size = new System.Drawing.Size(100, 30); this.Close.TabIndex = 1; this.Close.Text = "Close GT"; this.Close.UseVisualStyleBackColor = true; this.Close.Click += new System.EventHandler(this.Close_Click); // // Current_Status // this.Current_Status.AutoSize = true; this.Current_Status.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Current_Status.Location = new System.Drawing.Point(35, 9); this.Current_Status.Name = "Current_Status"; this.Current_Status.Size = new System.Drawing.Size(117, 20); this.Current_Status.TabIndex = 3; this.Current_Status.Text = "Current Status:"; // // Status // this.Status.AutoSize = true; this.Status.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Status.ForeColor = System.Drawing.Color.Orange; this.Status.Location = new System.Drawing.Point(158, 9); this.Status.Name = "Status"; this.Status.Size = new System.Drawing.Size(88, 20); this.Status.TabIndex = 4; this.Status.Text = "Unknown..."; // // SendMessage // this.SendMessage.AutoSize = true; this.SendMessage.Checked = true; this.SendMessage.CheckState = System.Windows.Forms.CheckState.Checked; this.SendMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.SendMessage.Location = new System.Drawing.Point(78, 41); this.SendMessage.Name = "SendMessage"; this.SendMessage.Size = new System.Drawing.Size(127, 20); this.SendMessage.TabIndex = 2; this.SendMessage.Text = "Server Message"; this.SendMessage.UseVisualStyleBackColor = true; // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 111); this.Controls.Add(this.SendMessage); this.Controls.Add(this.Status); this.Controls.Add(this.Current_Status); this.Controls.Add(this.Close); this.Controls.Add(this.Open); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "Main"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button Open; private System.Windows.Forms.Button Close; private System.Windows.Forms.Label Current_Status; private System.Windows.Forms.Label Status; private System.Windows.Forms.CheckBox SendMessage; } }