_ Partial Class mcSeqForm Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(mcSeqForm)) Me.basicInfo = New System.Windows.Forms.GroupBox() Me.cmbRev = New System.Windows.Forms.ComboBox() Me.Label2 = New System.Windows.Forms.Label() Me.cmbSeq = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.dg_mtSeq = New System.Windows.Forms.DataGridView() Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.ts_new = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.ts_edit = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.ts_delete = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() Me.ts_revert = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator() Me.ts_save = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator() Me.ts_find = New System.Windows.Forms.ToolStripButton() Me.verifyBox = New System.Windows.Forms.GroupBox() Me.btn_verify = New System.Windows.Forms.Button() Me.txtVerDate = New System.Windows.Forms.TextBox() Me.txtVerBy = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.cmbLine = New System.Windows.Forms.ComboBox() Me.Label7 = New System.Windows.Forms.Label() Me.cmbModel = New System.Windows.Forms.ComboBox() Me.Label5 = New System.Windows.Forms.Label() Me.cmbType = New System.Windows.Forms.ComboBox() Me.Label6 = New System.Windows.Forms.Label() Me.basicInfo.SuspendLayout() Me.GroupBox1.SuspendLayout() CType(Me.dg_mtSeq, System.ComponentModel.ISupportInitialize).BeginInit() Me.ToolStrip1.SuspendLayout() Me.verifyBox.SuspendLayout() Me.SuspendLayout() ' 'basicInfo ' Me.basicInfo.Controls.Add(Me.cmbType) Me.basicInfo.Controls.Add(Me.Label6) Me.basicInfo.Controls.Add(Me.cmbModel) Me.basicInfo.Controls.Add(Me.Label5) Me.basicInfo.Controls.Add(Me.cmbLine) Me.basicInfo.Controls.Add(Me.Label7) Me.basicInfo.Controls.Add(Me.cmbRev) Me.basicInfo.Controls.Add(Me.Label2) Me.basicInfo.Controls.Add(Me.cmbSeq) Me.basicInfo.Controls.Add(Me.Label1) Me.basicInfo.Location = New System.Drawing.Point(3, 25) Me.basicInfo.Name = "basicInfo" Me.basicInfo.Size = New System.Drawing.Size(462, 167) Me.basicInfo.TabIndex = 0 Me.basicInfo.TabStop = False Me.basicInfo.Text = "Basic Information" ' 'cmbRev ' Me.cmbRev.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbRev.FormattingEnabled = True Me.cmbRev.Location = New System.Drawing.Point(137, 130) Me.cmbRev.Name = "cmbRev" Me.cmbRev.Size = New System.Drawing.Size(145, 23) Me.cmbRev.TabIndex = 4 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(74, 133) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(57, 15) Me.Label2.TabIndex = 3 Me.Label2.Text = "Revision:" ' 'cmbSeq ' Me.cmbSeq.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbSeq.FormattingEnabled = True Me.cmbSeq.Location = New System.Drawing.Point(137, 19) Me.cmbSeq.Name = "cmbSeq" Me.cmbSeq.Size = New System.Drawing.Size(310, 23) Me.cmbSeq.TabIndex = 0 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(76, 25) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(54, 15) Me.Label1.TabIndex = 0 Me.Label1.Text = "Account:" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.dg_mtSeq) Me.GroupBox1.Location = New System.Drawing.Point(3, 198) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(994, 460) Me.GroupBox1.TabIndex = 1 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Mounting Sequence" ' 'dg_mtSeq ' Me.dg_mtSeq.AllowUserToAddRows = False Me.dg_mtSeq.AllowUserToDeleteRows = False Me.dg_mtSeq.AllowUserToResizeColumns = False Me.dg_mtSeq.AllowUserToResizeRows = False Me.dg_mtSeq.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dg_mtSeq.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter Me.dg_mtSeq.Location = New System.Drawing.Point(6, 16) Me.dg_mtSeq.Name = "dg_mtSeq" Me.dg_mtSeq.RowHeadersWidth = 20 Me.dg_mtSeq.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing Me.dg_mtSeq.RowTemplate.Height = 18 Me.dg_mtSeq.Size = New System.Drawing.Size(982, 481) Me.dg_mtSeq.TabIndex = 0 ' 'ToolStrip1 ' Me.ToolStrip1.Font = New System.Drawing.Font("Calibri", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ts_new, Me.ToolStripSeparator1, Me.ts_edit, Me.ToolStripSeparator2, Me.ts_delete, Me.ToolStripSeparator3, Me.ts_revert, Me.ToolStripSeparator5, Me.ts_save, Me.ToolStripSeparator4, Me.ts_find}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(1003, 25) Me.ToolStrip1.TabIndex = 4 ' 'ts_new ' Me.ts_new.Enabled = False Me.ts_new.Image = CType(resources.GetObject("ts_new.Image"), System.Drawing.Image) Me.ts_new.ImageTransparentColor = System.Drawing.Color.Magenta Me.ts_new.Name = "ts_new" Me.ts_new.Size = New System.Drawing.Size(48, 22) Me.ts_new.Text = "Add" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) ' 'ts_edit ' Me.ts_edit.Image = CType(resources.GetObject("ts_edit.Image"), System.Drawing.Image) Me.ts_edit.ImageTransparentColor = System.Drawing.Color.Magenta Me.ts_edit.Name = "ts_edit" Me.ts_edit.Size = New System.Drawing.Size(67, 22) Me.ts_edit.Text = "Update" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25) ' 'ts_delete ' Me.ts_delete.Image = CType(resources.GetObject("ts_delete.Image"), System.Drawing.Image) Me.ts_delete.ImageTransparentColor = System.Drawing.Color.Magenta Me.ts_delete.Name = "ts_delete" Me.ts_delete.Size = New System.Drawing.Size(64, 22) Me.ts_delete.Text = "Delete" ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 25) ' 'ts_revert ' Me.ts_revert.Enabled = False Me.ts_revert.Image = CType(resources.GetObject("ts_revert.Image"), System.Drawing.Image) Me.ts_revert.ImageTransparentColor = System.Drawing.Color.Magenta Me.ts_revert.Name = "ts_revert" Me.ts_revert.Size = New System.Drawing.Size(61, 22) Me.ts_revert.Text = "Revert" ' 'ToolStripSeparator5 ' Me.ToolStripSeparator5.Name = "ToolStripSeparator5" Me.ToolStripSeparator5.Size = New System.Drawing.Size(6, 25) ' 'ts_save ' Me.ts_save.Enabled = False Me.ts_save.Image = CType(resources.GetObject("ts_save.Image"), System.Drawing.Image) Me.ts_save.ImageTransparentColor = System.Drawing.Color.Magenta Me.ts_save.Name = "ts_save" Me.ts_save.Size = New System.Drawing.Size(81, 22) Me.ts_save.Text = "Save Data" ' 'ToolStripSeparator4 ' Me.ToolStripSeparator4.Name = "ToolStripSeparator4" Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 25) ' 'ts_find ' Me.ts_find.Image = CType(resources.GetObject("ts_find.Image"), System.Drawing.Image) Me.ts_find.ImageTransparentColor = System.Drawing.Color.Magenta Me.ts_find.Name = "ts_find" Me.ts_find.Size = New System.Drawing.Size(51, 22) Me.ts_find.Text = "Find" ' 'verifyBox ' Me.verifyBox.Controls.Add(Me.btn_verify) Me.verifyBox.Controls.Add(Me.txtVerDate) Me.verifyBox.Controls.Add(Me.txtVerBy) Me.verifyBox.Controls.Add(Me.Label4) Me.verifyBox.Controls.Add(Me.Label3) Me.verifyBox.Location = New System.Drawing.Point(469, 25) Me.verifyBox.Name = "verifyBox" Me.verifyBox.Size = New System.Drawing.Size(528, 91) Me.verifyBox.TabIndex = 5 Me.verifyBox.TabStop = False Me.verifyBox.Text = "Verify" ' 'btn_verify ' Me.btn_verify.Enabled = False Me.btn_verify.Location = New System.Drawing.Point(366, 22) Me.btn_verify.Name = "btn_verify" Me.btn_verify.Size = New System.Drawing.Size(156, 54) Me.btn_verify.TabIndex = 4 Me.btn_verify.Text = "Approve Sequence" Me.btn_verify.UseVisualStyleBackColor = True ' 'txtVerDate ' Me.txtVerDate.Enabled = False Me.txtVerDate.Location = New System.Drawing.Point(133, 54) Me.txtVerDate.Name = "txtVerDate" Me.txtVerDate.Size = New System.Drawing.Size(213, 23) Me.txtVerDate.TabIndex = 3 ' 'txtVerBy ' Me.txtVerBy.Enabled = False Me.txtVerBy.Location = New System.Drawing.Point(133, 25) Me.txtVerBy.Name = "txtVerBy" Me.txtVerBy.Size = New System.Drawing.Size(213, 23) Me.txtVerBy.TabIndex = 2 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(30, 59) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(100, 15) Me.Label4.TabIndex = 1 Me.Label4.Text = "Verification Date:" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(62, 30) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(67, 15) Me.Label3.TabIndex = 0 Me.Label3.Text = "Verified By:" ' 'cmbLine ' Me.cmbLine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbLine.FormattingEnabled = True Me.cmbLine.Location = New System.Drawing.Point(137, 45) Me.cmbLine.Name = "cmbLine" Me.cmbLine.Size = New System.Drawing.Size(116, 23) Me.cmbLine.TabIndex = 10 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(98, 48) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(32, 15) Me.Label7.TabIndex = 9 Me.Label7.Text = "Line:" ' 'cmbModel ' Me.cmbModel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbModel.FormattingEnabled = True Me.cmbModel.Location = New System.Drawing.Point(137, 72) Me.cmbModel.Name = "cmbModel" Me.cmbModel.Size = New System.Drawing.Size(204, 23) Me.cmbModel.TabIndex = 12 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(84, 75) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(45, 15) Me.Label5.TabIndex = 11 Me.Label5.Text = "Model:" ' 'cmbType ' Me.cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbType.FormattingEnabled = True Me.cmbType.Location = New System.Drawing.Point(137, 101) Me.cmbType.Name = "cmbType" Me.cmbType.Size = New System.Drawing.Size(145, 23) Me.cmbType.TabIndex = 14 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(93, 104) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(34, 15) Me.Label6.TabIndex = 13 Me.Label6.Text = "Type:" ' 'mcSeqForm ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1003, 666) Me.ControlBox = False Me.Controls.Add(Me.verifyBox) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.basicInfo) Me.Font = New System.Drawing.Font("Calibri", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Name = "mcSeqForm" Me.StartPosition = System.Windows.Forms.FormStartPosition.Manual Me.Text = "Machine Sequence Maitenance" Me.basicInfo.ResumeLayout(False) Me.basicInfo.PerformLayout() Me.GroupBox1.ResumeLayout(False) CType(Me.dg_mtSeq, System.ComponentModel.ISupportInitialize).EndInit() Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.verifyBox.ResumeLayout(False) Me.verifyBox.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents basicInfo As System.Windows.Forms.GroupBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents dg_mtSeq As System.Windows.Forms.DataGridView Friend WithEvents cmbSeq As System.Windows.Forms.ComboBox Friend WithEvents cmbRev As System.Windows.Forms.ComboBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents ts_new As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ts_edit As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ts_delete As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ts_revert As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripSeparator5 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ts_save As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripSeparator4 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ts_find As System.Windows.Forms.ToolStripButton Friend WithEvents verifyBox As System.Windows.Forms.GroupBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents txtVerDate As System.Windows.Forms.TextBox Friend WithEvents txtVerBy As System.Windows.Forms.TextBox Friend WithEvents btn_verify As System.Windows.Forms.Button Friend WithEvents cmbLine As System.Windows.Forms.ComboBox Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents cmbModel As System.Windows.Forms.ComboBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents cmbType As System.Windows.Forms.ComboBox Friend WithEvents Label6 As System.Windows.Forms.Label End Class