﻿<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmSample
    Inherits System.Windows.Forms.Form

    'フォームがコンポーネントの一覧をクリーンアップするために dispose をオーバーライドします。
    <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

    'Windows フォーム デザイナで必要です。
    Private components As System.ComponentModel.IContainer

    'メモ: 以下のプロシージャは Windows フォーム デザイナで必要です。
    'Windows フォーム デザイナを使用して変更できます。  
    'コード エディタを使って変更しないでください。
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container
        Me.Label2 = New System.Windows.Forms.Label
        Me.cmdDisconnect = New System.Windows.Forms.Button
        Me.cmdConnect = New System.Windows.Forms.Button
        Me.timRefresh = New System.Windows.Forms.Timer(Me.components)
        Me.txtID = New System.Windows.Forms.TextBox
        Me.Label1 = New System.Windows.Forms.Label
        Me.rdoCanny = New System.Windows.Forms.RadioButton
        Me.rdoThreshold = New System.Windows.Forms.RadioButton
        Me.rdoGray = New System.Windows.Forms.RadioButton
        Me.rdoLive = New System.Windows.Forms.RadioButton
        Me.picImage = New System.Windows.Forms.PictureBox
        CType(Me.picImage, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'Label2
        '
        Me.Label2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.Label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.Label2.Location = New System.Drawing.Point(7, 40)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(245, 1)
        Me.Label2.TabIndex = 29
        '
        'cmdDisconnect
        '
        Me.cmdDisconnect.Enabled = False
        Me.cmdDisconnect.Location = New System.Drawing.Point(182, 12)
        Me.cmdDisconnect.Name = "cmdDisconnect"
        Me.cmdDisconnect.Size = New System.Drawing.Size(76, 19)
        Me.cmdDisconnect.TabIndex = 28
        Me.cmdDisconnect.Text = "Disconnect"
        Me.cmdDisconnect.UseVisualStyleBackColor = True
        '
        'cmdConnect
        '
        Me.cmdConnect.Location = New System.Drawing.Point(100, 12)
        Me.cmdConnect.Name = "cmdConnect"
        Me.cmdConnect.Size = New System.Drawing.Size(76, 19)
        Me.cmdConnect.TabIndex = 27
        Me.cmdConnect.Text = "Connect"
        Me.cmdConnect.UseVisualStyleBackColor = True
        '
        'timRefresh
        '
        '
        'txtID
        '
        Me.txtID.Location = New System.Drawing.Point(33, 12)
        Me.txtID.Name = "txtID"
        Me.txtID.Size = New System.Drawing.Size(46, 19)
        Me.txtID.TabIndex = 26
        Me.txtID.Text = "1"
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(9, 15)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(18, 12)
        Me.Label1.TabIndex = 25
        Me.Label1.Text = "ID:"
        '
        'rdoCanny
        '
        Me.rdoCanny.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.rdoCanny.Appearance = System.Windows.Forms.Appearance.Button
        Me.rdoCanny.AutoSize = True
        Me.rdoCanny.Location = New System.Drawing.Point(189, 138)
        Me.rdoCanny.MinimumSize = New System.Drawing.Size(65, 22)
        Me.rdoCanny.Name = "rdoCanny"
        Me.rdoCanny.Size = New System.Drawing.Size(65, 22)
        Me.rdoCanny.TabIndex = 24
        Me.rdoCanny.Text = "Canny"
        Me.rdoCanny.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        Me.rdoCanny.UseVisualStyleBackColor = True
        '
        'rdoThreshold
        '
        Me.rdoThreshold.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.rdoThreshold.Appearance = System.Windows.Forms.Appearance.Button
        Me.rdoThreshold.AutoSize = True
        Me.rdoThreshold.Location = New System.Drawing.Point(189, 110)
        Me.rdoThreshold.MinimumSize = New System.Drawing.Size(65, 22)
        Me.rdoThreshold.Name = "rdoThreshold"
        Me.rdoThreshold.Size = New System.Drawing.Size(65, 22)
        Me.rdoThreshold.TabIndex = 23
        Me.rdoThreshold.Text = "Threshold"
        Me.rdoThreshold.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        Me.rdoThreshold.UseVisualStyleBackColor = True
        '
        'rdoGray
        '
        Me.rdoGray.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.rdoGray.Appearance = System.Windows.Forms.Appearance.Button
        Me.rdoGray.AutoSize = True
        Me.rdoGray.Location = New System.Drawing.Point(189, 81)
        Me.rdoGray.MinimumSize = New System.Drawing.Size(65, 22)
        Me.rdoGray.Name = "rdoGray"
        Me.rdoGray.Size = New System.Drawing.Size(65, 22)
        Me.rdoGray.TabIndex = 22
        Me.rdoGray.Text = "Gray"
        Me.rdoGray.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        Me.rdoGray.UseVisualStyleBackColor = True
        '
        'rdoLive
        '
        Me.rdoLive.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.rdoLive.Appearance = System.Windows.Forms.Appearance.Button
        Me.rdoLive.AutoSize = True
        Me.rdoLive.Checked = True
        Me.rdoLive.Location = New System.Drawing.Point(189, 53)
        Me.rdoLive.MinimumSize = New System.Drawing.Size(65, 22)
        Me.rdoLive.Name = "rdoLive"
        Me.rdoLive.Size = New System.Drawing.Size(65, 22)
        Me.rdoLive.TabIndex = 21
        Me.rdoLive.TabStop = True
        Me.rdoLive.Text = "Live"
        Me.rdoLive.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        Me.rdoLive.UseVisualStyleBackColor = True
        '
        'picImage
        '
        Me.picImage.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
                    Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.picImage.Location = New System.Drawing.Point(11, 53)
        Me.picImage.Name = "picImage"
        Me.picImage.Size = New System.Drawing.Size(172, 165)
        Me.picImage.TabIndex = 20
        Me.picImage.TabStop = False
        '
        'frmSample
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(265, 230)
        Me.Controls.Add(Me.Label2)
        Me.Controls.Add(Me.cmdDisconnect)
        Me.Controls.Add(Me.cmdConnect)
        Me.Controls.Add(Me.txtID)
        Me.Controls.Add(Me.Label1)
        Me.Controls.Add(Me.rdoCanny)
        Me.Controls.Add(Me.rdoThreshold)
        Me.Controls.Add(Me.rdoGray)
        Me.Controls.Add(Me.rdoLive)
        Me.Controls.Add(Me.picImage)
        Me.Name = "frmSample"
        Me.Text = "Sample1"
        CType(Me.picImage, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents cmdDisconnect As System.Windows.Forms.Button
    Friend WithEvents cmdConnect As System.Windows.Forms.Button
    Friend WithEvents timRefresh As System.Windows.Forms.Timer
    Friend WithEvents txtID As System.Windows.Forms.TextBox
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents rdoCanny As System.Windows.Forms.RadioButton
    Friend WithEvents rdoThreshold As System.Windows.Forms.RadioButton
    Friend WithEvents rdoGray As System.Windows.Forms.RadioButton
    Friend WithEvents rdoLive As System.Windows.Forms.RadioButton
    Friend WithEvents picImage As System.Windows.Forms.PictureBox

End Class
