namespace CleanTicTacToe { partial class MainForm { /// /// Erforderliche Designervariable. /// private System.ComponentModel.IContainer components = null; /// /// Verwendete Ressourcen bereinigen. /// /// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Vom Windows Form-Designer generierter Code /// /// Erforderliche Methode für die Designerunterstützung. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. /// private void InitializeComponent() { this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.TslStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // statusStrip1 // this.statusStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.TslStatus}); this.statusStrip1.Location = new System.Drawing.Point(0, 853); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(1010, 38); this.statusStrip1.TabIndex = 0; this.statusStrip1.Text = "statusStrip1"; // // TslStatus // this.TslStatus.Name = "TslStatus"; this.TslStatus.Size = new System.Drawing.Size(0, 28); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1010, 891); this.Controls.Add(this.statusStrip1); this.Name = "MainForm"; this.Text = "Form1"; this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel TslStatus; } }