﻿<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
    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.BtnConnect = New System.Windows.Forms.Button()
        Me.BtnGetValue = New System.Windows.Forms.Button()
        Me.SuspendLayout()
        '
        'BtnConnect
        '
        Me.BtnConnect.Location = New System.Drawing.Point(30, 22)
        Me.BtnConnect.Name = "BtnConnect"
        Me.BtnConnect.Size = New System.Drawing.Size(218, 66)
        Me.BtnConnect.TabIndex = 0
        Me.BtnConnect.Text = "Connect"
        Me.BtnConnect.UseVisualStyleBackColor = True
        '
        'BtnGetValue
        '
        Me.BtnGetValue.Location = New System.Drawing.Point(30, 94)
        Me.BtnGetValue.Name = "BtnGetValue"
        Me.BtnGetValue.Size = New System.Drawing.Size(218, 66)
        Me.BtnGetValue.TabIndex = 1
        Me.BtnGetValue.Text = "Get value"
        Me.BtnGetValue.UseVisualStyleBackColor = True
        '
        'Form1
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(284, 197)
        Me.Controls.Add(Me.BtnGetValue)
        Me.Controls.Add(Me.BtnConnect)
        Me.Name = "Form1"
        Me.Text = "Form1"
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents BtnConnect As System.Windows.Forms.Button
    Friend WithEvents BtnGetValue As System.Windows.Forms.Button

End Class
