home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / Avoiding_X20945512202007.psc / TestXpCrash / Crash / UserControl1.ctl < prev    next >
Text File  |  2007-12-20  |  1KB  |  35 lines

  1. VERSION 5.00
  2. Begin VB.UserControl UserControl1 
  3.    BackColor       =   &H80000014&
  4.    ClientHeight    =   465
  5.    ClientLeft      =   0
  6.    ClientTop       =   0
  7.    ClientWidth     =   2220
  8.    ScaleHeight     =   465
  9.    ScaleWidth      =   2220
  10.    Begin VB.Label Label1 
  11.       BackStyle       =   0  'Transparent
  12.       Caption         =   "a UserControl"
  13.       BeginProperty Font 
  14.          Name            =   "MS Sans Serif"
  15.          Size            =   12
  16.          Charset         =   0
  17.          Weight          =   700
  18.          Underline       =   0   'False
  19.          Italic          =   0   'False
  20.          Strikethrough   =   0   'False
  21.       EndProperty
  22.       ForeColor       =   &H000000C0&
  23.       Height          =   375
  24.       Left            =   120
  25.       TabIndex        =   0
  26.       Top             =   60
  27.       Width           =   2055
  28.    End
  29. End
  30. Attribute VB_Name = "UserControl1"
  31. Attribute VB_GlobalNameSpace = False
  32. Attribute VB_Creatable = True
  33. Attribute VB_PredeclaredId = False
  34. Attribute VB_Exposed = False
  35.