openhardwaremonitor/GUI/AboutBox.Designer.cs

172 lines
7.4 KiB
C#
Raw Normal View History

2010-01-26 22:37:48 +00:00
/*
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/.
2010-01-26 22:37:48 +00:00
Copyright (C) 2009-2013 Michael Möller <mmoeller@openhardwaremonitor.org>
2010-01-26 22:37:48 +00:00
*/
namespace OpenHardwareMonitor.GUI {
partial class AboutBox {
/// <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() {
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();
2010-01-26 22:37:48 +00:00
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.licenseLinkLabel = new System.Windows.Forms.LinkLabel();
2010-01-26 22:37:48 +00:00
((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);
2010-01-26 22:37:48 +00:00
this.okButton.Name = "okButton";
2011-04-11 22:38:39 +00:00
this.okButton.Size = new System.Drawing.Size(75, 23);
2010-01-26 22:37:48 +00:00
this.okButton.TabIndex = 0;
this.okButton.Text = "OK";
this.okButton.UseVisualStyleBackColor = true;
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
2011-04-11 22:38:39 +00:00
this.pictureBox1.Location = new System.Drawing.Point(10, 11);
2010-01-26 22:37:48 +00:00
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(48, 48);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
2010-01-26 22:37:48 +00:00
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// label1
//
2011-04-11 22:38:39 +00:00
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(74, 12);
2011-04-11 22:38:39 +00:00
this.label1.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
2010-01-26 22:37:48 +00:00
this.label1.Name = "label1";
2011-04-11 22:38:39 +00:00
this.label1.Size = new System.Drawing.Size(120, 13);
2010-01-26 22:37:48 +00:00
this.label1.TabIndex = 2;
this.label1.Text = "Open Hardware Monitor";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(74, 46);
2011-04-11 22:38:39 +00:00
this.label2.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
2010-01-26 22:37:48 +00:00
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(273, 13);
2010-01-26 22:37:48 +00:00
this.label2.TabIndex = 3;
this.label2.Text = "Copyright © 2009-2013 Michael Möller and contributers. ";
2010-01-26 22:37:48 +00:00
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(74, 29);
2011-04-11 22:38:39 +00:00
this.label3.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
2010-01-26 22:37:48 +00:00
this.label3.Name = "label3";
2011-04-11 22:38:39 +00:00
this.label3.Size = new System.Drawing.Size(127, 13);
2010-01-26 22:37:48 +00:00
this.label3.TabIndex = 4;
this.label3.Text = "Version 9.0.30729.1 Beta";
2010-01-26 22:37:48 +00:00
//
// 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);
2010-01-26 22:37:48 +00:00
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.AutoSize = true;
this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
2011-04-11 22:38:39 +00:00
this.flowLayoutPanel1.Location = new System.Drawing.Point(10, 100);
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
2010-01-26 22:37:48 +00:00
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(0, 0);
2010-01-26 22:37:48 +00:00
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);
//
2010-01-26 22:37:48 +00:00
// AboutBox
//
this.AcceptButton = this.okButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
2010-01-26 22:37:48 +00:00
this.AutoSize = true;
this.ClientSize = new System.Drawing.Size(359, 115);
this.Controls.Add(this.licenseLinkLabel);
2010-01-26 22:37:48 +00:00
this.Controls.Add(this.flowLayoutPanel1);
this.Controls.Add(this.projectLinkLabel);
2010-01-26 22:37:48 +00:00
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox1);
2011-04-11 22:38:39 +00:00
this.Controls.Add(this.okButton);
2010-01-26 22:37:48 +00:00
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "AboutBox";
this.ShowInTaskbar = false;
2010-01-26 22:37:48 +00:00
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;
2010-01-26 22:37:48 +00:00
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.LinkLabel licenseLinkLabel;
2010-01-26 22:37:48 +00:00
}
}