_ Partial Class Form1 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.Button1 = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.Button2 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.cmbSheet = New System.Windows.Forms.ComboBox() Me.Label2 = New System.Windows.Forms.Label() Me.Button4 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.Button7 = New System.Windows.Forms.Button() Me.Button8 = New System.Windows.Forms.Button() Me.btnNextBunk = New System.Windows.Forms.Button() Me.txtCurrBunk = New System.Windows.Forms.TextBox() Me.lblNextBunk = New System.Windows.Forms.Label() Me.SuspendLayout() ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(86, 360) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(75, 23) Me.Button1.TabIndex = 0 Me.Button1.Text = "Button1" Me.Button1.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(262, 370) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(39, 13) Me.Label1.TabIndex = 1 Me.Label1.Text = "Label1" ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(64, 36) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(75, 23) Me.Button2.TabIndex = 2 Me.Button2.Text = "Load BUNK" Me.Button2.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(64, 165) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(75, 23) Me.Button3.TabIndex = 3 Me.Button3.Text = "Start Paint" Me.Button3.UseVisualStyleBackColor = True ' 'cmbSheet ' Me.cmbSheet.FormattingEnabled = True Me.cmbSheet.Location = New System.Drawing.Point(423, 38) Me.cmbSheet.Name = "cmbSheet" Me.cmbSheet.Size = New System.Drawing.Size(121, 21) Me.cmbSheet.TabIndex = 4 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(337, 45) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(69, 13) Me.Label2.TabIndex = 5 Me.Label2.Text = "current sheet" ' 'Button4 ' Me.Button4.Location = New System.Drawing.Point(294, 165) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(75, 23) Me.Button4.TabIndex = 6 Me.Button4.Text = "End Paint" Me.Button4.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Location = New System.Drawing.Point(64, 209) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(75, 23) Me.Button5.TabIndex = 7 Me.Button5.Text = "Start Cut" Me.Button5.UseVisualStyleBackColor = True ' 'Button6 ' Me.Button6.Location = New System.Drawing.Point(294, 209) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(75, 23) Me.Button6.TabIndex = 8 Me.Button6.Text = "End Cut" Me.Button6.UseVisualStyleBackColor = True ' 'Button7 ' Me.Button7.Location = New System.Drawing.Point(64, 251) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(75, 23) Me.Button7.TabIndex = 9 Me.Button7.Text = "Start Unload" Me.Button7.UseVisualStyleBackColor = True ' 'Button8 ' Me.Button8.Location = New System.Drawing.Point(294, 251) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(75, 23) Me.Button8.TabIndex = 10 Me.Button8.Text = "End Unload" Me.Button8.UseVisualStyleBackColor = True ' 'btnNextBunk ' Me.btnNextBunk.Location = New System.Drawing.Point(64, 86) Me.btnNextBunk.Name = "btnNextBunk" Me.btnNextBunk.Size = New System.Drawing.Size(75, 23) Me.btnNextBunk.TabIndex = 11 Me.btnNextBunk.Text = "Next BUNK" Me.btnNextBunk.UseVisualStyleBackColor = True Me.btnNextBunk.Visible = False ' 'txtCurrBunk ' Me.txtCurrBunk.Location = New System.Drawing.Point(159, 37) Me.txtCurrBunk.Name = "txtCurrBunk" Me.txtCurrBunk.Size = New System.Drawing.Size(100, 20) Me.txtCurrBunk.TabIndex = 12 ' 'lblNextBunk ' Me.lblNextBunk.AutoSize = True Me.lblNextBunk.Location = New System.Drawing.Point(159, 95) Me.lblNextBunk.Name = "lblNextBunk" Me.lblNextBunk.Size = New System.Drawing.Size(16, 13) Me.lblNextBunk.TabIndex = 13 Me.lblNextBunk.Text = "---" Me.lblNextBunk.Visible = False ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(800, 450) Me.Controls.Add(Me.lblNextBunk) Me.Controls.Add(Me.txtCurrBunk) Me.Controls.Add(Me.btnNextBunk) Me.Controls.Add(Me.Button8) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.cmbSheet) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Button1) Me.Name = "Form1" Me.Text = "Form1" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Button1 As Button Friend WithEvents Label1 As Label Friend WithEvents Button2 As Button Friend WithEvents Button3 As Button Friend WithEvents cmbSheet As ComboBox Friend WithEvents Label2 As Label Friend WithEvents Button4 As Button Friend WithEvents Button5 As Button Friend WithEvents Button6 As Button Friend WithEvents Button7 As Button Friend WithEvents Button8 As Button Friend WithEvents btnNextBunk As Button Friend WithEvents txtCurrBunk As TextBox Friend WithEvents lblNextBunk As Label End Class