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

  1. VERSION 5.00
  2. Object = "{479B29E1-9A2C-11D0-B696-00A0C903487A}#1.0#0"; "ATLFire.dll"
  3. Begin VB.Form Form1 
  4.    BackColor       =   &H8000000B&
  5.    BorderStyle     =   3  'Fixed Dialog
  6.    Caption         =   "Form1"
  7.    ClientHeight    =   3816
  8.    ClientLeft      =   48
  9.    ClientTop       =   336
  10.    ClientWidth     =   4572
  11.    BeginProperty Font 
  12.       Name            =   "Script"
  13.       Size            =   12
  14.       Charset         =   255
  15.       Weight          =   400
  16.       Underline       =   0   'False
  17.       Italic          =   0   'False
  18.       Strikethrough   =   0   'False
  19.    EndProperty
  20.    LinkTopic       =   "Form1"
  21.    MaxButton       =   0   'False
  22.    MinButton       =   0   'False
  23.    ScaleHeight     =   3816
  24.    ScaleWidth      =   4572
  25.    ShowInTaskbar   =   0   'False
  26.    StartUpPosition =   3  'Windows Default
  27.    Begin ATLFIRELibCtl.FireTabCtrl FireTabCtrl2 
  28.       Height          =   3012
  29.       Left            =   360
  30.       TabIndex        =   0
  31.       Top             =   480
  32.       Width           =   3852
  33.       FireDecay       =   2
  34.       FireFlammability=   385
  35.       FireMaxHeat     =   223
  36.       FireSpreadRate  =   20
  37.       FireSize        =   260
  38.       RenderSmoothness=   1
  39.       RenderDistribution=   1
  40.       RenderChaos     =   50
  41.       StartTab        =   0
  42.    End
  43. End
  44. Attribute VB_Name = "Form1"
  45. Attribute VB_GlobalNameSpace = False
  46. Attribute VB_Creatable = False
  47. Attribute VB_PredeclaredId = True
  48. Attribute VB_Exposed = False
  49.