aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/Terminal.Designer.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-03 04:28:19 +0700
committerEverythingWindows <[email protected]>2022-11-03 04:28:19 +0700
commitec630f54d67fa37e0ad79936c3eaf9cf1cd2ac1f (patch)
tree634bacedc8352e46746228cf9be6bbe65ff55867 /ShiftOS-TheRevival/MainForms/Terminal.Designer.vb
parent0f683e5c3535e8c3f20230aef44f6da1894e3746 (diff)
downloadshiftos-therevival-old-ec630f54d67fa37e0ad79936c3eaf9cf1cd2ac1f.tar.gz
shiftos-therevival-old-ec630f54d67fa37e0ad79936c3eaf9cf1cd2ac1f.tar.bz2
shiftos-therevival-old-ec630f54d67fa37e0ad79936c3eaf9cf1cd2ac1f.zip
story mode completed
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Terminal.Designer.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/Terminal.Designer.vb12
1 files changed, 9 insertions, 3 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Terminal.Designer.vb b/ShiftOS-TheRevival/MainForms/Terminal.Designer.vb
index 5dec2f5..a29a92e 100644
--- a/ShiftOS-TheRevival/MainForms/Terminal.Designer.vb
+++ b/ShiftOS-TheRevival/MainForms/Terminal.Designer.vb
@@ -1,9 +1,9 @@
-<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
+<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Terminal
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
- <System.Diagnostics.DebuggerNonUserCode()> _
+ <System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
@@ -20,9 +20,11 @@ Partial Class Terminal
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
- <System.Diagnostics.DebuggerStepThrough()> _
+ <System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
+ Me.components = New System.ComponentModel.Container()
Me.TextBox1 = New System.Windows.Forms.TextBox()
+ Me.StoryOnlyTimer = New System.Windows.Forms.Timer(Me.components)
Me.SuspendLayout()
'
'TextBox1
@@ -38,6 +40,9 @@ Partial Class Terminal
Me.TextBox1.Size = New System.Drawing.Size(800, 450)
Me.TextBox1.TabIndex = 0
'
+ 'StoryOnlyTimer
+ '
+ '
'Terminal
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -52,4 +57,5 @@ Partial Class Terminal
End Sub
Friend WithEvents TextBox1 As TextBox
+ Friend WithEvents StoryOnlyTimer As Timer
End Class