forked from MarkusMaal/BlueScreenSimulatorPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcebsod.Designer.cs
More file actions
149 lines (141 loc) · 7.23 KB
/
cebsod.Designer.cs
File metadata and controls
149 lines (141 loc) · 7.23 KB
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
namespace UltimateBlueScreenSimulator
{
partial class Cebsod
{
/// <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(Cebsod));
this.infoLabel = new System.Windows.Forms.AliasedLabel();
this.techinfoLabel = new System.Windows.Forms.AliasedLabel();
this.technicalCode = new System.Windows.Forms.AliasedLabel();
this.timeOut = new System.Windows.Forms.AliasedLabel();
this.screenUpdater = new System.Windows.Forms.Timer(this.components);
this.waterMarkText = new System.Windows.Forms.AliasedLabel();
this.rainBowScreen = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
// infoLabel
//
this.infoLabel.AutoSize = true;
this.infoLabel.Font = new System.Drawing.Font("Lucida Console", 10.4F);
this.infoLabel.Location = new System.Drawing.Point(-2, 10);
this.infoLabel.Name = "infoLabel";
this.infoLabel.Size = new System.Drawing.Size(719, 47);
this.infoLabel.TabIndex = 1;
this.infoLabel.Text = "A problem has occurred and Windows CE has been shut down to prevent damage to you" +
"r\r\ncomputer.\r\nIf you will try to restart your computer, press Ctrl+Alt+Delete.";
this.infoLabel.UseCompatibleTextRendering = true;
//
// techinfoLabel
//
this.techinfoLabel.AutoSize = true;
this.techinfoLabel.Font = new System.Drawing.Font("Lucida Console", 10.4F);
this.techinfoLabel.Location = new System.Drawing.Point(-2, 69);
this.techinfoLabel.Name = "techinfoLabel";
this.techinfoLabel.Size = new System.Drawing.Size(194, 19);
this.techinfoLabel.TabIndex = 2;
this.techinfoLabel.Text = "Technical information:";
this.techinfoLabel.UseCompatibleTextRendering = true;
//
// technicalCode
//
this.technicalCode.AutoSize = true;
this.technicalCode.Font = new System.Drawing.Font("Lucida Console", 10.4F);
this.technicalCode.Location = new System.Drawing.Point(-2, 101);
this.technicalCode.Name = "technicalCode";
this.technicalCode.Size = new System.Drawing.Size(435, 19);
this.technicalCode.TabIndex = 3;
this.technicalCode.Text = "*** STOP: 0xADDEAD (user manually initiated crash)";
this.technicalCode.UseCompatibleTextRendering = true;
//
// timeOut
//
this.timeOut.AutoSize = true;
this.timeOut.Font = new System.Drawing.Font("Lucida Console", 10.4F);
this.timeOut.Location = new System.Drawing.Point(-2, 138);
this.timeOut.Name = "timeOut";
this.timeOut.Size = new System.Drawing.Size(349, 33);
this.timeOut.TabIndex = 4;
this.timeOut.Text = "The computer will restart automatically\r\nafter 30 seconds.";
this.timeOut.UseCompatibleTextRendering = true;
//
// screenUpdater
//
this.screenUpdater.Enabled = true;
this.screenUpdater.Interval = 1000;
this.screenUpdater.Tick += new System.EventHandler(this.TimeoutProgression);
//
// waterMarkText
//
this.waterMarkText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.waterMarkText.AutoSize = true;
this.waterMarkText.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
this.waterMarkText.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(198)))), ((int)(((byte)(198)))));
this.waterMarkText.Location = new System.Drawing.Point(12, 364);
this.waterMarkText.Name = "waterMarkText";
this.waterMarkText.Size = new System.Drawing.Size(148, 15);
this.waterMarkText.TabIndex = 8;
this.waterMarkText.Text = "bluescreen simulator plus";
//
// rainBowScreen
//
this.rainBowScreen.Interval = 10;
this.rainBowScreen.Tick += new System.EventHandler(this.DoubleRainbow);
//
// Cebsod
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Navy;
this.ClientSize = new System.Drawing.Size(750, 400);
this.Controls.Add(this.waterMarkText);
this.Controls.Add(this.timeOut);
this.Controls.Add(this.technicalCode);
this.Controls.Add(this.techinfoLabel);
this.Controls.Add(this.infoLabel);
this.Font = new System.Drawing.Font("Lucida Console", 10.4F);
this.ForeColor = System.Drawing.Color.White;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.Name = "Cebsod";
this.Text = "Windows CE 5 blue screen simulator";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Unload);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.AfterUnload);
this.Load += new System.EventHandler(this.Initialize);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public System.Windows.Forms.AliasedLabel technicalCode;
private System.Windows.Forms.Timer screenUpdater;
private System.Windows.Forms.AliasedLabel infoLabel;
private System.Windows.Forms.AliasedLabel techinfoLabel;
private System.Windows.Forms.AliasedLabel timeOut;
public System.Windows.Forms.AliasedLabel waterMarkText;
private System.Windows.Forms.Timer rainBowScreen;
}
}