Form2.Designer.vb 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form2
  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. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form2))
  23. Me.Button1 = New System.Windows.Forms.Button()
  24. Me.Label1 = New System.Windows.Forms.Label()
  25. Me.Label2 = New System.Windows.Forms.Label()
  26. Me.Label3 = New System.Windows.Forms.Label()
  27. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  28. Me.Label4 = New System.Windows.Forms.Label()
  29. Me.Label5 = New System.Windows.Forms.Label()
  30. Me.Label6 = New System.Windows.Forms.Label()
  31. Me.Label7 = New System.Windows.Forms.Label()
  32. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  33. Me.SuspendLayout()
  34. '
  35. 'Button1
  36. '
  37. Me.Button1.Font = New System.Drawing.Font("標楷體", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  38. Me.Button1.Location = New System.Drawing.Point(737, 425)
  39. Me.Button1.Name = "Button1"
  40. Me.Button1.Size = New System.Drawing.Size(188, 159)
  41. Me.Button1.TabIndex = 0
  42. Me.Button1.Text = "開始遊戲"
  43. Me.Button1.UseVisualStyleBackColor = True
  44. '
  45. 'Label1
  46. '
  47. Me.Label1.BackColor = System.Drawing.Color.SkyBlue
  48. 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))
  49. Me.Label1.ForeColor = System.Drawing.Color.Red
  50. Me.Label1.Location = New System.Drawing.Point(12, 35)
  51. Me.Label1.Name = "Label1"
  52. Me.Label1.Size = New System.Drawing.Size(318, 55)
  53. Me.Label1.TabIndex = 1
  54. Me.Label1.Text = "大魚吃小魚--遊戲規則"
  55. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  56. '
  57. 'Label2
  58. '
  59. Me.Label2.BackColor = System.Drawing.Color.Cyan
  60. Me.Label2.Font = New System.Drawing.Font("標楷體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  61. Me.Label2.Location = New System.Drawing.Point(12, 113)
  62. Me.Label2.Name = "Label2"
  63. Me.Label2.Size = New System.Drawing.Size(958, 55)
  64. Me.Label2.TabIndex = 2
  65. Me.Label2.Text = "1.只能吃比自己小的魚,碰到""跟自己一樣大""或""比自己大""的魚即遊戲結束,請看仔細,別亂吃哦"
  66. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  67. '
  68. 'Label3
  69. '
  70. Me.Label3.BackColor = System.Drawing.Color.DeepSkyBlue
  71. Me.Label3.Font = New System.Drawing.Font("標楷體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  72. Me.Label3.Location = New System.Drawing.Point(12, 189)
  73. Me.Label3.Name = "Label3"
  74. Me.Label3.Size = New System.Drawing.Size(691, 55)
  75. Me.Label3.TabIndex = 3
  76. Me.Label3.Text = "2.開始遊戲後須先選擇難度,再選擇操作方式,接著才正式開始遊戲"
  77. Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  78. '
  79. 'PictureBox1
  80. '
  81. Me.PictureBox1.BackColor = System.Drawing.Color.RoyalBlue
  82. Me.PictureBox1.Image = Global.WindowsApp1.My.Resources.Resources.a
  83. Me.PictureBox1.Location = New System.Drawing.Point(613, 12)
  84. Me.PictureBox1.Name = "PictureBox1"
  85. Me.PictureBox1.Size = New System.Drawing.Size(75, 75)
  86. Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  87. Me.PictureBox1.TabIndex = 4
  88. Me.PictureBox1.TabStop = False
  89. '
  90. 'Label4
  91. '
  92. Me.Label4.BackColor = System.Drawing.Color.SkyBlue
  93. Me.Label4.Font = New System.Drawing.Font("標楷體", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  94. Me.Label4.ForeColor = System.Drawing.Color.Black
  95. Me.Label4.Location = New System.Drawing.Point(465, 25)
  96. Me.Label4.Name = "Label4"
  97. Me.Label4.Size = New System.Drawing.Size(142, 55)
  98. Me.Label4.TabIndex = 5
  99. Me.Label4.Text = "您的魚→"
  100. Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  101. '
  102. 'Label5
  103. '
  104. Me.Label5.BackColor = System.Drawing.Color.CadetBlue
  105. Me.Label5.Font = New System.Drawing.Font("標楷體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  106. Me.Label5.Location = New System.Drawing.Point(12, 266)
  107. Me.Label5.Name = "Label5"
  108. Me.Label5.Size = New System.Drawing.Size(793, 55)
  109. Me.Label5.TabIndex = 6
  110. Me.Label5.Text = "3.自己若吃到垃圾會變小(請注意:在不同的大小吃垃圾造成的效果會有所不同)"
  111. Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  112. '
  113. 'Label6
  114. '
  115. Me.Label6.BackColor = System.Drawing.Color.SkyBlue
  116. Me.Label6.Font = New System.Drawing.Font("標楷體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  117. Me.Label6.Location = New System.Drawing.Point(12, 425)
  118. Me.Label6.Name = "Label6"
  119. Me.Label6.Size = New System.Drawing.Size(520, 55)
  120. Me.Label6.TabIndex = 7
  121. Me.Label6.Text = "5.本遊戲含計時制度,成功通關時會記錄最佳成績"
  122. Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  123. '
  124. 'Label7
  125. '
  126. Me.Label7.BackColor = System.Drawing.Color.PowderBlue
  127. Me.Label7.Font = New System.Drawing.Font("標楷體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  128. Me.Label7.Location = New System.Drawing.Point(13, 346)
  129. Me.Label7.Name = "Label7"
  130. Me.Label7.Size = New System.Drawing.Size(824, 55)
  131. Me.Label7.TabIndex = 8
  132. Me.Label7.Text = "4.因遊戲開始時其他魚&&垃圾位置會隨機分布,故在遊戲開始後前3秒您會是無敵的"
  133. Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  134. '
  135. 'Form2
  136. '
  137. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  138. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  139. Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  140. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  141. Me.ClientSize = New System.Drawing.Size(1039, 594)
  142. Me.Controls.Add(Me.Label7)
  143. Me.Controls.Add(Me.Label6)
  144. Me.Controls.Add(Me.Label5)
  145. Me.Controls.Add(Me.Label4)
  146. Me.Controls.Add(Me.PictureBox1)
  147. Me.Controls.Add(Me.Label3)
  148. Me.Controls.Add(Me.Label2)
  149. Me.Controls.Add(Me.Label1)
  150. Me.Controls.Add(Me.Button1)
  151. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  152. Me.Name = "Form2"
  153. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  154. Me.Tag = "1"
  155. Me.Text = "大魚吃小魚"
  156. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  157. Me.ResumeLayout(False)
  158. End Sub
  159. Friend WithEvents Button1 As Button
  160. Friend WithEvents Label1 As Label
  161. Friend WithEvents Label2 As Label
  162. Friend WithEvents Label3 As Label
  163. Friend WithEvents PictureBox1 As PictureBox
  164. Friend WithEvents Label4 As Label
  165. Friend WithEvents Label5 As Label
  166. Friend WithEvents Label6 As Label
  167. Friend WithEvents Label7 As Label
  168. End Class