📄 frmitemstatus.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class frmItemStatus
#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 _ListView1_ColumnHeader_1 As System.Windows.Forms.ColumnHeader
Public WithEvents _ListView1_ColumnHeader_2 As System.Windows.Forms.ColumnHeader
Public WithEvents ListView1 As System.Windows.Forms.ListView
Public WithEvents RefreshButton As System.Windows.Forms.Button
Public WithEvents OKButton As System.Windows.Forms.Button
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器来修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmItemStatus))
Me.components = New System.ComponentModel.Container()
Me.ToolTip1 = New System.Windows.Forms.ToolTip(components)
Me.ListView1 = New System.Windows.Forms.ListView
Me._ListView1_ColumnHeader_1 = New System.Windows.Forms.ColumnHeader
Me._ListView1_ColumnHeader_2 = New System.Windows.Forms.ColumnHeader
Me.RefreshButton = New System.Windows.Forms.Button
Me.OKButton = New System.Windows.Forms.Button
Me.ListView1.SuspendLayout()
Me.SuspendLayout()
Me.ToolTip1.Active = True
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.Text = "Item Properties"
Me.ClientSize = New System.Drawing.Size(402, 210)
Me.Location = New System.Drawing.Point(184, 250)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
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 = "frmItemStatus"
Me.ListView1.Size = New System.Drawing.Size(297, 193)
Me.ListView1.Location = New System.Drawing.Point(8, 8)
Me.ListView1.TabIndex = 2
Me.ListView1.View = System.Windows.Forms.View.Details
Me.ListView1.LabelWrap = True
Me.ListView1.HideSelection = True
Me.ListView1.FullRowSelect = True
Me.ListView1.ForeColor = System.Drawing.SystemColors.WindowText
Me.ListView1.BackColor = System.Drawing.SystemColors.Window
Me.ListView1.LabelEdit = True
Me.ListView1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.ListView1.Name = "ListView1"
Me._ListView1_ColumnHeader_1.Text = "Key"
Me._ListView1_ColumnHeader_1.Width = 236
Me._ListView1_ColumnHeader_2.Text = "Value"
Me._ListView1_ColumnHeader_2.Width = 170
Me.RefreshButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.RefreshButton.Text = "Refresh"
Me.RefreshButton.Size = New System.Drawing.Size(81, 25)
Me.RefreshButton.Location = New System.Drawing.Point(312, 40)
Me.RefreshButton.TabIndex = 1
Me.RefreshButton.BackColor = System.Drawing.SystemColors.Control
Me.RefreshButton.CausesValidation = True
Me.RefreshButton.Enabled = True
Me.RefreshButton.ForeColor = System.Drawing.SystemColors.ControlText
Me.RefreshButton.Cursor = System.Windows.Forms.Cursors.Default
Me.RefreshButton.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.RefreshButton.TabStop = True
Me.RefreshButton.Name = "RefreshButton"
Me.OKButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.OKButton.Text = "Done"
Me.AcceptButton = Me.OKButton
Me.OKButton.Size = New System.Drawing.Size(81, 25)
Me.OKButton.Location = New System.Drawing.Point(312, 8)
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.Controls.Add(ListView1)
Me.Controls.Add(RefreshButton)
Me.Controls.Add(OKButton)
Me.ListView1.Columns.Add(_ListView1_ColumnHeader_1)
Me.ListView1.Columns.Add(_ListView1_ColumnHeader_2)
Me.ListView1.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
#End Region
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -