_ Partial Class Form2 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form2)) Me.Button1 = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("標楷體", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.Location = New System.Drawing.Point(737, 425) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(188, 159) Me.Button1.TabIndex = 0 Me.Button1.Text = "開始遊戲" Me.Button1.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.BackColor = System.Drawing.Color.SkyBlue Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 21.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label1.ForeColor = System.Drawing.Color.Red Me.Label1.Location = New System.Drawing.Point(12, 35) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(318, 55) Me.Label1.TabIndex = 1 Me.Label1.Text = "大魚吃小魚--遊戲規則" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label2 ' Me.Label2.BackColor = System.Drawing.Color.Cyan Me.Label2.Font = New System.Drawing.Font("標楷體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label2.Location = New System.Drawing.Point(12, 113) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(958, 55) Me.Label2.TabIndex = 2 Me.Label2.Text = "1.只能吃比自己小的魚,碰到""跟自己一樣大""或""比自己大""的魚即遊戲結束,請看仔細,別亂吃哦" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label3 ' Me.Label3.BackColor = System.Drawing.Color.DeepSkyBlue Me.Label3.Font = New System.Drawing.Font("標楷體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label3.Location = New System.Drawing.Point(12, 189) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(691, 55) Me.Label3.TabIndex = 3 Me.Label3.Text = "2.開始遊戲後須先選擇難度,再選擇操作方式,接著才正式開始遊戲" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'PictureBox1 ' Me.PictureBox1.BackColor = System.Drawing.Color.RoyalBlue Me.PictureBox1.Image = Global.WindowsApp1.My.Resources.Resources.a Me.PictureBox1.Location = New System.Drawing.Point(613, 12) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(75, 75) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 4 Me.PictureBox1.TabStop = False ' 'Label4 ' Me.Label4.BackColor = System.Drawing.Color.SkyBlue Me.Label4.Font = New System.Drawing.Font("標楷體", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label4.ForeColor = System.Drawing.Color.Black Me.Label4.Location = New System.Drawing.Point(465, 25) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(142, 55) Me.Label4.TabIndex = 5 Me.Label4.Text = "您的魚→" Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label5 ' Me.Label5.BackColor = System.Drawing.Color.CadetBlue Me.Label5.Font = New System.Drawing.Font("標楷體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label5.Location = New System.Drawing.Point(12, 266) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(793, 55) Me.Label5.TabIndex = 6 Me.Label5.Text = "3.自己若吃到垃圾會變小(請注意:在不同的大小吃垃圾造成的效果會有所不同)" Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label6 ' Me.Label6.BackColor = System.Drawing.Color.SkyBlue Me.Label6.Font = New System.Drawing.Font("標楷體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label6.Location = New System.Drawing.Point(12, 425) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(520, 55) Me.Label6.TabIndex = 7 Me.Label6.Text = "5.本遊戲含計時制度,成功通關時會記錄最佳成績" Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label7 ' Me.Label7.BackColor = System.Drawing.Color.PowderBlue Me.Label7.Font = New System.Drawing.Font("標楷體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label7.Location = New System.Drawing.Point(13, 346) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(824, 55) Me.Label7.TabIndex = 8 Me.Label7.Text = "4.因遊戲開始時其他魚&&垃圾位置會隨機分布,故在遊戲開始後前3秒您會是無敵的" Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Form2 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image) Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.ClientSize = New System.Drawing.Size(1039, 594) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Button1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "Form2" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "1" Me.Text = "大魚吃小魚" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents Button1 As Button Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents PictureBox1 As PictureBox Friend WithEvents Label4 As Label Friend WithEvents Label5 As Label Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label End Class