12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 測試線路選擇
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- Try
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- Finally
- MyBase.Dispose(disposing)
- End Try
- End Sub
-
- '為 Windows Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.外網_bt = New System.Windows.Forms.Button()
- Me.內網_bt = New System.Windows.Forms.Button()
- Me.SuspendLayout()
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Location = New System.Drawing.Point(5, 10)
- Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(169, 16)
- Me.Label1.TabIndex = 1677
- Me.Label1.Text = "Silakan pilih lokasi server uji!!"
- '
- '外網_bt
- '
- Me.外網_bt.ForeColor = System.Drawing.Color.Red
- Me.外網_bt.Location = New System.Drawing.Point(96, 31)
- Me.外網_bt.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
- Me.外網_bt.Name = "外網_bt"
- Me.外網_bt.Size = New System.Drawing.Size(94, 30)
- Me.外網_bt.TabIndex = 1676
- Me.外網_bt.Text = "Indonesia"
- Me.外網_bt.UseVisualStyleBackColor = True
- '
- '內網_bt
- '
- Me.內網_bt.ForeColor = System.Drawing.Color.Teal
- Me.內網_bt.Location = New System.Drawing.Point(3, 31)
- Me.內網_bt.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
- Me.內網_bt.Name = "內網_bt"
- Me.內網_bt.Size = New System.Drawing.Size(94, 30)
- Me.內網_bt.TabIndex = 1675
- Me.內網_bt.Text = "Taiwan"
- Me.內網_bt.UseVisualStyleBackColor = True
- '
- '測試線路選擇
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(195, 68)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.外網_bt)
- Me.Controls.Add(Me.內網_bt)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.MaximizeBox = False
- Me.MinimizeBox = False
- Me.Name = "測試線路選擇"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "測試線路選擇"
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents Label1 As Label
- Friend WithEvents 外網_bt As Button
- Friend WithEvents 內網_bt As Button
- End Class
|