282 lines
11 KiB
VB.net
282 lines
11 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class SPThawing
|
|
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.Label1 = New System.Windows.Forms.Label()
|
|
Me.txtserial = New System.Windows.Forms.TextBox()
|
|
Me.txtpn = New System.Windows.Forms.TextBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.txtdesc = New System.Windows.Forms.TextBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.txtlot = New System.Windows.Forms.TextBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.txtdateregistered = New System.Windows.Forms.TextBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.txtregisteredby = New System.Windows.Forms.TextBox()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.txtstatus = New System.Windows.Forms.TextBox()
|
|
Me.txtmaker = New System.Windows.Forms.TextBox()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.btncancel = New System.Windows.Forms.Button()
|
|
Me.btnthaw = New System.Windows.Forms.Button()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(33, 42)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(79, 20)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "SERIAL:"
|
|
'
|
|
'txtserial
|
|
'
|
|
Me.txtserial.Location = New System.Drawing.Point(118, 42)
|
|
Me.txtserial.Name = "txtserial"
|
|
Me.txtserial.Size = New System.Drawing.Size(253, 20)
|
|
Me.txtserial.TabIndex = 1
|
|
'
|
|
'txtpn
|
|
'
|
|
Me.txtpn.BackColor = System.Drawing.SystemColors.Control
|
|
Me.txtpn.Enabled = False
|
|
Me.txtpn.Location = New System.Drawing.Point(133, 85)
|
|
Me.txtpn.Name = "txtpn"
|
|
Me.txtpn.Size = New System.Drawing.Size(217, 20)
|
|
Me.txtpn.TabIndex = 2
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(58, 88)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(69, 13)
|
|
Me.Label2.TabIndex = 3
|
|
Me.Label2.Text = "Part Number:"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(64, 114)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(63, 13)
|
|
Me.Label3.TabIndex = 5
|
|
Me.Label3.Text = "Description:"
|
|
'
|
|
'txtdesc
|
|
'
|
|
Me.txtdesc.BackColor = System.Drawing.SystemColors.Control
|
|
Me.txtdesc.Enabled = False
|
|
Me.txtdesc.Location = New System.Drawing.Point(133, 111)
|
|
Me.txtdesc.Name = "txtdesc"
|
|
Me.txtdesc.Size = New System.Drawing.Size(217, 20)
|
|
Me.txtdesc.TabIndex = 4
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(62, 166)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(65, 13)
|
|
Me.Label4.TabIndex = 7
|
|
Me.Label4.Text = "Lot Number:"
|
|
'
|
|
'txtlot
|
|
'
|
|
Me.txtlot.BackColor = System.Drawing.SystemColors.Control
|
|
Me.txtlot.Enabled = False
|
|
Me.txtlot.Location = New System.Drawing.Point(133, 163)
|
|
Me.txtlot.Name = "txtlot"
|
|
Me.txtlot.Size = New System.Drawing.Size(217, 20)
|
|
Me.txtlot.TabIndex = 6
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(40, 192)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(87, 13)
|
|
Me.Label5.TabIndex = 9
|
|
Me.Label5.Text = "Date Registered:"
|
|
'
|
|
'txtdateregistered
|
|
'
|
|
Me.txtdateregistered.BackColor = System.Drawing.SystemColors.Control
|
|
Me.txtdateregistered.Enabled = False
|
|
Me.txtdateregistered.Location = New System.Drawing.Point(133, 189)
|
|
Me.txtdateregistered.Name = "txtdateregistered"
|
|
Me.txtdateregistered.Size = New System.Drawing.Size(217, 20)
|
|
Me.txtdateregistered.TabIndex = 8
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(51, 218)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(76, 13)
|
|
Me.Label6.TabIndex = 11
|
|
Me.Label6.Text = "Registered By:"
|
|
'
|
|
'txtregisteredby
|
|
'
|
|
Me.txtregisteredby.BackColor = System.Drawing.SystemColors.Control
|
|
Me.txtregisteredby.Enabled = False
|
|
Me.txtregisteredby.Location = New System.Drawing.Point(133, 215)
|
|
Me.txtregisteredby.Name = "txtregisteredby"
|
|
Me.txtregisteredby.Size = New System.Drawing.Size(217, 20)
|
|
Me.txtregisteredby.TabIndex = 10
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label7.Location = New System.Drawing.Point(75, 9)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(297, 25)
|
|
Me.Label7.TabIndex = 12
|
|
Me.Label7.Text = "SOLDER PASTE THAWING"
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.Label9)
|
|
Me.GroupBox1.Controls.Add(Me.txtstatus)
|
|
Me.GroupBox1.Controls.Add(Me.txtmaker)
|
|
Me.GroupBox1.Controls.Add(Me.Label8)
|
|
Me.GroupBox1.Controls.Add(Me.btncancel)
|
|
Me.GroupBox1.Controls.Add(Me.btnthaw)
|
|
Me.GroupBox1.Controls.Add(Me.txtserial)
|
|
Me.GroupBox1.Controls.Add(Me.Label6)
|
|
Me.GroupBox1.Controls.Add(Me.Label1)
|
|
Me.GroupBox1.Controls.Add(Me.txtregisteredby)
|
|
Me.GroupBox1.Controls.Add(Me.txtpn)
|
|
Me.GroupBox1.Controls.Add(Me.Label5)
|
|
Me.GroupBox1.Controls.Add(Me.Label2)
|
|
Me.GroupBox1.Controls.Add(Me.txtdateregistered)
|
|
Me.GroupBox1.Controls.Add(Me.txtdesc)
|
|
Me.GroupBox1.Controls.Add(Me.Label4)
|
|
Me.GroupBox1.Controls.Add(Me.Label3)
|
|
Me.GroupBox1.Controls.Add(Me.txtlot)
|
|
Me.GroupBox1.Location = New System.Drawing.Point(12, 37)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(423, 344)
|
|
Me.GroupBox1.TabIndex = 13
|
|
Me.GroupBox1.TabStop = False
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Location = New System.Drawing.Point(87, 244)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(40, 13)
|
|
Me.Label9.TabIndex = 17
|
|
Me.Label9.Text = "Status:"
|
|
'
|
|
'txtstatus
|
|
'
|
|
Me.txtstatus.BackColor = System.Drawing.SystemColors.Control
|
|
Me.txtstatus.Enabled = False
|
|
Me.txtstatus.Location = New System.Drawing.Point(133, 241)
|
|
Me.txtstatus.Name = "txtstatus"
|
|
Me.txtstatus.Size = New System.Drawing.Size(217, 20)
|
|
Me.txtstatus.TabIndex = 16
|
|
'
|
|
'txtmaker
|
|
'
|
|
Me.txtmaker.BackColor = System.Drawing.SystemColors.Control
|
|
Me.txtmaker.Enabled = False
|
|
Me.txtmaker.Location = New System.Drawing.Point(133, 137)
|
|
Me.txtmaker.Name = "txtmaker"
|
|
Me.txtmaker.Size = New System.Drawing.Size(217, 20)
|
|
Me.txtmaker.TabIndex = 14
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Location = New System.Drawing.Point(87, 140)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(40, 13)
|
|
Me.Label8.TabIndex = 15
|
|
Me.Label8.Text = "Maker:"
|
|
'
|
|
'btncancel
|
|
'
|
|
Me.btncancel.Location = New System.Drawing.Point(168, 283)
|
|
Me.btncancel.Name = "btncancel"
|
|
Me.btncancel.Size = New System.Drawing.Size(75, 41)
|
|
Me.btncancel.TabIndex = 13
|
|
Me.btncancel.Text = "CANCEL"
|
|
Me.btncancel.UseVisualStyleBackColor = True
|
|
'
|
|
'btnthaw
|
|
'
|
|
Me.btnthaw.Location = New System.Drawing.Point(249, 283)
|
|
Me.btnthaw.Name = "btnthaw"
|
|
Me.btnthaw.Size = New System.Drawing.Size(75, 41)
|
|
Me.btnthaw.TabIndex = 12
|
|
Me.btnthaw.Text = "THAW"
|
|
Me.btnthaw.UseVisualStyleBackColor = True
|
|
'
|
|
'SPThawing
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(450, 402)
|
|
Me.Controls.Add(Me.Label7)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Name = "SPThawing"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "SPThawing"
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents txtserial As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtpn As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents txtdesc As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents txtlot As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents txtdateregistered As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents txtregisteredby As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents btncancel As System.Windows.Forms.Button
|
|
Friend WithEvents btnthaw As System.Windows.Forms.Button
|
|
Friend WithEvents txtmaker As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
Friend WithEvents Label9 As System.Windows.Forms.Label
|
|
Friend WithEvents txtstatus As System.Windows.Forms.TextBox
|
|
End Class
|