namespace UI.Winforms { partial class AboutBox { /// /// 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.OkButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // OkButton // this.OkButton.Location = new System.Drawing.Point(226, 147); this.OkButton.Name = "OkButton"; this.OkButton.Size = new System.Drawing.Size(75, 26); this.OkButton.TabIndex = 2; this.OkButton.Text = "Ok"; this.OkButton.UseVisualStyleBackColor = true; this.OkButton.Click += new System.EventHandler(this.button1_Click); // // label1 // this.label1.Location = new System.Drawing.Point(22, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(266, 82); this.label1.TabIndex = 3; this.label1.Text = "What made you think that \'this\' about box would be any more interesting that any " + "other about box you have ever clicked on?"; // // AboutBox // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(313, 185); this.Controls.Add(this.label1); this.Controls.Add(this.OkButton); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AboutBox"; this.Text = "About Darwinbots"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button OkButton; private System.Windows.Forms.Label label1; } }