moel@150
|
1 |
/*
|
moel@150
|
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@150
|
6 |
|
moel@344
|
7 |
Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
|
moel@344
|
8 |
|
moel@150
|
9 |
*/
|
moel@150
|
10 |
|
moel@150
|
11 |
namespace OpenHardwareMonitor.GUI {
|
moel@150
|
12 |
partial class ReportForm {
|
moel@150
|
13 |
/// <summary>
|
moel@150
|
14 |
/// Required designer variable.
|
moel@150
|
15 |
/// </summary>
|
moel@150
|
16 |
private System.ComponentModel.IContainer components = null;
|
moel@150
|
17 |
|
moel@150
|
18 |
/// <summary>
|
moel@150
|
19 |
/// Clean up any resources being used.
|
moel@150
|
20 |
/// </summary>
|
moel@150
|
21 |
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
moel@150
|
22 |
protected override void Dispose(bool disposing) {
|
moel@150
|
23 |
if (disposing && (components != null)) {
|
moel@150
|
24 |
components.Dispose();
|
moel@150
|
25 |
}
|
moel@150
|
26 |
base.Dispose(disposing);
|
moel@150
|
27 |
}
|
moel@150
|
28 |
|
moel@150
|
29 |
#region Windows Form Designer generated code
|
moel@150
|
30 |
|
moel@150
|
31 |
/// <summary>
|
moel@150
|
32 |
/// Required method for Designer support - do not modify
|
moel@150
|
33 |
/// the contents of this method with the code editor.
|
moel@150
|
34 |
/// </summary>
|
moel@150
|
35 |
private void InitializeComponent() {
|
moel@150
|
36 |
this.sendButton = new System.Windows.Forms.Button();
|
moel@150
|
37 |
this.exitButton = new System.Windows.Forms.Button();
|
moel@150
|
38 |
this.commentTextBox = new System.Windows.Forms.TextBox();
|
moel@150
|
39 |
this.label3 = new System.Windows.Forms.Label();
|
moel@150
|
40 |
this.label1 = new System.Windows.Forms.Label();
|
moel@150
|
41 |
this.commentPanel = new System.Windows.Forms.Panel();
|
moel@150
|
42 |
this.reportPanel = new System.Windows.Forms.Panel();
|
moel@150
|
43 |
this.reportTextBox = new System.Windows.Forms.TextBox();
|
moel@150
|
44 |
this.textBox1 = new System.Windows.Forms.TextBox();
|
moel@150
|
45 |
this.label2 = new System.Windows.Forms.Label();
|
moel@150
|
46 |
this.emailTextBox = new System.Windows.Forms.TextBox();
|
moel@150
|
47 |
this.titleLabel = new System.Windows.Forms.Label();
|
moel@150
|
48 |
this.commentPanel.SuspendLayout();
|
moel@150
|
49 |
this.reportPanel.SuspendLayout();
|
moel@150
|
50 |
this.SuspendLayout();
|
moel@150
|
51 |
//
|
moel@150
|
52 |
// sendButton
|
moel@150
|
53 |
//
|
moel@150
|
54 |
this.sendButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
moel@150
|
55 |
this.sendButton.Location = new System.Drawing.Point(472, 627);
|
moel@150
|
56 |
this.sendButton.Name = "sendButton";
|
moel@150
|
57 |
this.sendButton.Size = new System.Drawing.Size(75, 23);
|
moel@150
|
58 |
this.sendButton.TabIndex = 2;
|
moel@150
|
59 |
this.sendButton.Text = "Send";
|
moel@150
|
60 |
this.sendButton.UseVisualStyleBackColor = true;
|
moel@150
|
61 |
this.sendButton.Click += new System.EventHandler(this.sendButton_Click);
|
moel@150
|
62 |
//
|
moel@150
|
63 |
// exitButton
|
moel@150
|
64 |
//
|
moel@150
|
65 |
this.exitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
moel@150
|
66 |
this.exitButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
moel@150
|
67 |
this.exitButton.Location = new System.Drawing.Point(553, 627);
|
moel@150
|
68 |
this.exitButton.Name = "exitButton";
|
moel@150
|
69 |
this.exitButton.Size = new System.Drawing.Size(75, 23);
|
moel@150
|
70 |
this.exitButton.TabIndex = 3;
|
moel@292
|
71 |
this.exitButton.Text = "Cancel";
|
moel@150
|
72 |
this.exitButton.UseVisualStyleBackColor = true;
|
moel@150
|
73 |
//
|
moel@150
|
74 |
// commentTextBox
|
moel@150
|
75 |
//
|
moel@150
|
76 |
this.commentTextBox.AcceptsReturn = true;
|
moel@150
|
77 |
this.commentTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
moel@150
|
78 |
this.commentTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
moel@150
|
79 |
this.commentTextBox.Location = new System.Drawing.Point(4, 4);
|
moel@150
|
80 |
this.commentTextBox.Multiline = true;
|
moel@150
|
81 |
this.commentTextBox.Name = "commentTextBox";
|
moel@150
|
82 |
this.commentTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
moel@150
|
83 |
this.commentTextBox.Size = new System.Drawing.Size(609, 77);
|
moel@150
|
84 |
this.commentTextBox.TabIndex = 1;
|
moel@150
|
85 |
//
|
moel@150
|
86 |
// label3
|
moel@150
|
87 |
//
|
moel@150
|
88 |
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
moel@150
|
89 |
| System.Windows.Forms.AnchorStyles.Right)));
|
moel@150
|
90 |
this.label3.AutoEllipsis = true;
|
moel@150
|
91 |
this.label3.AutoSize = true;
|
moel@150
|
92 |
this.label3.Location = new System.Drawing.Point(9, 39);
|
moel@150
|
93 |
this.label3.Margin = new System.Windows.Forms.Padding(3, 12, 3, 8);
|
moel@150
|
94 |
this.label3.Name = "label3";
|
moel@150
|
95 |
this.label3.Size = new System.Drawing.Size(253, 13);
|
moel@150
|
96 |
this.label3.TabIndex = 5;
|
moel@150
|
97 |
this.label3.Text = "The following report has been created automatically:";
|
moel@150
|
98 |
//
|
moel@150
|
99 |
// label1
|
moel@150
|
100 |
//
|
moel@150
|
101 |
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
moel@150
|
102 |
| System.Windows.Forms.AnchorStyles.Right)));
|
moel@150
|
103 |
this.label1.AutoEllipsis = true;
|
moel@150
|
104 |
this.label1.AutoSize = true;
|
moel@150
|
105 |
this.label1.Location = new System.Drawing.Point(9, 505);
|
moel@150
|
106 |
this.label1.Margin = new System.Windows.Forms.Padding(3, 12, 3, 8);
|
moel@150
|
107 |
this.label1.Name = "label1";
|
moel@150
|
108 |
this.label1.Size = new System.Drawing.Size(279, 13);
|
moel@150
|
109 |
this.label1.TabIndex = 6;
|
moel@150
|
110 |
this.label1.Text = "You can add additional information to the report (optional):";
|
moel@150
|
111 |
//
|
moel@150
|
112 |
// commentPanel
|
moel@150
|
113 |
//
|
moel@150
|
114 |
this.commentPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
moel@150
|
115 |
| System.Windows.Forms.AnchorStyles.Right)));
|
moel@150
|
116 |
this.commentPanel.BackColor = System.Drawing.SystemColors.Window;
|
moel@150
|
117 |
this.commentPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
moel@150
|
118 |
this.commentPanel.Controls.Add(this.commentTextBox);
|
moel@150
|
119 |
this.commentPanel.Location = new System.Drawing.Point(12, 529);
|
moel@150
|
120 |
this.commentPanel.Margin = new System.Windows.Forms.Padding(3, 3, 3, 8);
|
moel@150
|
121 |
this.commentPanel.Name = "commentPanel";
|
moel@150
|
122 |
this.commentPanel.Padding = new System.Windows.Forms.Padding(4, 4, 1, 4);
|
moel@150
|
123 |
this.commentPanel.Size = new System.Drawing.Size(616, 87);
|
moel@150
|
124 |
this.commentPanel.TabIndex = 1;
|
moel@150
|
125 |
this.commentPanel.TabStop = true;
|
moel@150
|
126 |
//
|
moel@150
|
127 |
// reportPanel
|
moel@150
|
128 |
//
|
moel@150
|
129 |
this.reportPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
moel@150
|
130 |
| System.Windows.Forms.AnchorStyles.Left)
|
moel@150
|
131 |
| System.Windows.Forms.AnchorStyles.Right)));
|
moel@150
|
132 |
this.reportPanel.BackColor = System.Drawing.SystemColors.Window;
|
moel@150
|
133 |
this.reportPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
moel@150
|
134 |
this.reportPanel.Controls.Add(this.reportTextBox);
|
moel@150
|
135 |
this.reportPanel.Controls.Add(this.textBox1);
|
moel@150
|
136 |
this.reportPanel.Location = new System.Drawing.Point(12, 63);
|
moel@150
|
137 |
this.reportPanel.Name = "reportPanel";
|
moel@150
|
138 |
this.reportPanel.Padding = new System.Windows.Forms.Padding(4, 4, 1, 4);
|
moel@150
|
139 |
this.reportPanel.Size = new System.Drawing.Size(616, 394);
|
moel@150
|
140 |
this.reportPanel.TabIndex = 8;
|
moel@150
|
141 |
//
|
moel@150
|
142 |
// reportTextBox
|
moel@150
|
143 |
//
|
moel@150
|
144 |
this.reportTextBox.BackColor = System.Drawing.SystemColors.Window;
|
moel@150
|
145 |
this.reportTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
moel@150
|
146 |
this.reportTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
moel@150
|
147 |
this.reportTextBox.Location = new System.Drawing.Point(4, 4);
|
moel@150
|
148 |
this.reportTextBox.Multiline = true;
|
moel@150
|
149 |
this.reportTextBox.Name = "reportTextBox";
|
moel@150
|
150 |
this.reportTextBox.ReadOnly = true;
|
moel@150
|
151 |
this.reportTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
moel@150
|
152 |
this.reportTextBox.Size = new System.Drawing.Size(609, 384);
|
moel@150
|
153 |
this.reportTextBox.TabIndex = 9;
|
moel@150
|
154 |
this.reportTextBox.TabStop = false;
|
moel@150
|
155 |
//
|
moel@150
|
156 |
// textBox1
|
moel@150
|
157 |
//
|
moel@150
|
158 |
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
moel@150
|
159 |
this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
moel@150
|
160 |
this.textBox1.Location = new System.Drawing.Point(4, 4);
|
moel@150
|
161 |
this.textBox1.Multiline = true;
|
moel@150
|
162 |
this.textBox1.Name = "textBox1";
|
moel@150
|
163 |
this.textBox1.Size = new System.Drawing.Size(609, 384);
|
moel@150
|
164 |
this.textBox1.TabIndex = 2;
|
moel@150
|
165 |
//
|
moel@150
|
166 |
// label2
|
moel@150
|
167 |
//
|
moel@150
|
168 |
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
moel@150
|
169 |
| System.Windows.Forms.AnchorStyles.Right)));
|
moel@150
|
170 |
this.label2.AutoEllipsis = true;
|
moel@150
|
171 |
this.label2.AutoSize = true;
|
moel@150
|
172 |
this.label2.Location = new System.Drawing.Point(9, 476);
|
moel@150
|
173 |
this.label2.Margin = new System.Windows.Forms.Padding(3, 12, 3, 8);
|
moel@150
|
174 |
this.label2.Name = "label2";
|
moel@150
|
175 |
this.label2.Size = new System.Drawing.Size(171, 13);
|
moel@150
|
176 |
this.label2.TabIndex = 9;
|
moel@150
|
177 |
this.label2.Text = "Enter your email address (optional):";
|
moel@150
|
178 |
//
|
moel@150
|
179 |
// emailTextBox
|
moel@150
|
180 |
//
|
moel@150
|
181 |
this.emailTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
moel@150
|
182 |
| System.Windows.Forms.AnchorStyles.Right)));
|
moel@150
|
183 |
this.emailTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
moel@150
|
184 |
this.emailTextBox.Location = new System.Drawing.Point(188, 473);
|
moel@150
|
185 |
this.emailTextBox.Name = "emailTextBox";
|
moel@150
|
186 |
this.emailTextBox.Size = new System.Drawing.Size(440, 20);
|
moel@150
|
187 |
this.emailTextBox.TabIndex = 0;
|
moel@150
|
188 |
//
|
moel@150
|
189 |
// titleLabel
|
moel@150
|
190 |
//
|
moel@150
|
191 |
this.titleLabel.AutoSize = true;
|
moel@150
|
192 |
this.titleLabel.Location = new System.Drawing.Point(9, 14);
|
moel@150
|
193 |
this.titleLabel.Name = "titleLabel";
|
moel@150
|
194 |
this.titleLabel.Size = new System.Drawing.Size(409, 13);
|
moel@150
|
195 |
this.titleLabel.TabIndex = 10;
|
moel@150
|
196 |
this.titleLabel.Text = "Help improve the Open Hardware Monitor by submitting a report about your hardware" +
|
moel@150
|
197 |
".";
|
moel@150
|
198 |
//
|
moel@150
|
199 |
// ReportForm
|
moel@150
|
200 |
//
|
moel@150
|
201 |
this.AcceptButton = this.sendButton;
|
moel@150
|
202 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
moel@150
|
203 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
moel@150
|
204 |
this.CancelButton = this.exitButton;
|
moel@150
|
205 |
this.ClientSize = new System.Drawing.Size(640, 662);
|
moel@150
|
206 |
this.ControlBox = false;
|
moel@150
|
207 |
this.Controls.Add(this.titleLabel);
|
moel@150
|
208 |
this.Controls.Add(this.emailTextBox);
|
moel@150
|
209 |
this.Controls.Add(this.label2);
|
moel@150
|
210 |
this.Controls.Add(this.reportPanel);
|
moel@150
|
211 |
this.Controls.Add(this.commentPanel);
|
moel@150
|
212 |
this.Controls.Add(this.label1);
|
moel@150
|
213 |
this.Controls.Add(this.label3);
|
moel@150
|
214 |
this.Controls.Add(this.exitButton);
|
moel@150
|
215 |
this.Controls.Add(this.sendButton);
|
moel@150
|
216 |
this.MaximizeBox = false;
|
moel@150
|
217 |
this.MinimizeBox = false;
|
moel@150
|
218 |
this.Name = "ReportForm";
|
moel@150
|
219 |
this.ShowIcon = false;
|
moel@150
|
220 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
moel@150
|
221 |
this.Text = "Open Hardware Monitor";
|
moel@150
|
222 |
this.commentPanel.ResumeLayout(false);
|
moel@150
|
223 |
this.commentPanel.PerformLayout();
|
moel@150
|
224 |
this.reportPanel.ResumeLayout(false);
|
moel@150
|
225 |
this.reportPanel.PerformLayout();
|
moel@150
|
226 |
this.ResumeLayout(false);
|
moel@150
|
227 |
this.PerformLayout();
|
moel@150
|
228 |
|
moel@150
|
229 |
}
|
moel@150
|
230 |
|
moel@150
|
231 |
#endregion
|
moel@150
|
232 |
|
moel@150
|
233 |
private System.Windows.Forms.Button sendButton;
|
moel@150
|
234 |
private System.Windows.Forms.Button exitButton;
|
moel@150
|
235 |
private System.Windows.Forms.TextBox commentTextBox;
|
moel@150
|
236 |
private System.Windows.Forms.Label label3;
|
moel@150
|
237 |
private System.Windows.Forms.Label label1;
|
moel@150
|
238 |
private System.Windows.Forms.Panel commentPanel;
|
moel@150
|
239 |
private System.Windows.Forms.Panel reportPanel;
|
moel@150
|
240 |
private System.Windows.Forms.TextBox reportTextBox;
|
moel@150
|
241 |
private System.Windows.Forms.TextBox textBox1;
|
moel@150
|
242 |
private System.Windows.Forms.Label label2;
|
moel@150
|
243 |
private System.Windows.Forms.TextBox emailTextBox;
|
moel@150
|
244 |
private System.Windows.Forms.Label titleLabel;
|
moel@150
|
245 |
}
|
moel@150
|
246 |
} |