Form1.Designer.vb 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  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. Me.components = New System.ComponentModel.Container
  23. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
  24. Me.Button1 = New System.Windows.Forms.Button
  25. Me.Button2 = New System.Windows.Forms.Button
  26. Me.Button3 = New System.Windows.Forms.Button
  27. Me.Button4 = New System.Windows.Forms.Button
  28. Me.Label1 = New System.Windows.Forms.Label
  29. Me.Button5 = New System.Windows.Forms.Button
  30. Me.Label2 = New System.Windows.Forms.Label
  31. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  32. Me.Button6 = New System.Windows.Forms.Button
  33. Me.SuspendLayout()
  34. '
  35. 'Button1
  36. '
  37. Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  38. Me.Button1.Location = New System.Drawing.Point(140, 290)
  39. Me.Button1.Name = "Button1"
  40. Me.Button1.Size = New System.Drawing.Size(136, 45)
  41. Me.Button1.TabIndex = 2
  42. Me.Button1.Text = "進入遊戲"
  43. Me.Button1.UseVisualStyleBackColor = True
  44. '
  45. 'Button2
  46. '
  47. Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  48. Me.Button2.Location = New System.Drawing.Point(282, 290)
  49. Me.Button2.Name = "Button2"
  50. Me.Button2.Size = New System.Drawing.Size(136, 45)
  51. Me.Button2.TabIndex = 3
  52. Me.Button2.Text = "自動更新"
  53. Me.Button2.UseVisualStyleBackColor = True
  54. '
  55. 'Button3
  56. '
  57. Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  58. Me.Button3.Location = New System.Drawing.Point(424, 278)
  59. Me.Button3.Name = "Button3"
  60. Me.Button3.Size = New System.Drawing.Size(136, 35)
  61. Me.Button3.TabIndex = 4
  62. Me.Button3.Text = "區網信息分享"
  63. Me.Button3.UseVisualStyleBackColor = True
  64. '
  65. 'Button4
  66. '
  67. Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  68. Me.Button4.Location = New System.Drawing.Point(566, 290)
  69. Me.Button4.Name = "Button4"
  70. Me.Button4.Size = New System.Drawing.Size(136, 45)
  71. Me.Button4.TabIndex = 5
  72. Me.Button4.Text = "遊戲設置"
  73. Me.Button4.UseVisualStyleBackColor = True
  74. '
  75. 'Label1
  76. '
  77. Me.Label1.AutoSize = True
  78. Me.Label1.BackColor = System.Drawing.Color.Transparent
  79. Me.Label1.Font = New System.Drawing.Font("細明體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  80. Me.Label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  81. Me.Label1.Location = New System.Drawing.Point(388, 435)
  82. Me.Label1.Name = "Label1"
  83. Me.Label1.Size = New System.Drawing.Size(365, 11)
  84. Me.Label1.TabIndex = 6
  85. Me.Label1.Text = "CopyRight Mojang And HKWTC Animation Gamer 2013 --夢裡的音符"
  86. '
  87. 'Button5
  88. '
  89. Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  90. Me.Button5.BackColor = System.Drawing.Color.Transparent
  91. Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  92. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  93. Me.Button5.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  94. Me.Button5.Location = New System.Drawing.Point(730, 3)
  95. Me.Button5.Name = "Button5"
  96. Me.Button5.Size = New System.Drawing.Size(23, 24)
  97. Me.Button5.TabIndex = 0
  98. Me.Button5.Text = "X"
  99. Me.Button5.UseVisualStyleBackColor = False
  100. '
  101. 'Label2
  102. '
  103. Me.Label2.AutoSize = True
  104. Me.Label2.BackColor = System.Drawing.Color.Transparent
  105. Me.Label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  106. Me.Label2.Location = New System.Drawing.Point(12, 9)
  107. Me.Label2.Name = "Label2"
  108. Me.Label2.Size = New System.Drawing.Size(101, 12)
  109. Me.Label2.TabIndex = 8
  110. Me.Label2.Text = "Minecraft 我的世界"
  111. '
  112. 'Timer1
  113. '
  114. Me.Timer1.Enabled = True
  115. Me.Timer1.Interval = 10000
  116. '
  117. 'Button6
  118. '
  119. Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  120. Me.Button6.Location = New System.Drawing.Point(424, 319)
  121. Me.Button6.Name = "Button6"
  122. Me.Button6.Size = New System.Drawing.Size(136, 35)
  123. Me.Button6.TabIndex = 9
  124. Me.Button6.Text = "啟動個人伺服器"
  125. Me.Button6.UseVisualStyleBackColor = True
  126. '
  127. 'Form1
  128. '
  129. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  130. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  131. Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  132. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  133. Me.ClientSize = New System.Drawing.Size(755, 455)
  134. Me.Controls.Add(Me.Button6)
  135. Me.Controls.Add(Me.Button5)
  136. Me.Controls.Add(Me.Label2)
  137. Me.Controls.Add(Me.Label1)
  138. Me.Controls.Add(Me.Button4)
  139. Me.Controls.Add(Me.Button3)
  140. Me.Controls.Add(Me.Button2)
  141. Me.Controls.Add(Me.Button1)
  142. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  143. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  144. Me.Name = "Form1"
  145. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  146. Me.Text = "夢裡的音符啟動器"
  147. Me.ResumeLayout(False)
  148. Me.PerformLayout()
  149. End Sub
  150. Friend WithEvents Button1 As System.Windows.Forms.Button
  151. Friend WithEvents Button2 As System.Windows.Forms.Button
  152. Friend WithEvents Button3 As System.Windows.Forms.Button
  153. Friend WithEvents Button4 As System.Windows.Forms.Button
  154. Friend WithEvents Label1 As System.Windows.Forms.Label
  155. Friend WithEvents Button5 As System.Windows.Forms.Button
  156. Friend WithEvents Label2 As System.Windows.Forms.Label
  157. Friend WithEvents Timer1 As System.Windows.Forms.Timer
  158. Friend WithEvents Button6 As System.Windows.Forms.Button
  159. End Class