moel@86: /* moel@86: moel@86: Version: MPL 1.1/GPL 2.0/LGPL 2.1 moel@86: moel@86: The contents of this file are subject to the Mozilla Public License Version moel@86: 1.1 (the "License"); you may not use this file except in compliance with moel@86: the License. You may obtain a copy of the License at moel@86: moel@86: http://www.mozilla.org/MPL/ moel@86: moel@86: Software distributed under the License is distributed on an "AS IS" basis, moel@86: WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License moel@86: for the specific language governing rights and limitations under the License. moel@86: moel@86: The Original Code is the Open Hardware Monitor code. moel@86: moel@86: The Initial Developer of the Original Code is moel@86: Michael Möller . moel@86: Portions created by the Initial Developer are Copyright (C) 2009-2010 moel@86: the Initial Developer. All Rights Reserved. moel@86: moel@86: Contributor(s): moel@86: moel@86: Alternatively, the contents of this file may be used under the terms of moel@86: either the GNU General Public License Version 2 or later (the "GPL"), or moel@86: the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), moel@86: in which case the provisions of the GPL or the LGPL are applicable instead moel@86: of those above. If you wish to allow use of your version of this file only moel@86: under the terms of either the GPL or the LGPL, and not to allow others to moel@86: use your version of this file under the terms of the MPL, indicate your moel@86: decision by deleting the provisions above and replace them with the notice moel@86: and other provisions required by the GPL or the LGPL. If you do not delete moel@86: the provisions above, a recipient may use your version of this file under moel@86: the terms of any one of the MPL, the GPL or the LGPL. moel@86: moel@86: */ moel@86: moel@86: namespace OpenHardwareMonitor.GUI { moel@86: partial class CrashReportForm { moel@86: /// moel@86: /// Required designer variable. moel@86: /// moel@86: private System.ComponentModel.IContainer components = null; moel@86: moel@86: /// moel@86: /// Clean up any resources being used. moel@86: /// moel@86: /// true if managed resources should be disposed; otherwise, false. moel@86: protected override void Dispose(bool disposing) { moel@86: if (disposing && (components != null)) { moel@86: components.Dispose(); moel@86: } moel@86: base.Dispose(disposing); moel@86: } moel@86: moel@86: #region Windows Form Designer generated code moel@86: moel@86: /// moel@86: /// Required method for Designer support - do not modify moel@86: /// the contents of this method with the code editor. moel@86: /// moel@86: private void InitializeComponent() { moel@86: this.sendButton = new System.Windows.Forms.Button(); moel@86: this.exitButton = new System.Windows.Forms.Button(); moel@86: this.commentTextBox = new System.Windows.Forms.TextBox(); moel@86: this.titleLabel = new System.Windows.Forms.Label(); moel@86: this.label3 = new System.Windows.Forms.Label(); moel@86: this.label1 = new System.Windows.Forms.Label(); moel@86: this.commentPanel = new System.Windows.Forms.Panel(); moel@86: this.reportPanel = new System.Windows.Forms.Panel(); moel@86: this.reportTextBox = new System.Windows.Forms.TextBox(); moel@86: this.textBox1 = new System.Windows.Forms.TextBox(); moel@106: this.label2 = new System.Windows.Forms.Label(); moel@106: this.emailTextBox = new System.Windows.Forms.TextBox(); moel@86: this.commentPanel.SuspendLayout(); moel@86: this.reportPanel.SuspendLayout(); moel@86: this.SuspendLayout(); moel@86: // moel@86: // sendButton moel@86: // moel@86: this.sendButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); moel@106: this.sendButton.Location = new System.Drawing.Point(449, 469); moel@86: this.sendButton.Name = "sendButton"; moel@86: this.sendButton.Size = new System.Drawing.Size(75, 23); moel@106: this.sendButton.TabIndex = 2; moel@86: this.sendButton.Text = "Send"; moel@86: this.sendButton.UseVisualStyleBackColor = true; moel@86: this.sendButton.Click += new System.EventHandler(this.sendButton_Click); moel@86: // moel@86: // exitButton moel@86: // moel@86: this.exitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); moel@86: this.exitButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; moel@106: this.exitButton.Location = new System.Drawing.Point(530, 469); moel@86: this.exitButton.Name = "exitButton"; moel@86: this.exitButton.Size = new System.Drawing.Size(75, 23); moel@106: this.exitButton.TabIndex = 3; moel@86: this.exitButton.Text = "Exit"; moel@86: this.exitButton.UseVisualStyleBackColor = true; moel@86: // moel@86: // commentTextBox moel@86: // moel@86: this.commentTextBox.AcceptsReturn = true; moel@86: this.commentTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; moel@86: this.commentTextBox.Dock = System.Windows.Forms.DockStyle.Fill; moel@86: this.commentTextBox.Location = new System.Drawing.Point(4, 4); moel@86: this.commentTextBox.Multiline = true; moel@86: this.commentTextBox.Name = "commentTextBox"; moel@86: this.commentTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; moel@106: this.commentTextBox.Size = new System.Drawing.Size(586, 77); moel@106: this.commentTextBox.TabIndex = 1; moel@86: // moel@86: // titleLabel moel@86: // moel@86: this.titleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) moel@86: | System.Windows.Forms.AnchorStyles.Right))); moel@86: this.titleLabel.BackColor = System.Drawing.SystemColors.Window; moel@86: this.titleLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; moel@86: this.titleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); moel@86: this.titleLabel.Location = new System.Drawing.Point(-1, -1); moel@86: this.titleLabel.Name = "titleLabel"; moel@86: this.titleLabel.Padding = new System.Windows.Forms.Padding(10); moel@106: this.titleLabel.Size = new System.Drawing.Size(619, 52); moel@86: this.titleLabel.TabIndex = 4; moel@86: this.titleLabel.Text = "Open Hardware Monitor has encountered a problem and needs to close. We are sorry " + moel@86: "for the inconvenience."; moel@86: // moel@86: // label3 moel@86: // moel@86: this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) moel@86: | System.Windows.Forms.AnchorStyles.Right))); moel@86: this.label3.AutoEllipsis = true; moel@86: this.label3.AutoSize = true; moel@86: this.label3.Location = new System.Drawing.Point(9, 63); moel@86: this.label3.Margin = new System.Windows.Forms.Padding(3, 12, 3, 8); moel@86: this.label3.Name = "label3"; moel@86: this.label3.Size = new System.Drawing.Size(571, 13); moel@86: this.label3.TabIndex = 5; moel@86: this.label3.Text = "To help diagnose and fix the problem, you can send a crash report. The following " + moel@106: "report has been created automatically:"; moel@86: // moel@86: // label1 moel@86: // moel@86: this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) moel@86: | System.Windows.Forms.AnchorStyles.Right))); moel@86: this.label1.AutoEllipsis = true; moel@86: this.label1.AutoSize = true; moel@106: this.label1.Location = new System.Drawing.Point(9, 347); moel@86: this.label1.Margin = new System.Windows.Forms.Padding(3, 12, 3, 8); moel@86: this.label1.Name = "label1"; moel@106: this.label1.Size = new System.Drawing.Size(279, 13); moel@86: this.label1.TabIndex = 6; moel@106: this.label1.Text = "You can add additional information to the report (optional):"; moel@86: // moel@86: // commentPanel moel@86: // moel@86: this.commentPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) moel@86: | System.Windows.Forms.AnchorStyles.Right))); moel@86: this.commentPanel.BackColor = System.Drawing.SystemColors.Window; moel@86: this.commentPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; moel@86: this.commentPanel.Controls.Add(this.commentTextBox); moel@106: this.commentPanel.Location = new System.Drawing.Point(12, 371); moel@86: this.commentPanel.Margin = new System.Windows.Forms.Padding(3, 3, 3, 8); moel@86: this.commentPanel.Name = "commentPanel"; moel@86: this.commentPanel.Padding = new System.Windows.Forms.Padding(4, 4, 1, 4); moel@106: this.commentPanel.Size = new System.Drawing.Size(593, 87); moel@106: this.commentPanel.TabIndex = 1; moel@106: this.commentPanel.TabStop = true; moel@86: // moel@86: // reportPanel moel@86: // moel@86: this.reportPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) moel@86: | System.Windows.Forms.AnchorStyles.Left) moel@86: | System.Windows.Forms.AnchorStyles.Right))); moel@86: this.reportPanel.BackColor = System.Drawing.SystemColors.Window; moel@86: this.reportPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; moel@86: this.reportPanel.Controls.Add(this.reportTextBox); moel@86: this.reportPanel.Controls.Add(this.textBox1); moel@86: this.reportPanel.Location = new System.Drawing.Point(12, 87); moel@86: this.reportPanel.Name = "reportPanel"; moel@86: this.reportPanel.Padding = new System.Windows.Forms.Padding(4, 4, 1, 4); moel@106: this.reportPanel.Size = new System.Drawing.Size(593, 212); moel@86: this.reportPanel.TabIndex = 8; moel@86: // moel@86: // reportTextBox moel@86: // moel@86: this.reportTextBox.BackColor = System.Drawing.SystemColors.Window; moel@86: this.reportTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; moel@86: this.reportTextBox.Dock = System.Windows.Forms.DockStyle.Fill; moel@86: this.reportTextBox.Location = new System.Drawing.Point(4, 4); moel@86: this.reportTextBox.Multiline = true; moel@86: this.reportTextBox.Name = "reportTextBox"; moel@86: this.reportTextBox.ReadOnly = true; moel@86: this.reportTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; moel@106: this.reportTextBox.Size = new System.Drawing.Size(586, 202); moel@86: this.reportTextBox.TabIndex = 9; moel@86: this.reportTextBox.TabStop = false; moel@86: // moel@86: // textBox1 moel@86: // moel@86: this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; moel@86: this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill; moel@86: this.textBox1.Location = new System.Drawing.Point(4, 4); moel@86: this.textBox1.Multiline = true; moel@86: this.textBox1.Name = "textBox1"; moel@106: this.textBox1.Size = new System.Drawing.Size(586, 202); moel@86: this.textBox1.TabIndex = 2; moel@86: // moel@106: // label2 moel@106: // moel@106: this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) moel@106: | System.Windows.Forms.AnchorStyles.Right))); moel@106: this.label2.AutoEllipsis = true; moel@106: this.label2.AutoSize = true; moel@106: this.label2.Location = new System.Drawing.Point(9, 318); moel@106: this.label2.Margin = new System.Windows.Forms.Padding(3, 12, 3, 8); moel@106: this.label2.Name = "label2"; moel@106: this.label2.Size = new System.Drawing.Size(171, 13); moel@106: this.label2.TabIndex = 9; moel@106: this.label2.Text = "Enter your email address (optional):"; moel@106: // moel@106: // emailTextBox moel@106: // moel@106: this.emailTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) moel@106: | System.Windows.Forms.AnchorStyles.Right))); moel@106: this.emailTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; moel@106: this.emailTextBox.Location = new System.Drawing.Point(188, 315); moel@106: this.emailTextBox.Name = "emailTextBox"; moel@106: this.emailTextBox.Size = new System.Drawing.Size(417, 20); moel@106: this.emailTextBox.TabIndex = 0; moel@106: // moel@86: // CrashReportForm moel@86: // moel@86: this.AcceptButton = this.sendButton; moel@86: this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); moel@86: this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; moel@86: this.CancelButton = this.exitButton; moel@106: this.ClientSize = new System.Drawing.Size(617, 504); moel@86: this.ControlBox = false; moel@106: this.Controls.Add(this.emailTextBox); moel@106: this.Controls.Add(this.label2); moel@86: this.Controls.Add(this.reportPanel); moel@86: this.Controls.Add(this.commentPanel); moel@86: this.Controls.Add(this.label1); moel@86: this.Controls.Add(this.label3); moel@86: this.Controls.Add(this.titleLabel); moel@86: this.Controls.Add(this.exitButton); moel@86: this.Controls.Add(this.sendButton); moel@86: this.MaximizeBox = false; moel@86: this.MinimizeBox = false; moel@86: this.Name = "CrashReportForm"; moel@86: this.ShowIcon = false; moel@86: this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; moel@86: this.Text = "Open Hardware Monitor"; moel@86: this.commentPanel.ResumeLayout(false); moel@86: this.commentPanel.PerformLayout(); moel@86: this.reportPanel.ResumeLayout(false); moel@86: this.reportPanel.PerformLayout(); moel@86: this.ResumeLayout(false); moel@86: this.PerformLayout(); moel@86: moel@86: } moel@86: moel@86: #endregion moel@86: moel@86: private System.Windows.Forms.Button sendButton; moel@86: private System.Windows.Forms.Button exitButton; moel@86: private System.Windows.Forms.TextBox commentTextBox; moel@86: private System.Windows.Forms.Label titleLabel; moel@86: private System.Windows.Forms.Label label3; moel@86: private System.Windows.Forms.Label label1; moel@86: private System.Windows.Forms.Panel commentPanel; moel@86: private System.Windows.Forms.Panel reportPanel; moel@86: private System.Windows.Forms.TextBox reportTextBox; moel@86: private System.Windows.Forms.TextBox textBox1; moel@106: private System.Windows.Forms.Label label2; moel@106: private System.Windows.Forms.TextBox emailTextBox; moel@86: } moel@86: }