forked from MarkusMaal/BlueScreenSimulatorPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSplash.Designer.cs
161 lines (155 loc) · 8.01 KB
/
Splash.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
namespace UltimateBlueScreenSimulator
{
partial class Splash
{
/// <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(Splash));
this.splashEmoticon = new System.Windows.Forms.Label();
this.splashPlus = new System.Windows.Forms.Label();
this.appNameLabel = new System.Windows.Forms.Label();
this.SplashText = new System.Windows.Forms.Label();
this.veriFileTimer = new System.Windows.Forms.Timer(this.components);
this.appMarketedVersionLabel = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// splashEmoticon
//
this.splashEmoticon.Anchor = System.Windows.Forms.AnchorStyles.None;
this.splashEmoticon.BackColor = System.Drawing.Color.Transparent;
this.splashEmoticon.Font = new System.Drawing.Font("Segoe UI", 105F);
this.splashEmoticon.Location = new System.Drawing.Point(3, -38);
this.splashEmoticon.Name = "splashEmoticon";
this.splashEmoticon.Size = new System.Drawing.Size(158, 203);
this.splashEmoticon.TabIndex = 0;
this.splashEmoticon.Text = ":)";
this.splashEmoticon.UseWaitCursor = true;
//
// splashPlus
//
this.splashPlus.Anchor = System.Windows.Forms.AnchorStyles.None;
this.splashPlus.Font = new System.Drawing.Font("Segoe UI", 32F);
this.splashPlus.ForeColor = System.Drawing.Color.Lime;
this.splashPlus.Location = new System.Drawing.Point(98, -10);
this.splashPlus.Name = "splashPlus";
this.splashPlus.Size = new System.Drawing.Size(79, 64);
this.splashPlus.TabIndex = 1;
this.splashPlus.Text = "+";
this.splashPlus.UseWaitCursor = true;
//
// appNameLabel
//
this.appNameLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
this.appNameLabel.Font = new System.Drawing.Font("Segoe UI", 16F);
this.appNameLabel.Location = new System.Drawing.Point(116, 54);
this.appNameLabel.Name = "appNameLabel";
this.appNameLabel.Size = new System.Drawing.Size(279, 38);
this.appNameLabel.TabIndex = 2;
this.appNameLabel.Text = "Blue Screen Simulator Plus";
this.appNameLabel.UseWaitCursor = true;
//
// SplashText
//
this.SplashText.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(90)))));
this.SplashText.Font = new System.Drawing.Font("Segoe UI", 8F);
this.SplashText.Location = new System.Drawing.Point(20, 129);
this.SplashText.Name = "SplashText";
this.SplashText.Padding = new System.Windows.Forms.Padding(6, 0, 0, 0);
this.SplashText.Size = new System.Drawing.Size(426, 20);
this.SplashText.TabIndex = 3;
this.SplashText.Text = "Please wait...";
this.SplashText.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.SplashText.UseWaitCursor = true;
//
// veriFileTimer
//
this.veriFileTimer.Enabled = true;
this.veriFileTimer.Tick += new System.EventHandler(this.Timer1_Tick);
//
// appMarketedVersionLabel
//
this.appMarketedVersionLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
this.appMarketedVersionLabel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.appMarketedVersionLabel.Font = new System.Drawing.Font("Segoe UI", 24F);
this.appMarketedVersionLabel.ForeColor = System.Drawing.Color.MediumBlue;
this.appMarketedVersionLabel.Location = new System.Drawing.Point(376, 42);
this.appMarketedVersionLabel.Name = "appMarketedVersionLabel";
this.appMarketedVersionLabel.Size = new System.Drawing.Size(61, 64);
this.appMarketedVersionLabel.TabIndex = 4;
this.appMarketedVersionLabel.Text = "2.1";
this.appMarketedVersionLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
this.appMarketedVersionLabel.UseWaitCursor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Segoe UI Semilight", 8.5F);
this.label1.ForeColor = System.Drawing.Color.DarkGray;
this.label1.Location = new System.Drawing.Point(119, 85);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(230, 15);
this.label1.TabIndex = 5;
this.label1.Text = "advanced bugcheck simulation technology";
this.label1.UseWaitCursor = true;
//
// Splash
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(90)))));
this.BackgroundImage = global::UltimateBlueScreenSimulator.Properties.Resources.round_corners;
this.ClientSize = new System.Drawing.Size(471, 149);
this.Controls.Add(this.label1);
this.Controls.Add(this.appMarketedVersionLabel);
this.Controls.Add(this.SplashText);
this.Controls.Add(this.appNameLabel);
this.Controls.Add(this.splashPlus);
this.Controls.Add(this.splashEmoticon);
this.ForeColor = System.Drawing.Color.White;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Splash";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Splash";
this.TopMost = true;
this.TransparencyKey = System.Drawing.Color.Magenta;
this.UseWaitCursor = true;
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Splash_KeyDown);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label splashEmoticon;
private System.Windows.Forms.Label splashPlus;
private System.Windows.Forms.Label appNameLabel;
internal System.Windows.Forms.Label SplashText;
internal System.Windows.Forms.Timer veriFileTimer;
private System.Windows.Forms.Label appMarketedVersionLabel;
private System.Windows.Forms.Label label1;
}
}