Ingen beskrivning
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.

Form1.Designer.vb 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class Form1
  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.components = New System.ComponentModel.Container()
  23. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
  24. Me.Label1 = New System.Windows.Forms.Label()
  25. Me.客戶_tb = New System.Windows.Forms.ComboBox()
  26. Me.IP_tb = New System.Windows.Forms.TextBox()
  27. Me.Label2 = New System.Windows.Forms.Label()
  28. Me.啟動_bt = New System.Windows.Forms.Button()
  29. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  30. Me.SuspendLayout()
  31. '
  32. 'Label1
  33. '
  34. Me.Label1.AutoSize = True
  35. Me.Label1.Location = New System.Drawing.Point(12, 9)
  36. Me.Label1.Name = "Label1"
  37. Me.Label1.Size = New System.Drawing.Size(57, 20)
  38. Me.Label1.TabIndex = 0
  39. Me.Label1.Text = "客 戶"
  40. '
  41. '客戶_tb
  42. '
  43. Me.客戶_tb.FormattingEnabled = True
  44. Me.客戶_tb.Location = New System.Drawing.Point(76, 6)
  45. Me.客戶_tb.Name = "客戶_tb"
  46. Me.客戶_tb.Size = New System.Drawing.Size(222, 28)
  47. Me.客戶_tb.TabIndex = 1
  48. '
  49. 'IP_tb
  50. '
  51. Me.IP_tb.Location = New System.Drawing.Point(76, 40)
  52. Me.IP_tb.Name = "IP_tb"
  53. Me.IP_tb.Size = New System.Drawing.Size(222, 29)
  54. Me.IP_tb.TabIndex = 2
  55. '
  56. 'Label2
  57. '
  58. Me.Label2.AutoSize = True
  59. Me.Label2.Location = New System.Drawing.Point(12, 45)
  60. Me.Label2.Name = "Label2"
  61. Me.Label2.Size = New System.Drawing.Size(56, 20)
  62. Me.Label2.TabIndex = 3
  63. Me.Label2.Text = "外網IP"
  64. '
  65. '啟動_bt
  66. '
  67. Me.啟動_bt.Location = New System.Drawing.Point(304, 6)
  68. Me.啟動_bt.Name = "啟動_bt"
  69. Me.啟動_bt.Size = New System.Drawing.Size(75, 63)
  70. Me.啟動_bt.TabIndex = 4
  71. Me.啟動_bt.Text = "啟動"
  72. Me.啟動_bt.UseVisualStyleBackColor = True
  73. '
  74. 'Timer1
  75. '
  76. Me.Timer1.Interval = 180000
  77. '
  78. 'Form1
  79. '
  80. Me.AutoScaleDimensions = New System.Drawing.SizeF(10.0!, 20.0!)
  81. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  82. Me.ClientSize = New System.Drawing.Size(386, 74)
  83. Me.Controls.Add(Me.啟動_bt)
  84. Me.Controls.Add(Me.Label2)
  85. Me.Controls.Add(Me.IP_tb)
  86. Me.Controls.Add(Me.客戶_tb)
  87. Me.Controls.Add(Me.Label1)
  88. Me.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  89. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  90. Me.Margin = New System.Windows.Forms.Padding(5)
  91. Me.MaximizeBox = False
  92. Me.MinimizeBox = False
  93. Me.Name = "Form1"
  94. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  95. Me.Text = "伺服器外網IP查詢"
  96. Me.ResumeLayout(False)
  97. Me.PerformLayout()
  98. End Sub
  99. Friend WithEvents Label1 As Label
  100. Friend WithEvents 客戶_tb As ComboBox
  101. Friend WithEvents IP_tb As TextBox
  102. Friend WithEvents Label2 As Label
  103. Friend WithEvents 啟動_bt As Button
  104. Friend WithEvents Timer1 As Timer
  105. End Class