75 lines
2.9 KiB
VB.net
75 lines
2.9 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class ManagerForm
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'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 Form 디자이너에 필요합니다.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다.
|
|
'수정하려면 Windows Form 디자이너를 사용하십시오.
|
|
'코드 편집기에서는 수정하지 마세요.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ManagerForm))
|
|
Me.btnMqtt = New System.Windows.Forms.Button()
|
|
Me.pnOnoff = New System.Windows.Forms.Panel()
|
|
Me.rtbState = New System.Windows.Forms.RichTextBox()
|
|
Me.SuspendLayout()
|
|
'
|
|
'btnMqtt
|
|
'
|
|
Me.btnMqtt.Font = New System.Drawing.Font("함초롬바탕", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
Me.btnMqtt.Location = New System.Drawing.Point(2, 358)
|
|
Me.btnMqtt.Name = "btnMqtt"
|
|
Me.btnMqtt.Size = New System.Drawing.Size(330, 50)
|
|
Me.btnMqtt.TabIndex = 0
|
|
Me.btnMqtt.Text = "MQTT 접속"
|
|
Me.btnMqtt.UseVisualStyleBackColor = True
|
|
'
|
|
'pnOnoff
|
|
'
|
|
Me.pnOnoff.Location = New System.Drawing.Point(333, 358)
|
|
Me.pnOnoff.Name = "pnOnoff"
|
|
Me.pnOnoff.Size = New System.Drawing.Size(46, 50)
|
|
Me.pnOnoff.TabIndex = 1
|
|
'
|
|
'rtbState
|
|
'
|
|
Me.rtbState.Location = New System.Drawing.Point(2, 2)
|
|
Me.rtbState.Name = "rtbState"
|
|
Me.rtbState.Size = New System.Drawing.Size(377, 350)
|
|
Me.rtbState.TabIndex = 2
|
|
Me.rtbState.Text = ""
|
|
'
|
|
'ManagerForm
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(384, 411)
|
|
Me.Controls.Add(Me.rtbState)
|
|
Me.Controls.Add(Me.pnOnoff)
|
|
Me.Controls.Add(Me.btnMqtt)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "ManagerForm"
|
|
Me.Text = "ManagerForm"
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents btnMqtt As Button
|
|
Friend WithEvents pnOnoff As Panel
|
|
Friend WithEvents rtbState As RichTextBox
|
|
End Class
|