2015-05-22 00:33:08 +00:00
|
|
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
|
|
|
Partial Class basicwm_infobox
|
|
|
|
|
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.btnok = New System.Windows.Forms.Button()
|
|
|
|
|
Me.lbmessage = New System.Windows.Forms.Label()
|
|
|
|
|
Me.txtuserinput = New System.Windows.Forms.TextBox()
|
2015-05-29 13:57:53 +00:00
|
|
|
|
Me.Titlebar = New shiftos_next.Titlebar()
|
2015-05-22 00:33:08 +00:00
|
|
|
|
Me.SuspendLayout()
|
|
|
|
|
'
|
|
|
|
|
'btnok
|
|
|
|
|
'
|
|
|
|
|
Me.btnok.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
|
|
|
Me.btnok.FlatAppearance.BorderSize = 0
|
|
|
|
|
Me.btnok.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
|
|
|
Me.btnok.Location = New System.Drawing.Point(0, 213)
|
|
|
|
|
Me.btnok.Name = "btnok"
|
|
|
|
|
Me.btnok.Size = New System.Drawing.Size(433, 44)
|
|
|
|
|
Me.btnok.TabIndex = 0
|
|
|
|
|
Me.btnok.Text = "> Alright <"
|
|
|
|
|
Me.btnok.UseVisualStyleBackColor = True
|
|
|
|
|
'
|
|
|
|
|
'lbmessage
|
|
|
|
|
'
|
|
|
|
|
Me.lbmessage.Dock = System.Windows.Forms.DockStyle.Fill
|
2015-05-29 13:57:53 +00:00
|
|
|
|
Me.lbmessage.Location = New System.Drawing.Point(0, 0)
|
2015-05-22 00:33:08 +00:00
|
|
|
|
Me.lbmessage.Name = "lbmessage"
|
2015-05-29 13:57:53 +00:00
|
|
|
|
Me.lbmessage.Size = New System.Drawing.Size(433, 213)
|
2015-05-22 00:33:08 +00:00
|
|
|
|
Me.lbmessage.TabIndex = 1
|
|
|
|
|
Me.lbmessage.Text = "I am already viewing my computer logs of that interview. Soon, I'll know everythi" & _
|
|
|
|
|
"ng there is to know about that banana making factory."
|
|
|
|
|
Me.lbmessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
|
|
|
'
|
|
|
|
|
'txtuserinput
|
|
|
|
|
'
|
|
|
|
|
Me.txtuserinput.BackColor = System.Drawing.Color.Black
|
|
|
|
|
Me.txtuserinput.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
|
|
|
Me.txtuserinput.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
|
|
|
Me.txtuserinput.ForeColor = System.Drawing.Color.White
|
|
|
|
|
Me.txtuserinput.Location = New System.Drawing.Point(0, 200)
|
|
|
|
|
Me.txtuserinput.Name = "txtuserinput"
|
|
|
|
|
Me.txtuserinput.Size = New System.Drawing.Size(433, 13)
|
|
|
|
|
Me.txtuserinput.TabIndex = 2
|
|
|
|
|
Me.txtuserinput.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
|
|
|
Me.txtuserinput.WordWrap = False
|
|
|
|
|
'
|
2015-05-29 13:57:53 +00:00
|
|
|
|
'Titlebar
|
|
|
|
|
'
|
|
|
|
|
Me.Titlebar.AppName = "Infobox"
|
|
|
|
|
Me.Titlebar.Dock = System.Windows.Forms.DockStyle.Top
|
|
|
|
|
Me.Titlebar.Font = New System.Drawing.Font("Courier New", 8.25!)
|
|
|
|
|
Me.Titlebar.ForeColor = System.Drawing.Color.White
|
|
|
|
|
Me.Titlebar.Location = New System.Drawing.Point(0, 0)
|
|
|
|
|
Me.Titlebar.Name = "Titlebar"
|
|
|
|
|
Me.Titlebar.Size = New System.Drawing.Size(433, 32)
|
|
|
|
|
Me.Titlebar.TabIndex = 3
|
|
|
|
|
'
|
2015-05-22 00:33:08 +00:00
|
|
|
|
'basicwm_infobox
|
|
|
|
|
'
|
|
|
|
|
Me.AcceptButton = Me.btnok
|
|
|
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 14.0!)
|
|
|
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
|
|
|
Me.BackColor = System.Drawing.Color.Black
|
|
|
|
|
Me.ClientSize = New System.Drawing.Size(433, 257)
|
2015-05-29 13:57:53 +00:00
|
|
|
|
Me.Controls.Add(Me.Titlebar)
|
2015-05-22 00:33:08 +00:00
|
|
|
|
Me.Controls.Add(Me.txtuserinput)
|
|
|
|
|
Me.Controls.Add(Me.lbmessage)
|
|
|
|
|
Me.Controls.Add(Me.btnok)
|
|
|
|
|
Me.Font = New System.Drawing.Font("Courier New", 8.25!)
|
|
|
|
|
Me.ForeColor = System.Drawing.Color.White
|
|
|
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
|
|
|
|
Me.Name = "basicwm_infobox"
|
|
|
|
|
Me.Text = "basicwm_infobox"
|
|
|
|
|
Me.ResumeLayout(False)
|
|
|
|
|
Me.PerformLayout()
|
|
|
|
|
|
|
|
|
|
End Sub
|
|
|
|
|
Friend WithEvents btnok As System.Windows.Forms.Button
|
|
|
|
|
Friend WithEvents lbmessage As System.Windows.Forms.Label
|
|
|
|
|
Friend WithEvents txtuserinput As System.Windows.Forms.TextBox
|
2015-05-29 13:57:53 +00:00
|
|
|
|
Friend WithEvents Titlebar As shiftos_next.Titlebar
|
2015-05-22 00:33:08 +00:00
|
|
|
|
End Class
|