aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/Terminal.Designer.vb
diff options
context:
space:
mode:
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