網頁文章 網頁文章

 

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _

Partial Class Form1
    Inherits System.Windows.Forms.Form
 
 
    <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 設計工具進行修改。
    '請勿使用程式碼編輯器進行修改。
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.貓狗牛叫 = New System.Windows.Forms.Button
        Me.牛叫 = New System.Windows.Forms.Button
        Me.SuspendLayout()
        '
        '貓狗牛叫
        '
        Me.貓狗牛叫.Location = New System.Drawing.Point(85, 28)
        Me.貓狗牛叫.Name = "貓狗牛叫"
        Me.貓狗牛叫.Size = New System.Drawing.Size(153, 81)
        Me.貓狗牛叫.TabIndex = 0
        Me.貓狗牛叫.Text = "叫吧"
        Me.貓狗牛叫.UseVisualStyleBackColor = True
        '
        '牛叫
        '
        Me.牛叫.Location = New System.Drawing.Point(85, 152)
        Me.牛叫.Name = "牛叫"
        Me.牛叫.Size = New System.Drawing.Size(153, 71)
        Me.牛叫.TabIndex = 1
        Me.牛叫.Text = "牛叫"
        Me.牛叫.UseVisualStyleBackColor = True
        '
        'Form1
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(284, 262)
        Me.Controls.Add(Me.牛叫)
        Me.Controls.Add(Me.貓狗牛叫)
        Me.Name = "Form1"
        Me.Text = "Form1"
        Me.ResumeLayout(False)
 
    End Sub
    Friend WithEvents 貓狗牛叫 As System.Windows.Forms.Button
    Friend WithEvents 牛叫 As System.Windows.Forms.Button
End Class