_ Partial Class Form1 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() Me.components = New System.ComponentModel.Container Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1)) Me.Button1 = New System.Windows.Forms.Button Me.Button2 = New System.Windows.Forms.Button Me.Button3 = New System.Windows.Forms.Button Me.Button4 = New System.Windows.Forms.Button Me.Label1 = New System.Windows.Forms.Label Me.Button5 = New System.Windows.Forms.Button Me.Label2 = New System.Windows.Forms.Label Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.Button6 = New System.Windows.Forms.Button Me.SuspendLayout() ' 'Button1 ' Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button1.Location = New System.Drawing.Point(140, 290) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(136, 45) Me.Button1.TabIndex = 2 Me.Button1.Text = "進入遊戲" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button2.Location = New System.Drawing.Point(282, 290) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(136, 45) Me.Button2.TabIndex = 3 Me.Button2.Text = "自動更新" Me.Button2.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button3.Location = New System.Drawing.Point(424, 278) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(136, 35) Me.Button3.TabIndex = 4 Me.Button3.Text = "區網信息分享" Me.Button3.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button4.Location = New System.Drawing.Point(566, 290) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(136, 45) Me.Button4.TabIndex = 5 Me.Button4.Text = "遊戲設置" Me.Button4.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.BackColor = System.Drawing.Color.Transparent Me.Label1.Font = New System.Drawing.Font("細明體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight Me.Label1.Location = New System.Drawing.Point(388, 435) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(365, 11) Me.Label1.TabIndex = 6 Me.Label1.Text = "CopyRight Mojang And HKWTC Animation Gamer 2013 --夢裡的音符" ' 'Button5 ' Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button5.BackColor = System.Drawing.Color.Transparent Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button5.ForeColor = System.Drawing.SystemColors.ButtonHighlight Me.Button5.Location = New System.Drawing.Point(730, 3) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(23, 24) Me.Button5.TabIndex = 0 Me.Button5.Text = "X" Me.Button5.UseVisualStyleBackColor = False ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.BackColor = System.Drawing.Color.Transparent Me.Label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight Me.Label2.Location = New System.Drawing.Point(12, 9) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(101, 12) Me.Label2.TabIndex = 8 Me.Label2.Text = "Minecraft 我的世界" ' 'Timer1 ' Me.Timer1.Enabled = True Me.Timer1.Interval = 10000 ' 'Button6 ' Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button6.Location = New System.Drawing.Point(424, 319) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(136, 35) Me.Button6.TabIndex = 9 Me.Button6.Text = "啟動個人伺服器" Me.Button6.UseVisualStyleBackColor = True ' 'Form1 ' 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(755, 455) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "Form1" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "夢裡的音符啟動器" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Timer1 As System.Windows.Forms.Timer Friend WithEvents Button6 As System.Windows.Forms.Button End Class