moel@1: /*
moel@1:  
moel@344:   This Source Code Form is subject to the terms of the Mozilla Public
moel@344:   License, v. 2.0. If a copy of the MPL was not distributed with this
moel@344:   file, You can obtain one at http://mozilla.org/MPL/2.0/.
moel@1:  
moel@344:   Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
moel@344: 	
moel@1: */
moel@1: 
moel@1: namespace OpenHardwareMonitor.GUI {
moel@1:   partial class AboutBox {
moel@1:     /// <summary>
moel@1:     /// Required designer variable.
moel@1:     /// </summary>
moel@1:     private System.ComponentModel.IContainer components = null;
moel@1: 
moel@1:     /// <summary>
moel@1:     /// Clean up any resources being used.
moel@1:     /// </summary>
moel@1:     /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
moel@1:     protected override void Dispose(bool disposing) {
moel@1:       if (disposing && (components != null)) {
moel@1:         components.Dispose();
moel@1:       }
moel@1:       base.Dispose(disposing);
moel@1:     }
moel@1: 
moel@1:     #region Windows Form Designer generated code
moel@1: 
moel@1:     /// <summary>
moel@1:     /// Required method for Designer support - do not modify
moel@1:     /// the contents of this method with the code editor.
moel@1:     /// </summary>
moel@1:     private void InitializeComponent() {
moel@1:       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox));
moel@1:       this.okButton = new System.Windows.Forms.Button();
moel@1:       this.pictureBox1 = new System.Windows.Forms.PictureBox();
moel@1:       this.label1 = new System.Windows.Forms.Label();
moel@1:       this.label2 = new System.Windows.Forms.Label();
moel@1:       this.label3 = new System.Windows.Forms.Label();
moel@344:       this.projectLinkLabel = new System.Windows.Forms.LinkLabel();
moel@1:       this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
moel@344:       this.licenseLinkLabel = new System.Windows.Forms.LinkLabel();
moel@1:       ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
moel@1:       this.SuspendLayout();
moel@1:       // 
moel@1:       // okButton
moel@1:       // 
moel@1:       this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
moel@1:       this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
moel@344:       this.okButton.Location = new System.Drawing.Point(269, 79);
moel@1:       this.okButton.Name = "okButton";
moel@269:       this.okButton.Size = new System.Drawing.Size(75, 23);
moel@1:       this.okButton.TabIndex = 0;
moel@1:       this.okButton.Text = "OK";
moel@1:       this.okButton.UseVisualStyleBackColor = true;
moel@1:       // 
moel@1:       // pictureBox1
moel@1:       // 
moel@1:       this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
moel@269:       this.pictureBox1.Location = new System.Drawing.Point(10, 11);
moel@1:       this.pictureBox1.Name = "pictureBox1";
moel@290:       this.pictureBox1.Size = new System.Drawing.Size(48, 48);
moel@290:       this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
moel@1:       this.pictureBox1.TabIndex = 1;
moel@1:       this.pictureBox1.TabStop = false;
moel@1:       // 
moel@1:       // label1
moel@1:       // 
moel@269:       this.label1.AutoSize = true;
moel@344:       this.label1.Location = new System.Drawing.Point(74, 12);
moel@269:       this.label1.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
moel@1:       this.label1.Name = "label1";
moel@269:       this.label1.Size = new System.Drawing.Size(120, 13);
moel@1:       this.label1.TabIndex = 2;
moel@1:       this.label1.Text = "Open Hardware Monitor";
moel@1:       // 
moel@1:       // label2
moel@1:       // 
moel@1:       this.label2.AutoSize = true;
moel@344:       this.label2.Location = new System.Drawing.Point(74, 46);
moel@269:       this.label2.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
moel@1:       this.label2.Name = "label2";
moel@344:       this.label2.Size = new System.Drawing.Size(273, 13);
moel@1:       this.label2.TabIndex = 3;
moel@344:       this.label2.Text = "Copyright © 2009-2012 Michael Möller and contributers. ";
moel@1:       // 
moel@1:       // label3
moel@1:       // 
moel@1:       this.label3.AutoSize = true;
moel@344:       this.label3.Location = new System.Drawing.Point(74, 29);
moel@269:       this.label3.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
moel@1:       this.label3.Name = "label3";
moel@269:       this.label3.Size = new System.Drawing.Size(127, 13);
moel@1:       this.label3.TabIndex = 4;
moel@63:       this.label3.Text = "Version 9.0.30729.1 Beta";
moel@1:       // 
moel@344:       // projectLinkLabel
moel@1:       // 
moel@344:       this.projectLinkLabel.AutoSize = true;
moel@344:       this.projectLinkLabel.Location = new System.Drawing.Point(164, 80);
moel@344:       this.projectLinkLabel.Margin = new System.Windows.Forms.Padding(0, 0, 0, 0);
moel@344:       this.projectLinkLabel.Name = "projectLinkLabel";
moel@344:       this.projectLinkLabel.Size = new System.Drawing.Size(82, 13);
moel@344:       this.projectLinkLabel.TabIndex = 6;
moel@344:       this.projectLinkLabel.TabStop = true;
moel@344:       this.projectLinkLabel.Text = "Project Website";
moel@344:       this.projectLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
moel@1:       // 
moel@1:       // flowLayoutPanel1
moel@1:       // 
moel@1:       this.flowLayoutPanel1.AutoSize = true;
moel@1:       this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
moel@269:       this.flowLayoutPanel1.Location = new System.Drawing.Point(10, 100);
moel@269:       this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
moel@1:       this.flowLayoutPanel1.Name = "flowLayoutPanel1";
moel@344:       this.flowLayoutPanel1.Size = new System.Drawing.Size(0, 0);
moel@1:       this.flowLayoutPanel1.TabIndex = 8;
moel@1:       // 
moel@344:       // licenseLinkLabel
moel@344:       // 
moel@344:       this.licenseLinkLabel.AutoSize = true;
moel@344:       this.licenseLinkLabel.Location = new System.Drawing.Point(25, 80);
moel@344:       this.licenseLinkLabel.Margin = new System.Windows.Forms.Padding(0, 0, 0, 0);
moel@344:       this.licenseLinkLabel.Name = "licenseLinkLabel";
moel@344:       this.licenseLinkLabel.Size = new System.Drawing.Size(107, 13);
moel@344:       this.licenseLinkLabel.TabIndex = 9;
moel@344:       this.licenseLinkLabel.TabStop = true;
moel@344:       this.licenseLinkLabel.Text = "Licensing Information";
moel@344:       this.licenseLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
moel@344:       // 
moel@1:       // AboutBox
moel@1:       // 
moel@1:       this.AcceptButton = this.okButton;
moel@290:       this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
moel@290:       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
moel@1:       this.AutoSize = true;
moel@344:       this.ClientSize = new System.Drawing.Size(359, 115);
moel@344:       this.Controls.Add(this.licenseLinkLabel);
moel@1:       this.Controls.Add(this.flowLayoutPanel1);
moel@344:       this.Controls.Add(this.projectLinkLabel);
moel@1:       this.Controls.Add(this.label3);
moel@1:       this.Controls.Add(this.label2);
moel@1:       this.Controls.Add(this.label1);
moel@1:       this.Controls.Add(this.pictureBox1);
moel@269:       this.Controls.Add(this.okButton);
moel@1:       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
moel@1:       this.MaximizeBox = false;
moel@1:       this.MinimizeBox = false;
moel@1:       this.Name = "AboutBox";
moel@63:       this.ShowInTaskbar = false;
moel@1:       this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
moel@1:       this.Text = "About";
moel@1:       ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
moel@1:       this.ResumeLayout(false);
moel@1:       this.PerformLayout();
moel@1: 
moel@1:     }
moel@1: 
moel@1:     #endregion
moel@1: 
moel@1:     private System.Windows.Forms.Button okButton;
moel@1:     private System.Windows.Forms.PictureBox pictureBox1;
moel@1:     private System.Windows.Forms.Label label1;
moel@1:     private System.Windows.Forms.Label label2;
moel@1:     private System.Windows.Forms.Label label3;
moel@344:     private System.Windows.Forms.LinkLabel projectLinkLabel;
moel@1:     private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
moel@344:     private System.Windows.Forms.LinkLabel licenseLinkLabel;
moel@1:   }
moel@1: }