Toshiba_Kanban_Issuance/Mounting Sequence/Forms/fifoverify.Designer.vb

128 lines
6.0 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class fifoverify
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(fifoverify))
Me.txtPassword = New System.Windows.Forms.TextBox()
Me.txtUsername = New System.Windows.Forms.TextBox()
Me.PasswordLabel = New System.Windows.Forms.Label()
Me.UsernameLabel = New System.Windows.Forms.Label()
Me.btn_ok = New System.Windows.Forms.Button()
Me.auth = New System.Windows.Forms.Label()
Me.SuspendLayout()
'
'txtPassword
'
Me.txtPassword.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtPassword.ForeColor = System.Drawing.Color.Red
Me.txtPassword.Location = New System.Drawing.Point(56, 119)
Me.txtPassword.Name = "txtPassword"
Me.txtPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.txtPassword.Size = New System.Drawing.Size(175, 27)
Me.txtPassword.TabIndex = 17
'
'txtUsername
'
Me.txtUsername.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtUsername.ForeColor = System.Drawing.Color.Red
Me.txtUsername.Location = New System.Drawing.Point(56, 62)
Me.txtUsername.Name = "txtUsername"
Me.txtUsername.Size = New System.Drawing.Size(175, 27)
Me.txtUsername.TabIndex = 15
'
'PasswordLabel
'
Me.PasswordLabel.Font = New System.Drawing.Font("Calibri", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.PasswordLabel.Location = New System.Drawing.Point(54, 99)
Me.PasswordLabel.Name = "PasswordLabel"
Me.PasswordLabel.Size = New System.Drawing.Size(177, 23)
Me.PasswordLabel.TabIndex = 16
Me.PasswordLabel.Text = "&Password"
Me.PasswordLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'UsernameLabel
'
Me.UsernameLabel.Font = New System.Drawing.Font("Calibri", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.UsernameLabel.Location = New System.Drawing.Point(54, 42)
Me.UsernameLabel.Name = "UsernameLabel"
Me.UsernameLabel.Size = New System.Drawing.Size(177, 23)
Me.UsernameLabel.TabIndex = 14
Me.UsernameLabel.Text = "&User name"
Me.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'btn_ok
'
Me.btn_ok.BackColor = System.Drawing.Color.Transparent
Me.btn_ok.BackgroundImage = CType(resources.GetObject("btn_ok.BackgroundImage"), System.Drawing.Image)
Me.btn_ok.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.btn_ok.FlatAppearance.BorderSize = 0
Me.btn_ok.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btn_ok.Font = New System.Drawing.Font("Calibri", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btn_ok.ForeColor = System.Drawing.Color.White
Me.btn_ok.Image = CType(resources.GetObject("btn_ok.Image"), System.Drawing.Image)
Me.btn_ok.Location = New System.Drawing.Point(88, 191)
Me.btn_ok.Margin = New System.Windows.Forms.Padding(0)
Me.btn_ok.Name = "btn_ok"
Me.btn_ok.Size = New System.Drawing.Size(115, 36)
Me.btn_ok.TabIndex = 18
Me.btn_ok.Text = "&Proceed"
Me.btn_ok.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btn_ok.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.btn_ok.UseVisualStyleBackColor = True
'
'auth
'
Me.auth.AutoSize = True
Me.auth.Location = New System.Drawing.Point(95, 165)
Me.auth.Name = "auth"
Me.auth.Size = New System.Drawing.Size(39, 13)
Me.auth.TabIndex = 19
Me.auth.Text = "Label1"
Me.auth.Visible = False
'
'fifoverify
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(284, 262)
Me.Controls.Add(Me.auth)
Me.Controls.Add(Me.btn_ok)
Me.Controls.Add(Me.txtPassword)
Me.Controls.Add(Me.txtUsername)
Me.Controls.Add(Me.PasswordLabel)
Me.Controls.Add(Me.UsernameLabel)
Me.Name = "fifoverify"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "fifoverify"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents txtPassword As System.Windows.Forms.TextBox
Friend WithEvents txtUsername As System.Windows.Forms.TextBox
Friend WithEvents PasswordLabel As System.Windows.Forms.Label
Friend WithEvents UsernameLabel As System.Windows.Forms.Label
Friend WithEvents btn_ok As System.Windows.Forms.Button
Friend WithEvents auth As System.Windows.Forms.Label
End Class