No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

測試頁面.Designer.vb 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class 測試頁面
  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 Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()>
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Me.TextBox1 = New System.Windows.Forms.TextBox()
  24. Me.TextBox2 = New System.Windows.Forms.TextBox()
  25. Me.Label1 = New System.Windows.Forms.Label()
  26. Me.Label2 = New System.Windows.Forms.Label()
  27. Me.Label3 = New System.Windows.Forms.Label()
  28. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  29. Me.SuspendLayout()
  30. '
  31. 'TextBox1
  32. '
  33. Me.TextBox1.Location = New System.Drawing.Point(206, 115)
  34. Me.TextBox1.Name = "TextBox1"
  35. Me.TextBox1.ReadOnly = True
  36. Me.TextBox1.Size = New System.Drawing.Size(100, 22)
  37. Me.TextBox1.TabIndex = 0
  38. Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  39. '
  40. 'TextBox2
  41. '
  42. Me.TextBox2.Location = New System.Drawing.Point(326, 115)
  43. Me.TextBox2.Name = "TextBox2"
  44. Me.TextBox2.ReadOnly = True
  45. Me.TextBox2.Size = New System.Drawing.Size(100, 22)
  46. Me.TextBox2.TabIndex = 1
  47. Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  48. '
  49. 'Label1
  50. '
  51. Me.Label1.AutoSize = True
  52. Me.Label1.Location = New System.Drawing.Point(235, 91)
  53. Me.Label1.Name = "Label1"
  54. Me.Label1.Size = New System.Drawing.Size(29, 12)
  55. Me.Label1.TabIndex = 2
  56. Me.Label1.Text = "電壓"
  57. '
  58. 'Label2
  59. '
  60. Me.Label2.AutoSize = True
  61. Me.Label2.Location = New System.Drawing.Point(366, 91)
  62. Me.Label2.Name = "Label2"
  63. Me.Label2.Size = New System.Drawing.Size(29, 12)
  64. Me.Label2.TabIndex = 3
  65. Me.Label2.Text = "電流"
  66. '
  67. 'Label3
  68. '
  69. Me.Label3.AutoSize = True
  70. Me.Label3.Location = New System.Drawing.Point(286, 47)
  71. Me.Label3.Name = "Label3"
  72. Me.Label3.Size = New System.Drawing.Size(77, 12)
  73. Me.Label3.TabIndex = 4
  74. Me.Label3.Text = "即時電表資訊"
  75. '
  76. 'Timer1
  77. '
  78. '
  79. '測試頁面
  80. '
  81. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  82. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  83. Me.ClientSize = New System.Drawing.Size(1324, 631)
  84. Me.Controls.Add(Me.Label3)
  85. Me.Controls.Add(Me.Label2)
  86. Me.Controls.Add(Me.Label1)
  87. Me.Controls.Add(Me.TextBox2)
  88. Me.Controls.Add(Me.TextBox1)
  89. Me.Name = "測試頁面"
  90. Me.Text = "測試頁面"
  91. Me.ResumeLayout(False)
  92. Me.PerformLayout()
  93. End Sub
  94. Friend WithEvents TextBox1 As TextBox
  95. Friend WithEvents TextBox2 As TextBox
  96. Friend WithEvents Label1 As Label
  97. Friend WithEvents Label2 As Label
  98. Friend WithEvents Label3 As Label
  99. Friend WithEvents Timer1 As Timer
  100. End Class