📄 wmpaboutdialog.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class WmpAboutDialog
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(WmpAboutDialog))
Me.pnlAbout = New System.Windows.Forms.Panel
Me.lblCoverTech = New System.Windows.Forms.Label
Me.btnOK = New System.Windows.Forms.Button
Me.lblVersion = New System.Windows.Forms.Label
Me.lblCover11 = New System.Windows.Forms.Label
Me.pnlAbout.SuspendLayout()
Me.SuspendLayout()
'
'pnlAbout
'
Me.pnlAbout.BackgroundImage = Global.VirtualSoftware.My.Resources.Resources.MediaPlayerAbout
Me.pnlAbout.Controls.Add(Me.lblCoverTech)
Me.pnlAbout.Controls.Add(Me.btnOK)
Me.pnlAbout.Controls.Add(Me.lblVersion)
Me.pnlAbout.Controls.Add(Me.lblCover11)
Me.pnlAbout.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.pnlAbout.Location = New System.Drawing.Point(0, 0)
Me.pnlAbout.Name = "pnlAbout"
Me.pnlAbout.Size = New System.Drawing.Size(350, 262)
Me.pnlAbout.TabIndex = 0
'
'lblCoverTech
'
Me.lblCoverTech.BackColor = System.Drawing.Color.White
Me.lblCoverTech.Location = New System.Drawing.Point(12, 232)
Me.lblCoverTech.Name = "lblCoverTech"
Me.lblCoverTech.Size = New System.Drawing.Size(164, 13)
Me.lblCoverTech.TabIndex = 1
'
'btnOK
'
Me.btnOK.Location = New System.Drawing.Point(264, 228)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(75, 23)
Me.btnOK.TabIndex = 1
Me.btnOK.Text = "确定"
Me.btnOK.UseVisualStyleBackColor = True
'
'lblVersion
'
Me.lblVersion.BackColor = System.Drawing.Color.White
Me.lblVersion.Location = New System.Drawing.Point(172, 63)
Me.lblVersion.Name = "lblVersion"
Me.lblVersion.Size = New System.Drawing.Size(136, 13)
Me.lblVersion.TabIndex = 1
Me.lblVersion.Text = "11.0000.0000.0000"
Me.lblVersion.TextAlign = System.Drawing.ContentAlignment.BottomLeft
'
'lblCover11
'
Me.lblCover11.BackColor = System.Drawing.Color.White
Me.lblCover11.Location = New System.Drawing.Point(92, 72)
Me.lblCover11.Name = "lblCover11"
Me.lblCover11.Size = New System.Drawing.Size(15, 14)
Me.lblCover11.TabIndex = 1
'
'WmpAboutDialog
'
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
Me.ClientSize = New System.Drawing.Size(350, 262)
Me.Controls.Add(Me.pnlAbout)
Me.DoubleBuffered = True
Me.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.KeyPreview = True
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "WmpAboutDialog"
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "关于Windows?Media 播放器"
Me.pnlAbout.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents pnlAbout As System.Windows.Forms.Panel
Friend WithEvents lblCover11 As System.Windows.Forms.Label
Friend WithEvents lblVersion As System.Windows.Forms.Label
Friend WithEvents lblCoverTech As System.Windows.Forms.Label
Friend WithEvents btnOK As System.Windows.Forms.Button
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -