moel@1: /*
moel@1:   
moel@1:   Version: MPL 1.1/GPL 2.0/LGPL 2.1
moel@1: 
moel@1:   The contents of this file are subject to the Mozilla Public License Version
moel@1:   1.1 (the "License"); you may not use this file except in compliance with
moel@1:   the License. You may obtain a copy of the License at
moel@1:  
moel@1:   http://www.mozilla.org/MPL/
moel@1: 
moel@1:   Software distributed under the License is distributed on an "AS IS" basis,
moel@1:   WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
moel@1:   for the specific language governing rights and limitations under the License.
moel@1: 
moel@1:   The Original Code is the Open Hardware Monitor code.
moel@1: 
moel@1:   The Initial Developer of the Original Code is 
moel@1:   Michael Möller <m.moeller@gmx.ch>.
moel@1:   Portions created by the Initial Developer are Copyright (C) 2009-2010
moel@1:   the Initial Developer. All Rights Reserved.
moel@1: 
moel@1:   Contributor(s):
moel@1: 
moel@1:   Alternatively, the contents of this file may be used under the terms of
moel@1:   either the GNU General Public License Version 2 or later (the "GPL"), or
moel@1:   the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
moel@1:   in which case the provisions of the GPL or the LGPL are applicable instead
moel@1:   of those above. If you wish to allow use of your version of this file only
moel@1:   under the terms of either the GPL or the LGPL, and not to allow others to
moel@1:   use your version of this file under the terms of the MPL, indicate your
moel@1:   decision by deleting the provisions above and replace them with the notice
moel@1:   and other provisions required by the GPL or the LGPL. If you do not delete
moel@1:   the provisions above, a recipient may use your version of this file under
moel@1:   the terms of any one of the MPL, the GPL or the LGPL.
moel@1:  
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@1:       this.label4 = new System.Windows.Forms.Label();
moel@1:       this.linkLabel = new System.Windows.Forms.LinkLabel();
moel@1:       this.label5 = new System.Windows.Forms.Label();
moel@1:       this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
moel@1:       ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
moel@1:       this.flowLayoutPanel1.SuspendLayout();
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@1:       this.okButton.Location = new System.Drawing.Point(305, 142);
moel@1:       this.okButton.Name = "okButton";
moel@1:       this.okButton.Size = new System.Drawing.Size(87, 27);
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@1:       this.pictureBox1.Location = new System.Drawing.Point(12, 13);
moel@1:       this.pictureBox1.Name = "pictureBox1";
moel@1:       this.pictureBox1.Size = new System.Drawing.Size(56, 56);
moel@1:       this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
moel@1:       this.pictureBox1.TabIndex = 1;
moel@1:       this.pictureBox1.TabStop = false;
moel@1:       // 
moel@1:       // label1
moel@1:       // 
moel@1:       this.label1.AutoSize = true;
moel@1:       this.label1.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold);
moel@1:       this.label1.Location = new System.Drawing.Point(85, 13);
moel@1:       this.label1.Margin = new System.Windows.Forms.Padding(12, 0, 12, 0);
moel@1:       this.label1.Name = "label1";
moel@1:       this.label1.Size = new System.Drawing.Size(179, 20);
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@1:       this.label2.Location = new System.Drawing.Point(86, 54);
moel@1:       this.label2.Margin = new System.Windows.Forms.Padding(12, 0, 12, 0);
moel@1:       this.label2.Name = "label2";
moel@1:       this.label2.Size = new System.Drawing.Size(315, 15);
moel@1:       this.label2.TabIndex = 3;
moel@1:       this.label2.Text = "Copyright © 2009-2010 Michael Möller. All rights reserved.";
moel@1:       // 
moel@1:       // label3
moel@1:       // 
moel@1:       this.label3.AutoSize = true;
moel@1:       this.label3.Location = new System.Drawing.Point(86, 36);
moel@1:       this.label3.Margin = new System.Windows.Forms.Padding(12, 0, 12, 0);
moel@1:       this.label3.Name = "label3";
moel@63:       this.label3.Size = new System.Drawing.Size(132, 15);
moel@1:       this.label3.TabIndex = 4;
moel@63:       this.label3.Text = "Version 9.0.30729.1 Beta";
moel@1:       // 
moel@1:       // label4
moel@1:       // 
moel@1:       this.label4.AutoSize = true;
moel@1:       this.label4.Location = new System.Drawing.Point(9, 95);
moel@1:       this.label4.Margin = new System.Windows.Forms.Padding(12, 0, 12, 0);
moel@1:       this.label4.Name = "label4";
moel@1:       this.label4.Size = new System.Drawing.Size(412, 15);
moel@1:       this.label4.TabIndex = 5;
moel@1:       this.label4.Text = "The source code is available under the terms of the Mozilla Public License 1.1";
moel@1:       // 
moel@1:       // linkLabel
moel@1:       // 
moel@1:       this.linkLabel.AutoSize = true;
moel@1:       this.linkLabel.Location = new System.Drawing.Point(145, 0);
moel@1:       this.linkLabel.Margin = new System.Windows.Forms.Padding(0, 0, 12, 0);
moel@1:       this.linkLabel.Name = "linkLabel";
moel@1:       this.linkLabel.Size = new System.Drawing.Size(176, 15);
moel@1:       this.linkLabel.TabIndex = 6;
moel@1:       this.linkLabel.TabStop = true;
moel@1:       this.linkLabel.Text = "Open Hardware Monitor Project";
moel@1:       this.linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
moel@1:       // 
moel@1:       // label5
moel@1:       // 
moel@1:       this.label5.AutoSize = true;
moel@1:       this.label5.Location = new System.Drawing.Point(0, 0);
moel@1:       this.label5.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
moel@1:       this.label5.Name = "label5";
moel@1:       this.label5.Size = new System.Drawing.Size(142, 15);
moel@1:       this.label5.TabIndex = 7;
moel@1:       this.label5.Text = "from the project website: ";
moel@1:       // 
moel@1:       // flowLayoutPanel1
moel@1:       // 
moel@1:       this.flowLayoutPanel1.AutoSize = true;
moel@1:       this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
moel@1:       this.flowLayoutPanel1.Controls.Add(this.label5);
moel@1:       this.flowLayoutPanel1.Controls.Add(this.linkLabel);
moel@1:       this.flowLayoutPanel1.Location = new System.Drawing.Point(12, 115);
moel@1:       this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(12, 0, 12, 0);
moel@1:       this.flowLayoutPanel1.Name = "flowLayoutPanel1";
moel@1:       this.flowLayoutPanel1.Size = new System.Drawing.Size(333, 15);
moel@1:       this.flowLayoutPanel1.TabIndex = 8;
moel@1:       // 
moel@1:       // AboutBox
moel@1:       // 
moel@1:       this.AcceptButton = this.okButton;
moel@1:       this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
moel@1:       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
moel@1:       this.AutoSize = true;
moel@1:       this.ClientSize = new System.Drawing.Size(404, 182);
moel@1:       this.Controls.Add(this.flowLayoutPanel1);
moel@1:       this.Controls.Add(this.label4);
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@1:       this.Controls.Add(this.okButton);
moel@1:       this.Font = new System.Drawing.Font("Segoe UI", 9F);
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.flowLayoutPanel1.ResumeLayout(false);
moel@1:       this.flowLayoutPanel1.PerformLayout();
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@1:     private System.Windows.Forms.Label label4;
moel@1:     private System.Windows.Forms.LinkLabel linkLabel;
moel@1:     private System.Windows.Forms.Label label5;
moel@1:     private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
moel@1:   }
moel@1: }