_ Partial Class 測試線路選擇 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ 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 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ 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.Panel1 = New System.Windows.Forms.Panel() Me.主題_lb = New System.Windows.Forms.Label() Me.PnlTitleBar = New System.Windows.Forms.Panel() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoEllipsis = True Me.Label1.BackColor = System.Drawing.Color.Transparent Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label1.Location = New System.Drawing.Point(7, 4) Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(215, 51) Me.Label1.TabIndex = 1677 Me.Label1.Text = "請選擇測試伺服器所在位置" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '外網_bt ' Me.外網_bt.ForeColor = System.Drawing.Color.Red Me.外網_bt.Location = New System.Drawing.Point(128, 55) 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(5, 55) 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 ' 'Panel1 ' Me.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Controls.Add(Me.內網_bt) Me.Panel1.Controls.Add(Me.外網_bt) Me.Panel1.Location = New System.Drawing.Point(5, 34) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(229, 89) Me.Panel1.TabIndex = 1678 ' '主題_lb ' Me.主題_lb.AutoSize = True Me.主題_lb.BackColor = System.Drawing.Color.Transparent Me.主題_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.主題_lb.Location = New System.Drawing.Point(9, 9) Me.主題_lb.Name = "主題_lb" Me.主題_lb.Size = New System.Drawing.Size(45, 16) Me.主題_lb.TabIndex = 1821 Me.主題_lb.Text = "Label1" ' 'PnlTitleBar ' Me.PnlTitleBar.BackColor = System.Drawing.Color.Transparent Me.PnlTitleBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.PnlTitleBar.Location = New System.Drawing.Point(0, 0) Me.PnlTitleBar.Name = "PnlTitleBar" Me.PnlTitleBar.Size = New System.Drawing.Size(239, 126) Me.PnlTitleBar.TabIndex = 1822 ' '測試線路選擇 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(239, 126) Me.Controls.Add(Me.主題_lb) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.PnlTitleBar) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Margin = New System.Windows.Forms.Padding(4) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "測試線路選擇" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "測試線路選擇" Me.Panel1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As Label Friend WithEvents 外網_bt As Button Friend WithEvents 內網_bt As Button Friend WithEvents Panel1 As Panel Friend WithEvents 主題_lb As Label Friend WithEvents PnlTitleBar As Panel End Class