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

120 lines
5.5 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class failverification
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.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(failverification))
Me.txtPassword = New System.Windows.Forms.TextBox()
Me.PasswordLabel = New System.Windows.Forms.Label()
Me.btn_ok = New System.Windows.Forms.Button()
Me.auth = New System.Windows.Forms.Label()
Me.SerialPort1 = New System.IO.Ports.SerialPort(Me.components)
Me.ComportLabel = 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, 91)
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
'
'PasswordLabel
'
Me.PasswordLabel.Font = New System.Drawing.Font("Calibri", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.PasswordLabel.Location = New System.Drawing.Point(78, 54)
Me.PasswordLabel.Name = "PasswordLabel"
Me.PasswordLabel.Size = New System.Drawing.Size(153, 34)
Me.PasswordLabel.TabIndex = 16
Me.PasswordLabel.Text = "&Password"
Me.PasswordLabel.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(84, 161)
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(91, 135)
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
'
'ComportLabel
'
Me.ComportLabel.AutoSize = True
Me.ComportLabel.Location = New System.Drawing.Point(1, 245)
Me.ComportLabel.Name = "ComportLabel"
Me.ComportLabel.Size = New System.Drawing.Size(39, 13)
Me.ComportLabel.TabIndex = 21
Me.ComportLabel.Text = "Label1"
Me.ComportLabel.Visible = False
'
'failverification
'
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.ComportLabel)
Me.Controls.Add(Me.auth)
Me.Controls.Add(Me.btn_ok)
Me.Controls.Add(Me.txtPassword)
Me.Controls.Add(Me.PasswordLabel)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Name = "failverification"
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 PasswordLabel As System.Windows.Forms.Label
Friend WithEvents btn_ok As System.Windows.Forms.Button
Friend WithEvents auth As System.Windows.Forms.Label
Friend WithEvents SerialPort1 As System.IO.Ports.SerialPort
Friend WithEvents ComportLabel As System.Windows.Forms.Label
End Class