forked from MarkusMaal/BlueScreenSimulatorPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWXBS.Designer.cs
256 lines (250 loc) · 13.9 KB
/
WXBS.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
namespace UltimateBlueScreenSimulator
{
partial class WXBS
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WXBS));
this.verticalFlowPanel = new System.Windows.Forms.FlowLayoutPanel();
this.emoticonLabel = new System.Windows.Forms.Label();
this.yourPCranLabel = new System.Windows.Forms.Label();
this.progressIndicator = new System.Windows.Forms.Label();
this.horizontalFlowPanel = new System.Windows.Forms.FlowLayoutPanel();
this.qrMargin = new System.Windows.Forms.Panel();
this.qrCode = new System.Windows.Forms.PictureBox();
this.supportContainer = new System.Windows.Forms.Panel();
this.errorCode = new System.Windows.Forms.Label();
this.supportInfo = new System.Windows.Forms.Label();
this.progressUpdater = new System.Windows.Forms.Timer(this.components);
this.waterMarkText = new System.Windows.Forms.Label();
this.memCodes = new System.Windows.Forms.Label();
this.screenUpdater = new System.Windows.Forms.Timer(this.components);
this.windowsIcons = new System.Windows.Forms.ImageList(this.components);
this.verticalFlowPanel.SuspendLayout();
this.horizontalFlowPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.qrCode)).BeginInit();
this.supportContainer.SuspendLayout();
this.SuspendLayout();
//
// verticalFlowPanel
//
this.verticalFlowPanel.Controls.Add(this.emoticonLabel);
this.verticalFlowPanel.Controls.Add(this.yourPCranLabel);
this.verticalFlowPanel.Controls.Add(this.progressIndicator);
this.verticalFlowPanel.Controls.Add(this.horizontalFlowPanel);
this.verticalFlowPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.verticalFlowPanel.Location = new System.Drawing.Point(-13, 0);
this.verticalFlowPanel.Name = "verticalFlowPanel";
this.verticalFlowPanel.Size = new System.Drawing.Size(9999, 9999);
this.verticalFlowPanel.TabIndex = 0;
this.verticalFlowPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.FlowLayoutPanel1_Paint);
//
// emoticonLabel
//
this.emoticonLabel.AutoSize = true;
this.emoticonLabel.Font = new System.Drawing.Font("Segoe UI Semilight", 102F);
this.emoticonLabel.Location = new System.Drawing.Point(60, 0);
this.emoticonLabel.Margin = new System.Windows.Forms.Padding(60, 0, 3, 0);
this.emoticonLabel.Name = "emoticonLabel";
this.emoticonLabel.Padding = new System.Windows.Forms.Padding(0, 80, 0, 0);
this.emoticonLabel.Size = new System.Drawing.Size(145, 260);
this.emoticonLabel.TabIndex = 0;
this.emoticonLabel.Text = ":(";
//
// yourPCranLabel
//
this.yourPCranLabel.AutoSize = true;
this.yourPCranLabel.Font = new System.Drawing.Font("Segoe UI Semilight", 20F);
this.yourPCranLabel.Location = new System.Drawing.Point(3, 280);
this.yourPCranLabel.Margin = new System.Windows.Forms.Padding(3, 20, 3, 0);
this.yourPCranLabel.Name = "yourPCranLabel";
this.yourPCranLabel.Padding = new System.Windows.Forms.Padding(80, 0, 0, 0);
this.yourPCranLabel.Size = new System.Drawing.Size(779, 74);
this.yourPCranLabel.TabIndex = 1;
this.yourPCranLabel.Text = "Your PC ran into a problem and needs to restart. We\'re just\r\ncollecting some erro" +
"r info, and then we\'ll restart for you.";
//
// progressIndicator
//
this.progressIndicator.AutoSize = true;
this.progressIndicator.Font = new System.Drawing.Font("Segoe UI Semilight", 20F);
this.progressIndicator.Location = new System.Drawing.Point(3, 394);
this.progressIndicator.Margin = new System.Windows.Forms.Padding(3, 40, 3, 0);
this.progressIndicator.Name = "progressIndicator";
this.progressIndicator.Padding = new System.Windows.Forms.Padding(80, 0, 0, 0);
this.progressIndicator.Size = new System.Drawing.Size(248, 37);
this.progressIndicator.TabIndex = 2;
this.progressIndicator.Text = "0% complete";
//
// horizontalFlowPanel
//
this.horizontalFlowPanel.Controls.Add(this.qrMargin);
this.horizontalFlowPanel.Controls.Add(this.qrCode);
this.horizontalFlowPanel.Location = new System.Drawing.Point(0, 471);
this.horizontalFlowPanel.Margin = new System.Windows.Forms.Padding(0, 40, 0, 0);
this.horizontalFlowPanel.Name = "horizontalFlowPanel";
this.horizontalFlowPanel.Size = new System.Drawing.Size(9999, 459);
this.horizontalFlowPanel.TabIndex = 3;
//
// qrMargin
//
this.qrMargin.Location = new System.Drawing.Point(3, 3);
this.qrMargin.Name = "qrMargin";
this.qrMargin.Size = new System.Drawing.Size(90, 212);
this.qrMargin.TabIndex = 2;
//
// qrCode
//
this.qrCode.Image = global::UltimateBlueScreenSimulator.Properties.Resources.bsodqr;
this.qrCode.Location = new System.Drawing.Point(99, 3);
this.qrCode.Name = "qrCode";
this.qrCode.Size = new System.Drawing.Size(110, 110);
this.qrCode.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.qrCode.TabIndex = 0;
this.qrCode.TabStop = false;
//
// supportContainer
//
this.supportContainer.Controls.Add(this.errorCode);
this.supportContainer.Controls.Add(this.supportInfo);
this.supportContainer.Location = new System.Drawing.Point(201, 440);
this.supportContainer.Name = "supportContainer";
this.supportContainer.Size = new System.Drawing.Size(825, 280);
this.supportContainer.TabIndex = 1;
//
// errorCode
//
this.errorCode.Font = new System.Drawing.Font("Segoe UI Semilight", 11F);
this.errorCode.Location = new System.Drawing.Point(0, 56);
this.errorCode.Margin = new System.Windows.Forms.Padding(3, 20, 3, 0);
this.errorCode.Name = "errorCode";
this.errorCode.Size = new System.Drawing.Size(1000, 133);
this.errorCode.TabIndex = 4;
this.errorCode.Text = "If you call a support person, give them this info:\r\n\r\nStop code: ";
//
// supportInfo
//
this.supportInfo.Font = new System.Drawing.Font("Segoe UI Semilight", 11F);
this.supportInfo.Location = new System.Drawing.Point(0, 0);
this.supportInfo.Margin = new System.Windows.Forms.Padding(3, 20, 3, 0);
this.supportInfo.Name = "supportInfo";
this.supportInfo.Size = new System.Drawing.Size(714, 36);
this.supportInfo.TabIndex = 3;
this.supportInfo.Text = "For more information about this issue and possible fixes, visit http://windows.co" +
"m/stopcode";
//
// progressUpdater
//
this.progressUpdater.Enabled = true;
this.progressUpdater.Interval = 500;
this.progressUpdater.Tick += new System.EventHandler(this.Timer1_Tick);
//
// waterMarkText
//
this.waterMarkText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.waterMarkText.AutoSize = true;
this.waterMarkText.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.waterMarkText.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(230)))));
this.waterMarkText.Location = new System.Drawing.Point(1050, 670);
this.waterMarkText.Name = "waterMarkText";
this.waterMarkText.Size = new System.Drawing.Size(188, 20);
this.waterMarkText.TabIndex = 4;
this.waterMarkText.Text = "bluescreen simulator plus";
//
// memCodes
//
this.memCodes.AutoSize = true;
this.memCodes.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.memCodes.Location = new System.Drawing.Point(-3, 1);
this.memCodes.Name = "memCodes";
this.memCodes.Size = new System.Drawing.Size(132, 60);
this.memCodes.TabIndex = 5;
this.memCodes.Text = "0x0000000000000000\r\n0x0000000000000000\r\n0x0000000000000000\r\n0x0000000000000000";
//
// screenUpdater
//
this.screenUpdater.Enabled = true;
this.screenUpdater.Tick += new System.EventHandler(this.Timer2_Tick);
//
// windowsIcons
//
this.windowsIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("windowsIcons.ImageStream")));
this.windowsIcons.TransparentColor = System.Drawing.Color.Transparent;
this.windowsIcons.Images.SetKeyName(0, "artage-io-48148_1564916990.ico");
this.windowsIcons.Images.SetKeyName(1, "Tatice-Operating-Systems-Windows.ico");
this.windowsIcons.Images.SetKeyName(2, "Dakirby309-Windows-8-Metro-Folders-OS-Windows-8-Metro.ico");
this.windowsIcons.Images.SetKeyName(3, "new-windows-logo (2).ico");
//
// WXBS
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(113)))), ((int)(((byte)(170)))));
this.ClientSize = new System.Drawing.Size(1280, 720);
this.Controls.Add(this.memCodes);
this.Controls.Add(this.waterMarkText);
this.Controls.Add(this.supportContainer);
this.Controls.Add(this.verticalFlowPanel);
this.ForeColor = System.Drawing.Color.White;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(1000, 700);
this.Name = "WXBS";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Modern Windows blue screen simulator";
this.TopMost = true;
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WXBS_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.WXBS_FormClosed);
this.Load += new System.EventHandler(this.WXBS_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WXBS_KeyDown);
this.Resize += new System.EventHandler(this.WXBS_Resize);
this.verticalFlowPanel.ResumeLayout(false);
this.verticalFlowPanel.PerformLayout();
this.horizontalFlowPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.qrCode)).EndInit();
this.supportContainer.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.FlowLayoutPanel verticalFlowPanel;
private System.Windows.Forms.Label yourPCranLabel;
private System.Windows.Forms.Label progressIndicator;
private System.Windows.Forms.FlowLayoutPanel horizontalFlowPanel;
private System.Windows.Forms.PictureBox qrCode;
private System.Windows.Forms.Panel supportContainer;
private System.Windows.Forms.Label supportInfo;
private System.Windows.Forms.Panel qrMargin;
private System.Windows.Forms.Timer progressUpdater;
public System.Windows.Forms.Label waterMarkText;
public System.Windows.Forms.Label errorCode;
public System.Windows.Forms.Label emoticonLabel;
internal System.Windows.Forms.Label memCodes;
private System.Windows.Forms.Timer screenUpdater;
private System.Windows.Forms.ImageList windowsIcons;
}
}