_ 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.Button5 = New System.Windows.Forms.Button Me.Label1 = New System.Windows.Forms.Label Me.TextBox1 = New System.Windows.Forms.TextBox Me.ComboBox1 = New System.Windows.Forms.ComboBox Me.TextBox2 = New System.Windows.Forms.TextBox 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.Label2 = New System.Windows.Forms.Label Me.Label3 = New System.Windows.Forms.Label 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 Me.Label8 = New System.Windows.Forms.Label Me.TextBox3 = New System.Windows.Forms.TextBox Me.TextBox4 = New System.Windows.Forms.TextBox Me.TextBox5 = New System.Windows.Forms.TextBox Me.TextBox6 = New System.Windows.Forms.TextBox Me.Label9 = New System.Windows.Forms.Label Me.ListBox1 = New System.Windows.Forms.ListBox Me.SuspendLayout() ' '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(427, 3) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(23, 24) Me.Button5.TabIndex = 1 Me.Button5.Text = "X" Me.Button5.UseVisualStyleBackColor = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.BackColor = System.Drawing.Color.Transparent Me.Label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight Me.Label1.Location = New System.Drawing.Point(9, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(53, 12) Me.Label1.TabIndex = 2 Me.Label1.Text = "遊戲設置" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(87, 65) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(126, 22) Me.TextBox1.TabIndex = 3 Me.TextBox1.Text = "Steve" ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.ImeMode = System.Windows.Forms.ImeMode.Off Me.ComboBox1.Items.AddRange(New Object() {"125", "256", "512", "800", "1024", "1500", "2048", "3072", "4096", "5120"}) Me.ComboBox1.Location = New System.Drawing.Point(319, 67) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(69, 20) Me.ComboBox1.TabIndex = 4 ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(87, 118) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(282, 22) Me.TextBox2.TabIndex = 5 ' 'Button1 ' Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button1.Location = New System.Drawing.Point(375, 118) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(54, 23) Me.Button1.TabIndex = 6 Me.Button1.Text = "自定義" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button2.Location = New System.Drawing.Point(263, 178) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(75, 36) Me.Button2.TabIndex = 7 Me.Button2.Text = "全部重設" Me.Button2.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button3.Location = New System.Drawing.Point(263, 220) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(75, 36) Me.Button3.TabIndex = 8 Me.Button3.Text = "取消" Me.Button3.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button4.Location = New System.Drawing.Point(344, 220) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(85, 36) Me.Button4.TabIndex = 9 Me.Button4.Text = "儲存並離開" Me.Button4.UseVisualStyleBackColor = True ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.BackColor = System.Drawing.Color.Transparent Me.Label2.Font = New System.Drawing.Font("細明體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight Me.Label2.Location = New System.Drawing.Point(18, 70) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(63, 13) Me.Label2.TabIndex = 10 Me.Label2.Text = "玩家名稱" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.BackColor = System.Drawing.Color.Transparent Me.Label3.Font = New System.Drawing.Font("細明體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label3.ForeColor = System.Drawing.SystemColors.ButtonHighlight Me.Label3.Location = New System.Drawing.Point(242, 70) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(77, 13) Me.Label3.TabIndex = 11 Me.Label3.Text = "最大記憶體" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.BackColor = System.Drawing.Color.Transparent Me.Label4.Font = New System.Drawing.Font("細明體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label4.ForeColor = System.Drawing.SystemColors.ButtonHighlight Me.Label4.Location = New System.Drawing.Point(12, 127) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(70, 13) Me.Label4.TabIndex = 12 Me.Label4.Text = "Java 路徑" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.BackColor = System.Drawing.Color.Transparent Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) Me.Label5.Location = New System.Drawing.Point(388, 270) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(53, 12) Me.Label5.TabIndex = 13 Me.Label5.Text = "高級設定" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.BackColor = System.Drawing.Color.Transparent Me.Label6.ForeColor = System.Drawing.SystemColors.ButtonHighlight Me.Label6.Location = New System.Drawing.Point(85, 144) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(341, 12) Me.Label6.TabIndex = 14 Me.Label6.Text = "選擇Java.exe,路徑在\bin 文件夾下。留空即自動下載便攜版本。" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.BackColor = System.Drawing.Color.Transparent Me.Label7.ForeColor = System.Drawing.SystemColors.ButtonHighlight Me.Label7.Location = New System.Drawing.Point(328, 90) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(101, 12) Me.Label7.TabIndex = 15 Me.Label7.Text = "建議最少為512MB" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.BackColor = System.Drawing.Color.Transparent Me.Label8.ForeColor = System.Drawing.SystemColors.ButtonHighlight Me.Label8.Location = New System.Drawing.Point(394, 75) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(23, 12) Me.Label8.TabIndex = 16 Me.Label8.Text = "MB" ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(31, 320) Me.TextBox3.Multiline = True Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(398, 38) Me.TextBox3.TabIndex = 17 ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(31, 364) Me.TextBox4.Multiline = True Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(398, 38) Me.TextBox4.TabIndex = 18 Me.TextBox4.Text = resources.GetString("TextBox4.Text") ' 'TextBox5 ' Me.TextBox5.Location = New System.Drawing.Point(31, 408) Me.TextBox5.Multiline = True Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(398, 38) Me.TextBox5.TabIndex = 19 Me.TextBox5.Text = "java -Xincgc" ' 'TextBox6 ' Me.TextBox6.Location = New System.Drawing.Point(31, 452) Me.TextBox6.Multiline = True Me.TextBox6.Name = "TextBox6" Me.TextBox6.Size = New System.Drawing.Size(398, 38) Me.TextBox6.TabIndex = 20 Me.TextBox6.Text = """" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.BackColor = System.Drawing.Color.Transparent Me.Label9.Font = New System.Drawing.Font("細明體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label9.ForeColor = System.Drawing.SystemColors.ButtonHighlight Me.Label9.Location = New System.Drawing.Point(46, 178) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(35, 13) Me.Label9.TabIndex = 23 Me.Label9.Text = "版本" ' 'ListBox1 ' Me.ListBox1.FormattingEnabled = True Me.ListBox1.ItemHeight = 12 Me.ListBox1.Location = New System.Drawing.Point(87, 174) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(170, 88) Me.ListBox1.TabIndex = 24 ' 'Form2 ' Me.AccessibleRole = System.Windows.Forms.AccessibleRole.Window 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.ClientSize = New System.Drawing.Size(453, 291) Me.Controls.Add(Me.ListBox1) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.TextBox6) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Button5) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "Form2" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "遊戲設置" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents TextBox2 As System.Windows.Forms.TextBox 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 Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents TextBox3 As System.Windows.Forms.TextBox Friend WithEvents TextBox4 As System.Windows.Forms.TextBox Friend WithEvents TextBox5 As System.Windows.Forms.TextBox Friend WithEvents TextBox6 As System.Windows.Forms.TextBox Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents ListBox1 As System.Windows.Forms.ListBox End Class