' This is a model of DemoVBOF.VBP which can be used
' to help you run the VB Object Framework, if you have
' experienced problems running the packaged DemoVBOF.VBP
' 
' 1. Create any new VB Project.
' 2. Exit the project, when prompted, save it and name it 
'    "DemoVBOF.VBP"
' 3. Using Wordpad or Notepad, edit "DemoVBOF.VBP"
' 4. Copy the following lines which begin with "Module=",
'    "Class=" or "Form=" and place them at or near the top 
'    of your "DemoVBOF.VBP"
' 5. As a courtesy to the author, please copy the group of 
'    lines appearing at the end of this file, as well.
'    If not the entire group, at least copy the line 
'    beginning with "CondComp="
' 6. Remove any duplicate lines that may have been created
' 7. Open the "DemoVBOF.VBP" using Visual Basic
'
Module=DemoVBObjectFramework; DemoVBOF.bas
Class=VBOFCollection; VBOFColl.cls
Class=VBOFObjectManager; VBOFOMgr.cls
Class=VBOFEventManager; VBOFEMgr.cls
Class=VBOFEventObject; VBOFEvnt.cls
Class=VBOFDataWrapper; VBOFData.cls
Class=VBOFDBGridWrapper; VBOFDBGr.cls
Class=VBOFListBoxWrapper; VBOFLBox.cls
Class=VBOFRecordSetWrapper; VBOFRSet.cls
Class=Address; DemoAddr.cls
Class=Company; DemoComp.cls
Class=Gender; DemoGndr.cls
Class=MaritalStatus; DemoMari.cls
Class=Person; DemoPrsn.cls
Class=Phone; DemoPhon.cls
Class=State; DemoStat.cls
Form=DemoCust.frm
Form=DemoIntr.frm
Form=DemoEMsg.frm
Form=DemoNoDC.frm
Form=DemoCuLB.frm
'
' The following lines are likely different for each VB user:
'
' Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.0#0; COMDLG32.OCX
' Object={BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.0#0; TABCTL32.OCX
' Object={3B7C8863-D78F-101B-B9B5-04021C009402}#1.0#0; RICHTX32.OCX
' Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.0#0; COMCTL32.OCX
' Object={FAEEE763-117E-101B-8933-08002B2F4F5A}#1.0#0; DBLIST32.OCX
' Object={00028C01-0000-0000-0000-000000000046}#1.0#0; DBGRID32.OCX
' Reference=*\G{BEF6E001-A874-101A-8BBA-00AA00300CAB}#2.0#0#D:\WIN95\SYSTEM\OLEPRO32.DLL#Standard OLE Types
' Reference=*\G{00025E01-0000-0000-C000-000000000046}#3.0#0#D:\PROGRAM FILES\COMMON FILES\MICROSOFT SHARED\DD:\PROGRAM FIL#Microsoft DAO 3.0 Object Library
' ProjWinSize=0,640,384,510
'
' As a courtesy to the author, please copy these lines, as well:
'
ProjWinShow=2
HelpFile=""
Title="DemoVBOF"
ExeName32="DemoVBOF.exe"
Name="VBObjectFramework"
HelpContextID="0"
StartMode=0
VersionCompatible32="0"
MajorVer=1
MinorVer=0
RevisionVer=1
AutoIncrementVer=1
ServerSupportFiles=0
VersionComments="VB Object Framework and demonstration package"
VersionCompanyName="Ken Fitzpatrick"
VersionLegalCopyright="(c) Ken Fitzpatrick, 1996  All Rights Reserved    May not be resold or reused, either in its entirety or in part, without permission from the author.  May be freely distributed, but only in the entirety of this demo package.  Should this product bring some benefit to the user, a Shareware registration fee is requested by the author."
VersionProductName="VB Object Framework and demonstration package"
CondComp="NoObjectMgr = 0 : NoEventMgr = 0 : NoDebugMode = -1"
