Form2.Designer.vb 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  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.Button5 = New System.Windows.Forms.Button
  24. Me.Label1 = New System.Windows.Forms.Label
  25. Me.TextBox1 = New System.Windows.Forms.TextBox
  26. Me.ComboBox1 = New System.Windows.Forms.ComboBox
  27. Me.TextBox2 = New System.Windows.Forms.TextBox
  28. Me.Button1 = New System.Windows.Forms.Button
  29. Me.Button2 = New System.Windows.Forms.Button
  30. Me.Button3 = New System.Windows.Forms.Button
  31. Me.Button4 = New System.Windows.Forms.Button
  32. Me.Label2 = New System.Windows.Forms.Label
  33. Me.Label3 = New System.Windows.Forms.Label
  34. Me.Label4 = New System.Windows.Forms.Label
  35. Me.Label5 = New System.Windows.Forms.Label
  36. Me.Label6 = New System.Windows.Forms.Label
  37. Me.Label7 = New System.Windows.Forms.Label
  38. Me.Label8 = New System.Windows.Forms.Label
  39. Me.TextBox3 = New System.Windows.Forms.TextBox
  40. Me.TextBox4 = New System.Windows.Forms.TextBox
  41. Me.TextBox5 = New System.Windows.Forms.TextBox
  42. Me.TextBox6 = New System.Windows.Forms.TextBox
  43. Me.Label9 = New System.Windows.Forms.Label
  44. Me.ListBox1 = New System.Windows.Forms.ListBox
  45. Me.SuspendLayout()
  46. '
  47. 'Button5
  48. '
  49. Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  50. Me.Button5.BackColor = System.Drawing.Color.Transparent
  51. Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  52. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  53. Me.Button5.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  54. Me.Button5.Location = New System.Drawing.Point(427, 3)
  55. Me.Button5.Name = "Button5"
  56. Me.Button5.Size = New System.Drawing.Size(23, 24)
  57. Me.Button5.TabIndex = 1
  58. Me.Button5.Text = "X"
  59. Me.Button5.UseVisualStyleBackColor = False
  60. '
  61. 'Label1
  62. '
  63. Me.Label1.AutoSize = True
  64. Me.Label1.BackColor = System.Drawing.Color.Transparent
  65. Me.Label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  66. Me.Label1.Location = New System.Drawing.Point(9, 9)
  67. Me.Label1.Name = "Label1"
  68. Me.Label1.Size = New System.Drawing.Size(53, 12)
  69. Me.Label1.TabIndex = 2
  70. Me.Label1.Text = "遊戲設置"
  71. '
  72. 'TextBox1
  73. '
  74. Me.TextBox1.Location = New System.Drawing.Point(87, 65)
  75. Me.TextBox1.Name = "TextBox1"
  76. Me.TextBox1.Size = New System.Drawing.Size(126, 22)
  77. Me.TextBox1.TabIndex = 3
  78. Me.TextBox1.Text = "Steve"
  79. '
  80. 'ComboBox1
  81. '
  82. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  83. Me.ComboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  84. Me.ComboBox1.FormattingEnabled = True
  85. Me.ComboBox1.ImeMode = System.Windows.Forms.ImeMode.Off
  86. Me.ComboBox1.Items.AddRange(New Object() {"125", "256", "512", "800", "1024", "1500", "2048", "3072", "4096", "5120"})
  87. Me.ComboBox1.Location = New System.Drawing.Point(319, 67)
  88. Me.ComboBox1.Name = "ComboBox1"
  89. Me.ComboBox1.Size = New System.Drawing.Size(69, 20)
  90. Me.ComboBox1.TabIndex = 4
  91. '
  92. 'TextBox2
  93. '
  94. Me.TextBox2.Location = New System.Drawing.Point(87, 118)
  95. Me.TextBox2.Name = "TextBox2"
  96. Me.TextBox2.Size = New System.Drawing.Size(282, 22)
  97. Me.TextBox2.TabIndex = 5
  98. '
  99. 'Button1
  100. '
  101. Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  102. Me.Button1.Location = New System.Drawing.Point(375, 118)
  103. Me.Button1.Name = "Button1"
  104. Me.Button1.Size = New System.Drawing.Size(54, 23)
  105. Me.Button1.TabIndex = 6
  106. Me.Button1.Text = "自定義"
  107. Me.Button1.UseVisualStyleBackColor = True
  108. '
  109. 'Button2
  110. '
  111. Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  112. Me.Button2.Location = New System.Drawing.Point(263, 178)
  113. Me.Button2.Name = "Button2"
  114. Me.Button2.Size = New System.Drawing.Size(75, 36)
  115. Me.Button2.TabIndex = 7
  116. Me.Button2.Text = "全部重設"
  117. Me.Button2.UseVisualStyleBackColor = True
  118. '
  119. 'Button3
  120. '
  121. Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  122. Me.Button3.Location = New System.Drawing.Point(263, 220)
  123. Me.Button3.Name = "Button3"
  124. Me.Button3.Size = New System.Drawing.Size(75, 36)
  125. Me.Button3.TabIndex = 8
  126. Me.Button3.Text = "取消"
  127. Me.Button3.UseVisualStyleBackColor = True
  128. '
  129. 'Button4
  130. '
  131. Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  132. Me.Button4.Location = New System.Drawing.Point(344, 220)
  133. Me.Button4.Name = "Button4"
  134. Me.Button4.Size = New System.Drawing.Size(85, 36)
  135. Me.Button4.TabIndex = 9
  136. Me.Button4.Text = "儲存並離開"
  137. Me.Button4.UseVisualStyleBackColor = True
  138. '
  139. 'Label2
  140. '
  141. Me.Label2.AutoSize = True
  142. Me.Label2.BackColor = System.Drawing.Color.Transparent
  143. Me.Label2.Font = New System.Drawing.Font("細明體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  144. Me.Label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  145. Me.Label2.Location = New System.Drawing.Point(18, 70)
  146. Me.Label2.Name = "Label2"
  147. Me.Label2.Size = New System.Drawing.Size(63, 13)
  148. Me.Label2.TabIndex = 10
  149. Me.Label2.Text = "玩家名稱"
  150. '
  151. 'Label3
  152. '
  153. Me.Label3.AutoSize = True
  154. Me.Label3.BackColor = System.Drawing.Color.Transparent
  155. Me.Label3.Font = New System.Drawing.Font("細明體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  156. Me.Label3.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  157. Me.Label3.Location = New System.Drawing.Point(242, 70)
  158. Me.Label3.Name = "Label3"
  159. Me.Label3.Size = New System.Drawing.Size(77, 13)
  160. Me.Label3.TabIndex = 11
  161. Me.Label3.Text = "最大記憶體"
  162. '
  163. 'Label4
  164. '
  165. Me.Label4.AutoSize = True
  166. Me.Label4.BackColor = System.Drawing.Color.Transparent
  167. Me.Label4.Font = New System.Drawing.Font("細明體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  168. Me.Label4.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  169. Me.Label4.Location = New System.Drawing.Point(12, 127)
  170. Me.Label4.Name = "Label4"
  171. Me.Label4.Size = New System.Drawing.Size(70, 13)
  172. Me.Label4.TabIndex = 12
  173. Me.Label4.Text = "Java 路徑"
  174. '
  175. 'Label5
  176. '
  177. Me.Label5.AutoSize = True
  178. Me.Label5.BackColor = System.Drawing.Color.Transparent
  179. Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  180. Me.Label5.Location = New System.Drawing.Point(388, 270)
  181. Me.Label5.Name = "Label5"
  182. Me.Label5.Size = New System.Drawing.Size(53, 12)
  183. Me.Label5.TabIndex = 13
  184. Me.Label5.Text = "高級設定"
  185. '
  186. 'Label6
  187. '
  188. Me.Label6.AutoSize = True
  189. Me.Label6.BackColor = System.Drawing.Color.Transparent
  190. Me.Label6.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  191. Me.Label6.Location = New System.Drawing.Point(85, 144)
  192. Me.Label6.Name = "Label6"
  193. Me.Label6.Size = New System.Drawing.Size(341, 12)
  194. Me.Label6.TabIndex = 14
  195. Me.Label6.Text = "選擇Java.exe,路徑在\bin 文件夾下。留空即自動下載便攜版本。"
  196. '
  197. 'Label7
  198. '
  199. Me.Label7.AutoSize = True
  200. Me.Label7.BackColor = System.Drawing.Color.Transparent
  201. Me.Label7.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  202. Me.Label7.Location = New System.Drawing.Point(328, 90)
  203. Me.Label7.Name = "Label7"
  204. Me.Label7.Size = New System.Drawing.Size(101, 12)
  205. Me.Label7.TabIndex = 15
  206. Me.Label7.Text = "建議最少為512MB"
  207. '
  208. 'Label8
  209. '
  210. Me.Label8.AutoSize = True
  211. Me.Label8.BackColor = System.Drawing.Color.Transparent
  212. Me.Label8.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  213. Me.Label8.Location = New System.Drawing.Point(394, 75)
  214. Me.Label8.Name = "Label8"
  215. Me.Label8.Size = New System.Drawing.Size(23, 12)
  216. Me.Label8.TabIndex = 16
  217. Me.Label8.Text = "MB"
  218. '
  219. 'TextBox3
  220. '
  221. Me.TextBox3.Location = New System.Drawing.Point(31, 320)
  222. Me.TextBox3.Multiline = True
  223. Me.TextBox3.Name = "TextBox3"
  224. Me.TextBox3.Size = New System.Drawing.Size(398, 38)
  225. Me.TextBox3.TabIndex = 17
  226. '
  227. 'TextBox4
  228. '
  229. Me.TextBox4.Location = New System.Drawing.Point(31, 364)
  230. Me.TextBox4.Multiline = True
  231. Me.TextBox4.Name = "TextBox4"
  232. Me.TextBox4.Size = New System.Drawing.Size(398, 38)
  233. Me.TextBox4.TabIndex = 18
  234. Me.TextBox4.Text = resources.GetString("TextBox4.Text")
  235. '
  236. 'TextBox5
  237. '
  238. Me.TextBox5.Location = New System.Drawing.Point(31, 408)
  239. Me.TextBox5.Multiline = True
  240. Me.TextBox5.Name = "TextBox5"
  241. Me.TextBox5.Size = New System.Drawing.Size(398, 38)
  242. Me.TextBox5.TabIndex = 19
  243. Me.TextBox5.Text = "java -Xincgc"
  244. '
  245. 'TextBox6
  246. '
  247. Me.TextBox6.Location = New System.Drawing.Point(31, 452)
  248. Me.TextBox6.Multiline = True
  249. Me.TextBox6.Name = "TextBox6"
  250. Me.TextBox6.Size = New System.Drawing.Size(398, 38)
  251. Me.TextBox6.TabIndex = 20
  252. Me.TextBox6.Text = """"
  253. '
  254. 'Label9
  255. '
  256. Me.Label9.AutoSize = True
  257. Me.Label9.BackColor = System.Drawing.Color.Transparent
  258. Me.Label9.Font = New System.Drawing.Font("細明體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  259. Me.Label9.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  260. Me.Label9.Location = New System.Drawing.Point(46, 178)
  261. Me.Label9.Name = "Label9"
  262. Me.Label9.Size = New System.Drawing.Size(35, 13)
  263. Me.Label9.TabIndex = 23
  264. Me.Label9.Text = "版本"
  265. '
  266. 'ListBox1
  267. '
  268. Me.ListBox1.FormattingEnabled = True
  269. Me.ListBox1.ItemHeight = 12
  270. Me.ListBox1.Location = New System.Drawing.Point(87, 174)
  271. Me.ListBox1.Name = "ListBox1"
  272. Me.ListBox1.Size = New System.Drawing.Size(170, 88)
  273. Me.ListBox1.TabIndex = 24
  274. '
  275. 'Form2
  276. '
  277. Me.AccessibleRole = System.Windows.Forms.AccessibleRole.Window
  278. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  279. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  280. Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  281. Me.ClientSize = New System.Drawing.Size(453, 291)
  282. Me.Controls.Add(Me.ListBox1)
  283. Me.Controls.Add(Me.Label9)
  284. Me.Controls.Add(Me.TextBox6)
  285. Me.Controls.Add(Me.TextBox5)
  286. Me.Controls.Add(Me.TextBox4)
  287. Me.Controls.Add(Me.TextBox3)
  288. Me.Controls.Add(Me.Label8)
  289. Me.Controls.Add(Me.Label7)
  290. Me.Controls.Add(Me.Label6)
  291. Me.Controls.Add(Me.Label5)
  292. Me.Controls.Add(Me.Label4)
  293. Me.Controls.Add(Me.Label3)
  294. Me.Controls.Add(Me.Label2)
  295. Me.Controls.Add(Me.Button4)
  296. Me.Controls.Add(Me.Button3)
  297. Me.Controls.Add(Me.Button2)
  298. Me.Controls.Add(Me.Button1)
  299. Me.Controls.Add(Me.TextBox2)
  300. Me.Controls.Add(Me.ComboBox1)
  301. Me.Controls.Add(Me.TextBox1)
  302. Me.Controls.Add(Me.Label1)
  303. Me.Controls.Add(Me.Button5)
  304. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  305. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  306. Me.MaximizeBox = False
  307. Me.MinimizeBox = False
  308. Me.Name = "Form2"
  309. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  310. Me.Text = "遊戲設置"
  311. Me.ResumeLayout(False)
  312. Me.PerformLayout()
  313. End Sub
  314. Friend WithEvents Button5 As System.Windows.Forms.Button
  315. Friend WithEvents Label1 As System.Windows.Forms.Label
  316. Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  317. Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
  318. Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
  319. Friend WithEvents Button1 As System.Windows.Forms.Button
  320. Friend WithEvents Button2 As System.Windows.Forms.Button
  321. Friend WithEvents Button3 As System.Windows.Forms.Button
  322. Friend WithEvents Button4 As System.Windows.Forms.Button
  323. Friend WithEvents Label2 As System.Windows.Forms.Label
  324. Friend WithEvents Label3 As System.Windows.Forms.Label
  325. Friend WithEvents Label4 As System.Windows.Forms.Label
  326. Friend WithEvents Label5 As System.Windows.Forms.Label
  327. Friend WithEvents Label6 As System.Windows.Forms.Label
  328. Friend WithEvents Label7 As System.Windows.Forms.Label
  329. Friend WithEvents Label8 As System.Windows.Forms.Label
  330. Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
  331. Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
  332. Friend WithEvents TextBox5 As System.Windows.Forms.TextBox
  333. Friend WithEvents TextBox6 As System.Windows.Forms.TextBox
  334. Friend WithEvents Label9 As System.Windows.Forms.Label
  335. Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
  336. End Class