📄 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 ckVer1 As System.Windows.Forms.CheckBox
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()
Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmServerBrowser))
Me.components = New System.ComponentModel.Container()
Me.ToolTip1 = New System.Windows.Forms.ToolTip(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.ckVer1 = New System.Windows.Forms.CheckBox
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.SuspendLayout()
Me.ToolTip1.Active = True
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.Text = "Server Browser"
Me.ClientSize = New System.Drawing.Size(410, 231)
Me.Location = New System.Drawing.Point(184, 250)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.Control
Me.ControlBox = True
Me.Enabled = True
Me.KeyPreview = False
Me.Cursor = System.Windows.Forms.Cursors.Default
Me.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.HelpButton = False
Me.WindowState = System.Windows.Forms.FormWindowState.Normal
Me.Name = "frmServerBrowser"
Me.cbHost.Size = New System.Drawing.Size(201, 20)
Me.cbHost.Location = New System.Drawing.Point(96, 64)
Me.cbHost.TabIndex = 12
Me.cbHost.BackColor = System.Drawing.SystemColors.Window
Me.cbHost.CausesValidation = True
Me.cbHost.Enabled = True
Me.cbHost.ForeColor = System.Drawing.SystemColors.WindowText
Me.cbHost.IntegralHeight = True
Me.cbHost.Cursor = System.Windows.Forms.Cursors.Default
Me.cbHost.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.cbHost.Sorted = False
Me.cbHost.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDown
Me.cbHost.TabStop = True
Me.cbHost.Visible = True
Me.cbHost.Name = "cbHost"
Me.txtServerName.AutoSize = False
Me.txtServerName.Enabled = False
Me.txtServerName.Size = New System.Drawing.Size(201, 19)
Me.txtServerName.Location = New System.Drawing.Point(96, 16)
Me.txtServerName.TabIndex = 11
Me.txtServerName.AcceptsReturn = True
Me.txtServerName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
Me.txtServerName.BackColor = System.Drawing.SystemColors.Window
Me.txtServerName.CausesValidation = True
Me.txtServerName.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtServerName.HideSelection = True
Me.txtServerName.ReadOnly = False
Me.txtServerName.Maxlength = 0
Me.txtServerName.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtServerName.MultiLine = False
Me.txtServerName.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtServerName.ScrollBars = System.Windows.Forms.ScrollBars.None
Me.txtServerName.TabStop = True
Me.txtServerName.Visible = True
Me.txtServerName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.txtServerName.Name = "txtServerName"
Me.txtServerClassID.AutoSize = False
Me.txtServerClassID.Enabled = False
Me.txtServerClassID.Size = New System.Drawing.Size(201, 19)
Me.txtServerClassID.Location = New System.Drawing.Point(96, 40)
Me.txtServerClassID.TabIndex = 8
Me.txtServerClassID.AcceptsReturn = True
Me.txtServerClassID.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
Me.txtServerClassID.BackColor = System.Drawing.SystemColors.Window
Me.txtServerClassID.CausesValidation = True
Me.txtServerClassID.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtServerClassID.HideSelection = True
Me.txtServerClassID.ReadOnly = False
Me.txtServerClassID.Maxlength = 0
Me.txtServerClassID.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtServerClassID.MultiLine = False
Me.txtServerClassID.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtServerClassID.ScrollBars = System.Windows.Forms.ScrollBars.None
Me.txtServerClassID.TabStop = True
Me.txtServerClassID.Visible = True
Me.txtServerClassID.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.txtServerClassID.Name = "txtServerClassID"
Me.cmdFind.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.cmdFind.Text = "Refresh List"
Me.cmdFind.Size = New System.Drawing.Size(97, 25)
Me.cmdFind.Location = New System.Drawing.Point(296, 80)
Me.cmdFind.TabIndex = 4
Me.cmdFind.BackColor = System.Drawing.SystemColors.Control
Me.cmdFind.CausesValidation = True
Me.cmdFind.Enabled = True
Me.cmdFind.ForeColor = System.Drawing.SystemColors.ControlText
Me.cmdFind.Cursor = System.Windows.Forms.Cursors.Default
Me.cmdFind.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.cmdFind.TabStop = True
Me.cmdFind.Name = "cmdFind"
Me.ckVer1.Text = "2.0"
Me.ckVer1.Size = New System.Drawing.Size(113, 17)
Me.ckVer1.Location = New System.Drawing.Point(184, 88)
Me.ckVer1.TabIndex = 3
Me.ckVer1.CheckAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.ckVer1.FlatStyle = System.Windows.Forms.FlatStyle.Standard
Me.ckVer1.BackColor = System.Drawing.SystemColors.Control
Me.ckVer1.CausesValidation = True
Me.ckVer1.Enabled = True
Me.ckVer1.ForeColor = System.Drawing.SystemColors.ControlText
Me.ckVer1.Cursor = System.Windows.Forms.Cursors.Default
Me.ckVer1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.ckVer1.Appearance = System.Windows.Forms.Appearance.Normal
Me.ckVer1.TabStop = True
Me.ckVer1.CheckState = System.Windows.Forms.CheckState.Unchecked
Me.ckVer1.Visible = True
Me.ckVer1.Name = "ckVer1"
Me.listServer.Size = New System.Drawing.Size(385, 103)
Me.listServer.Location = New System.Drawing.Point(8, 112)
Me.listServer.TabIndex = 2
Me.listServer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.listServer.BackColor = System.Drawing.SystemColors.Window
Me.listServer.CausesValidation = True
Me.listServer.Enabled = True
Me.listServer.ForeColor = System.Drawing.SystemColors.WindowText
Me.listServer.IntegralHeight = True
Me.listServer.Cursor = System.Windows.Forms.Cursors.Default
Me.listServer.SelectionMode = System.Windows.Forms.SelectionMode.One
Me.listServer.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.listServer.Sorted = False
Me.listServer.TabStop = True
Me.listServer.Visible = True
Me.listServer.MultiColumn = False
Me.listServer.Name = "listServer"
Me.CancelButton_Renamed.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.CancelButton_Renamed.Text = "&Cancel"
Me.CancelButton_Renamed.Size = New System.Drawing.Size(81, 25)
Me.CancelButton_Renamed.Location = New System.Drawing.Point(312, 48)
Me.CancelButton_Renamed.TabIndex = 1
Me.CancelButton_Renamed.BackColor = System.Drawing.SystemColors.Control
Me.CancelButton_Renamed.CausesValidation = True
Me.CancelButton_Renamed.Enabled = True
Me.CancelButton_Renamed.ForeColor = System.Drawing.SystemColors.ControlText
Me.CancelButton_Renamed.Cursor = System.Windows.Forms.Cursors.Default
Me.CancelButton_Renamed.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.CancelButton_Renamed.TabStop = True
Me.CancelButton_Renamed.Name = "CancelButton_Renamed"
Me.OKButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.OKButton.Text = "&OK"
Me.AcceptButton = Me.OKButton
Me.OKButton.Size = New System.Drawing.Size(81, 25)
Me.OKButton.Location = New System.Drawing.Point(312, 16)
Me.OKButton.TabIndex = 0
Me.OKButton.BackColor = System.Drawing.SystemColors.Control
Me.OKButton.CausesValidation = True
Me.OKButton.Enabled = True
Me.OKButton.ForeColor = System.Drawing.SystemColors.ControlText
Me.OKButton.Cursor = System.Windows.Forms.Cursors.Default
Me.OKButton.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.OKButton.TabStop = True
Me.OKButton.Name = "OKButton"
Me.txtComputer.AutoSize = False
Me.txtComputer.Size = New System.Drawing.Size(201, 18)
Me.txtComputer.Location = New System.Drawing.Point(96, 64)
Me.txtComputer.TabIndex = 10
Me.txtComputer.Visible = False
Me.txtComputer.AcceptsReturn = True
Me.txtComputer.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
Me.txtComputer.BackColor = System.Drawing.SystemColors.Window
Me.txtComputer.CausesValidation = True
Me.txtComputer.Enabled = True
Me.txtComputer.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtComputer.HideSelection = True
Me.txtComputer.ReadOnly = False
Me.txtComputer.Maxlength = 0
Me.txtComputer.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtComputer.MultiLine = False
Me.txtComputer.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtComputer.ScrollBars = System.Windows.Forms.ScrollBars.None
Me.txtComputer.TabStop = True
Me.txtComputer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.txtComputer.Name = "txtComputer"
Me.Label4.Text = "Server ClassID"
Me.Label4.Size = New System.Drawing.Size(89, 17)
Me.Label4.Location = New System.Drawing.Point(8, 40)
Me.Label4.TabIndex = 9
Me.Label4.TextAlign = System.Drawing.ContentAlignment.TopLeft
Me.Label4.BackColor = System.Drawing.SystemColors.Control
Me.Label4.Enabled = True
Me.Label4.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label4.Cursor = System.Windows.Forms.Cursors.Default
Me.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label4.UseMnemonic = True
Me.Label4.Visible = True
Me.Label4.AutoSize = False
Me.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.Label4.Name = "Label4"
Me.Label3.Text = "Server List:"
Me.Label3.Size = New System.Drawing.Size(81, 17)
Me.Label3.Location = New System.Drawing.Point(8, 88)
Me.Label3.TabIndex = 7
Me.Label3.TextAlign = System.Drawing.ContentAlignment.TopLeft
Me.Label3.BackColor = System.Drawing.SystemColors.Control
Me.Label3.Enabled = True
Me.Label3.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label3.Cursor = System.Windows.Forms.Cursors.Default
Me.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label3.UseMnemonic = True
Me.Label3.Visible = True
Me.Label3.AutoSize = False
Me.Label3.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.Label3.Name = "Label3"
Me.Label2.Text = "Computer"
Me.Label2.Size = New System.Drawing.Size(81, 17)
Me.Label2.Location = New System.Drawing.Point(8, 64)
Me.Label2.TabIndex = 6
Me.Label2.TextAlign = System.Drawing.ContentAlignment.TopLeft
Me.Label2.BackColor = System.Drawing.SystemColors.Control
Me.Label2.Enabled = True
Me.Label2.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label2.Cursor = System.Windows.Forms.Cursors.Default
Me.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label2.UseMnemonic = True
Me.Label2.Visible = True
Me.Label2.AutoSize = False
Me.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.Label2.Name = "Label2"
Me.Label1.Text = "Server Name"
Me.Label1.Size = New System.Drawing.Size(73, 17)
Me.Label1.Location = New System.Drawing.Point(8, 16)
Me.Label1.TabIndex = 5
Me.Label1.TextAlign = System.Drawing.ContentAlignment.TopLeft
Me.Label1.BackColor = System.Drawing.SystemColors.Control
Me.Label1.Enabled = True
Me.Label1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label1.Cursor = System.Windows.Forms.Cursors.Default
Me.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label1.UseMnemonic = True
Me.Label1.Visible = True
Me.Label1.AutoSize = False
Me.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.Label1.Name = "Label1"
Me.Controls.Add(cbHost)
Me.Controls.Add(txtServerName)
Me.Controls.Add(txtServerClassID)
Me.Controls.Add(cmdFind)
Me.Controls.Add(ckVer1)
Me.Controls.Add(listServer)
Me.Controls.Add(CancelButton_Renamed)
Me.Controls.Add(OKButton)
Me.Controls.Add(txtComputer)
Me.Controls.Add(Label4)
Me.Controls.Add(Label3)
Me.Controls.Add(Label2)
Me.Controls.Add(Label1)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
#End Region
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -