home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 3_2004-2005.ISO / Data / Zips / GDI_Manage1841911192005.psc / fFontTest.frm < prev    next >
Text File  |  2005-01-19  |  1KB  |  39 lines

  1. VERSION 5.00
  2. Begin VB.Form fFont 
  3.    Caption         =   "Form1"
  4.    ClientHeight    =   2460
  5.    ClientLeft      =   1395
  6.    ClientTop       =   2565
  7.    ClientWidth     =   4395
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   2460
  10.    ScaleWidth      =   4395
  11.    Begin Project1.UserControl1 UserControl11 
  12.       Height          =   2055
  13.       Left            =   240
  14.       TabIndex        =   0
  15.       Top             =   240
  16.       Visible         =   0   'False
  17.       Width           =   3975
  18.       _ExtentX        =   7011
  19.       _ExtentY        =   3625
  20.       BeginProperty Font {7DDE0CCE-EB33-46FA-8F84-179117453CDD} 
  21.       EndProperty
  22.    End
  23.    Begin VB.Label Label1 
  24.       Caption         =   "To test the font object, return to design time and goto the custom properties of the usercontrol that's on this form."
  25.       Height          =   855
  26.       Left            =   960
  27.       TabIndex        =   1
  28.       Top             =   600
  29.       Width           =   2655
  30.    End
  31. End
  32. Attribute VB_Name = "fFont"
  33. Attribute VB_GlobalNameSpace = False
  34. Attribute VB_Creatable = False
  35. Attribute VB_PredeclaredId = True
  36. Attribute VB_Exposed = False
  37. Option Explicit
  38.  
  39.