_ Partial Class PCBScanForm 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() Me.components = New System.ComponentModel.Container() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.dtNow = New System.Windows.Forms.DateTimePicker() Me.txtOperator = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.txtSerialno = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.txtStart = New System.Windows.Forms.TextBox() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.dtNow) Me.GroupBox1.Controls.Add(Me.txtOperator) Me.GroupBox1.Controls.Add(Me.Label5) Me.GroupBox1.Controls.Add(Me.Label4) Me.GroupBox1.Controls.Add(Me.txtSerialno) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Controls.Add(Me.txtStart) Me.GroupBox1.Font = New System.Drawing.Font("Calibri", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox1.Location = New System.Drawing.Point(3, 3) Me.GroupBox1.Margin = New System.Windows.Forms.Padding(7, 8, 7, 8) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Padding = New System.Windows.Forms.Padding(7, 8, 7, 8) Me.GroupBox1.Size = New System.Drawing.Size(666, 215) Me.GroupBox1.TabIndex = 0 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Information" ' 'dtNow ' Me.dtNow.CustomFormat = "MM/dd/yyyy hh:mm:ss" Me.dtNow.Enabled = False Me.dtNow.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.dtNow.Location = New System.Drawing.Point(196, 85) Me.dtNow.Margin = New System.Windows.Forms.Padding(7, 8, 7, 8) Me.dtNow.Name = "dtNow" Me.dtNow.Size = New System.Drawing.Size(447, 40) Me.dtNow.TabIndex = 27 ' 'txtOperator ' Me.txtOperator.Enabled = False Me.txtOperator.Location = New System.Drawing.Point(196, 141) Me.txtOperator.Margin = New System.Windows.Forms.Padding(7, 8, 7, 8) Me.txtOperator.Name = "txtOperator" Me.txtOperator.Size = New System.Drawing.Size(447, 40) Me.txtOperator.TabIndex = 25 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(120, 144) Me.Label5.Margin = New System.Windows.Forms.Padding(7, 0, 7, 0) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(72, 33) Me.Label5.TabIndex = 26 Me.Label5.Text = "User:" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(118, 88) Me.Label4.Margin = New System.Windows.Forms.Padding(7, 0, 7, 0) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(74, 33) Me.Label4.TabIndex = 24 Me.Label4.Text = "Date:" ' 'txtSerialno ' Me.txtSerialno.Enabled = False Me.txtSerialno.Location = New System.Drawing.Point(196, 29) Me.txtSerialno.Margin = New System.Windows.Forms.Padding(7, 8, 7, 8) Me.txtSerialno.Name = "txtSerialno" Me.txtSerialno.Size = New System.Drawing.Size(405, 40) Me.txtSerialno.TabIndex = 0 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(17, 32) Me.Label1.Margin = New System.Windows.Forms.Padding(7, 0, 7, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(176, 33) Me.Label1.TabIndex = 0 Me.Label1.Text = "Serial Number:" ' 'txtStart ' Me.txtStart.Location = New System.Drawing.Point(196, 29) Me.txtStart.Margin = New System.Windows.Forms.Padding(7, 8, 7, 8) Me.txtStart.Name = "txtStart" Me.txtStart.Size = New System.Drawing.Size(405, 40) Me.txtStart.TabIndex = 0 ' 'PCBScanForm ' Me.AutoScaleDimensions = New System.Drawing.SizeF(14.0!, 33.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(673, 225) Me.ControlBox = False Me.Controls.Add(Me.GroupBox1) Me.Font = New System.Drawing.Font("Calibri", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Margin = New System.Windows.Forms.Padding(7, 8, 7, 8) Me.Name = "PCBScanForm" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "PCB Serial Scan" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents txtSerialno As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents dtNow As System.Windows.Forms.DateTimePicker Friend WithEvents txtOperator As System.Windows.Forms.TextBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Timer1 As System.Windows.Forms.Timer Friend WithEvents txtStart As System.Windows.Forms.TextBox End Class