/* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. Copyright (C) 2009-2013 Michael Möller */ namespace OpenHardwareMonitor.GUI { partial class AboutBox { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox)); this.okButton = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.projectLinkLabel = new System.Windows.Forms.LinkLabel(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.licenseLinkLabel = new System.Windows.Forms.LinkLabel(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // okButton // this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.okButton.Location = new System.Drawing.Point(269, 79); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 0; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(10, 11); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(48, 48); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox1.TabIndex = 1; this.pictureBox1.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(74, 12); this.label1.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(120, 13); this.label1.TabIndex = 2; this.label1.Text = "Open Hardware Monitor"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(74, 46); this.label2.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(273, 13); this.label2.TabIndex = 3; this.label2.Text = "Copyright © 2009-2013 Michael Möller and contributers. "; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(74, 29); this.label3.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(127, 13); this.label3.TabIndex = 4; this.label3.Text = "Version 9.0.30729.1 Beta"; // // projectLinkLabel // this.projectLinkLabel.AutoSize = true; this.projectLinkLabel.Location = new System.Drawing.Point(164, 80); this.projectLinkLabel.Margin = new System.Windows.Forms.Padding(0, 0, 0, 0); this.projectLinkLabel.Name = "projectLinkLabel"; this.projectLinkLabel.Size = new System.Drawing.Size(82, 13); this.projectLinkLabel.TabIndex = 6; this.projectLinkLabel.TabStop = true; this.projectLinkLabel.Text = "Project Website"; this.projectLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked); // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoSize = true; this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flowLayoutPanel1.Location = new System.Drawing.Point(10, 100); this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(0, 0); this.flowLayoutPanel1.TabIndex = 8; // // licenseLinkLabel // this.licenseLinkLabel.AutoSize = true; this.licenseLinkLabel.Location = new System.Drawing.Point(25, 80); this.licenseLinkLabel.Margin = new System.Windows.Forms.Padding(0, 0, 0, 0); this.licenseLinkLabel.Name = "licenseLinkLabel"; this.licenseLinkLabel.Size = new System.Drawing.Size(107, 13); this.licenseLinkLabel.TabIndex = 9; this.licenseLinkLabel.TabStop = true; this.licenseLinkLabel.Text = "Licensing Information"; this.licenseLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked); // // AboutBox // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(359, 115); this.Controls.Add(this.licenseLinkLabel); this.Controls.Add(this.flowLayoutPanel1); this.Controls.Add(this.projectLinkLabel); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.okButton); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AboutBox"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "About"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button okButton; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.LinkLabel projectLinkLabel; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.LinkLabel licenseLinkLabel; } }