暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

測試線路選擇.Designer.vb 5.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 測試線路選擇
  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.Label1 = New System.Windows.Forms.Label()
  23. Me.外網_bt = New System.Windows.Forms.Button()
  24. Me.內網_bt = New System.Windows.Forms.Button()
  25. Me.Panel1 = New System.Windows.Forms.Panel()
  26. Me.主題_lb = New System.Windows.Forms.Label()
  27. Me.PnlTitleBar = New System.Windows.Forms.Panel()
  28. Me.Panel1.SuspendLayout()
  29. Me.SuspendLayout()
  30. '
  31. 'Label1
  32. '
  33. Me.Label1.AutoEllipsis = True
  34. Me.Label1.BackColor = System.Drawing.Color.Transparent
  35. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  36. Me.Label1.Location = New System.Drawing.Point(7, 4)
  37. Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  38. Me.Label1.Name = "Label1"
  39. Me.Label1.Size = New System.Drawing.Size(215, 51)
  40. Me.Label1.TabIndex = 1677
  41. Me.Label1.Text = "請選擇測試伺服器所在位置"
  42. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  43. '
  44. '外網_bt
  45. '
  46. Me.外網_bt.ForeColor = System.Drawing.Color.Red
  47. Me.外網_bt.Location = New System.Drawing.Point(128, 55)
  48. Me.外網_bt.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
  49. Me.外網_bt.Name = "外網_bt"
  50. Me.外網_bt.Size = New System.Drawing.Size(94, 30)
  51. Me.外網_bt.TabIndex = 1676
  52. Me.外網_bt.Text = "Indonesia"
  53. Me.外網_bt.UseVisualStyleBackColor = True
  54. '
  55. '內網_bt
  56. '
  57. Me.內網_bt.ForeColor = System.Drawing.Color.Teal
  58. Me.內網_bt.Location = New System.Drawing.Point(5, 55)
  59. Me.內網_bt.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
  60. Me.內網_bt.Name = "內網_bt"
  61. Me.內網_bt.Size = New System.Drawing.Size(94, 30)
  62. Me.內網_bt.TabIndex = 1675
  63. Me.內網_bt.Text = "Taiwan"
  64. Me.內網_bt.UseVisualStyleBackColor = True
  65. '
  66. 'Panel1
  67. '
  68. Me.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  69. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  70. Me.Panel1.Controls.Add(Me.Label1)
  71. Me.Panel1.Controls.Add(Me.內網_bt)
  72. Me.Panel1.Controls.Add(Me.外網_bt)
  73. Me.Panel1.Location = New System.Drawing.Point(5, 34)
  74. Me.Panel1.Name = "Panel1"
  75. Me.Panel1.Size = New System.Drawing.Size(229, 89)
  76. Me.Panel1.TabIndex = 1678
  77. '
  78. '主題_lb
  79. '
  80. Me.主題_lb.AutoSize = True
  81. Me.主題_lb.BackColor = System.Drawing.Color.Transparent
  82. Me.主題_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  83. Me.主題_lb.Location = New System.Drawing.Point(9, 9)
  84. Me.主題_lb.Name = "主題_lb"
  85. Me.主題_lb.Size = New System.Drawing.Size(45, 16)
  86. Me.主題_lb.TabIndex = 1821
  87. Me.主題_lb.Text = "Label1"
  88. '
  89. 'PnlTitleBar
  90. '
  91. Me.PnlTitleBar.BackColor = System.Drawing.Color.Transparent
  92. Me.PnlTitleBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  93. Me.PnlTitleBar.Location = New System.Drawing.Point(0, 0)
  94. Me.PnlTitleBar.Name = "PnlTitleBar"
  95. Me.PnlTitleBar.Size = New System.Drawing.Size(239, 126)
  96. Me.PnlTitleBar.TabIndex = 1822
  97. '
  98. '測試線路選擇
  99. '
  100. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  101. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  102. Me.ClientSize = New System.Drawing.Size(239, 126)
  103. Me.Controls.Add(Me.主題_lb)
  104. Me.Controls.Add(Me.Panel1)
  105. Me.Controls.Add(Me.PnlTitleBar)
  106. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  107. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  108. Me.Margin = New System.Windows.Forms.Padding(4)
  109. Me.MaximizeBox = False
  110. Me.MinimizeBox = False
  111. Me.Name = "測試線路選擇"
  112. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  113. Me.Text = "測試線路選擇"
  114. Me.Panel1.ResumeLayout(False)
  115. Me.ResumeLayout(False)
  116. Me.PerformLayout()
  117. End Sub
  118. Friend WithEvents Label1 As Label
  119. Friend WithEvents 外網_bt As Button
  120. Friend WithEvents 內網_bt As Button
  121. Friend WithEvents Panel1 As Panel
  122. Friend WithEvents 主題_lb As Label
  123. Friend WithEvents PnlTitleBar As Panel
  124. End Class