diff options
| author | TheUltimateHacker <[email protected]> | 2015-03-21 12:40:36 -0400 |
|---|---|---|
| committer | TheUltimateHacker <[email protected]> | 2015-03-21 12:40:36 -0400 |
| commit | a276b027fb14540aaae66b1e0f42706174b77938 (patch) | |
| tree | 2e0a0394d58fe5205403381d41519293f6b41345 /ShiftOS/loginform.Designer.vb | |
| parent | 7529ee9b3274ac4075375952bc7704637c521283 (diff) | |
| download | shiftos-a276b027fb14540aaae66b1e0f42706174b77938.tar.gz shiftos-a276b027fb14540aaae66b1e0f42706174b77938.tar.bz2 shiftos-a276b027fb14540aaae66b1e0f42706174b77938.zip | |
Login Screen
A new Login Screen has been added.
Diffstat (limited to 'ShiftOS/loginform.Designer.vb')
| -rw-r--r-- | ShiftOS/loginform.Designer.vb | 315 |
1 files changed, 315 insertions, 0 deletions
diff --git a/ShiftOS/loginform.Designer.vb b/ShiftOS/loginform.Designer.vb new file mode 100644 index 0000000..3c9b37d --- /dev/null +++ b/ShiftOS/loginform.Designer.vb @@ -0,0 +1,315 @@ +<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ +Partial Class loginform + 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.pgcontents = New System.Windows.Forms.Panel() + Me.pnllogin = New System.Windows.Forms.Panel() + Me.lbmsgtext = New System.Windows.Forms.Label() + Me.btnok = New System.Windows.Forms.Button() + Me.pboximage = New System.Windows.Forms.PictureBox() + Me.pgleft = New System.Windows.Forms.Panel() + Me.pgbottomlcorner = New System.Windows.Forms.Panel() + Me.pgright = New System.Windows.Forms.Panel() + Me.pgbottomrcorner = New System.Windows.Forms.Panel() + Me.titlebar = New System.Windows.Forms.Panel() + Me.pnlicon = New System.Windows.Forms.PictureBox() + Me.lbtitletext = New System.Windows.Forms.Label() + Me.pgtoplcorner = New System.Windows.Forms.Panel() + Me.pgtoprcorner = New System.Windows.Forms.Panel() + Me.pgbottom = New System.Windows.Forms.Panel() + Me.Label1 = New System.Windows.Forms.Label() + Me.Label2 = New System.Windows.Forms.Label() + Me.Label3 = New System.Windows.Forms.Label() + Me.txtusername = New System.Windows.Forms.TextBox() + Me.txtpassword = New System.Windows.Forms.TextBox() + Me.txtconfirm = New System.Windows.Forms.TextBox() + Me.pgcontents.SuspendLayout() + Me.pnllogin.SuspendLayout() + CType(Me.pboximage, System.ComponentModel.ISupportInitialize).BeginInit() + Me.pgleft.SuspendLayout() + Me.pgright.SuspendLayout() + Me.titlebar.SuspendLayout() + CType(Me.pnlicon, System.ComponentModel.ISupportInitialize).BeginInit() + Me.SuspendLayout() + ' + 'pgcontents + ' + Me.pgcontents.BackColor = System.Drawing.Color.White + Me.pgcontents.Controls.Add(Me.pnllogin) + Me.pgcontents.Controls.Add(Me.btnok) + Me.pgcontents.Controls.Add(Me.pboximage) + Me.pgcontents.Dock = System.Windows.Forms.DockStyle.Fill + Me.pgcontents.Location = New System.Drawing.Point(2, 30) + Me.pgcontents.Name = "pgcontents" + Me.pgcontents.Size = New System.Drawing.Size(367, 185) + Me.pgcontents.TabIndex = 20 + ' + 'pnllogin + ' + Me.pnllogin.Controls.Add(Me.txtconfirm) + Me.pnllogin.Controls.Add(Me.txtpassword) + Me.pnllogin.Controls.Add(Me.txtusername) + Me.pnllogin.Controls.Add(Me.Label3) + Me.pnllogin.Controls.Add(Me.Label2) + Me.pnllogin.Controls.Add(Me.Label1) + Me.pnllogin.Controls.Add(Me.lbmsgtext) + Me.pnllogin.Location = New System.Drawing.Point(115, 7) + Me.pnllogin.Name = "pnllogin" + Me.pnllogin.Size = New System.Drawing.Size(246, 136) + Me.pnllogin.TabIndex = 8 + ' + 'lbmsgtext + ' + Me.lbmsgtext.Location = New System.Drawing.Point(4, 18) + Me.lbmsgtext.Name = "lbmsgtext" + Me.lbmsgtext.Size = New System.Drawing.Size(238, 38) + Me.lbmsgtext.TabIndex = 0 + Me.lbmsgtext.Text = "Please log into ShiftOS to continue." + ' + 'btnok + ' + Me.btnok.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.btnok.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.btnok.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnok.ForeColor = System.Drawing.Color.Black + Me.btnok.Location = New System.Drawing.Point(134, 149) + Me.btnok.Name = "btnok" + Me.btnok.Size = New System.Drawing.Size(105, 30) + Me.btnok.TabIndex = 7 + Me.btnok.TabStop = False + Me.btnok.Text = "Log In" + Me.btnok.UseVisualStyleBackColor = True + ' + 'pboximage + ' + Me.pboximage.Image = Global.ShiftOS.My.Resources.Resources.Symbolinfo + Me.pboximage.Location = New System.Drawing.Point(12, 7) + Me.pboximage.Name = "pboximage" + Me.pboximage.Size = New System.Drawing.Size(80, 70) + Me.pboximage.TabIndex = 0 + Me.pboximage.TabStop = False + ' + 'pgleft + ' + Me.pgleft.BackColor = System.Drawing.Color.Gray + Me.pgleft.Controls.Add(Me.pgbottomlcorner) + Me.pgleft.Dock = System.Windows.Forms.DockStyle.Left + Me.pgleft.Location = New System.Drawing.Point(0, 30) + Me.pgleft.Name = "pgleft" + Me.pgleft.Size = New System.Drawing.Size(2, 187) + Me.pgleft.TabIndex = 21 + ' + 'pgbottomlcorner + ' + Me.pgbottomlcorner.BackColor = System.Drawing.Color.Red + Me.pgbottomlcorner.Dock = System.Windows.Forms.DockStyle.Bottom + Me.pgbottomlcorner.Location = New System.Drawing.Point(0, 185) + Me.pgbottomlcorner.Name = "pgbottomlcorner" + Me.pgbottomlcorner.Size = New System.Drawing.Size(2, 2) + Me.pgbottomlcorner.TabIndex = 14 + ' + 'pgright + ' + Me.pgright.BackColor = System.Drawing.Color.Gray + Me.pgright.Controls.Add(Me.pgbottomrcorner) + Me.pgright.Dock = System.Windows.Forms.DockStyle.Right + Me.pgright.Location = New System.Drawing.Point(369, 30) + Me.pgright.Name = "pgright" + Me.pgright.Size = New System.Drawing.Size(2, 187) + Me.pgright.TabIndex = 22 + ' + 'pgbottomrcorner + ' + Me.pgbottomrcorner.BackColor = System.Drawing.Color.Red + Me.pgbottomrcorner.Dock = System.Windows.Forms.DockStyle.Bottom + Me.pgbottomrcorner.Location = New System.Drawing.Point(0, 185) + Me.pgbottomrcorner.Name = "pgbottomrcorner" + Me.pgbottomrcorner.Size = New System.Drawing.Size(2, 2) + Me.pgbottomrcorner.TabIndex = 15 + ' + 'titlebar + ' + Me.titlebar.BackColor = System.Drawing.Color.Gray + Me.titlebar.Controls.Add(Me.pnlicon) + Me.titlebar.Controls.Add(Me.lbtitletext) + Me.titlebar.Controls.Add(Me.pgtoplcorner) + Me.titlebar.Controls.Add(Me.pgtoprcorner) + Me.titlebar.Dock = System.Windows.Forms.DockStyle.Top + 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(371, 30) + Me.titlebar.TabIndex = 19 + ' + 'pnlicon + ' + Me.pnlicon.BackColor = System.Drawing.Color.Transparent + Me.pnlicon.Image = Global.ShiftOS.My.Resources.Resources.iconInfoBox + Me.pnlicon.Location = New System.Drawing.Point(8, 8) + Me.pnlicon.Name = "pnlicon" + Me.pnlicon.Size = New System.Drawing.Size(16, 16) + Me.pnlicon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage + Me.pnlicon.TabIndex = 24 + Me.pnlicon.TabStop = False + Me.pnlicon.Visible = False + ' + 'lbtitletext + ' + Me.lbtitletext.AutoSize = True + Me.lbtitletext.BackColor = System.Drawing.Color.Transparent + Me.lbtitletext.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.lbtitletext.Location = New System.Drawing.Point(26, 7) + Me.lbtitletext.Name = "lbtitletext" + Me.lbtitletext.Size = New System.Drawing.Size(132, 18) + Me.lbtitletext.TabIndex = 19 + Me.lbtitletext.Text = "Log into ShiftOS" + ' + 'pgtoplcorner + ' + Me.pgtoplcorner.BackColor = System.Drawing.Color.Red + Me.pgtoplcorner.Dock = System.Windows.Forms.DockStyle.Left + Me.pgtoplcorner.Location = New System.Drawing.Point(0, 0) + Me.pgtoplcorner.Name = "pgtoplcorner" + Me.pgtoplcorner.Size = New System.Drawing.Size(2, 30) + Me.pgtoplcorner.TabIndex = 17 + ' + 'pgtoprcorner + ' + Me.pgtoprcorner.BackColor = System.Drawing.Color.Red + Me.pgtoprcorner.Dock = System.Windows.Forms.DockStyle.Right + Me.pgtoprcorner.Location = New System.Drawing.Point(369, 0) + Me.pgtoprcorner.Name = "pgtoprcorner" + Me.pgtoprcorner.Size = New System.Drawing.Size(2, 30) + Me.pgtoprcorner.TabIndex = 16 + ' + 'pgbottom + ' + Me.pgbottom.BackColor = System.Drawing.Color.Gray + Me.pgbottom.Dock = System.Windows.Forms.DockStyle.Bottom + Me.pgbottom.Location = New System.Drawing.Point(2, 215) + Me.pgbottom.Name = "pgbottom" + Me.pgbottom.Size = New System.Drawing.Size(367, 2) + Me.pgbottom.TabIndex = 23 + ' + 'Label1 + ' + Me.Label1.AutoSize = True + Me.Label1.Location = New System.Drawing.Point(7, 56) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(58, 13) + Me.Label1.TabIndex = 1 + Me.Label1.Text = "Username:" + ' + 'Label2 + ' + Me.Label2.AutoSize = True + Me.Label2.Location = New System.Drawing.Point(7, 78) + Me.Label2.Name = "Label2" + Me.Label2.Size = New System.Drawing.Size(56, 13) + Me.Label2.TabIndex = 2 + Me.Label2.Text = "Password:" + ' + 'Label3 + ' + Me.Label3.AutoSize = True + Me.Label3.Location = New System.Drawing.Point(7, 100) + Me.Label3.Name = "Label3" + Me.Label3.Size = New System.Drawing.Size(45, 13) + Me.Label3.TabIndex = 3 + Me.Label3.Text = "Confirm:" + ' + 'txtusername + ' + Me.txtusername.Location = New System.Drawing.Point(71, 53) + Me.txtusername.Name = "txtusername" + Me.txtusername.Size = New System.Drawing.Size(158, 20) + Me.txtusername.TabIndex = 4 + ' + 'txtpassword + ' + Me.txtpassword.Location = New System.Drawing.Point(71, 78) + Me.txtpassword.Name = "txtpassword" + Me.txtpassword.Size = New System.Drawing.Size(158, 20) + Me.txtpassword.TabIndex = 5 + Me.txtpassword.UseSystemPasswordChar = True + ' + 'txtconfirm + ' + Me.txtconfirm.Location = New System.Drawing.Point(71, 100) + Me.txtconfirm.Name = "txtconfirm" + Me.txtconfirm.Size = New System.Drawing.Size(158, 20) + Me.txtconfirm.TabIndex = 6 + Me.txtconfirm.UseSystemPasswordChar = True + ' + 'loginform + ' + Me.AcceptButton = Me.btnok + Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(371, 217) + Me.Controls.Add(Me.pgcontents) + Me.Controls.Add(Me.pgbottom) + Me.Controls.Add(Me.pgleft) + Me.Controls.Add(Me.pgright) + Me.Controls.Add(Me.titlebar) + Me.DoubleBuffered = True + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None + Me.KeyPreview = True + Me.Name = "loginform" + Me.Text = "infobox" + Me.TopMost = True + Me.pgcontents.ResumeLayout(False) + Me.pnllogin.ResumeLayout(False) + Me.pnllogin.PerformLayout() + CType(Me.pboximage, System.ComponentModel.ISupportInitialize).EndInit() + Me.pgleft.ResumeLayout(False) + Me.pgright.ResumeLayout(False) + Me.titlebar.ResumeLayout(False) + Me.titlebar.PerformLayout() + CType(Me.pnlicon, System.ComponentModel.ISupportInitialize).EndInit() + Me.ResumeLayout(False) + + End Sub + Friend WithEvents pgcontents As System.Windows.Forms.Panel + Friend WithEvents pgleft As System.Windows.Forms.Panel + Friend WithEvents pgbottomlcorner As System.Windows.Forms.Panel + Friend WithEvents pgright As System.Windows.Forms.Panel + Friend WithEvents pgbottomrcorner As System.Windows.Forms.Panel + Friend WithEvents titlebar As System.Windows.Forms.Panel + Friend WithEvents lbtitletext As System.Windows.Forms.Label + Friend WithEvents pgtoplcorner As System.Windows.Forms.Panel + Friend WithEvents pgtoprcorner As System.Windows.Forms.Panel + Friend WithEvents pgbottom As System.Windows.Forms.Panel + Friend WithEvents btnok As System.Windows.Forms.Button + Friend WithEvents pboximage As System.Windows.Forms.PictureBox + Friend WithEvents pnlicon As System.Windows.Forms.PictureBox + Friend WithEvents pnllogin As System.Windows.Forms.Panel + Friend WithEvents lbmsgtext As System.Windows.Forms.Label + Friend WithEvents txtpassword As System.Windows.Forms.TextBox + Friend WithEvents txtusername As System.Windows.Forms.TextBox + Friend WithEvents Label3 As System.Windows.Forms.Label + Friend WithEvents Label2 As System.Windows.Forms.Label + Friend WithEvents Label1 As System.Windows.Forms.Label + Friend WithEvents txtconfirm As System.Windows.Forms.TextBox +End Class |
