splashform.designer.vb
来自「一个界面很好的iRadio收音机 一个界面很好的iRadio收音机」· VB 代码 · 共 47 行
VB
47 行
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class SplashForm
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
Me.tmrSplash = New System.Windows.Forms.Timer(Me.components)
Me.SuspendLayout()
'
'tmrSplash
'
Me.tmrSplash.Interval = 3000
'
'SplashForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.BackgroundImage = Global.VirtualSoftware.My.Resources.Resources.iRadio_320x240
Me.ClientSize = New System.Drawing.Size(320, 240)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Name = "SplashForm"
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.TopMost = True
Me.ResumeLayout(False)
End Sub
Friend WithEvents tmrSplash As System.Windows.Forms.Timer
End Class
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?