aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/IntroStory.Designer.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-08 13:02:02 +0700
committerEverythingWindows <[email protected]>2022-11-08 13:02:02 +0700
commit344a0ff99e1adc6b3cd97e0d4ce7496b12d624b9 (patch)
treebfcab826f438dd2b009bc7198c8f5e73693cecb1 /ShiftOS-TheRevival/MainForms/IntroStory.Designer.vb
parentf96d01a788001a9747da8b27be11de785093c28d (diff)
downloadshiftos-therevival-old-344a0ff99e1adc6b3cd97e0d4ce7496b12d624b9.tar.gz
shiftos-therevival-old-344a0ff99e1adc6b3cd97e0d4ce7496b12d624b9.tar.bz2
shiftos-therevival-old-344a0ff99e1adc6b3cd97e0d4ce7496b12d624b9.zip
rework on introstory
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