lrc.ctl

来自「这是网站里可以播放不同音乐的程序」· CTL 代码 · 共 41 行

CTL
41
字号
VERSION 5.00
Begin VB.UserControl inodeaLrc 
   ClientHeight    =   5640
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   8535
   ScaleHeight     =   5640
   ScaleWidth      =   8535
   Begin VB.PictureBox area 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      BorderStyle     =   0  'None
      ForeColor       =   &H80000008&
      Height          =   4935
      Left            =   600
      ScaleHeight     =   4935
      ScaleWidth      =   6975
      TabIndex        =   0
      Top             =   360
      Width           =   6975
      Begin VB.PictureBox lrcArea 
         BorderStyle     =   0  'None
         Height          =   2535
         Left            =   480
         ScaleHeight     =   2535
         ScaleWidth      =   3375
         TabIndex        =   1
         Top             =   480
         Width           =   3375
      End
   End
End
Attribute VB_Name = "inodeaLrc"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
Private Sub UserControl_Initialize()

End Sub

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?