| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class Form1
- 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 窗体设计器所必需的
- Private components As System.ComponentModel.IContainer
- '注意: 以下过程是 Windows 窗体设计器所必需的
- '可以使用 Windows 窗体设计器修改它。
- '不要使用代码编辑器修改它。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.Button3 = New System.Windows.Forms.Button()
- Me.Button4 = New System.Windows.Forms.Button()
- Me.List1 = New System.Windows.Forms.ListBox()
- Me.SuspendLayout()
- '
- 'Button1
- '
- Me.Button1.Location = New System.Drawing.Point(26, 39)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(108, 33)
- Me.Button1.TabIndex = 0
- Me.Button1.Text = "连接设备"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'Button2
- '
- Me.Button2.Location = New System.Drawing.Point(26, 153)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(108, 33)
- Me.Button2.TabIndex = 1
- Me.Button2.Text = "M1"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'Button3
- '
- Me.Button3.Location = New System.Drawing.Point(26, 267)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(108, 33)
- Me.Button3.TabIndex = 2
- Me.Button3.Text = "CPU"
- Me.Button3.UseVisualStyleBackColor = True
- '
- 'Button4
- '
- Me.Button4.Location = New System.Drawing.Point(26, 381)
- Me.Button4.Name = "Button4"
- Me.Button4.Size = New System.Drawing.Size(108, 33)
- Me.Button4.TabIndex = 3
- Me.Button4.Text = "断开设备"
- Me.Button4.UseVisualStyleBackColor = True
- '
- 'List1
- '
- Me.List1.FormattingEnabled = True
- Me.List1.ItemHeight = 12
- Me.List1.Location = New System.Drawing.Point(168, 39)
- Me.List1.Name = "List1"
- Me.List1.Size = New System.Drawing.Size(593, 376)
- Me.List1.TabIndex = 4
- '
- 'Form1
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(806, 459)
- Me.Controls.Add(Me.List1)
- Me.Controls.Add(Me.Button4)
- Me.Controls.Add(Me.Button3)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.Button1)
- Me.Name = "Form1"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "RFDemo"
- Me.ResumeLayout(False)
- End Sub
- Friend WithEvents Button1 As System.Windows.Forms.Button
- Friend WithEvents Button2 As System.Windows.Forms.Button
- Friend WithEvents Button3 As System.Windows.Forms.Button
- Friend WithEvents Button4 As System.Windows.Forms.Button
- Friend WithEvents List1 As System.Windows.Forms.ListBox
- End Class
|