266 lines
14 KiB
VB.net
266 lines
14 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class sequential
|
|
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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Me.dgPN = New System.Windows.Forms.DataGridView()
|
|
Me.IonicsPN = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.MaterialID = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.Sequence = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.ComTextBox = New System.Windows.Forms.TextBox()
|
|
Me.btnReload = New System.Windows.Forms.Button()
|
|
Me.cmbLine = New System.Windows.Forms.ComboBox()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.lblrev = New System.Windows.Forms.Label()
|
|
Me.getSeq = New System.Windows.Forms.Label()
|
|
Me.txtDID = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.btnComplete = New System.Windows.Forms.Button()
|
|
Me.SerialPort1 = New System.IO.Ports.SerialPort(Me.components)
|
|
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
|
|
CType(Me.dgPN, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.GroupBox2.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'dgPN
|
|
'
|
|
DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
|
|
DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
|
|
DataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.DodgerBlue
|
|
DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
Me.dgPN.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
|
|
Me.dgPN.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgPN.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.IonicsPN, Me.MaterialID, Me.Sequence})
|
|
DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
|
|
DataGridViewCellStyle2.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
|
|
DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
|
Me.dgPN.DefaultCellStyle = DataGridViewCellStyle2
|
|
Me.dgPN.Location = New System.Drawing.Point(34, 225)
|
|
Me.dgPN.Name = "dgPN"
|
|
DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control
|
|
DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
|
|
DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
Me.dgPN.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
|
|
Me.dgPN.Size = New System.Drawing.Size(943, 410)
|
|
Me.dgPN.TabIndex = 0
|
|
'
|
|
'IonicsPN
|
|
'
|
|
Me.IonicsPN.HeaderText = "Sequence Partnumber"
|
|
Me.IonicsPN.Name = "IonicsPN"
|
|
Me.IonicsPN.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
|
|
Me.IonicsPN.Width = 350
|
|
'
|
|
'MaterialID
|
|
'
|
|
Me.MaterialID.HeaderText = "MaterialID"
|
|
Me.MaterialID.Name = "MaterialID"
|
|
Me.MaterialID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
|
|
Me.MaterialID.Width = 350
|
|
'
|
|
'Sequence
|
|
'
|
|
Me.Sequence.HeaderText = "Flowsequence"
|
|
Me.Sequence.Name = "Sequence"
|
|
Me.Sequence.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
|
|
Me.Sequence.Width = 200
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.ComTextBox)
|
|
Me.GroupBox1.Controls.Add(Me.btnReload)
|
|
Me.GroupBox1.Controls.Add(Me.cmbLine)
|
|
Me.GroupBox1.Controls.Add(Me.Label10)
|
|
Me.GroupBox1.Controls.Add(Me.lblrev)
|
|
Me.GroupBox1.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.GroupBox1.Location = New System.Drawing.Point(24, 12)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(957, 109)
|
|
Me.GroupBox1.TabIndex = 1
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Sequential Scanning"
|
|
'
|
|
'ComTextBox
|
|
'
|
|
Me.ComTextBox.Enabled = False
|
|
Me.ComTextBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.ComTextBox.Location = New System.Drawing.Point(523, 59)
|
|
Me.ComTextBox.Name = "ComTextBox"
|
|
Me.ComTextBox.Size = New System.Drawing.Size(92, 31)
|
|
Me.ComTextBox.TabIndex = 36
|
|
'
|
|
'btnReload
|
|
'
|
|
Me.btnReload.BackColor = System.Drawing.Color.Olive
|
|
Me.btnReload.Font = New System.Drawing.Font("Calibri", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnReload.ForeColor = System.Drawing.SystemColors.ControlLightLight
|
|
Me.btnReload.Location = New System.Drawing.Point(714, 52)
|
|
Me.btnReload.Name = "btnReload"
|
|
Me.btnReload.Size = New System.Drawing.Size(228, 40)
|
|
Me.btnReload.TabIndex = 28
|
|
Me.btnReload.Text = "Conversion Mode"
|
|
Me.btnReload.UseVisualStyleBackColor = False
|
|
'
|
|
'cmbLine
|
|
'
|
|
Me.cmbLine.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cmbLine.FormattingEnabled = True
|
|
Me.cmbLine.Items.AddRange(New Object() {"2", "3", "4", "5", "6", "7", "8", "9"})
|
|
Me.cmbLine.Location = New System.Drawing.Point(103, 58)
|
|
Me.cmbLine.Name = "cmbLine"
|
|
Me.cmbLine.Size = New System.Drawing.Size(105, 34)
|
|
Me.cmbLine.TabIndex = 27
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.AutoSize = True
|
|
Me.Label10.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label10.Location = New System.Drawing.Point(24, 62)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(53, 26)
|
|
Me.Label10.TabIndex = 26
|
|
Me.Label10.Text = "Line:"
|
|
'
|
|
'lblrev
|
|
'
|
|
Me.lblrev.AutoSize = True
|
|
Me.lblrev.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblrev.Location = New System.Drawing.Point(248, 62)
|
|
Me.lblrev.Name = "lblrev"
|
|
Me.lblrev.Size = New System.Drawing.Size(88, 26)
|
|
Me.lblrev.TabIndex = 16
|
|
Me.lblrev.Text = "Revision:"
|
|
'
|
|
'getSeq
|
|
'
|
|
Me.getSeq.AutoSize = True
|
|
Me.getSeq.Location = New System.Drawing.Point(545, 49)
|
|
Me.getSeq.Name = "getSeq"
|
|
Me.getSeq.Size = New System.Drawing.Size(70, 26)
|
|
Me.getSeq.TabIndex = 34
|
|
Me.getSeq.Text = "getSeq"
|
|
Me.getSeq.Visible = False
|
|
'
|
|
'txtDID
|
|
'
|
|
Me.txtDID.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtDID.Location = New System.Drawing.Point(126, 44)
|
|
Me.txtDID.Name = "txtDID"
|
|
Me.txtDID.Size = New System.Drawing.Size(236, 31)
|
|
Me.txtDID.TabIndex = 30
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(29, 38)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(84, 37)
|
|
Me.Label1.TabIndex = 31
|
|
Me.Label1.Text = "DID:"
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.btnComplete)
|
|
Me.GroupBox2.Controls.Add(Me.getSeq)
|
|
Me.GroupBox2.Controls.Add(Me.Label1)
|
|
Me.GroupBox2.Controls.Add(Me.txtDID)
|
|
Me.GroupBox2.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.GroupBox2.Location = New System.Drawing.Point(24, 127)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(957, 92)
|
|
Me.GroupBox2.TabIndex = 32
|
|
Me.GroupBox2.TabStop = False
|
|
Me.GroupBox2.Text = "MATERIAL ID"
|
|
'
|
|
'btnComplete
|
|
'
|
|
Me.btnComplete.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.btnComplete.Font = New System.Drawing.Font("Calibri", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnComplete.Location = New System.Drawing.Point(833, 21)
|
|
Me.btnComplete.Name = "btnComplete"
|
|
Me.btnComplete.Size = New System.Drawing.Size(109, 54)
|
|
Me.btnComplete.TabIndex = 35
|
|
Me.btnComplete.Text = "Check if Complete"
|
|
Me.btnComplete.UseVisualStyleBackColor = False
|
|
'
|
|
'Timer1
|
|
'
|
|
'
|
|
'sequential
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.Coral
|
|
Me.ClientSize = New System.Drawing.Size(1005, 647)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Controls.Add(Me.dgPN)
|
|
Me.Controls.Add(Me.GroupBox2)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
|
Me.Name = "sequential"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "sequential"
|
|
CType(Me.dgPN, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.GroupBox2.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents dgPN As System.Windows.Forms.DataGridView
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents cmbLine As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Label10 As System.Windows.Forms.Label
|
|
Friend WithEvents lblrev As System.Windows.Forms.Label
|
|
Friend WithEvents txtDID As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents getSeq As System.Windows.Forms.Label
|
|
Friend WithEvents SerialPort1 As System.IO.Ports.SerialPort
|
|
Friend WithEvents Timer1 As System.Windows.Forms.Timer
|
|
Friend WithEvents IonicsPN As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents MaterialID As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents Sequence As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents btnReload As System.Windows.Forms.Button
|
|
Friend WithEvents btnComplete As System.Windows.Forms.Button
|
|
Friend WithEvents ComTextBox As System.Windows.Forms.TextBox
|
|
End Class
|