home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / atl / atlfire / vb5test2.frm < prev   
Text File  |  1998-03-26  |  2KB  |  50 lines

  1. VERSION 5.00
  2. Object = "{479B29E1-9A2C-11D0-B696-00A0C903487A}#1.0#0"; "ATLFire.dll"
  3. Begin VB.Form Form1 
  4.    BackColor       =   &H80000008&
  5.    Caption         =   "Form1"
  6.    ClientHeight    =   6300
  7.    ClientLeft      =   60
  8.    ClientTop       =   345
  9.    ClientWidth     =   9555
  10.    BeginProperty Font 
  11.       Name            =   "Script"
  12.       Size            =   12
  13.       Charset         =   255
  14.       Weight          =   400
  15.       Underline       =   0   'False
  16.       Italic          =   0   'False
  17.       Strikethrough   =   0   'False
  18.    EndProperty
  19.    LinkTopic       =   "Form1"
  20.    ScaleHeight     =   6300
  21.    ScaleWidth      =   9555
  22.    StartUpPosition =   2  'CenterScreen
  23.    Begin ATLFIRELibCtl.FireTabCtrl FireTabCtrl3 
  24.       Height          =   2895
  25.       Left            =   2640
  26.       TabIndex        =   2
  27.       Top             =   3240
  28.       Width           =   4455
  29.    End
  30.    Begin ATLFIRELibCtl.FireTabCtrl FireTabCtrl2 
  31.       Height          =   2895
  32.       Left            =   5040
  33.       TabIndex        =   1
  34.       Top             =   120
  35.       Width           =   4335
  36.    End
  37.    Begin ATLFIRELibCtl.FireTabCtrl FireTabCtrl1 
  38.       Height          =   2895
  39.       Left            =   240
  40.       TabIndex        =   0
  41.       Top             =   120
  42.       Width           =   4455
  43.    End
  44. End
  45. Attribute VB_Name = "Form1"
  46. Attribute VB_GlobalNameSpace = False
  47. Attribute VB_Creatable = False
  48. Attribute VB_PredeclaredId = True
  49. Attribute VB_Exposed = False
  50.