Form3.Designer.vb 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form3
  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(Form3))
  23. Me.Label1 = New System.Windows.Forms.Label
  24. Me.ListBox1 = New System.Windows.Forms.ListBox
  25. Me.Button1 = New System.Windows.Forms.Button
  26. Me.Button2 = New System.Windows.Forms.Button
  27. Me.Label2 = New System.Windows.Forms.Label
  28. Me.Label3 = New System.Windows.Forms.Label
  29. Me.SuspendLayout()
  30. '
  31. 'Label1
  32. '
  33. Me.Label1.AutoSize = True
  34. Me.Label1.BackColor = System.Drawing.Color.Transparent
  35. Me.Label1.Font = New System.Drawing.Font("細明體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  36. Me.Label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  37. Me.Label1.Location = New System.Drawing.Point(21, 22)
  38. Me.Label1.Name = "Label1"
  39. Me.Label1.Size = New System.Drawing.Size(103, 15)
  40. Me.Label1.TabIndex = 0
  41. Me.Label1.Text = "設置載入中…"
  42. '
  43. 'ListBox1
  44. '
  45. Me.ListBox1.BackColor = System.Drawing.Color.SaddleBrown
  46. Me.ListBox1.Font = New System.Drawing.Font("細明體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  47. Me.ListBox1.ForeColor = System.Drawing.SystemColors.Window
  48. Me.ListBox1.FormattingEnabled = True
  49. Me.ListBox1.ItemHeight = 12
  50. Me.ListBox1.Location = New System.Drawing.Point(42, 71)
  51. Me.ListBox1.Name = "ListBox1"
  52. Me.ListBox1.Size = New System.Drawing.Size(161, 100)
  53. Me.ListBox1.TabIndex = 1
  54. '
  55. 'Button1
  56. '
  57. Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  58. Me.Button1.Location = New System.Drawing.Point(225, 124)
  59. Me.Button1.Name = "Button1"
  60. Me.Button1.Size = New System.Drawing.Size(75, 23)
  61. Me.Button1.TabIndex = 2
  62. Me.Button1.Text = "確定"
  63. Me.Button1.UseVisualStyleBackColor = True
  64. '
  65. 'Button2
  66. '
  67. Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  68. Me.Button2.Location = New System.Drawing.Point(225, 153)
  69. Me.Button2.Name = "Button2"
  70. Me.Button2.Size = New System.Drawing.Size(75, 23)
  71. Me.Button2.TabIndex = 3
  72. Me.Button2.Text = "取消"
  73. Me.Button2.UseVisualStyleBackColor = True
  74. '
  75. 'Label2
  76. '
  77. Me.Label2.AutoSize = True
  78. Me.Label2.BackColor = System.Drawing.Color.Transparent
  79. Me.Label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  80. Me.Label2.Location = New System.Drawing.Point(40, 56)
  81. Me.Label2.Name = "Label2"
  82. Me.Label2.Size = New System.Drawing.Size(125, 12)
  83. Me.Label2.TabIndex = 4
  84. Me.Label2.Text = "請選擇你想啟動的版本"
  85. '
  86. 'Label3
  87. '
  88. Me.Label3.AutoSize = True
  89. Me.Label3.BackColor = System.Drawing.Color.Transparent
  90. Me.Label3.Font = New System.Drawing.Font("新細明體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  91. Me.Label3.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  92. Me.Label3.Location = New System.Drawing.Point(12, 180)
  93. Me.Label3.Name = "Label3"
  94. Me.Label3.Size = New System.Drawing.Size(44, 11)
  95. Me.Label3.TabIndex = 5
  96. Me.Label3.Text = "Error Log"
  97. '
  98. 'Form3
  99. '
  100. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  101. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  102. Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  103. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  104. Me.ClientSize = New System.Drawing.Size(340, 200)
  105. Me.Controls.Add(Me.Label3)
  106. Me.Controls.Add(Me.Label2)
  107. Me.Controls.Add(Me.Button2)
  108. Me.Controls.Add(Me.Button1)
  109. Me.Controls.Add(Me.ListBox1)
  110. Me.Controls.Add(Me.Label1)
  111. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  112. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  113. Me.MaximizeBox = False
  114. Me.MinimizeBox = False
  115. Me.Name = "Form3"
  116. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  117. Me.Text = " "
  118. Me.ResumeLayout(False)
  119. Me.PerformLayout()
  120. End Sub
  121. Friend WithEvents Label1 As System.Windows.Forms.Label
  122. Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
  123. Friend WithEvents Button1 As System.Windows.Forms.Button
  124. Friend WithEvents Button2 As System.Windows.Forms.Button
  125. Friend WithEvents Label2 As System.Windows.Forms.Label
  126. Friend WithEvents Label3 As System.Windows.Forms.Label
  127. End Class