📄 volumeform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class VolumeForm
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()
Me.components = New System.ComponentModel.Container
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(VolumeForm))
Me.trkVolume = New System.Windows.Forms.TrackBar
Me.tmrRaise = New System.Windows.Forms.Timer(Me.components)
Me.tmrLower = New System.Windows.Forms.Timer(Me.components)
Me.pnlVolume = New System.Windows.Forms.Panel
Me.lblVolume = New System.Windows.Forms.Label
Me.picVolume = New System.Windows.Forms.PictureBox
Me.btnClose = New System.Windows.Forms.Button
Me.btnMute = New System.Windows.Forms.Button
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
CType(Me.trkVolume, System.ComponentModel.ISupportInitialize).BeginInit()
Me.pnlVolume.SuspendLayout()
CType(Me.picVolume, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'trkVolume
'
Me.trkVolume.Cursor = System.Windows.Forms.Cursors.Hand
Me.trkVolume.LargeChange = 1
Me.trkVolume.Location = New System.Drawing.Point(12, 48)
Me.trkVolume.Maximum = 100
Me.trkVolume.Name = "trkVolume"
Me.trkVolume.Size = New System.Drawing.Size(116, 45)
Me.trkVolume.TabIndex = 0
Me.trkVolume.TickFrequency = 0
Me.trkVolume.TickStyle = System.Windows.Forms.TickStyle.Both
Me.ToolTip1.SetToolTip(Me.trkVolume, "音量调节")
'
'tmrRaise
'
Me.tmrRaise.Interval = 1000
'
'tmrLower
'
Me.tmrLower.Interval = 1000
'
'pnlVolume
'
Me.pnlVolume.BackgroundImage = Global.VirtualSoftware.My.Resources.Resources.GrayGradient
Me.pnlVolume.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.pnlVolume.Controls.Add(Me.lblVolume)
Me.pnlVolume.Location = New System.Drawing.Point(0, 0)
Me.pnlVolume.Name = "pnlVolume"
Me.pnlVolume.Size = New System.Drawing.Size(200, 30)
Me.pnlVolume.TabIndex = 3
'
'lblVolume
'
Me.lblVolume.BackColor = System.Drawing.Color.Transparent
Me.lblVolume.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.lblVolume.ForeColor = System.Drawing.Color.Black
Me.lblVolume.Location = New System.Drawing.Point(29, 8)
Me.lblVolume.Name = "lblVolume"
Me.lblVolume.Size = New System.Drawing.Size(143, 15)
Me.lblVolume.TabIndex = 2
Me.lblVolume.Text = "iNetRadio 音量调整"
Me.lblVolume.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'picVolume
'
Me.picVolume.BackColor = System.Drawing.Color.Transparent
Me.picVolume.Image = Global.VirtualSoftware.My.Resources.Resources.iRadio_48x48
Me.picVolume.Location = New System.Drawing.Point(140, 46)
Me.picVolume.Name = "picVolume"
Me.picVolume.Size = New System.Drawing.Size(48, 48)
Me.picVolume.TabIndex = 4
Me.picVolume.TabStop = False
'
'btnClose
'
Me.btnClose.BackgroundImage = Global.VirtualSoftware.My.Resources.Resources.GrayGradient
Me.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
Me.btnClose.FlatAppearance.BorderColor = System.Drawing.Color.Black
Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnClose.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.btnClose.Location = New System.Drawing.Point(85, 106)
Me.btnClose.Name = "btnClose"
Me.btnClose.Size = New System.Drawing.Size(75, 23)
Me.btnClose.TabIndex = 5
Me.btnClose.Text = "关闭"
Me.btnClose.UseVisualStyleBackColor = True
'
'btnMute
'
Me.btnMute.BackColor = System.Drawing.SystemColors.Control
Me.btnMute.BackgroundImage = CType(resources.GetObject("btnMute.BackgroundImage"), System.Drawing.Image)
Me.btnMute.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.btnMute.Cursor = System.Windows.Forms.Cursors.Hand
Me.btnMute.FlatAppearance.BorderColor = System.Drawing.Color.Black
Me.btnMute.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(CType(CType(5, Byte), Integer), CType(CType(69, Byte), Integer), CType(CType(106, Byte), Integer))
Me.btnMute.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnMute.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnMute.ForeColor = System.Drawing.Color.Black
Me.btnMute.Image = Global.VirtualSoftware.My.Resources.Resources.Mute
Me.btnMute.Location = New System.Drawing.Point(40, 106)
Me.btnMute.Name = "btnMute"
Me.btnMute.Size = New System.Drawing.Size(23, 23)
Me.btnMute.TabIndex = 36
Me.ToolTip1.SetToolTip(Me.btnMute, "单击静音")
Me.btnMute.UseVisualStyleBackColor = False
'
'VolumeForm
'
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(235, Byte), Integer), CType(CType(235, Byte), Integer), CType(CType(235, Byte), Integer))
Me.ClientSize = New System.Drawing.Size(201, 143)
Me.ControlBox = False
Me.Controls.Add(Me.btnMute)
Me.Controls.Add(Me.btnClose)
Me.Controls.Add(Me.picVolume)
Me.Controls.Add(Me.pnlVolume)
Me.Controls.Add(Me.trkVolume)
Me.DoubleBuffered = True
Me.ForeColor = System.Drawing.Color.Black
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.KeyPreview = True
Me.Location = New System.Drawing.Point(920, 854)
Me.MaximizeBox = False
Me.MaximumSize = New System.Drawing.Size(201, 143)
Me.MinimizeBox = False
Me.MinimumSize = New System.Drawing.Size(201, 143)
Me.Name = "VolumeForm"
Me.ShowIcon = False
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.Manual
Me.Text = "VolumeForm"
CType(Me.trkVolume, System.ComponentModel.ISupportInitialize).EndInit()
Me.pnlVolume.ResumeLayout(False)
CType(Me.picVolume, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents trkVolume As System.Windows.Forms.TrackBar
Friend WithEvents tmrRaise As System.Windows.Forms.Timer
Friend WithEvents tmrLower As System.Windows.Forms.Timer
Friend WithEvents pnlVolume As System.Windows.Forms.Panel
Friend WithEvents lblVolume As System.Windows.Forms.Label
Friend WithEvents picVolume As System.Windows.Forms.PictureBox
Friend WithEvents btnClose As System.Windows.Forms.Button
Friend WithEvents btnMute As System.Windows.Forms.Button
Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -