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 >
Visual Basic Form  |  2000-05-27  |  2KB  |  68 lines

  1. VERSION 5.00
  2. Begin VB.Form frmLyrics2 
  3.    Caption         =   "
  4.    ClientHeight    =   2340
  5.    ClientLeft      =   135
  6.    ClientTop       =   4290
  7.    ClientWidth     =   4515
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   2340
  10.    ScaleWidth      =   4515
  11.    Begin VB.PictureBox picLyricsView 
  12.       BackColor       =   &H00400000&
  13.       Height          =   1935
  14.       Left            =   0
  15.       ScaleHeight     =   1875
  16.       ScaleWidth      =   4035
  17.       TabIndex        =   0
  18.       Top             =   0
  19.       Width           =   4095
  20.       Begin VB.Label lbCurLyrics 
  21.          AutoSize        =   -1  'True
  22.          BackStyle       =   0  '
  23.          BeginProperty Font 
  24.             Name            =   "
  25.             Size            =   15.75
  26.             Charset         =   128
  27.             Weight          =   700
  28.             Underline       =   0   'False
  29.             Italic          =   0   'False
  30.             Strikethrough   =   0   'False
  31.          EndProperty
  32.          ForeColor       =   &H0000FFFF&
  33.          Height          =   315
  34.          Left            =   0
  35.          TabIndex        =   2
  36.          Top             =   0
  37.          Width           =   120
  38.       End
  39.       Begin VB.Label lbLyrics 
  40.          AutoSize        =   -1  'True
  41.          BackStyle       =   0  '
  42.          BeginProperty Font 
  43.             Name            =   "
  44.             Size            =   15.75
  45.             Charset         =   128
  46.             Weight          =   700
  47.             Underline       =   0   'False
  48.             Italic          =   0   'False
  49.             Strikethrough   =   0   'False
  50.          EndProperty
  51.          ForeColor       =   &H00C0C0C0&
  52.          Height          =   315
  53.          Left            =   0
  54.          TabIndex        =   1
  55.          Top             =   0
  56.          Width           =   120
  57.       End
  58.    End
  59. Attribute VB_Name = "frmLyrics2"
  60. Attribute VB_GlobalNameSpace = False
  61. Attribute VB_Creatable = False
  62. Attribute VB_PredeclaredId = True
  63. Attribute VB_Exposed = False
  64. Private Sub Form_Resize()
  65.     picLyricsView.Width = Me.ScaleWidth
  66.     picLyricsView.Height = Me.ScaleHeight
  67. End Sub
  68.