using System.ComponentModel; using System.Windows.Forms; namespace Widow { partial class AboutForm { /// /// Required designer variable. /// private 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(AboutForm)); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.versionTextBox = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(12, 12); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(169, 154); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 1; this.pictureBox1.TabStop = false; // // textBox1 // this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox1.Enabled = false; this.textBox1.ImeMode = System.Windows.Forms.ImeMode.Disable; this.textBox1.Location = new System.Drawing.Point(187, 40); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(235, 126); this.textBox1.TabIndex = 2; this.textBox1.Text = "Monitor and slide windows into place given configurable window parameters.\r\n\r\n---" + "----\r\n\r\nWebsite: http://www.grimore.org\r\nContact: office@grimore.org\r\n"; this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // WidowNameVersion // this.versionTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.versionTextBox.Enabled = false; this.versionTextBox.ImeMode = System.Windows.Forms.ImeMode.Disable; this.versionTextBox.Location = new System.Drawing.Point(187, 12); this.versionTextBox.Multiline = true; this.versionTextBox.Name = "versionTextBox"; this.versionTextBox.ReadOnly = true; this.versionTextBox.Size = new System.Drawing.Size(235, 22); this.versionTextBox.TabIndex = 3; this.versionTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // AboutForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(426, 180); this.Controls.Add(this.versionTextBox); this.Controls.Add(this.textBox1); this.Controls.Add(this.pictureBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(442, 218); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(442, 218); this.Name = "AboutForm"; this.Text = "About Widow"; this.Shown += new System.EventHandler(this.OnFormShown); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private PictureBox pictureBox1; private TextBox textBox1; private TextBox versionTextBox; } }