Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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.SuspendLayout()
  26. '
  27. 'Label1
  28. '
  29. Me.Label1.AutoSize = True
  30. Me.Label1.Location = New System.Drawing.Point(5, 10)
  31. Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  32. Me.Label1.Name = "Label1"
  33. Me.Label1.Size = New System.Drawing.Size(169, 16)
  34. Me.Label1.TabIndex = 1677
  35. Me.Label1.Text = "Silakan pilih lokasi server uji!!"
  36. '
  37. '外網_bt
  38. '
  39. Me.外網_bt.ForeColor = System.Drawing.Color.Red
  40. Me.外網_bt.Location = New System.Drawing.Point(96, 31)
  41. Me.外網_bt.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
  42. Me.外網_bt.Name = "外網_bt"
  43. Me.外網_bt.Size = New System.Drawing.Size(94, 30)
  44. Me.外網_bt.TabIndex = 1676
  45. Me.外網_bt.Text = "Indonesia"
  46. Me.外網_bt.UseVisualStyleBackColor = True
  47. '
  48. '內網_bt
  49. '
  50. Me.內網_bt.ForeColor = System.Drawing.Color.Teal
  51. Me.內網_bt.Location = New System.Drawing.Point(3, 31)
  52. Me.內網_bt.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
  53. Me.內網_bt.Name = "內網_bt"
  54. Me.內網_bt.Size = New System.Drawing.Size(94, 30)
  55. Me.內網_bt.TabIndex = 1675
  56. Me.內網_bt.Text = "Taiwan"
  57. Me.內網_bt.UseVisualStyleBackColor = True
  58. '
  59. '測試線路選擇
  60. '
  61. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  62. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  63. Me.ClientSize = New System.Drawing.Size(195, 68)
  64. Me.Controls.Add(Me.Label1)
  65. Me.Controls.Add(Me.外網_bt)
  66. Me.Controls.Add(Me.內網_bt)
  67. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  68. Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  69. Me.MaximizeBox = False
  70. Me.MinimizeBox = False
  71. Me.Name = "測試線路選擇"
  72. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  73. Me.Text = "測試線路選擇"
  74. Me.ResumeLayout(False)
  75. Me.PerformLayout()
  76. End Sub
  77. Friend WithEvents Label1 As Label
  78. Friend WithEvents 外網_bt As Button
  79. Friend WithEvents 內網_bt As Button
  80. End Class