aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/FullScreenLogin.Designer.vb
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-09-24 12:32:50 -0600
committerAShifter <[email protected]>2017-09-24 12:32:50 -0600
commit9107510c4985ceb781640163bbb82ab6de2fa35e (patch)
treec6a440b7ed182df8f8d1e5d0fdf55e28cf74055f /ShiftOS/FullScreenLogin.Designer.vb
parent2992686ec723fa4c854b6de27007a284b484a92e (diff)
downloadshiftos-rewind-9107510c4985ceb781640163bbb82ab6de2fa35e.tar.gz
shiftos-rewind-9107510c4985ceb781640163bbb82ab6de2fa35e.tar.bz2
shiftos-rewind-9107510c4985ceb781640163bbb82ab6de2fa35e.zip
Add proper WM and Remove old source
Added a proper, working WM. I also got rid of the old source as we could just make a new repo for that.
Diffstat (limited to 'ShiftOS/FullScreenLogin.Designer.vb')
-rw-r--r--ShiftOS/FullScreenLogin.Designer.vb112
1 files changed, 0 insertions, 112 deletions
diff --git a/ShiftOS/FullScreenLogin.Designer.vb b/ShiftOS/FullScreenLogin.Designer.vb
deleted file mode 100644
index e239979..0000000
--- a/ShiftOS/FullScreenLogin.Designer.vb
+++ /dev/null
@@ -1,112 +0,0 @@
-<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
-Partial Class FullScreenLogin
- 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.txtusername = New System.Windows.Forms.TextBox()
- Me.txtpassword = New System.Windows.Forms.TextBox()
- Me.userpic = New System.Windows.Forms.PictureBox()
- Me.loginbtn = New System.Windows.Forms.Button()
- Me.shutdown = New System.Windows.Forms.Button()
- CType(Me.userpic, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'txtusername
- '
- Me.txtusername.BackColor = System.Drawing.Color.Black
- Me.txtusername.Font = New System.Drawing.Font("Trebuchet MS", 12.0!)
- Me.txtusername.ForeColor = System.Drawing.Color.Gray
- Me.txtusername.Location = New System.Drawing.Point(171, 202)
- Me.txtusername.Name = "txtusername"
- Me.txtusername.Size = New System.Drawing.Size(248, 26)
- Me.txtusername.TabIndex = 0
- Me.txtusername.Text = "Username"
- '
- 'txtpassword
- '
- Me.txtpassword.BackColor = System.Drawing.Color.Black
- Me.txtpassword.Font = New System.Drawing.Font("Trebuchet MS", 12.0!)
- Me.txtpassword.ForeColor = System.Drawing.Color.Gray
- Me.txtpassword.Location = New System.Drawing.Point(171, 243)
- Me.txtpassword.Name = "txtpassword"
- Me.txtpassword.Size = New System.Drawing.Size(248, 26)
- Me.txtpassword.TabIndex = 1
- Me.txtpassword.Text = "Password"
- Me.txtpassword.UseSystemPasswordChar = True
- '
- 'userpic
- '
- Me.userpic.Location = New System.Drawing.Point(36, 202)
- Me.userpic.Name = "userpic"
- Me.userpic.Size = New System.Drawing.Size(128, 128)
- Me.userpic.TabIndex = 2
- Me.userpic.TabStop = False
- '
- 'loginbtn
- '
- Me.loginbtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.loginbtn.Font = New System.Drawing.Font("Trebuchet MS", 12.0!, System.Drawing.FontStyle.Italic)
- Me.loginbtn.ForeColor = System.Drawing.Color.White
- Me.loginbtn.Location = New System.Drawing.Point(268, 286)
- Me.loginbtn.Name = "loginbtn"
- Me.loginbtn.Size = New System.Drawing.Size(151, 43)
- Me.loginbtn.TabIndex = 3
- Me.loginbtn.Text = "Log In"
- Me.loginbtn.UseVisualStyleBackColor = True
- '
- 'shutdown
- '
- Me.shutdown.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.shutdown.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.shutdown.Font = New System.Drawing.Font("Trebuchet MS", 12.0!, System.Drawing.FontStyle.Italic)
- Me.shutdown.ForeColor = System.Drawing.Color.White
- Me.shutdown.Location = New System.Drawing.Point(1755, 979)
- Me.shutdown.Name = "shutdown"
- Me.shutdown.Size = New System.Drawing.Size(137, 50)
- Me.shutdown.TabIndex = 4
- Me.shutdown.Text = "Shutdown"
- Me.shutdown.UseVisualStyleBackColor = True
- '
- 'FullScreenLogin
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.BackColor = System.Drawing.Color.Black
- Me.ClientSize = New System.Drawing.Size(1904, 1041)
- Me.Controls.Add(Me.shutdown)
- Me.Controls.Add(Me.loginbtn)
- Me.Controls.Add(Me.userpic)
- Me.Controls.Add(Me.txtpassword)
- Me.Controls.Add(Me.txtusername)
- Me.Name = "FullScreenLogin"
- Me.Text = "FullScreenLogin"
- CType(Me.userpic, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
- Friend WithEvents txtusername As System.Windows.Forms.TextBox
- Friend WithEvents txtpassword As System.Windows.Forms.TextBox
- Friend WithEvents userpic As System.Windows.Forms.PictureBox
- Friend WithEvents loginbtn As System.Windows.Forms.Button
- Friend WithEvents shutdown As System.Windows.Forms.Button
-End Class