namespace Optimizer
{
partial class AboutForm
{
///
/// 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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.l1 = new System.Windows.Forms.Label();
this.l2 = new System.Windows.Forms.LinkLabel();
this.button7 = new System.Windows.Forms.Button();
this.t1 = new System.Windows.Forms.Timer(this.components);
this.t2 = new System.Windows.Forms.Timer(this.components);
((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(110, 108);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 2;
this.pictureBox1.TabStop = false;
//
// l1
//
this.l1.AutoSize = true;
this.l1.Font = new System.Drawing.Font("Segoe UI Semibold", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l1.ForeColor = System.Drawing.Color.White;
this.l1.Location = new System.Drawing.Point(128, 12);
this.l1.Name = "l1";
this.l1.Size = new System.Drawing.Size(0, 32);
this.l1.TabIndex = 3;
//
// l2
//
this.l2.AutoSize = true;
this.l2.Font = new System.Drawing.Font("Segoe UI Semibold", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.l2.ForeColor = System.Drawing.Color.DodgerBlue;
this.l2.Location = new System.Drawing.Point(128, 85);
this.l2.Name = "l2";
this.l2.Size = new System.Drawing.Size(0, 35);
this.l2.TabIndex = 35;
this.l2.Tag = "themeable";
this.l2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.l2_LinkClicked);
//
// button7
//
this.button7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button7.BackColor = System.Drawing.Color.DodgerBlue;
this.button7.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button7.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.button7.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
this.button7.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button7.ForeColor = System.Drawing.Color.White;
this.button7.Location = new System.Drawing.Point(383, 12);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(89, 39);
this.button7.TabIndex = 36;
this.button7.Tag = "themeable";
this.button7.Text = "OK";
this.button7.UseVisualStyleBackColor = false;
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// t1
//
this.t1.Interval = 350;
this.t1.Tick += new System.EventHandler(this.t1_Tick);
//
// t2
//
this.t2.Interval = 350;
this.t2.Tick += new System.EventHandler(this.t2_Tick);
//
// About
//
this.AcceptButton = this.button7;
this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.CancelButton = this.button7;
this.ClientSize = new System.Drawing.Size(484, 135);
this.Controls.Add(this.button7);
this.Controls.Add(this.l2);
this.Controls.Add(this.l1);
this.Controls.Add(this.pictureBox1);
this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
this.ForeColor = System.Drawing.Color.White;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "About";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "About Optimizer";
this.Load += new System.EventHandler(this.About_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label l1;
private System.Windows.Forms.LinkLabel l2;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Timer t1;
private System.Windows.Forms.Timer t2;
}
}