1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/GUI/AboutBox.Designer.cs Tue Jan 26 22:37:48 2010 +0000
1.3 @@ -0,0 +1,214 @@
1.4 +/*
1.5 +
1.6 + Version: MPL 1.1/GPL 2.0/LGPL 2.1
1.7 +
1.8 + The contents of this file are subject to the Mozilla Public License Version
1.9 + 1.1 (the "License"); you may not use this file except in compliance with
1.10 + the License. You may obtain a copy of the License at
1.11 +
1.12 + http://www.mozilla.org/MPL/
1.13 +
1.14 + Software distributed under the License is distributed on an "AS IS" basis,
1.15 + WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
1.16 + for the specific language governing rights and limitations under the License.
1.17 +
1.18 + The Original Code is the Open Hardware Monitor code.
1.19 +
1.20 + The Initial Developer of the Original Code is
1.21 + Michael Möller <m.moeller@gmx.ch>.
1.22 + Portions created by the Initial Developer are Copyright (C) 2009-2010
1.23 + the Initial Developer. All Rights Reserved.
1.24 +
1.25 + Contributor(s):
1.26 +
1.27 + Alternatively, the contents of this file may be used under the terms of
1.28 + either the GNU General Public License Version 2 or later (the "GPL"), or
1.29 + the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
1.30 + in which case the provisions of the GPL or the LGPL are applicable instead
1.31 + of those above. If you wish to allow use of your version of this file only
1.32 + under the terms of either the GPL or the LGPL, and not to allow others to
1.33 + use your version of this file under the terms of the MPL, indicate your
1.34 + decision by deleting the provisions above and replace them with the notice
1.35 + and other provisions required by the GPL or the LGPL. If you do not delete
1.36 + the provisions above, a recipient may use your version of this file under
1.37 + the terms of any one of the MPL, the GPL or the LGPL.
1.38 +
1.39 +*/
1.40 +
1.41 +namespace OpenHardwareMonitor.GUI {
1.42 + partial class AboutBox {
1.43 + /// <summary>
1.44 + /// Required designer variable.
1.45 + /// </summary>
1.46 + private System.ComponentModel.IContainer components = null;
1.47 +
1.48 + /// <summary>
1.49 + /// Clean up any resources being used.
1.50 + /// </summary>
1.51 + /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
1.52 + protected override void Dispose(bool disposing) {
1.53 + if (disposing && (components != null)) {
1.54 + components.Dispose();
1.55 + }
1.56 + base.Dispose(disposing);
1.57 + }
1.58 +
1.59 + #region Windows Form Designer generated code
1.60 +
1.61 + /// <summary>
1.62 + /// Required method for Designer support - do not modify
1.63 + /// the contents of this method with the code editor.
1.64 + /// </summary>
1.65 + private void InitializeComponent() {
1.66 + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox));
1.67 + this.okButton = new System.Windows.Forms.Button();
1.68 + this.pictureBox1 = new System.Windows.Forms.PictureBox();
1.69 + this.label1 = new System.Windows.Forms.Label();
1.70 + this.label2 = new System.Windows.Forms.Label();
1.71 + this.label3 = new System.Windows.Forms.Label();
1.72 + this.label4 = new System.Windows.Forms.Label();
1.73 + this.linkLabel = new System.Windows.Forms.LinkLabel();
1.74 + this.label5 = new System.Windows.Forms.Label();
1.75 + this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
1.76 + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
1.77 + this.flowLayoutPanel1.SuspendLayout();
1.78 + this.SuspendLayout();
1.79 + //
1.80 + // okButton
1.81 + //
1.82 + this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
1.83 + this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
1.84 + this.okButton.Location = new System.Drawing.Point(305, 142);
1.85 + this.okButton.Name = "okButton";
1.86 + this.okButton.Size = new System.Drawing.Size(87, 27);
1.87 + this.okButton.TabIndex = 0;
1.88 + this.okButton.Text = "OK";
1.89 + this.okButton.UseVisualStyleBackColor = true;
1.90 + //
1.91 + // pictureBox1
1.92 + //
1.93 + this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
1.94 + this.pictureBox1.Location = new System.Drawing.Point(12, 13);
1.95 + this.pictureBox1.Name = "pictureBox1";
1.96 + this.pictureBox1.Size = new System.Drawing.Size(56, 56);
1.97 + this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
1.98 + this.pictureBox1.TabIndex = 1;
1.99 + this.pictureBox1.TabStop = false;
1.100 + //
1.101 + // label1
1.102 + //
1.103 + this.label1.AutoSize = true;
1.104 + this.label1.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold);
1.105 + this.label1.Location = new System.Drawing.Point(85, 13);
1.106 + this.label1.Margin = new System.Windows.Forms.Padding(12, 0, 12, 0);
1.107 + this.label1.Name = "label1";
1.108 + this.label1.Size = new System.Drawing.Size(179, 20);
1.109 + this.label1.TabIndex = 2;
1.110 + this.label1.Text = "Open Hardware Monitor";
1.111 + //
1.112 + // label2
1.113 + //
1.114 + this.label2.AutoSize = true;
1.115 + this.label2.Location = new System.Drawing.Point(86, 54);
1.116 + this.label2.Margin = new System.Windows.Forms.Padding(12, 0, 12, 0);
1.117 + this.label2.Name = "label2";
1.118 + this.label2.Size = new System.Drawing.Size(315, 15);
1.119 + this.label2.TabIndex = 3;
1.120 + this.label2.Text = "Copyright © 2009-2010 Michael Möller. All rights reserved.";
1.121 + //
1.122 + // label3
1.123 + //
1.124 + this.label3.AutoSize = true;
1.125 + this.label3.Location = new System.Drawing.Point(86, 36);
1.126 + this.label3.Margin = new System.Windows.Forms.Padding(12, 0, 12, 0);
1.127 + this.label3.Name = "label3";
1.128 + this.label3.Size = new System.Drawing.Size(90, 15);
1.129 + this.label3.TabIndex = 4;
1.130 + this.label3.Text = "Version 0.1 Beta";
1.131 + //
1.132 + // label4
1.133 + //
1.134 + this.label4.AutoSize = true;
1.135 + this.label4.Location = new System.Drawing.Point(9, 95);
1.136 + this.label4.Margin = new System.Windows.Forms.Padding(12, 0, 12, 0);
1.137 + this.label4.Name = "label4";
1.138 + this.label4.Size = new System.Drawing.Size(412, 15);
1.139 + this.label4.TabIndex = 5;
1.140 + this.label4.Text = "The source code is available under the terms of the Mozilla Public License 1.1";
1.141 + //
1.142 + // linkLabel
1.143 + //
1.144 + this.linkLabel.AutoSize = true;
1.145 + this.linkLabel.Location = new System.Drawing.Point(145, 0);
1.146 + this.linkLabel.Margin = new System.Windows.Forms.Padding(0, 0, 12, 0);
1.147 + this.linkLabel.Name = "linkLabel";
1.148 + this.linkLabel.Size = new System.Drawing.Size(176, 15);
1.149 + this.linkLabel.TabIndex = 6;
1.150 + this.linkLabel.TabStop = true;
1.151 + this.linkLabel.Text = "Open Hardware Monitor Project";
1.152 + this.linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
1.153 + //
1.154 + // label5
1.155 + //
1.156 + this.label5.AutoSize = true;
1.157 + this.label5.Location = new System.Drawing.Point(0, 0);
1.158 + this.label5.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
1.159 + this.label5.Name = "label5";
1.160 + this.label5.Size = new System.Drawing.Size(142, 15);
1.161 + this.label5.TabIndex = 7;
1.162 + this.label5.Text = "from the project website: ";
1.163 + //
1.164 + // flowLayoutPanel1
1.165 + //
1.166 + this.flowLayoutPanel1.AutoSize = true;
1.167 + this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
1.168 + this.flowLayoutPanel1.Controls.Add(this.label5);
1.169 + this.flowLayoutPanel1.Controls.Add(this.linkLabel);
1.170 + this.flowLayoutPanel1.Location = new System.Drawing.Point(12, 115);
1.171 + this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(12, 0, 12, 0);
1.172 + this.flowLayoutPanel1.Name = "flowLayoutPanel1";
1.173 + this.flowLayoutPanel1.Size = new System.Drawing.Size(333, 15);
1.174 + this.flowLayoutPanel1.TabIndex = 8;
1.175 + //
1.176 + // AboutBox
1.177 + //
1.178 + this.AcceptButton = this.okButton;
1.179 + this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
1.180 + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1.181 + this.AutoSize = true;
1.182 + this.ClientSize = new System.Drawing.Size(404, 182);
1.183 + this.Controls.Add(this.flowLayoutPanel1);
1.184 + this.Controls.Add(this.label4);
1.185 + this.Controls.Add(this.label3);
1.186 + this.Controls.Add(this.label2);
1.187 + this.Controls.Add(this.label1);
1.188 + this.Controls.Add(this.pictureBox1);
1.189 + this.Controls.Add(this.okButton);
1.190 + this.Font = new System.Drawing.Font("Segoe UI", 9F);
1.191 + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
1.192 + this.MaximizeBox = false;
1.193 + this.MinimizeBox = false;
1.194 + this.Name = "AboutBox";
1.195 + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
1.196 + this.Text = "About";
1.197 + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
1.198 + this.flowLayoutPanel1.ResumeLayout(false);
1.199 + this.flowLayoutPanel1.PerformLayout();
1.200 + this.ResumeLayout(false);
1.201 + this.PerformLayout();
1.202 +
1.203 + }
1.204 +
1.205 + #endregion
1.206 +
1.207 + private System.Windows.Forms.Button okButton;
1.208 + private System.Windows.Forms.PictureBox pictureBox1;
1.209 + private System.Windows.Forms.Label label1;
1.210 + private System.Windows.Forms.Label label2;
1.211 + private System.Windows.Forms.Label label3;
1.212 + private System.Windows.Forms.Label label4;
1.213 + private System.Windows.Forms.LinkLabel linkLabel;
1.214 + private System.Windows.Forms.Label label5;
1.215 + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
1.216 + }
1.217 +}
1.218 \ No newline at end of file