moel@150: /*
moel@150:   
moel@150:   Version: MPL 1.1/GPL 2.0/LGPL 2.1
moel@150: 
moel@150:   The contents of this file are subject to the Mozilla Public License Version
moel@150:   1.1 (the "License"); you may not use this file except in compliance with
moel@150:   the License. You may obtain a copy of the License at
moel@150:  
moel@150:   http://www.mozilla.org/MPL/
moel@150: 
moel@150:   Software distributed under the License is distributed on an "AS IS" basis,
moel@150:   WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
moel@150:   for the specific language governing rights and limitations under the License.
moel@150: 
moel@150:   The Original Code is the Open Hardware Monitor code.
moel@150: 
moel@150:   The Initial Developer of the Original Code is 
moel@150:   Michael Möller <m.moeller@gmx.ch>.
moel@150:   Portions created by the Initial Developer are Copyright (C) 2009-2010
moel@150:   the Initial Developer. All Rights Reserved.
moel@150: 
moel@150:   Contributor(s):
moel@150: 
moel@150:   Alternatively, the contents of this file may be used under the terms of
moel@150:   either the GNU General Public License Version 2 or later (the "GPL"), or
moel@150:   the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
moel@150:   in which case the provisions of the GPL or the LGPL are applicable instead
moel@150:   of those above. If you wish to allow use of your version of this file only
moel@150:   under the terms of either the GPL or the LGPL, and not to allow others to
moel@150:   use your version of this file under the terms of the MPL, indicate your
moel@150:   decision by deleting the provisions above and replace them with the notice
moel@150:   and other provisions required by the GPL or the LGPL. If you do not delete
moel@150:   the provisions above, a recipient may use your version of this file under
moel@150:   the terms of any one of the MPL, the GPL or the LGPL.
moel@150:  
moel@150: */
moel@150: 
moel@150: namespace OpenHardwareMonitor.GUI {
moel@150:   partial class CrashForm {
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.titleLabel = new System.Windows.Forms.Label();
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.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(449, 469);
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(530, 469);
moel@150:       this.exitButton.Name = "exitButton";
moel@150:       this.exitButton.Size = new System.Drawing.Size(75, 23);
moel@150:       this.exitButton.TabIndex = 3;
moel@150:       this.exitButton.Text = "Exit";
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(586, 77);
moel@150:       this.commentTextBox.TabIndex = 1;
moel@150:       // 
moel@150:       // titleLabel
moel@150:       // 
moel@150:       this.titleLabel.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.titleLabel.BackColor = System.Drawing.SystemColors.Window;
moel@150:       this.titleLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
moel@150:       this.titleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
moel@150:       this.titleLabel.Location = new System.Drawing.Point(-1, -1);
moel@150:       this.titleLabel.Name = "titleLabel";
moel@150:       this.titleLabel.Padding = new System.Windows.Forms.Padding(10);
moel@150:       this.titleLabel.Size = new System.Drawing.Size(619, 52);
moel@150:       this.titleLabel.TabIndex = 4;
moel@150:       this.titleLabel.Text = "Open Hardware Monitor has encountered a problem and needs to close. We are sorry " +
moel@150:           "for the inconvenience.";
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, 63);
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(571, 13);
moel@150:       this.label3.TabIndex = 5;
moel@150:       this.label3.Text = "To help diagnose and fix the problem, you can send a crash report. The following " +
moel@150:           "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, 347);
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, 371);
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(593, 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, 87);
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(593, 212);
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(586, 202);
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(586, 202);
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, 318);
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, 315);
moel@150:       this.emailTextBox.Name = "emailTextBox";
moel@150:       this.emailTextBox.Size = new System.Drawing.Size(417, 20);
moel@150:       this.emailTextBox.TabIndex = 0;
moel@150:       // 
moel@150:       // CrashReportForm
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(617, 504);
moel@150:       this.ControlBox = false;
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.titleLabel);
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 = "CrashReportForm";
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 titleLabel;
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:   }
moel@150: }