2015-05-17 14:53:26 +00:00
|
|
|
|
<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()> _
|
|
|
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
|
|
|
Try
|
|
|
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
|
|
|
components.Dispose()
|
|
|
|
|
End If
|
|
|
|
|
Finally
|
|
|
|
|
MyBase.Dispose(disposing)
|
|
|
|
|
End Try
|
|
|
|
|
End Sub
|
|
|
|
|
|
|
|
|
|
'Required by the Windows Form Designer
|
|
|
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
|
|
|
|
|
|
'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()> _
|
|
|
|
|
Private Sub InitializeComponent()
|
|
|
|
|
Me.components = New System.ComponentModel.Container()
|
2015-05-23 14:21:24 +00:00
|
|
|
|
Me.terminaltext = New System.Windows.Forms.TextBox()
|
2015-05-17 14:53:26 +00:00
|
|
|
|
Me.tmrfirstuse = New System.Windows.Forms.Timer(Me.components)
|
2015-05-28 00:39:48 +00:00
|
|
|
|
Me.pnltop = New shiftos_next.Titlebar()
|
2015-05-17 14:53:26 +00:00
|
|
|
|
Me.SuspendLayout()
|
|
|
|
|
'
|
2015-05-23 14:21:24 +00:00
|
|
|
|
'terminaltext
|
|
|
|
|
'
|
|
|
|
|
Me.terminaltext.BackColor = System.Drawing.Color.Black
|
|
|
|
|
Me.terminaltext.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
|
|
|
Me.terminaltext.Cursor = System.Windows.Forms.Cursors.IBeam
|
|
|
|
|
Me.terminaltext.Dock = System.Windows.Forms.DockStyle.Fill
|
|
|
|
|
Me.terminaltext.Font = New System.Drawing.Font("Courier New", 8.25!)
|
|
|
|
|
Me.terminaltext.ForeColor = System.Drawing.Color.White
|
2015-05-28 00:39:48 +00:00
|
|
|
|
Me.terminaltext.Location = New System.Drawing.Point(0, 32)
|
2015-05-23 14:21:24 +00:00
|
|
|
|
Me.terminaltext.Multiline = True
|
|
|
|
|
Me.terminaltext.Name = "terminaltext"
|
2015-05-28 00:39:48 +00:00
|
|
|
|
Me.terminaltext.Size = New System.Drawing.Size(635, 386)
|
2015-05-23 14:21:24 +00:00
|
|
|
|
Me.terminaltext.TabIndex = 0
|
|
|
|
|
Me.terminaltext.Text = "ShiftOS Beta 1.0"
|
2015-05-17 14:53:26 +00:00
|
|
|
|
'
|
|
|
|
|
'tmrfirstuse
|
|
|
|
|
'
|
|
|
|
|
Me.tmrfirstuse.Interval = 5000
|
|
|
|
|
'
|
2015-05-23 14:21:24 +00:00
|
|
|
|
'pnltop
|
|
|
|
|
'
|
2015-05-28 00:39:48 +00:00
|
|
|
|
Me.pnltop.AppName = "Terminal"
|
2015-05-23 14:21:24 +00:00
|
|
|
|
Me.pnltop.Dock = System.Windows.Forms.DockStyle.Top
|
|
|
|
|
Me.pnltop.Font = New System.Drawing.Font("Courier New", 8.25!)
|
|
|
|
|
Me.pnltop.ForeColor = System.Drawing.Color.White
|
|
|
|
|
Me.pnltop.Location = New System.Drawing.Point(0, 0)
|
|
|
|
|
Me.pnltop.Name = "pnltop"
|
2015-05-28 00:39:48 +00:00
|
|
|
|
Me.pnltop.Size = New System.Drawing.Size(635, 32)
|
2015-05-23 14:21:24 +00:00
|
|
|
|
Me.pnltop.TabIndex = 1
|
|
|
|
|
'
|
2015-05-17 14:53:26 +00:00
|
|
|
|
'Terminal
|
|
|
|
|
'
|
|
|
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
|
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
|
|
|
Me.ClientSize = New System.Drawing.Size(635, 418)
|
2015-05-23 14:21:24 +00:00
|
|
|
|
Me.Controls.Add(Me.terminaltext)
|
|
|
|
|
Me.Controls.Add(Me.pnltop)
|
|
|
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
2015-05-17 14:53:26 +00:00
|
|
|
|
Me.Name = "Terminal"
|
|
|
|
|
Me.Text = "Terminal"
|
2015-05-23 14:21:24 +00:00
|
|
|
|
Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
|
2015-05-17 14:53:26 +00:00
|
|
|
|
Me.ResumeLayout(False)
|
|
|
|
|
Me.PerformLayout()
|
|
|
|
|
|
|
|
|
|
End Sub
|
2015-05-23 14:21:24 +00:00
|
|
|
|
Friend WithEvents terminaltext As System.Windows.Forms.TextBox
|
2015-05-17 14:53:26 +00:00
|
|
|
|
Friend WithEvents tmrfirstuse As System.Windows.Forms.Timer
|
2015-05-28 00:39:48 +00:00
|
|
|
|
Friend WithEvents pnltop As shiftos_next.Titlebar
|
2015-05-17 14:53:26 +00:00
|
|
|
|
End Class
|