aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/IntroStory.Designer.vb
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/IntroStory.Designer.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/IntroStory.Designer.vb14
1 files changed, 14 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/MainForms/IntroStory.Designer.vb b/ShiftOS-TheRevival/MainForms/IntroStory.Designer.vb
index 73034d8..93ec027 100644
--- a/ShiftOS-TheRevival/MainForms/IntroStory.Designer.vb
+++ b/ShiftOS-TheRevival/MainForms/IntroStory.Designer.vb
@@ -24,25 +24,39 @@ Partial Class IntroStory
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Me.OpacityPlay = New System.Windows.Forms.Timer(Me.components)
+ Me.Label1 = New System.Windows.Forms.Label()
Me.SuspendLayout()
'
'OpacityPlay
'
'
+ 'Label1
+ '
+ Me.Label1.AutoSize = True
+ Me.Label1.Font = New System.Drawing.Font("Consolas", 32.0!)
+ Me.Label1.Location = New System.Drawing.Point(0, 0)
+ Me.Label1.Name = "Label1"
+ Me.Label1.Size = New System.Drawing.Size(790, 51)
+ Me.Label1.TabIndex = 0
+ Me.Label1.Text = "Your computer has been hijacked!"
+ '
'IntroStory
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(800, 450)
+ Me.Controls.Add(Me.Label1)
Me.Name = "IntroStory"
Me.ShowIcon = False
Me.ShowInTaskbar = False
Me.Text = "IntroStory"
Me.TopMost = True
Me.ResumeLayout(False)
+ Me.PerformLayout()
End Sub
Friend WithEvents OpacityPlay As Timer
+ Friend WithEvents Label1 As Label
End Class