using System.ComponentModel; using System.Windows.Forms; namespace Winify { partial class AboutForm { /// /// Required designer variable. /// private IContainer components = null; #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.textBox1 = new System.Windows.Forms.TextBox(); this.VersionTextBox = new System.Windows.Forms.TextBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // textBox1 // this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox1.Enabled = false; this.textBox1.Location = new System.Drawing.Point(175, 41); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(239, 127); this.textBox1.TabIndex = 11; this.textBox1.Text = "Winify: A Windows client for the Gotify server.\r\n--------------------------------" + "---------\r\nWizardry and Steamworks\r\nWebsite: https://www.grimore.org\r\nContact: o" + "ffice@grimore.org\r\n"; this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // VersionTextBox // 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(174, 12); this.VersionTextBox.Multiline = true; this.VersionTextBox.Name = "VersionTextBox"; this.VersionTextBox.ReadOnly = true; this.VersionTextBox.Size = new System.Drawing.Size(240, 22); this.VersionTextBox.TabIndex = 10; this.VersionTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(12, 12); this.pictureBox1.MaximumSize = new System.Drawing.Size(156, 156); this.pictureBox1.MinimumSize = new System.Drawing.Size(156, 156); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(156, 156); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 9; this.pictureBox1.TabStop = false; // // AboutForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(434, 191); this.Controls.Add(this.textBox1); this.Controls.Add(this.VersionTextBox); 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 = "Winify: About"; this.Load += new System.EventHandler(this.AboutForm_Load); this.Shown += new System.EventHandler(this.AboutForm_Shown); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private TextBox textBox1; private TextBox VersionTextBox; private PictureBox pictureBox1; } }