home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
Chip_2003-01_cd2.bin
/
editors
/
songs
/
SoundEngine
/
vbmp31615.lzh
/
sample.LZH
/
frmLyrics2.frm
(
.txt
)
< prev
next >
Wrap
Visual Basic Form
|
2000-05-27
|
2KB
|
68 lines
VERSION 5.00
Begin VB.Form frmLyrics2
Caption = "
ClientHeight = 2340
ClientLeft = 135
ClientTop = 4290
ClientWidth = 4515
LinkTopic = "Form1"
ScaleHeight = 2340
ScaleWidth = 4515
Begin VB.PictureBox picLyricsView
BackColor = &H00400000&
Height = 1935
Left = 0
ScaleHeight = 1875
ScaleWidth = 4035
TabIndex = 0
Top = 0
Width = 4095
Begin VB.Label lbCurLyrics
AutoSize = -1 'True
BackStyle = 0 '
BeginProperty Font
Name = "
Size = 15.75
Charset = 128
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 315
Left = 0
TabIndex = 2
Top = 0
Width = 120
End
Begin VB.Label lbLyrics
AutoSize = -1 'True
BackStyle = 0 '
BeginProperty Font
Name = "
Size = 15.75
Charset = 128
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0C0C0&
Height = 315
Left = 0
TabIndex = 1
Top = 0
Width = 120
End
End
Attribute VB_Name = "frmLyrics2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Resize()
picLyricsView.Width = Me.ScaleWidth
picLyricsView.Height = Me.ScaleHeight
End Sub