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.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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.BT2 = New System.Windows.Forms.Button()
  23. Me.BT1 = New System.Windows.Forms.Button()
  24. Me.BT3 = New System.Windows.Forms.Button()
  25. Me.SuspendLayout()
  26. '
  27. 'BT2
  28. '
  29. Me.BT2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  30. Me.BT2.Location = New System.Drawing.Point(187, 6)
  31. Me.BT2.Margin = New System.Windows.Forms.Padding(4)
  32. Me.BT2.Name = "BT2"
  33. Me.BT2.Size = New System.Drawing.Size(175, 62)
  34. Me.BT2.TabIndex = 3
  35. Me.BT2.Text = "Button2"
  36. Me.BT2.UseVisualStyleBackColor = True
  37. '
  38. 'BT1
  39. '
  40. Me.BT1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  41. Me.BT1.Location = New System.Drawing.Point(5, 6)
  42. Me.BT1.Margin = New System.Windows.Forms.Padding(4)
  43. Me.BT1.Name = "BT1"
  44. Me.BT1.Size = New System.Drawing.Size(175, 62)
  45. Me.BT1.TabIndex = 2
  46. Me.BT1.Text = "Button1"
  47. Me.BT1.UseVisualStyleBackColor = True
  48. '
  49. 'BT3
  50. '
  51. Me.BT3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  52. Me.BT3.Location = New System.Drawing.Point(370, 6)
  53. Me.BT3.Margin = New System.Windows.Forms.Padding(4)
  54. Me.BT3.Name = "BT3"
  55. Me.BT3.Size = New System.Drawing.Size(175, 62)
  56. Me.BT3.TabIndex = 4
  57. Me.BT3.Text = "Button2"
  58. Me.BT3.UseVisualStyleBackColor = True
  59. '
  60. '待辦事項連接_三項
  61. '
  62. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  63. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  64. Me.ClientSize = New System.Drawing.Size(549, 73)
  65. Me.ControlBox = False
  66. Me.Controls.Add(Me.BT3)
  67. Me.Controls.Add(Me.BT2)
  68. Me.Controls.Add(Me.BT1)
  69. Me.Name = "待辦事項連接_三項"
  70. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  71. Me.Text = "請選擇"
  72. Me.ResumeLayout(False)
  73. End Sub
  74. Friend WithEvents BT2 As Button
  75. Friend WithEvents BT1 As Button
  76. Friend WithEvents BT3 As Button
  77. End Class