<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
    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
        Me.ButtonDeviceSettings = New System.Windows.Forms.Button
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.Label1 = New System.Windows.Forms.Label
        Me.TextBoxAOM = New System.Windows.Forms.TextBox
        Me.Label2 = New System.Windows.Forms.Label
        Me.TextBoxNodeId = New System.Windows.Forms.TextBox
        Me.ButtonEnable = New System.Windows.Forms.Button
        Me.ButtonDisable = New System.Windows.Forms.Button
        Me.ButtonMove = New System.Windows.Forms.Button
        Me.ButtonHalt = New System.Windows.Forms.Button
        Me.ButtonExit = New System.Windows.Forms.Button
        Me.GroupBox2 = New System.Windows.Forms.GroupBox
        Me.TextBoxTargetPosition = New System.Windows.Forms.TextBox
        Me.Label3 = New System.Windows.Forms.Label
        Me.RadioButtonRelative = New System.Windows.Forms.RadioButton
        Me.RadioButtonAbsolute = New System.Windows.Forms.RadioButton
        Me.GroupBox3 = New System.Windows.Forms.GroupBox
        Me.TextBoxPositionStart = New System.Windows.Forms.TextBox
        Me.Label4 = New System.Windows.Forms.Label
        Me.TextBoxActualPosition = New System.Windows.Forms.TextBox
        Me.Label5 = New System.Windows.Forms.Label
        Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
        Me.GroupBox1.SuspendLayout()
        Me.GroupBox2.SuspendLayout()
        Me.GroupBox3.SuspendLayout()
        Me.SuspendLayout()
        '
        'ButtonDeviceSettings
        '
        Me.ButtonDeviceSettings.Location = New System.Drawing.Point(466, 33)
        Me.ButtonDeviceSettings.Name = "ButtonDeviceSettings"
        Me.ButtonDeviceSettings.Size = New System.Drawing.Size(137, 32)
        Me.ButtonDeviceSettings.TabIndex = 0
        Me.ButtonDeviceSettings.Text = "&Device Settings"
        Me.ButtonDeviceSettings.UseVisualStyleBackColor = True
        '
        'GroupBox1
        '
        Me.GroupBox1.Controls.Add(Me.TextBoxNodeId)
        Me.GroupBox1.Controls.Add(Me.Label2)
        Me.GroupBox1.Controls.Add(Me.TextBoxAOM)
        Me.GroupBox1.Controls.Add(Me.Label1)
        Me.GroupBox1.Location = New System.Drawing.Point(22, 33)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(322, 123)
        Me.GroupBox1.TabIndex = 1
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "Settings"
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(17, 42)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(119, 13)
        Me.Label1.TabIndex = 0
        Me.Label1.Text = "Active Operation Mode:"
        '
        'TextBoxAOM
        '
        Me.TextBoxAOM.Location = New System.Drawing.Point(142, 39)
        Me.TextBoxAOM.Name = "TextBoxAOM"
        Me.TextBoxAOM.ReadOnly = True
        Me.TextBoxAOM.Size = New System.Drawing.Size(159, 20)
        Me.TextBoxAOM.TabIndex = 2
        Me.TextBoxAOM.Text = "unknown"
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Location = New System.Drawing.Point(17, 87)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(48, 13)
        Me.Label2.TabIndex = 3
        Me.Label2.Text = "Node Id:"
        '
        'TextBoxNodeId
        '
        Me.TextBoxNodeId.Location = New System.Drawing.Point(142, 80)
        Me.TextBoxNodeId.Name = "TextBoxNodeId"
        Me.TextBoxNodeId.Size = New System.Drawing.Size(159, 20)
        Me.TextBoxNodeId.TabIndex = 4
        Me.TextBoxNodeId.Text = "1"
        '
        'ButtonEnable
        '
        Me.ButtonEnable.Enabled = False
        Me.ButtonEnable.Location = New System.Drawing.Point(466, 86)
        Me.ButtonEnable.Name = "ButtonEnable"
        Me.ButtonEnable.Size = New System.Drawing.Size(137, 32)
        Me.ButtonEnable.TabIndex = 2
        Me.ButtonEnable.Text = "&Enable"
        Me.ButtonEnable.UseVisualStyleBackColor = True
        '
        'ButtonDisable
        '
        Me.ButtonDisable.Enabled = False
        Me.ButtonDisable.Location = New System.Drawing.Point(466, 124)
        Me.ButtonDisable.Name = "ButtonDisable"
        Me.ButtonDisable.Size = New System.Drawing.Size(137, 32)
        Me.ButtonDisable.TabIndex = 3
        Me.ButtonDisable.Text = "Di&sable"
        Me.ButtonDisable.UseVisualStyleBackColor = True
        '
        'ButtonMove
        '
        Me.ButtonMove.Enabled = False
        Me.ButtonMove.Location = New System.Drawing.Point(466, 188)
        Me.ButtonMove.Name = "ButtonMove"
        Me.ButtonMove.Size = New System.Drawing.Size(137, 32)
        Me.ButtonMove.TabIndex = 4
        Me.ButtonMove.Text = "&Move"
        Me.ButtonMove.UseVisualStyleBackColor = True
        '
        'ButtonHalt
        '
        Me.ButtonHalt.Enabled = False
        Me.ButtonHalt.Location = New System.Drawing.Point(466, 226)
        Me.ButtonHalt.Name = "ButtonHalt"
        Me.ButtonHalt.Size = New System.Drawing.Size(137, 32)
        Me.ButtonHalt.TabIndex = 5
        Me.ButtonHalt.Text = "&Halt"
        Me.ButtonHalt.UseVisualStyleBackColor = True
        '
        'ButtonExit
        '
        Me.ButtonExit.Location = New System.Drawing.Point(477, 507)
        Me.ButtonExit.Name = "ButtonExit"
        Me.ButtonExit.Size = New System.Drawing.Size(137, 32)
        Me.ButtonExit.TabIndex = 6
        Me.ButtonExit.Text = "E&xit"
        Me.ButtonExit.UseVisualStyleBackColor = True
        '
        'GroupBox2
        '
        Me.GroupBox2.Controls.Add(Me.RadioButtonAbsolute)
        Me.GroupBox2.Controls.Add(Me.RadioButtonRelative)
        Me.GroupBox2.Controls.Add(Me.TextBoxTargetPosition)
        Me.GroupBox2.Controls.Add(Me.Label3)
        Me.GroupBox2.Location = New System.Drawing.Point(22, 188)
        Me.GroupBox2.Name = "GroupBox2"
        Me.GroupBox2.Size = New System.Drawing.Size(322, 129)
        Me.GroupBox2.TabIndex = 5
        Me.GroupBox2.TabStop = False
        Me.GroupBox2.Text = "Profile position mode"
        '
        'TextBoxTargetPosition
        '
        Me.TextBoxTargetPosition.Location = New System.Drawing.Point(142, 35)
        Me.TextBoxTargetPosition.Name = "TextBoxTargetPosition"
        Me.TextBoxTargetPosition.Size = New System.Drawing.Size(159, 20)
        Me.TextBoxTargetPosition.TabIndex = 4
        Me.TextBoxTargetPosition.Text = "2000"
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Location = New System.Drawing.Point(17, 38)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(80, 13)
        Me.Label3.TabIndex = 3
        Me.Label3.Text = "Target position:"
        '
        'RadioButtonRelative
        '
        Me.RadioButtonRelative.AutoSize = True
        Me.RadioButtonRelative.Checked = True
        Me.RadioButtonRelative.Location = New System.Drawing.Point(142, 71)
        Me.RadioButtonRelative.Name = "RadioButtonRelative"
        Me.RadioButtonRelative.Size = New System.Drawing.Size(64, 17)
        Me.RadioButtonRelative.TabIndex = 5
        Me.RadioButtonRelative.TabStop = True
        Me.RadioButtonRelative.Text = "Relative"
        Me.RadioButtonRelative.UseVisualStyleBackColor = True
        '
        'RadioButtonAbsolute
        '
        Me.RadioButtonAbsolute.AutoSize = True
        Me.RadioButtonAbsolute.Location = New System.Drawing.Point(142, 94)
        Me.RadioButtonAbsolute.Name = "RadioButtonAbsolute"
        Me.RadioButtonAbsolute.Size = New System.Drawing.Size(66, 17)
        Me.RadioButtonAbsolute.TabIndex = 6
        Me.RadioButtonAbsolute.Text = "Absolute"
        Me.RadioButtonAbsolute.UseVisualStyleBackColor = True
        '
        'GroupBox3
        '
        Me.GroupBox3.Controls.Add(Me.TextBoxActualPosition)
        Me.GroupBox3.Controls.Add(Me.Label5)
        Me.GroupBox3.Controls.Add(Me.TextBoxPositionStart)
        Me.GroupBox3.Controls.Add(Me.Label4)
        Me.GroupBox3.Location = New System.Drawing.Point(22, 343)
        Me.GroupBox3.Name = "GroupBox3"
        Me.GroupBox3.Size = New System.Drawing.Size(322, 129)
        Me.GroupBox3.TabIndex = 7
        Me.GroupBox3.TabStop = False
        Me.GroupBox3.Text = "Motion info"
        '
        'TextBoxPositionStart
        '
        Me.TextBoxPositionStart.Location = New System.Drawing.Point(142, 35)
        Me.TextBoxPositionStart.Name = "TextBoxPositionStart"
        Me.TextBoxPositionStart.ReadOnly = True
        Me.TextBoxPositionStart.Size = New System.Drawing.Size(159, 20)
        Me.TextBoxPositionStart.TabIndex = 4
        Me.TextBoxPositionStart.Text = "0"
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.Location = New System.Drawing.Point(17, 38)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(71, 13)
        Me.Label4.TabIndex = 3
        Me.Label4.Text = "Start position:"
        '
        'TextBoxActualPosition
        '
        Me.TextBoxActualPosition.Location = New System.Drawing.Point(142, 71)
        Me.TextBoxActualPosition.Name = "TextBoxActualPosition"
        Me.TextBoxActualPosition.ReadOnly = True
        Me.TextBoxActualPosition.Size = New System.Drawing.Size(159, 20)
        Me.TextBoxActualPosition.TabIndex = 6
        Me.TextBoxActualPosition.Text = "0"
        '
        'Label5
        '
        Me.Label5.AutoSize = True
        Me.Label5.Location = New System.Drawing.Point(17, 74)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(79, 13)
        Me.Label5.TabIndex = 5
        Me.Label5.Text = "Actual position:"
        '
        'Timer1
        '
        '
        'Form1
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(626, 551)
        Me.Controls.Add(Me.GroupBox3)
        Me.Controls.Add(Me.GroupBox2)
        Me.Controls.Add(Me.ButtonExit)
        Me.Controls.Add(Me.ButtonHalt)
        Me.Controls.Add(Me.ButtonMove)
        Me.Controls.Add(Me.ButtonDisable)
        Me.Controls.Add(Me.ButtonEnable)
        Me.Controls.Add(Me.GroupBox1)
        Me.Controls.Add(Me.ButtonDeviceSettings)
        Me.Name = "Form1"
        Me.Text = "Demo EposCmd.Net / .Net Framework 2.0 / VB.Net example"
        Me.GroupBox1.ResumeLayout(False)
        Me.GroupBox1.PerformLayout()
        Me.GroupBox2.ResumeLayout(False)
        Me.GroupBox2.PerformLayout()
        Me.GroupBox3.ResumeLayout(False)
        Me.GroupBox3.PerformLayout()
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents ButtonDeviceSettings As System.Windows.Forms.Button
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents TextBoxNodeId As System.Windows.Forms.TextBox
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents TextBoxAOM As System.Windows.Forms.TextBox
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents ButtonEnable As System.Windows.Forms.Button
    Friend WithEvents ButtonDisable As System.Windows.Forms.Button
    Friend WithEvents ButtonMove As System.Windows.Forms.Button
    Friend WithEvents ButtonHalt As System.Windows.Forms.Button
    Friend WithEvents ButtonExit As System.Windows.Forms.Button
    Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
    Friend WithEvents TextBoxTargetPosition As System.Windows.Forms.TextBox
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents RadioButtonAbsolute As System.Windows.Forms.RadioButton
    Friend WithEvents RadioButtonRelative As System.Windows.Forms.RadioButton
    Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
    Friend WithEvents TextBoxPositionStart As System.Windows.Forms.TextBox
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents TextBoxActualPosition As System.Windows.Forms.TextBox
    Friend WithEvents Label5 As System.Windows.Forms.Label
    Friend WithEvents Timer1 As System.Windows.Forms.Timer

End Class
