﻿<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.components = New System.ComponentModel.Container
        Me.cmdLED1 = New System.Windows.Forms.Button
        Me.cmdLED2 = New System.Windows.Forms.Button
        Me.cmdHeater = New System.Windows.Forms.Button
        Me.labTemperature = New System.Windows.Forms.Label
        Me.txtTemperature = New System.Windows.Forms.TextBox
        Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
        Me.cmdMeasure = New System.Windows.Forms.Button
        Me.txtHumidity = New System.Windows.Forms.TextBox
        Me.labHumidity = New System.Windows.Forms.Label
        Me.txtNum = New System.Windows.Forms.TextBox
        Me.cmdConnect = New System.Windows.Forms.Button
        Me.cmdDisconnect = New System.Windows.Forms.Button
        Me.SuspendLayout()
        '
        'cmdLED1
        '
        Me.cmdLED1.Location = New System.Drawing.Point(10, 211)
        Me.cmdLED1.Name = "cmdLED1"
        Me.cmdLED1.Size = New System.Drawing.Size(80, 40)
        Me.cmdLED1.TabIndex = 0
        Me.cmdLED1.Text = "LED1"
        Me.cmdLED1.UseVisualStyleBackColor = True
        '
        'cmdLED2
        '
        Me.cmdLED2.Location = New System.Drawing.Point(104, 211)
        Me.cmdLED2.Name = "cmdLED2"
        Me.cmdLED2.Size = New System.Drawing.Size(80, 40)
        Me.cmdLED2.TabIndex = 1
        Me.cmdLED2.Text = "LED2"
        Me.cmdLED2.UseVisualStyleBackColor = True
        '
        'cmdHeater
        '
        Me.cmdHeater.Location = New System.Drawing.Point(192, 211)
        Me.cmdHeater.Name = "cmdHeater"
        Me.cmdHeater.Size = New System.Drawing.Size(80, 40)
        Me.cmdHeater.TabIndex = 2
        Me.cmdHeater.Text = "Heater"
        Me.cmdHeater.UseVisualStyleBackColor = True
        '
        'labTemperature
        '
        Me.labTemperature.AutoSize = True
        Me.labTemperature.Font = New System.Drawing.Font("MS UI Gothic", 13.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(128, Byte))
        Me.labTemperature.Location = New System.Drawing.Point(12, 79)
        Me.labTemperature.Name = "labTemperature"
        Me.labTemperature.Size = New System.Drawing.Size(104, 18)
        Me.labTemperature.TabIndex = 3
        Me.labTemperature.Text = "Temperature"
        '
        'txtTemperature
        '
        Me.txtTemperature.Font = New System.Drawing.Font("MS UI Gothic", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(128, Byte))
        Me.txtTemperature.Location = New System.Drawing.Point(10, 110)
        Me.txtTemperature.Name = "txtTemperature"
        Me.txtTemperature.Size = New System.Drawing.Size(120, 27)
        Me.txtTemperature.TabIndex = 4
        '
        'Timer1
        '
        Me.Timer1.Interval = 500
        '
        'cmdMeasure
        '
        Me.cmdMeasure.Location = New System.Drawing.Point(10, 156)
        Me.cmdMeasure.Name = "cmdMeasure"
        Me.cmdMeasure.Size = New System.Drawing.Size(80, 40)
        Me.cmdMeasure.TabIndex = 5
        Me.cmdMeasure.Text = "Start"
        Me.cmdMeasure.UseVisualStyleBackColor = True
        '
        'txtHumidity
        '
        Me.txtHumidity.Font = New System.Drawing.Font("MS UI Gothic", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(128, Byte))
        Me.txtHumidity.Location = New System.Drawing.Point(147, 110)
        Me.txtHumidity.Name = "txtHumidity"
        Me.txtHumidity.Size = New System.Drawing.Size(120, 27)
        Me.txtHumidity.TabIndex = 6
        '
        'labHumidity
        '
        Me.labHumidity.AutoSize = True
        Me.labHumidity.Font = New System.Drawing.Font("MS UI Gothic", 13.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(128, Byte))
        Me.labHumidity.Location = New System.Drawing.Point(144, 79)
        Me.labHumidity.Name = "labHumidity"
        Me.labHumidity.Size = New System.Drawing.Size(74, 18)
        Me.labHumidity.TabIndex = 7
        Me.labHumidity.Text = "Humidity"
        '
        'txtNum
        '
        Me.txtNum.Font = New System.Drawing.Font("MS UI Gothic", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(128, Byte))
        Me.txtNum.Location = New System.Drawing.Point(10, 29)
        Me.txtNum.Name = "txtNum"
        Me.txtNum.Size = New System.Drawing.Size(80, 27)
        Me.txtNum.TabIndex = 8
        Me.txtNum.Text = "0"
        '
        'cmdConnect
        '
        Me.cmdConnect.Location = New System.Drawing.Point(104, 21)
        Me.cmdConnect.Name = "cmdConnect"
        Me.cmdConnect.Size = New System.Drawing.Size(80, 36)
        Me.cmdConnect.TabIndex = 9
        Me.cmdConnect.Text = "Connect"
        Me.cmdConnect.UseVisualStyleBackColor = True
        '
        'cmdDisconnect
        '
        Me.cmdDisconnect.Location = New System.Drawing.Point(200, 21)
        Me.cmdDisconnect.Name = "cmdDisconnect"
        Me.cmdDisconnect.Size = New System.Drawing.Size(71, 35)
        Me.cmdDisconnect.TabIndex = 10
        Me.cmdDisconnect.Text = "Disconnect"
        Me.cmdDisconnect.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, 263)
        Me.Controls.Add(Me.cmdDisconnect)
        Me.Controls.Add(Me.cmdConnect)
        Me.Controls.Add(Me.txtNum)
        Me.Controls.Add(Me.labHumidity)
        Me.Controls.Add(Me.txtHumidity)
        Me.Controls.Add(Me.cmdMeasure)
        Me.Controls.Add(Me.txtTemperature)
        Me.Controls.Add(Me.labTemperature)
        Me.Controls.Add(Me.cmdHeater)
        Me.Controls.Add(Me.cmdLED2)
        Me.Controls.Add(Me.cmdLED1)
        Me.Name = "Form1"
        Me.Text = "Form1"
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents cmdLED1 As System.Windows.Forms.Button
    Friend WithEvents cmdLED2 As System.Windows.Forms.Button
    Friend WithEvents cmdHeater As System.Windows.Forms.Button
    Friend WithEvents labTemperature As System.Windows.Forms.Label
    Friend WithEvents txtTemperature As System.Windows.Forms.TextBox
    Friend WithEvents Timer1 As System.Windows.Forms.Timer
    Friend WithEvents cmdMeasure As System.Windows.Forms.Button
    Friend WithEvents txtHumidity As System.Windows.Forms.TextBox
    Friend WithEvents labHumidity As System.Windows.Forms.Label
    Friend WithEvents txtNum As System.Windows.Forms.TextBox
    Friend WithEvents cmdConnect As System.Windows.Forms.Button
    Friend WithEvents cmdDisconnect As System.Windows.Forms.Button

End Class
