GUI/AboutBox.Designer.cs
author sl
Sun, 03 Feb 2013 18:01:50 +0100
changeset 391 ca4c0e7ae75d
parent 331 e60f97192555
permissions -rw-r--r--
Converted project to VisualStudio 2012.
Adding SoundGraphDisplay and SensorFrontView classes.
They were respectively based on SystemTray and SensorNotifyIcon.
SoundGraphDisplay is now able to load iMONDisplay.dll providing it lives on your PATH.
Adding option to sensor context menu for adding it into FrontView.
moel@1
     1
/*
moel@1
     2
 
moel@344
     3
  This Source Code Form is subject to the terms of the Mozilla Public
moel@344
     4
  License, v. 2.0. If a copy of the MPL was not distributed with this
moel@344
     5
  file, You can obtain one at http://mozilla.org/MPL/2.0/.
moel@1
     6
 
moel@344
     7
  Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
moel@344
     8
	
moel@1
     9
*/
moel@1
    10
moel@1
    11
namespace OpenHardwareMonitor.GUI {
moel@1
    12
  partial class AboutBox {
moel@1
    13
    /// <summary>
moel@1
    14
    /// Required designer variable.
moel@1
    15
    /// </summary>
moel@1
    16
    private System.ComponentModel.IContainer components = null;
moel@1
    17
moel@1
    18
    /// <summary>
moel@1
    19
    /// Clean up any resources being used.
moel@1
    20
    /// </summary>
moel@1
    21
    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
moel@1
    22
    protected override void Dispose(bool disposing) {
moel@1
    23
      if (disposing && (components != null)) {
moel@1
    24
        components.Dispose();
moel@1
    25
      }
moel@1
    26
      base.Dispose(disposing);
moel@1
    27
    }
moel@1
    28
moel@1
    29
    #region Windows Form Designer generated code
moel@1
    30
moel@1
    31
    /// <summary>
moel@1
    32
    /// Required method for Designer support - do not modify
moel@1
    33
    /// the contents of this method with the code editor.
moel@1
    34
    /// </summary>
moel@1
    35
    private void InitializeComponent() {
moel@1
    36
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox));
moel@1
    37
      this.okButton = new System.Windows.Forms.Button();
moel@1
    38
      this.pictureBox1 = new System.Windows.Forms.PictureBox();
moel@1
    39
      this.label1 = new System.Windows.Forms.Label();
moel@1
    40
      this.label2 = new System.Windows.Forms.Label();
moel@1
    41
      this.label3 = new System.Windows.Forms.Label();
moel@344
    42
      this.projectLinkLabel = new System.Windows.Forms.LinkLabel();
moel@1
    43
      this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
moel@344
    44
      this.licenseLinkLabel = new System.Windows.Forms.LinkLabel();
moel@1
    45
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
moel@1
    46
      this.SuspendLayout();
moel@1
    47
      // 
moel@1
    48
      // okButton
moel@1
    49
      // 
moel@1
    50
      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
moel@1
    51
      this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
moel@344
    52
      this.okButton.Location = new System.Drawing.Point(269, 79);
moel@1
    53
      this.okButton.Name = "okButton";
moel@269
    54
      this.okButton.Size = new System.Drawing.Size(75, 23);
moel@1
    55
      this.okButton.TabIndex = 0;
moel@1
    56
      this.okButton.Text = "OK";
moel@1
    57
      this.okButton.UseVisualStyleBackColor = true;
moel@1
    58
      // 
moel@1
    59
      // pictureBox1
moel@1
    60
      // 
moel@1
    61
      this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
moel@269
    62
      this.pictureBox1.Location = new System.Drawing.Point(10, 11);
moel@1
    63
      this.pictureBox1.Name = "pictureBox1";
moel@290
    64
      this.pictureBox1.Size = new System.Drawing.Size(48, 48);
moel@290
    65
      this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
moel@1
    66
      this.pictureBox1.TabIndex = 1;
moel@1
    67
      this.pictureBox1.TabStop = false;
moel@1
    68
      // 
moel@1
    69
      // label1
moel@1
    70
      // 
moel@269
    71
      this.label1.AutoSize = true;
moel@344
    72
      this.label1.Location = new System.Drawing.Point(74, 12);
moel@269
    73
      this.label1.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
moel@1
    74
      this.label1.Name = "label1";
moel@269
    75
      this.label1.Size = new System.Drawing.Size(120, 13);
moel@1
    76
      this.label1.TabIndex = 2;
moel@1
    77
      this.label1.Text = "Open Hardware Monitor";
moel@1
    78
      // 
moel@1
    79
      // label2
moel@1
    80
      // 
moel@1
    81
      this.label2.AutoSize = true;
moel@344
    82
      this.label2.Location = new System.Drawing.Point(74, 46);
moel@269
    83
      this.label2.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
moel@1
    84
      this.label2.Name = "label2";
moel@344
    85
      this.label2.Size = new System.Drawing.Size(273, 13);
moel@1
    86
      this.label2.TabIndex = 3;
moel@344
    87
      this.label2.Text = "Copyright © 2009-2012 Michael Möller and contributers. ";
moel@1
    88
      // 
moel@1
    89
      // label3
moel@1
    90
      // 
moel@1
    91
      this.label3.AutoSize = true;
moel@344
    92
      this.label3.Location = new System.Drawing.Point(74, 29);
moel@269
    93
      this.label3.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
moel@1
    94
      this.label3.Name = "label3";
moel@269
    95
      this.label3.Size = new System.Drawing.Size(127, 13);
moel@1
    96
      this.label3.TabIndex = 4;
moel@63
    97
      this.label3.Text = "Version 9.0.30729.1 Beta";
moel@1
    98
      // 
moel@344
    99
      // projectLinkLabel
moel@1
   100
      // 
moel@344
   101
      this.projectLinkLabel.AutoSize = true;
moel@344
   102
      this.projectLinkLabel.Location = new System.Drawing.Point(164, 80);
moel@344
   103
      this.projectLinkLabel.Margin = new System.Windows.Forms.Padding(0, 0, 0, 0);
moel@344
   104
      this.projectLinkLabel.Name = "projectLinkLabel";
moel@344
   105
      this.projectLinkLabel.Size = new System.Drawing.Size(82, 13);
moel@344
   106
      this.projectLinkLabel.TabIndex = 6;
moel@344
   107
      this.projectLinkLabel.TabStop = true;
moel@344
   108
      this.projectLinkLabel.Text = "Project Website";
moel@344
   109
      this.projectLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
moel@1
   110
      // 
moel@1
   111
      // flowLayoutPanel1
moel@1
   112
      // 
moel@1
   113
      this.flowLayoutPanel1.AutoSize = true;
moel@1
   114
      this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
moel@269
   115
      this.flowLayoutPanel1.Location = new System.Drawing.Point(10, 100);
moel@269
   116
      this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
moel@1
   117
      this.flowLayoutPanel1.Name = "flowLayoutPanel1";
moel@344
   118
      this.flowLayoutPanel1.Size = new System.Drawing.Size(0, 0);
moel@1
   119
      this.flowLayoutPanel1.TabIndex = 8;
moel@1
   120
      // 
moel@344
   121
      // licenseLinkLabel
moel@344
   122
      // 
moel@344
   123
      this.licenseLinkLabel.AutoSize = true;
moel@344
   124
      this.licenseLinkLabel.Location = new System.Drawing.Point(25, 80);
moel@344
   125
      this.licenseLinkLabel.Margin = new System.Windows.Forms.Padding(0, 0, 0, 0);
moel@344
   126
      this.licenseLinkLabel.Name = "licenseLinkLabel";
moel@344
   127
      this.licenseLinkLabel.Size = new System.Drawing.Size(107, 13);
moel@344
   128
      this.licenseLinkLabel.TabIndex = 9;
moel@344
   129
      this.licenseLinkLabel.TabStop = true;
moel@344
   130
      this.licenseLinkLabel.Text = "Licensing Information";
moel@344
   131
      this.licenseLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
moel@344
   132
      // 
moel@1
   133
      // AboutBox
moel@1
   134
      // 
moel@1
   135
      this.AcceptButton = this.okButton;
moel@290
   136
      this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
moel@290
   137
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
moel@1
   138
      this.AutoSize = true;
moel@344
   139
      this.ClientSize = new System.Drawing.Size(359, 115);
moel@344
   140
      this.Controls.Add(this.licenseLinkLabel);
moel@1
   141
      this.Controls.Add(this.flowLayoutPanel1);
moel@344
   142
      this.Controls.Add(this.projectLinkLabel);
moel@1
   143
      this.Controls.Add(this.label3);
moel@1
   144
      this.Controls.Add(this.label2);
moel@1
   145
      this.Controls.Add(this.label1);
moel@1
   146
      this.Controls.Add(this.pictureBox1);
moel@269
   147
      this.Controls.Add(this.okButton);
moel@1
   148
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
moel@1
   149
      this.MaximizeBox = false;
moel@1
   150
      this.MinimizeBox = false;
moel@1
   151
      this.Name = "AboutBox";
moel@63
   152
      this.ShowInTaskbar = false;
moel@1
   153
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
moel@1
   154
      this.Text = "About";
moel@1
   155
      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
moel@1
   156
      this.ResumeLayout(false);
moel@1
   157
      this.PerformLayout();
moel@1
   158
moel@1
   159
    }
moel@1
   160
moel@1
   161
    #endregion
moel@1
   162
moel@1
   163
    private System.Windows.Forms.Button okButton;
moel@1
   164
    private System.Windows.Forms.PictureBox pictureBox1;
moel@1
   165
    private System.Windows.Forms.Label label1;
moel@1
   166
    private System.Windows.Forms.Label label2;
moel@1
   167
    private System.Windows.Forms.Label label3;
moel@344
   168
    private System.Windows.Forms.LinkLabel projectLinkLabel;
moel@1
   169
    private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
moel@344
   170
    private System.Windows.Forms.LinkLabel licenseLinkLabel;
moel@1
   171
  }
moel@1
   172
}