12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 待辦事項連接_三項
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- 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 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.BT2 = New System.Windows.Forms.Button()
- Me.BT1 = New System.Windows.Forms.Button()
- Me.BT3 = New System.Windows.Forms.Button()
- Me.SuspendLayout()
- '
- 'BT2
- '
- Me.BT2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.BT2.Location = New System.Drawing.Point(187, 6)
- 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 = 3
- Me.BT2.Text = "Button2"
- Me.BT2.UseVisualStyleBackColor = True
- '
- 'BT1
- '
- Me.BT1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.BT1.Location = New System.Drawing.Point(5, 6)
- 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 = 2
- Me.BT1.Text = "Button1"
- Me.BT1.UseVisualStyleBackColor = True
- '
- 'BT3
- '
- Me.BT3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.BT3.Location = New System.Drawing.Point(370, 6)
- Me.BT3.Margin = New System.Windows.Forms.Padding(4)
- Me.BT3.Name = "BT3"
- Me.BT3.Size = New System.Drawing.Size(175, 62)
- Me.BT3.TabIndex = 4
- Me.BT3.Text = "Button2"
- Me.BT3.UseVisualStyleBackColor = True
- '
- '待辦事項連接_三項
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(549, 73)
- Me.ControlBox = False
- Me.Controls.Add(Me.BT3)
- Me.Controls.Add(Me.BT2)
- Me.Controls.Add(Me.BT1)
- Me.Name = "待辦事項連接_三項"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "請選擇"
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents BT2 As Button
- Friend WithEvents BT1 As Button
- Friend WithEvents BT3 As Button
- End Class
|