Form1.Designer.vb 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  3. Inherits System.Windows.Forms.Form
  4. 'Form 重写 Dispose,以清理组件列表。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. 'Windows 窗体设计器所必需的
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下过程是 Windows 窗体设计器所必需的
  18. '可以使用 Windows 窗体设计器修改它。
  19. '不要使用代码编辑器修改它。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.Button1 = New System.Windows.Forms.Button()
  23. Me.Button2 = New System.Windows.Forms.Button()
  24. Me.Button3 = New System.Windows.Forms.Button()
  25. Me.Button4 = New System.Windows.Forms.Button()
  26. Me.List1 = New System.Windows.Forms.ListBox()
  27. Me.SuspendLayout()
  28. '
  29. 'Button1
  30. '
  31. Me.Button1.Location = New System.Drawing.Point(26, 39)
  32. Me.Button1.Name = "Button1"
  33. Me.Button1.Size = New System.Drawing.Size(108, 33)
  34. Me.Button1.TabIndex = 0
  35. Me.Button1.Text = "连接设备"
  36. Me.Button1.UseVisualStyleBackColor = True
  37. '
  38. 'Button2
  39. '
  40. Me.Button2.Location = New System.Drawing.Point(26, 153)
  41. Me.Button2.Name = "Button2"
  42. Me.Button2.Size = New System.Drawing.Size(108, 33)
  43. Me.Button2.TabIndex = 1
  44. Me.Button2.Text = "M1"
  45. Me.Button2.UseVisualStyleBackColor = True
  46. '
  47. 'Button3
  48. '
  49. Me.Button3.Location = New System.Drawing.Point(26, 267)
  50. Me.Button3.Name = "Button3"
  51. Me.Button3.Size = New System.Drawing.Size(108, 33)
  52. Me.Button3.TabIndex = 2
  53. Me.Button3.Text = "CPU"
  54. Me.Button3.UseVisualStyleBackColor = True
  55. '
  56. 'Button4
  57. '
  58. Me.Button4.Location = New System.Drawing.Point(26, 381)
  59. Me.Button4.Name = "Button4"
  60. Me.Button4.Size = New System.Drawing.Size(108, 33)
  61. Me.Button4.TabIndex = 3
  62. Me.Button4.Text = "断开设备"
  63. Me.Button4.UseVisualStyleBackColor = True
  64. '
  65. 'List1
  66. '
  67. Me.List1.FormattingEnabled = True
  68. Me.List1.ItemHeight = 12
  69. Me.List1.Location = New System.Drawing.Point(168, 39)
  70. Me.List1.Name = "List1"
  71. Me.List1.Size = New System.Drawing.Size(593, 376)
  72. Me.List1.TabIndex = 4
  73. '
  74. 'Form1
  75. '
  76. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  77. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  78. Me.ClientSize = New System.Drawing.Size(806, 459)
  79. Me.Controls.Add(Me.List1)
  80. Me.Controls.Add(Me.Button4)
  81. Me.Controls.Add(Me.Button3)
  82. Me.Controls.Add(Me.Button2)
  83. Me.Controls.Add(Me.Button1)
  84. Me.Name = "Form1"
  85. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  86. Me.Text = "RFDemo"
  87. Me.ResumeLayout(False)
  88. End Sub
  89. Friend WithEvents Button1 As System.Windows.Forms.Button
  90. Friend WithEvents Button2 As System.Windows.Forms.Button
  91. Friend WithEvents Button3 As System.Windows.Forms.Button
  92. Friend WithEvents Button4 As System.Windows.Forms.Button
  93. Friend WithEvents List1 As System.Windows.Forms.ListBox
  94. End Class