view ServerMonitor/Forms/AboutForm.Designer.cs @ 39:7645122aa7a9

Get it working under Mono
author Brad Greco <brad@bgreco.net>
date Tue, 09 Jun 2020 20:59:00 -0400
parents f6235dc0a8ec
children
line wrap: on
line source

namespace ServerMonitorApp
{
    partial class AboutForm
    {
        /// <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.IconPictureBox = new System.Windows.Forms.PictureBox();
            this.NameLabel = new System.Windows.Forms.Label();
            this.CopyrightLabel = new System.Windows.Forms.Label();
            this.HomePageLink = new System.Windows.Forms.LinkLabel();
            this.LicenseLabel = new System.Windows.Forms.Label();
            this.SshNetLinkLabel = new System.Windows.Forms.LinkLabel();
            this.NAppUpdateLinkLabel = new System.Windows.Forms.LinkLabel();
            this.NAudioLinkLabel = new System.Windows.Forms.LinkLabel();
            ((System.ComponentModel.ISupportInitialize)(this.IconPictureBox)).BeginInit();
            this.SuspendLayout();
            // 
            // IconPictureBox
            // 
            this.IconPictureBox.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.IconPictureBox.Image = global::ServerMonitorApp.Properties.Resources.icon_png;
            this.IconPictureBox.Location = new System.Drawing.Point(130, 12);
            this.IconPictureBox.Name = "IconPictureBox";
            this.IconPictureBox.Size = new System.Drawing.Size(64, 64);
            this.IconPictureBox.TabIndex = 0;
            this.IconPictureBox.TabStop = false;
            // 
            // NameLabel
            // 
            this.NameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.NameLabel.Location = new System.Drawing.Point(12, 91);
            this.NameLabel.Name = "NameLabel";
            this.NameLabel.Size = new System.Drawing.Size(300, 20);
            this.NameLabel.TabIndex = 1;
            this.NameLabel.Text = "Personal Server Monitor";
            this.NameLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // CopyrightLabel
            // 
            this.CopyrightLabel.Location = new System.Drawing.Point(12, 109);
            this.CopyrightLabel.Name = "CopyrightLabel";
            this.CopyrightLabel.Size = new System.Drawing.Size(300, 20);
            this.CopyrightLabel.TabIndex = 2;
            this.CopyrightLabel.Text = "Copyright © 2019 Brad Greco";
            this.CopyrightLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // HomePageLink
            // 
            this.HomePageLink.Location = new System.Drawing.Point(12, 127);
            this.HomePageLink.Name = "HomePageLink";
            this.HomePageLink.Size = new System.Drawing.Size(300, 20);
            this.HomePageLink.TabIndex = 3;
            this.HomePageLink.TabStop = true;
            this.HomePageLink.Text = "https://www.bgreco.net/servermonitor";
            this.HomePageLink.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.HomePageLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.HomePageLink_LinkClicked);
            // 
            // LicenseLabel
            // 
            this.LicenseLabel.Location = new System.Drawing.Point(12, 163);
            this.LicenseLabel.Name = "LicenseLabel";
            this.LicenseLabel.Size = new System.Drawing.Size(300, 54);
            this.LicenseLabel.TabIndex = 4;
            this.LicenseLabel.Text = "This software is released under the GNU General Public License version 2. Complet" +
    "e source code is available at the URL above. This software comes with ABSOLUTELY" +
    " NO WARRANTY.";
            this.LicenseLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // SshNetLinkLabel
            // 
            this.SshNetLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(31, 7);
            this.SshNetLinkLabel.Location = new System.Drawing.Point(12, 230);
            this.SshNetLinkLabel.Name = "SshNetLinkLabel";
            this.SshNetLinkLabel.Size = new System.Drawing.Size(300, 18);
            this.SshNetLinkLabel.TabIndex = 6;
            this.SshNetLinkLabel.TabStop = true;
            this.SshNetLinkLabel.Text = "SSH support is provided by the SSH.NET library.";
            this.SshNetLinkLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.SshNetLinkLabel.UseCompatibleTextRendering = true;
            this.SshNetLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.SshNetLinkLabel_LinkClicked);
            // 
            // NAppUpdateLinkLabel
            // 
            this.NAppUpdateLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(35, 10);
            this.NAppUpdateLinkLabel.Location = new System.Drawing.Point(12, 246);
            this.NAppUpdateLinkLabel.Name = "NAppUpdateLinkLabel";
            this.NAppUpdateLinkLabel.Size = new System.Drawing.Size(300, 18);
            this.NAppUpdateLinkLabel.TabIndex = 7;
            this.NAppUpdateLinkLabel.TabStop = true;
            this.NAppUpdateLinkLabel.Text = "Program updates are handled by the NAppUpdate library.";
            this.NAppUpdateLinkLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.NAppUpdateLinkLabel.UseCompatibleTextRendering = true;
            this.NAppUpdateLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.NAppUpdateLinkLabel_LinkClicked);
            // 
            // NAudioLinkLabel
            // 
            this.NAudioLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(25, 6);
            this.NAudioLinkLabel.Location = new System.Drawing.Point(12, 262);
            this.NAudioLinkLabel.Name = "NAudioLinkLabel";
            this.NAudioLinkLabel.Size = new System.Drawing.Size(300, 18);
            this.NAudioLinkLabel.TabIndex = 8;
            this.NAudioLinkLabel.TabStop = true;
            this.NAudioLinkLabel.Text = "Audio is provided by the NAudio library.";
            this.NAudioLinkLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.NAudioLinkLabel.UseCompatibleTextRendering = true;
            this.NAudioLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.NAudioLinkLabel_LinkClicked);
            // 
            // AboutForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(324, 289);
            this.Controls.Add(this.NAudioLinkLabel);
            this.Controls.Add(this.NAppUpdateLinkLabel);
            this.Controls.Add(this.SshNetLinkLabel);
            this.Controls.Add(this.LicenseLabel);
            this.Controls.Add(this.HomePageLink);
            this.Controls.Add(this.CopyrightLabel);
            this.Controls.Add(this.NameLabel);
            this.Controls.Add(this.IconPictureBox);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "AboutForm";
            this.Text = "About";
            this.Load += new System.EventHandler(this.AboutForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.IconPictureBox)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.PictureBox IconPictureBox;
        private System.Windows.Forms.Label NameLabel;
        private System.Windows.Forms.Label CopyrightLabel;
        private System.Windows.Forms.LinkLabel HomePageLink;
        private System.Windows.Forms.Label LicenseLabel;
        private System.Windows.Forms.LinkLabel SshNetLinkLabel;
        private System.Windows.Forms.LinkLabel NAppUpdateLinkLabel;
        private System.Windows.Forms.LinkLabel NAudioLinkLabel;
    }
}