moel@150: /*
moel@150:  
moel@344:   This Source Code Form is subject to the terms of the Mozilla Public
moel@344:   License, v. 2.0. If a copy of the MPL was not distributed with this
moel@344:   file, You can obtain one at http://mozilla.org/MPL/2.0/.
moel@150:  
moel@344:   Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
moel@344: 	
moel@150: */
moel@150: 
moel@150: namespace OpenHardwareMonitor.GUI {
moel@150:   partial class ReportForm {
moel@150:     /// <summary>
moel@150:     /// Required designer variable.
moel@150:     /// </summary>
moel@150:     private System.ComponentModel.IContainer components = null;
moel@150: 
moel@150:     /// <summary>
moel@150:     /// Clean up any resources being used.
moel@150:     /// </summary>
moel@150:     /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
moel@150:     protected override void Dispose(bool disposing) {
moel@150:       if (disposing && (components != null)) {
moel@150:         components.Dispose();
moel@150:       }
moel@150:       base.Dispose(disposing);
moel@150:     }
moel@150: 
moel@150:     #region Windows Form Designer generated code
moel@150: 
moel@150:     /// <summary>
moel@150:     /// Required method for Designer support - do not modify
moel@150:     /// the contents of this method with the code editor.
moel@150:     /// </summary>
moel@150:     private void InitializeComponent() {
moel@150:       this.sendButton = new System.Windows.Forms.Button();
moel@150:       this.exitButton = new System.Windows.Forms.Button();
moel@150:       this.commentTextBox = new System.Windows.Forms.TextBox();
moel@150:       this.label3 = new System.Windows.Forms.Label();
moel@150:       this.label1 = new System.Windows.Forms.Label();
moel@150:       this.commentPanel = new System.Windows.Forms.Panel();
moel@150:       this.reportPanel = new System.Windows.Forms.Panel();
moel@150:       this.reportTextBox = new System.Windows.Forms.TextBox();
moel@150:       this.textBox1 = new System.Windows.Forms.TextBox();
moel@150:       this.label2 = new System.Windows.Forms.Label();
moel@150:       this.emailTextBox = new System.Windows.Forms.TextBox();
moel@150:       this.titleLabel = new System.Windows.Forms.Label();
moel@150:       this.commentPanel.SuspendLayout();
moel@150:       this.reportPanel.SuspendLayout();
moel@150:       this.SuspendLayout();
moel@150:       // 
moel@150:       // sendButton
moel@150:       // 
moel@150:       this.sendButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
moel@150:       this.sendButton.Location = new System.Drawing.Point(472, 627);
moel@150:       this.sendButton.Name = "sendButton";
moel@150:       this.sendButton.Size = new System.Drawing.Size(75, 23);
moel@150:       this.sendButton.TabIndex = 2;
moel@150:       this.sendButton.Text = "Send";
moel@150:       this.sendButton.UseVisualStyleBackColor = true;
moel@150:       this.sendButton.Click += new System.EventHandler(this.sendButton_Click);
moel@150:       // 
moel@150:       // exitButton
moel@150:       // 
moel@150:       this.exitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
moel@150:       this.exitButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
moel@150:       this.exitButton.Location = new System.Drawing.Point(553, 627);
moel@150:       this.exitButton.Name = "exitButton";
moel@150:       this.exitButton.Size = new System.Drawing.Size(75, 23);
moel@150:       this.exitButton.TabIndex = 3;
moel@292:       this.exitButton.Text = "Cancel";
moel@150:       this.exitButton.UseVisualStyleBackColor = true;
moel@150:       // 
moel@150:       // commentTextBox
moel@150:       // 
moel@150:       this.commentTextBox.AcceptsReturn = true;
moel@150:       this.commentTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
moel@150:       this.commentTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
moel@150:       this.commentTextBox.Location = new System.Drawing.Point(4, 4);
moel@150:       this.commentTextBox.Multiline = true;
moel@150:       this.commentTextBox.Name = "commentTextBox";
moel@150:       this.commentTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
moel@150:       this.commentTextBox.Size = new System.Drawing.Size(609, 77);
moel@150:       this.commentTextBox.TabIndex = 1;
moel@150:       // 
moel@150:       // label3
moel@150:       // 
moel@150:       this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
moel@150:                   | System.Windows.Forms.AnchorStyles.Right)));
moel@150:       this.label3.AutoEllipsis = true;
moel@150:       this.label3.AutoSize = true;
moel@150:       this.label3.Location = new System.Drawing.Point(9, 39);
moel@150:       this.label3.Margin = new System.Windows.Forms.Padding(3, 12, 3, 8);
moel@150:       this.label3.Name = "label3";
moel@150:       this.label3.Size = new System.Drawing.Size(253, 13);
moel@150:       this.label3.TabIndex = 5;
moel@150:       this.label3.Text = "The following report has been created automatically:";
moel@150:       // 
moel@150:       // label1
moel@150:       // 
moel@150:       this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
moel@150:                   | System.Windows.Forms.AnchorStyles.Right)));
moel@150:       this.label1.AutoEllipsis = true;
moel@150:       this.label1.AutoSize = true;
moel@150:       this.label1.Location = new System.Drawing.Point(9, 505);
moel@150:       this.label1.Margin = new System.Windows.Forms.Padding(3, 12, 3, 8);
moel@150:       this.label1.Name = "label1";
moel@150:       this.label1.Size = new System.Drawing.Size(279, 13);
moel@150:       this.label1.TabIndex = 6;
moel@150:       this.label1.Text = "You can add additional information to the report (optional):";
moel@150:       // 
moel@150:       // commentPanel
moel@150:       // 
moel@150:       this.commentPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
moel@150:                   | System.Windows.Forms.AnchorStyles.Right)));
moel@150:       this.commentPanel.BackColor = System.Drawing.SystemColors.Window;
moel@150:       this.commentPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
moel@150:       this.commentPanel.Controls.Add(this.commentTextBox);
moel@150:       this.commentPanel.Location = new System.Drawing.Point(12, 529);
moel@150:       this.commentPanel.Margin = new System.Windows.Forms.Padding(3, 3, 3, 8);
moel@150:       this.commentPanel.Name = "commentPanel";
moel@150:       this.commentPanel.Padding = new System.Windows.Forms.Padding(4, 4, 1, 4);
moel@150:       this.commentPanel.Size = new System.Drawing.Size(616, 87);
moel@150:       this.commentPanel.TabIndex = 1;
moel@150:       this.commentPanel.TabStop = true;
moel@150:       // 
moel@150:       // reportPanel
moel@150:       // 
moel@150:       this.reportPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
moel@150:                   | System.Windows.Forms.AnchorStyles.Left)
moel@150:                   | System.Windows.Forms.AnchorStyles.Right)));
moel@150:       this.reportPanel.BackColor = System.Drawing.SystemColors.Window;
moel@150:       this.reportPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
moel@150:       this.reportPanel.Controls.Add(this.reportTextBox);
moel@150:       this.reportPanel.Controls.Add(this.textBox1);
moel@150:       this.reportPanel.Location = new System.Drawing.Point(12, 63);
moel@150:       this.reportPanel.Name = "reportPanel";
moel@150:       this.reportPanel.Padding = new System.Windows.Forms.Padding(4, 4, 1, 4);
moel@150:       this.reportPanel.Size = new System.Drawing.Size(616, 394);
moel@150:       this.reportPanel.TabIndex = 8;
moel@150:       // 
moel@150:       // reportTextBox
moel@150:       // 
moel@150:       this.reportTextBox.BackColor = System.Drawing.SystemColors.Window;
moel@150:       this.reportTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
moel@150:       this.reportTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
moel@150:       this.reportTextBox.Location = new System.Drawing.Point(4, 4);
moel@150:       this.reportTextBox.Multiline = true;
moel@150:       this.reportTextBox.Name = "reportTextBox";
moel@150:       this.reportTextBox.ReadOnly = true;
moel@150:       this.reportTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
moel@150:       this.reportTextBox.Size = new System.Drawing.Size(609, 384);
moel@150:       this.reportTextBox.TabIndex = 9;
moel@150:       this.reportTextBox.TabStop = false;
moel@150:       // 
moel@150:       // textBox1
moel@150:       // 
moel@150:       this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
moel@150:       this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
moel@150:       this.textBox1.Location = new System.Drawing.Point(4, 4);
moel@150:       this.textBox1.Multiline = true;
moel@150:       this.textBox1.Name = "textBox1";
moel@150:       this.textBox1.Size = new System.Drawing.Size(609, 384);
moel@150:       this.textBox1.TabIndex = 2;
moel@150:       // 
moel@150:       // label2
moel@150:       // 
moel@150:       this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
moel@150:                   | System.Windows.Forms.AnchorStyles.Right)));
moel@150:       this.label2.AutoEllipsis = true;
moel@150:       this.label2.AutoSize = true;
moel@150:       this.label2.Location = new System.Drawing.Point(9, 476);
moel@150:       this.label2.Margin = new System.Windows.Forms.Padding(3, 12, 3, 8);
moel@150:       this.label2.Name = "label2";
moel@150:       this.label2.Size = new System.Drawing.Size(171, 13);
moel@150:       this.label2.TabIndex = 9;
moel@150:       this.label2.Text = "Enter your email address (optional):";
moel@150:       // 
moel@150:       // emailTextBox
moel@150:       // 
moel@150:       this.emailTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
moel@150:                   | System.Windows.Forms.AnchorStyles.Right)));
moel@150:       this.emailTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
moel@150:       this.emailTextBox.Location = new System.Drawing.Point(188, 473);
moel@150:       this.emailTextBox.Name = "emailTextBox";
moel@150:       this.emailTextBox.Size = new System.Drawing.Size(440, 20);
moel@150:       this.emailTextBox.TabIndex = 0;
moel@150:       // 
moel@150:       // titleLabel
moel@150:       // 
moel@150:       this.titleLabel.AutoSize = true;
moel@150:       this.titleLabel.Location = new System.Drawing.Point(9, 14);
moel@150:       this.titleLabel.Name = "titleLabel";
moel@150:       this.titleLabel.Size = new System.Drawing.Size(409, 13);
moel@150:       this.titleLabel.TabIndex = 10;
moel@150:       this.titleLabel.Text = "Help improve the Open Hardware Monitor by submitting a report about your hardware" +
moel@150:           ".";
moel@150:       // 
moel@150:       // ReportForm
moel@150:       // 
moel@150:       this.AcceptButton = this.sendButton;
moel@150:       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
moel@150:       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
moel@150:       this.CancelButton = this.exitButton;
moel@150:       this.ClientSize = new System.Drawing.Size(640, 662);
moel@150:       this.ControlBox = false;
moel@150:       this.Controls.Add(this.titleLabel);
moel@150:       this.Controls.Add(this.emailTextBox);
moel@150:       this.Controls.Add(this.label2);
moel@150:       this.Controls.Add(this.reportPanel);
moel@150:       this.Controls.Add(this.commentPanel);
moel@150:       this.Controls.Add(this.label1);
moel@150:       this.Controls.Add(this.label3);
moel@150:       this.Controls.Add(this.exitButton);
moel@150:       this.Controls.Add(this.sendButton);
moel@150:       this.MaximizeBox = false;
moel@150:       this.MinimizeBox = false;
moel@150:       this.Name = "ReportForm";
moel@150:       this.ShowIcon = false;
moel@150:       this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
moel@150:       this.Text = "Open Hardware Monitor";
moel@150:       this.commentPanel.ResumeLayout(false);
moel@150:       this.commentPanel.PerformLayout();
moel@150:       this.reportPanel.ResumeLayout(false);
moel@150:       this.reportPanel.PerformLayout();
moel@150:       this.ResumeLayout(false);
moel@150:       this.PerformLayout();
moel@150: 
moel@150:     }
moel@150: 
moel@150:     #endregion
moel@150: 
moel@150:     private System.Windows.Forms.Button sendButton;
moel@150:     private System.Windows.Forms.Button exitButton;
moel@150:     private System.Windows.Forms.TextBox commentTextBox;
moel@150:     private System.Windows.Forms.Label label3;
moel@150:     private System.Windows.Forms.Label label1;
moel@150:     private System.Windows.Forms.Panel commentPanel;
moel@150:     private System.Windows.Forms.Panel reportPanel;
moel@150:     private System.Windows.Forms.TextBox reportTextBox;
moel@150:     private System.Windows.Forms.TextBox textBox1;
moel@150:     private System.Windows.Forms.Label label2;
moel@150:     private System.Windows.Forms.TextBox emailTextBox;
moel@150:     private System.Windows.Forms.Label titleLabel;
moel@150:   }
moel@150: }