📄 frmserverbrowser.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class frmServerBrowser
#Region "Windows 窗体设计器生成的代码 "
<System.Diagnostics.DebuggerNonUserCode()> Public Sub New()
MyBase.New()
'此调用是 Windows 窗体设计器所必需的。
InitializeComponent()
End Sub
'窗体重写释放,以清理组件列表。
<System.Diagnostics.DebuggerNonUserCode()> Protected Overloads Overrides Sub Dispose(ByVal Disposing As Boolean)
If Disposing Then
If Not components Is Nothing Then
components.Dispose()
End If
End If
MyBase.Dispose(Disposing)
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
Public ToolTip1 As System.Windows.Forms.ToolTip
Public WithEvents cbHost As System.Windows.Forms.ComboBox
Public WithEvents txtServerName As System.Windows.Forms.TextBox
Public WithEvents txtServerClassID As System.Windows.Forms.TextBox
Public WithEvents cmdFind As System.Windows.Forms.Button
Public WithEvents listServer As System.Windows.Forms.ListBox
Public WithEvents CancelButton_Renamed As System.Windows.Forms.Button
Public WithEvents OKButton As System.Windows.Forms.Button
Public WithEvents txtComputer As System.Windows.Forms.TextBox
Public WithEvents Label4 As System.Windows.Forms.Label
Public WithEvents Label3 As System.Windows.Forms.Label
Public WithEvents Label2 As System.Windows.Forms.Label
Public WithEvents Label1 As System.Windows.Forms.Label
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器来修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
Me.cbHost = New System.Windows.Forms.ComboBox
Me.txtServerName = New System.Windows.Forms.TextBox
Me.txtServerClassID = New System.Windows.Forms.TextBox
Me.cmdFind = New System.Windows.Forms.Button
Me.listServer = New System.Windows.Forms.ListBox
Me.CancelButton_Renamed = New System.Windows.Forms.Button
Me.OKButton = New System.Windows.Forms.Button
Me.txtComputer = New System.Windows.Forms.TextBox
Me.Label4 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.ckVer2 = New System.Windows.Forms.RadioButton
Me.ckVer1 = New System.Windows.Forms.RadioButton
Me.ckVer3 = New System.Windows.Forms.RadioButton
Me.SuspendLayout()
'
'cbHost
'
Me.cbHost.BackColor = System.Drawing.SystemColors.Window
Me.cbHost.Cursor = System.Windows.Forms.Cursors.Default
Me.cbHost.ForeColor = System.Drawing.SystemColors.WindowText
Me.cbHost.Location = New System.Drawing.Point(96, 64)
Me.cbHost.Name = "cbHost"
Me.cbHost.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.cbHost.Size = New System.Drawing.Size(201, 20)
Me.cbHost.TabIndex = 12
'
'txtServerName
'
Me.txtServerName.AcceptsReturn = True
Me.txtServerName.BackColor = System.Drawing.SystemColors.Window
Me.txtServerName.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtServerName.Enabled = False
Me.txtServerName.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtServerName.Location = New System.Drawing.Point(96, 16)
Me.txtServerName.MaxLength = 0
Me.txtServerName.Name = "txtServerName"
Me.txtServerName.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtServerName.Size = New System.Drawing.Size(201, 21)
Me.txtServerName.TabIndex = 11
'
'txtServerClassID
'
Me.txtServerClassID.AcceptsReturn = True
Me.txtServerClassID.BackColor = System.Drawing.SystemColors.Window
Me.txtServerClassID.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtServerClassID.Enabled = False
Me.txtServerClassID.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtServerClassID.Location = New System.Drawing.Point(96, 40)
Me.txtServerClassID.MaxLength = 0
Me.txtServerClassID.Name = "txtServerClassID"
Me.txtServerClassID.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtServerClassID.Size = New System.Drawing.Size(201, 21)
Me.txtServerClassID.TabIndex = 8
'
'cmdFind
'
Me.cmdFind.BackColor = System.Drawing.SystemColors.Control
Me.cmdFind.Cursor = System.Windows.Forms.Cursors.Default
Me.cmdFind.ForeColor = System.Drawing.SystemColors.ControlText
Me.cmdFind.Location = New System.Drawing.Point(296, 80)
Me.cmdFind.Name = "cmdFind"
Me.cmdFind.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.cmdFind.Size = New System.Drawing.Size(97, 25)
Me.cmdFind.TabIndex = 4
Me.cmdFind.Text = "Refresh List"
Me.cmdFind.UseVisualStyleBackColor = False
'
'listServer
'
Me.listServer.BackColor = System.Drawing.SystemColors.Window
Me.listServer.Cursor = System.Windows.Forms.Cursors.Default
Me.listServer.ForeColor = System.Drawing.SystemColors.WindowText
Me.listServer.ItemHeight = 12
Me.listServer.Location = New System.Drawing.Point(8, 112)
Me.listServer.Name = "listServer"
Me.listServer.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.listServer.Size = New System.Drawing.Size(385, 100)
Me.listServer.TabIndex = 2
'
'CancelButton_Renamed
'
Me.CancelButton_Renamed.BackColor = System.Drawing.SystemColors.Control
Me.CancelButton_Renamed.Cursor = System.Windows.Forms.Cursors.Default
Me.CancelButton_Renamed.ForeColor = System.Drawing.SystemColors.ControlText
Me.CancelButton_Renamed.Location = New System.Drawing.Point(312, 48)
Me.CancelButton_Renamed.Name = "CancelButton_Renamed"
Me.CancelButton_Renamed.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.CancelButton_Renamed.Size = New System.Drawing.Size(81, 25)
Me.CancelButton_Renamed.TabIndex = 1
Me.CancelButton_Renamed.Text = "&Cancel"
Me.CancelButton_Renamed.UseVisualStyleBackColor = False
'
'OKButton
'
Me.OKButton.BackColor = System.Drawing.SystemColors.Control
Me.OKButton.Cursor = System.Windows.Forms.Cursors.Default
Me.OKButton.ForeColor = System.Drawing.SystemColors.ControlText
Me.OKButton.Location = New System.Drawing.Point(312, 16)
Me.OKButton.Name = "OKButton"
Me.OKButton.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.OKButton.Size = New System.Drawing.Size(81, 25)
Me.OKButton.TabIndex = 0
Me.OKButton.Text = "&OK"
Me.OKButton.UseVisualStyleBackColor = False
'
'txtComputer
'
Me.txtComputer.AcceptsReturn = True
Me.txtComputer.BackColor = System.Drawing.SystemColors.Window
Me.txtComputer.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtComputer.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtComputer.Location = New System.Drawing.Point(96, 64)
Me.txtComputer.MaxLength = 0
Me.txtComputer.Name = "txtComputer"
Me.txtComputer.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtComputer.Size = New System.Drawing.Size(201, 21)
Me.txtComputer.TabIndex = 10
Me.txtComputer.Visible = False
'
'Label4
'
Me.Label4.BackColor = System.Drawing.SystemColors.Control
Me.Label4.Cursor = System.Windows.Forms.Cursors.Default
Me.Label4.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label4.Location = New System.Drawing.Point(8, 40)
Me.Label4.Name = "Label4"
Me.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label4.Size = New System.Drawing.Size(89, 17)
Me.Label4.TabIndex = 9
Me.Label4.Text = "Server ClassID"
'
'Label3
'
Me.Label3.BackColor = System.Drawing.SystemColors.Control
Me.Label3.Cursor = System.Windows.Forms.Cursors.Default
Me.Label3.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label3.Location = New System.Drawing.Point(8, 88)
Me.Label3.Name = "Label3"
Me.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label3.Size = New System.Drawing.Size(81, 17)
Me.Label3.TabIndex = 7
Me.Label3.Text = "Server List:"
'
'Label2
'
Me.Label2.BackColor = System.Drawing.SystemColors.Control
Me.Label2.Cursor = System.Windows.Forms.Cursors.Default
Me.Label2.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label2.Location = New System.Drawing.Point(8, 64)
Me.Label2.Name = "Label2"
Me.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label2.Size = New System.Drawing.Size(81, 17)
Me.Label2.TabIndex = 6
Me.Label2.Text = "Computer"
'
'Label1
'
Me.Label1.BackColor = System.Drawing.SystemColors.Control
Me.Label1.Cursor = System.Windows.Forms.Cursors.Default
Me.Label1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label1.Location = New System.Drawing.Point(8, 16)
Me.Label1.Name = "Label1"
Me.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label1.Size = New System.Drawing.Size(73, 17)
Me.Label1.TabIndex = 5
Me.Label1.Text = "Server Name"
'
'ckVer2
'
Me.ckVer2.AutoSize = True
Me.ckVer2.Location = New System.Drawing.Point(161, 90)
Me.ckVer2.Name = "ckVer2"
Me.ckVer2.Size = New System.Drawing.Size(41, 16)
Me.ckVer2.TabIndex = 13
Me.ckVer2.TabStop = True
Me.ckVer2.Text = "2.0"
Me.ckVer2.UseVisualStyleBackColor = True
'
'ckVer1
'
Me.ckVer1.AutoSize = True
Me.ckVer1.Location = New System.Drawing.Point(96, 90)
Me.ckVer1.Name = "ckVer1"
Me.ckVer1.Size = New System.Drawing.Size(41, 16)
Me.ckVer1.TabIndex = 14
Me.ckVer1.TabStop = True
Me.ckVer1.Text = "1.0"
Me.ckVer1.UseVisualStyleBackColor = True
'
'ckVer3
'
Me.ckVer3.AutoSize = True
Me.ckVer3.Location = New System.Drawing.Point(227, 91)
Me.ckVer3.Name = "ckVer3"
Me.ckVer3.Size = New System.Drawing.Size(41, 16)
Me.ckVer3.TabIndex = 15
Me.ckVer3.TabStop = True
Me.ckVer3.Text = "3.0"
Me.ckVer3.UseVisualStyleBackColor = True
'
'frmServerBrowser
'
Me.AcceptButton = Me.OKButton
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.Control
Me.ClientSize = New System.Drawing.Size(410, 231)
Me.Controls.Add(Me.ckVer3)
Me.Controls.Add(Me.ckVer1)
Me.Controls.Add(Me.ckVer2)
Me.Controls.Add(Me.cbHost)
Me.Controls.Add(Me.txtServerName)
Me.Controls.Add(Me.txtServerClassID)
Me.Controls.Add(Me.cmdFind)
Me.Controls.Add(Me.listServer)
Me.Controls.Add(Me.CancelButton_Renamed)
Me.Controls.Add(Me.OKButton)
Me.Controls.Add(Me.txtComputer)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Cursor = System.Windows.Forms.Cursors.Default
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.Location = New System.Drawing.Point(184, 250)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmServerBrowser"
Me.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "Server Browser"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents ckVer2 As System.Windows.Forms.RadioButton
Friend WithEvents ckVer1 As System.Windows.Forms.RadioButton
Friend WithEvents ckVer3 As System.Windows.Forms.RadioButton
#End Region
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -