GUI/AboutBox.Designer.cs
author moel.mich
Fri, 14 May 2010 22:30:06 +0000
changeset 111 2b8a8cf92c3a
parent 7 9523a3322777
child 117 14329d236f05
permissions -rw-r--r--
Added a user interface to configure certain sensors as hidden. This fixed Issue 53.
     1 /*
     2   
     3   Version: MPL 1.1/GPL 2.0/LGPL 2.1
     4 
     5   The contents of this file are subject to the Mozilla Public License Version
     6   1.1 (the "License"); you may not use this file except in compliance with
     7   the License. You may obtain a copy of the License at
     8  
     9   http://www.mozilla.org/MPL/
    10 
    11   Software distributed under the License is distributed on an "AS IS" basis,
    12   WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
    13   for the specific language governing rights and limitations under the License.
    14 
    15   The Original Code is the Open Hardware Monitor code.
    16 
    17   The Initial Developer of the Original Code is 
    18   Michael Möller <m.moeller@gmx.ch>.
    19   Portions created by the Initial Developer are Copyright (C) 2009-2010
    20   the Initial Developer. All Rights Reserved.
    21 
    22   Contributor(s):
    23 
    24   Alternatively, the contents of this file may be used under the terms of
    25   either the GNU General Public License Version 2 or later (the "GPL"), or
    26   the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
    27   in which case the provisions of the GPL or the LGPL are applicable instead
    28   of those above. If you wish to allow use of your version of this file only
    29   under the terms of either the GPL or the LGPL, and not to allow others to
    30   use your version of this file under the terms of the MPL, indicate your
    31   decision by deleting the provisions above and replace them with the notice
    32   and other provisions required by the GPL or the LGPL. If you do not delete
    33   the provisions above, a recipient may use your version of this file under
    34   the terms of any one of the MPL, the GPL or the LGPL.
    35  
    36 */
    37 
    38 namespace OpenHardwareMonitor.GUI {
    39   partial class AboutBox {
    40     /// <summary>
    41     /// Required designer variable.
    42     /// </summary>
    43     private System.ComponentModel.IContainer components = null;
    44 
    45     /// <summary>
    46     /// Clean up any resources being used.
    47     /// </summary>
    48     /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    49     protected override void Dispose(bool disposing) {
    50       if (disposing && (components != null)) {
    51         components.Dispose();
    52       }
    53       base.Dispose(disposing);
    54     }
    55 
    56     #region Windows Form Designer generated code
    57 
    58     /// <summary>
    59     /// Required method for Designer support - do not modify
    60     /// the contents of this method with the code editor.
    61     /// </summary>
    62     private void InitializeComponent() {
    63       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox));
    64       this.okButton = new System.Windows.Forms.Button();
    65       this.pictureBox1 = new System.Windows.Forms.PictureBox();
    66       this.label1 = new System.Windows.Forms.Label();
    67       this.label2 = new System.Windows.Forms.Label();
    68       this.label3 = new System.Windows.Forms.Label();
    69       this.label4 = new System.Windows.Forms.Label();
    70       this.linkLabel = new System.Windows.Forms.LinkLabel();
    71       this.label5 = new System.Windows.Forms.Label();
    72       this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
    73       ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
    74       this.flowLayoutPanel1.SuspendLayout();
    75       this.SuspendLayout();
    76       // 
    77       // okButton
    78       // 
    79       this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    80       this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    81       this.okButton.Location = new System.Drawing.Point(305, 142);
    82       this.okButton.Name = "okButton";
    83       this.okButton.Size = new System.Drawing.Size(87, 27);
    84       this.okButton.TabIndex = 0;
    85       this.okButton.Text = "OK";
    86       this.okButton.UseVisualStyleBackColor = true;
    87       // 
    88       // pictureBox1
    89       // 
    90       this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
    91       this.pictureBox1.Location = new System.Drawing.Point(12, 13);
    92       this.pictureBox1.Name = "pictureBox1";
    93       this.pictureBox1.Size = new System.Drawing.Size(56, 56);
    94       this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
    95       this.pictureBox1.TabIndex = 1;
    96       this.pictureBox1.TabStop = false;
    97       // 
    98       // label1
    99       // 
   100       this.label1.AutoSize = true;
   101       this.label1.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold);
   102       this.label1.Location = new System.Drawing.Point(85, 13);
   103       this.label1.Margin = new System.Windows.Forms.Padding(12, 0, 12, 0);
   104       this.label1.Name = "label1";
   105       this.label1.Size = new System.Drawing.Size(179, 20);
   106       this.label1.TabIndex = 2;
   107       this.label1.Text = "Open Hardware Monitor";
   108       // 
   109       // label2
   110       // 
   111       this.label2.AutoSize = true;
   112       this.label2.Location = new System.Drawing.Point(86, 54);
   113       this.label2.Margin = new System.Windows.Forms.Padding(12, 0, 12, 0);
   114       this.label2.Name = "label2";
   115       this.label2.Size = new System.Drawing.Size(315, 15);
   116       this.label2.TabIndex = 3;
   117       this.label2.Text = "Copyright © 2009-2010 Michael Möller. All rights reserved.";
   118       // 
   119       // label3
   120       // 
   121       this.label3.AutoSize = true;
   122       this.label3.Location = new System.Drawing.Point(86, 36);
   123       this.label3.Margin = new System.Windows.Forms.Padding(12, 0, 12, 0);
   124       this.label3.Name = "label3";
   125       this.label3.Size = new System.Drawing.Size(132, 15);
   126       this.label3.TabIndex = 4;
   127       this.label3.Text = "Version 9.0.30729.1 Beta";
   128       // 
   129       // label4
   130       // 
   131       this.label4.AutoSize = true;
   132       this.label4.Location = new System.Drawing.Point(9, 95);
   133       this.label4.Margin = new System.Windows.Forms.Padding(12, 0, 12, 0);
   134       this.label4.Name = "label4";
   135       this.label4.Size = new System.Drawing.Size(412, 15);
   136       this.label4.TabIndex = 5;
   137       this.label4.Text = "The source code is available under the terms of the Mozilla Public License 1.1";
   138       // 
   139       // linkLabel
   140       // 
   141       this.linkLabel.AutoSize = true;
   142       this.linkLabel.Location = new System.Drawing.Point(145, 0);
   143       this.linkLabel.Margin = new System.Windows.Forms.Padding(0, 0, 12, 0);
   144       this.linkLabel.Name = "linkLabel";
   145       this.linkLabel.Size = new System.Drawing.Size(176, 15);
   146       this.linkLabel.TabIndex = 6;
   147       this.linkLabel.TabStop = true;
   148       this.linkLabel.Text = "Open Hardware Monitor Project";
   149       this.linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
   150       // 
   151       // label5
   152       // 
   153       this.label5.AutoSize = true;
   154       this.label5.Location = new System.Drawing.Point(0, 0);
   155       this.label5.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
   156       this.label5.Name = "label5";
   157       this.label5.Size = new System.Drawing.Size(142, 15);
   158       this.label5.TabIndex = 7;
   159       this.label5.Text = "from the project website: ";
   160       // 
   161       // flowLayoutPanel1
   162       // 
   163       this.flowLayoutPanel1.AutoSize = true;
   164       this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
   165       this.flowLayoutPanel1.Controls.Add(this.label5);
   166       this.flowLayoutPanel1.Controls.Add(this.linkLabel);
   167       this.flowLayoutPanel1.Location = new System.Drawing.Point(12, 115);
   168       this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(12, 0, 12, 0);
   169       this.flowLayoutPanel1.Name = "flowLayoutPanel1";
   170       this.flowLayoutPanel1.Size = new System.Drawing.Size(333, 15);
   171       this.flowLayoutPanel1.TabIndex = 8;
   172       // 
   173       // AboutBox
   174       // 
   175       this.AcceptButton = this.okButton;
   176       this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
   177       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   178       this.AutoSize = true;
   179       this.ClientSize = new System.Drawing.Size(404, 182);
   180       this.Controls.Add(this.flowLayoutPanel1);
   181       this.Controls.Add(this.label4);
   182       this.Controls.Add(this.label3);
   183       this.Controls.Add(this.label2);
   184       this.Controls.Add(this.label1);
   185       this.Controls.Add(this.pictureBox1);
   186       this.Controls.Add(this.okButton);
   187       this.Font = new System.Drawing.Font("Segoe UI", 9F);
   188       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
   189       this.MaximizeBox = false;
   190       this.MinimizeBox = false;
   191       this.Name = "AboutBox";
   192       this.ShowInTaskbar = false;
   193       this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
   194       this.Text = "About";
   195       ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
   196       this.flowLayoutPanel1.ResumeLayout(false);
   197       this.flowLayoutPanel1.PerformLayout();
   198       this.ResumeLayout(false);
   199       this.PerformLayout();
   200 
   201     }
   202 
   203     #endregion
   204 
   205     private System.Windows.Forms.Button okButton;
   206     private System.Windows.Forms.PictureBox pictureBox1;
   207     private System.Windows.Forms.Label label1;
   208     private System.Windows.Forms.Label label2;
   209     private System.Windows.Forms.Label label3;
   210     private System.Windows.Forms.Label label4;
   211     private System.Windows.Forms.LinkLabel linkLabel;
   212     private System.Windows.Forms.Label label5;
   213     private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
   214   }
   215 }