_ Partial Class 待辦事項連接_兩項 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ 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 Form 設計工具的必要項 Private components As System.ComponentModel.IContainer '注意: 以下為 Windows Form 設計工具所需的程序 '可以使用 Windows Form 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Me.BT1 = New System.Windows.Forms.Button() Me.BT2 = New System.Windows.Forms.Button() Me.SuspendLayout() ' 'BT1 ' Me.BT1.Location = New System.Drawing.Point(8, 7) Me.BT1.Margin = New System.Windows.Forms.Padding(4) Me.BT1.Name = "BT1" Me.BT1.Size = New System.Drawing.Size(175, 62) Me.BT1.TabIndex = 0 Me.BT1.Text = "Button1" Me.BT1.UseVisualStyleBackColor = True ' 'BT2 ' Me.BT2.Location = New System.Drawing.Point(190, 7) Me.BT2.Margin = New System.Windows.Forms.Padding(4) Me.BT2.Name = "BT2" Me.BT2.Size = New System.Drawing.Size(175, 62) Me.BT2.TabIndex = 1 Me.BT2.Text = "Button2" Me.BT2.UseVisualStyleBackColor = True ' '待辦事項連接_兩項 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(372, 75) Me.ControlBox = False Me.Controls.Add(Me.BT2) Me.Controls.Add(Me.BT1) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(4) Me.Name = "待辦事項連接_兩項" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "請選擇" Me.ResumeLayout(False) End Sub Friend WithEvents BT1 As Button Friend WithEvents BT2 As Button End Class