mirror of
https://github.com/EverythingWindows/ShiftOS-TheRevival-Old.git
synced 2025-01-22 11:21:47 -05:00
56 lines
2.2 KiB
VB.net
56 lines
2.2 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class ConsoleRTF
|
|
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.RichTextBox1 = New System.Windows.Forms.RichTextBox()
|
|
Me.SuspendLayout()
|
|
'
|
|
'RichTextBox1
|
|
'
|
|
Me.RichTextBox1.BackColor = System.Drawing.Color.Black
|
|
Me.RichTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
Me.RichTextBox1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.RichTextBox1.Font = New System.Drawing.Font("Consolas", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.RichTextBox1.ForeColor = System.Drawing.Color.White
|
|
Me.RichTextBox1.Location = New System.Drawing.Point(0, 0)
|
|
Me.RichTextBox1.Name = "RichTextBox1"
|
|
Me.RichTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None
|
|
Me.RichTextBox1.ShortcutsEnabled = False
|
|
Me.RichTextBox1.Size = New System.Drawing.Size(800, 450)
|
|
Me.RichTextBox1.TabIndex = 0
|
|
Me.RichTextBox1.Text = ""
|
|
'
|
|
'ConsoleRTF
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(800, 450)
|
|
Me.Controls.Add(Me.RichTextBox1)
|
|
Me.Name = "ConsoleRTF"
|
|
Me.Text = "ConsoleRTF"
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents RichTextBox1 As RichTextBox
|
|
End Class
|