namespace TweetDuck.Core.Other {
    sealed partial class FormAbout {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing) {
            if (disposing && (components != null)) {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            this.pictureLogo = new System.Windows.Forms.PictureBox();
            this.labelDescription = new System.Windows.Forms.Label();
            this.labelTips = new System.Windows.Forms.LinkLabel();
            this.labelWebsite = new System.Windows.Forms.LinkLabel();
            this.tablePanelLinks = new System.Windows.Forms.TableLayoutPanel();
            this.labelIssues = new System.Windows.Forms.LinkLabel();
            ((System.ComponentModel.ISupportInitialize)(this.pictureLogo)).BeginInit();
            this.tablePanelLinks.SuspendLayout();
            this.SuspendLayout();
            // 
            // pictureLogo
            // 
            this.pictureLogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.pictureLogo.ErrorImage = null;
            this.pictureLogo.InitialImage = null;
            this.pictureLogo.Location = new System.Drawing.Point(12, 12);
            this.pictureLogo.Name = "pictureLogo";
            this.pictureLogo.Size = new System.Drawing.Size(96, 96);
            this.pictureLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureLogo.TabIndex = 0;
            this.pictureLogo.TabStop = false;
            // 
            // labelDescription
            // 
            this.labelDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.labelDescription.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
            this.labelDescription.Location = new System.Drawing.Point(114, 12);
            this.labelDescription.Name = "labelDescription";
            this.labelDescription.Size = new System.Drawing.Size(232, 113);
            this.labelDescription.TabIndex = 0;
            // 
            // labelTips
            // 
            this.labelTips.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelTips.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
            this.labelTips.LinkArea = new System.Windows.Forms.LinkArea(0, 0);
            this.labelTips.Location = new System.Drawing.Point(117, 0);
            this.labelTips.Margin = new System.Windows.Forms.Padding(0);
            this.labelTips.Name = "labelTips";
            this.labelTips.Size = new System.Drawing.Size(99, 18);
            this.labelTips.TabIndex = 1;
            this.labelTips.Text = "Tips && Tricks";
            this.labelTips.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.labelTips.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnLinkClicked);
            // 
            // labelWebsite
            // 
            this.labelWebsite.AutoSize = true;
            this.labelWebsite.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelWebsite.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
            this.labelWebsite.LinkArea = new System.Windows.Forms.LinkArea(0, 0);
            this.labelWebsite.Location = new System.Drawing.Point(0, 0);
            this.labelWebsite.Margin = new System.Windows.Forms.Padding(0);
            this.labelWebsite.Name = "labelWebsite";
            this.labelWebsite.Size = new System.Drawing.Size(117, 18);
            this.labelWebsite.TabIndex = 0;
            this.labelWebsite.Text = "Official Website";
            this.labelWebsite.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.labelWebsite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnLinkClicked);
            // 
            // tablePanelLinks
            // 
            this.tablePanelLinks.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tablePanelLinks.ColumnCount = 3;
            this.tablePanelLinks.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35.16F));
            this.tablePanelLinks.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 29.7F));
            this.tablePanelLinks.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35.14F));
            this.tablePanelLinks.Controls.Add(this.labelIssues, 2, 0);
            this.tablePanelLinks.Controls.Add(this.labelWebsite, 0, 0);
            this.tablePanelLinks.Controls.Add(this.labelTips, 1, 0);
            this.tablePanelLinks.Location = new System.Drawing.Point(12, 128);
            this.tablePanelLinks.Name = "tablePanelLinks";
            this.tablePanelLinks.RowCount = 1;
            this.tablePanelLinks.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tablePanelLinks.Size = new System.Drawing.Size(334, 18);
            this.tablePanelLinks.TabIndex = 1;
            // 
            // labelIssues
            // 
            this.labelIssues.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelIssues.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
            this.labelIssues.LinkArea = new System.Windows.Forms.LinkArea(0, 0);
            this.labelIssues.Location = new System.Drawing.Point(216, 0);
            this.labelIssues.Margin = new System.Windows.Forms.Padding(0);
            this.labelIssues.Name = "labelIssues";
            this.labelIssues.Size = new System.Drawing.Size(118, 18);
            this.labelIssues.TabIndex = 2;
            this.labelIssues.Text = "Report an Issue";
            this.labelIssues.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.labelIssues.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnLinkClicked);
            // 
            // FormAbout
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(358, 156);
            this.Controls.Add(this.tablePanelLinks);
            this.Controls.Add(this.labelDescription);
            this.Controls.Add(this.pictureLogo);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.HelpButton = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FormAbout";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.FormAbout_HelpButtonClicked);
            this.HelpRequested += new System.Windows.Forms.HelpEventHandler(this.FormAbout_HelpRequested);
            ((System.ComponentModel.ISupportInitialize)(this.pictureLogo)).EndInit();
            this.tablePanelLinks.ResumeLayout(false);
            this.tablePanelLinks.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.PictureBox pictureLogo;
        private System.Windows.Forms.Label labelDescription;
        private System.Windows.Forms.LinkLabel labelTips;
        private System.Windows.Forms.LinkLabel labelWebsite;
        private System.Windows.Forms.TableLayoutPanel tablePanelLinks;
        private System.Windows.Forms.LinkLabel labelIssues;

    }
}