Açıklama Yok
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 2.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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.BT1 = New System.Windows.Forms.Button()
  23. Me.BT2 = New System.Windows.Forms.Button()
  24. Me.SuspendLayout()
  25. '
  26. 'BT1
  27. '
  28. Me.BT1.Location = New System.Drawing.Point(8, 7)
  29. Me.BT1.Margin = New System.Windows.Forms.Padding(4)
  30. Me.BT1.Name = "BT1"
  31. Me.BT1.Size = New System.Drawing.Size(175, 62)
  32. Me.BT1.TabIndex = 0
  33. Me.BT1.Text = "Button1"
  34. Me.BT1.UseVisualStyleBackColor = True
  35. '
  36. 'BT2
  37. '
  38. Me.BT2.Location = New System.Drawing.Point(190, 7)
  39. Me.BT2.Margin = New System.Windows.Forms.Padding(4)
  40. Me.BT2.Name = "BT2"
  41. Me.BT2.Size = New System.Drawing.Size(175, 62)
  42. Me.BT2.TabIndex = 1
  43. Me.BT2.Text = "Button2"
  44. Me.BT2.UseVisualStyleBackColor = True
  45. '
  46. '待辦事項連接_兩項
  47. '
  48. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  49. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  50. Me.ClientSize = New System.Drawing.Size(372, 75)
  51. Me.ControlBox = False
  52. Me.Controls.Add(Me.BT2)
  53. Me.Controls.Add(Me.BT1)
  54. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  55. Me.Margin = New System.Windows.Forms.Padding(4)
  56. Me.Name = "待辦事項連接_兩項"
  57. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  58. Me.Text = "請選擇"
  59. Me.ResumeLayout(False)
  60. End Sub
  61. Friend WithEvents BT1 As Button
  62. Friend WithEvents BT2 As Button
  63. End Class