;------------------------------------------------------------------------------------------------
;  Record Formats:
;     Header => Record Contents
;     ----------------------------
;        -1  => End of file
;
;         0  => New Class, where:
;                   Short Name,  Long Name,
;                   MD = Maximum defineable
;                   MR = Maximum references
;                   AC = Auto-create (when creating component that references this)
;                   Mirror = Mirror Component Type (added for file format >= 103)
;                   P1-P5 = Parent class names
;                   MC = Max Children of this type per Parent,
;                   MS = Max Comps each BDB Comp can be split into for Simulation
;                   bP = Purge Comps of this type before Simulations
;                   CF = Copy Flag:  (added for file format >= 104)  
;                                      0 => Don't Copy
;                                      1 => Copy only if Child
;                                      2 => Copy if Child or Referenced
;                   HI = Topic help ID
;
;         1  => New Property Type, where:
;                   Short Name
;                   VType = Variable type
;                   NV = Number of values (array)
;                   UL = Units label
;                   UT = Use when displaying tree controls
;                        NOTE: When set to 1, this flag also serves as an indicator to set the assigned component to "active"
;                              whenever the assigning component gets set to be active.
;                   OC = Class name of compatible object assignment
;                   CV = Value for determining which components of type OC can be assigned to this property type
;                        NOTE: Special use for CV for BDBase version >= 4:
;                              A value of CV=1 for properties which represent date/time values (of type BDL_Int)
;                              causes the value stored to project files to be adjusted to match GMT (Greenwich Mean Time).
;                   CP = Property type whose value determines which OC components can be assigned to this property type
;                        (CV = -1 & CP = "" => only allow previous components to be assigned)
;                        (CV = -2 & CP = "" => allow all components except the one which is the owner of the property (itself))
;                   HI = Item help ID
;                   ECRN = Error Check Rulelist Name (added for file format >= 102)
;                   LName = Long name
;
;------------------------------------------------------------------------------------------------


;------------------------------------------------------------------------------------------------
;                   Special Units Label characters:   Degrees -> 
;                                                     Squared -> 
;                                                     Cubed   -> 
;------------------------------------------------------------------------------------------------


;------------------------------------------------------------------------------------------------
;  The following integer value represents the format version of this file.  The format version
;  must be >= 101, where 101 indicates the original format and all subsequent values correspond
;  to revisions of the original format.
;     >= 102  =>  Addition of new Error Check Rulelist Name (ECRN) for each property type
;                 new field inserted PRIOR to "LName" (or description) field
;     >= 103  =>  Addition of new Mirror Component Type field by class to facilitate EEM runs
;                 new field inserted PRIOR to "Parent1" field
;     >= 104  =>  SAC 6/6/03 - Addition of new Component Copy Flag field by class to facilitate
;                 the copy of primary wizard components (and a subset of their children)
;------------------------------------------------------------------------------------------------
104
;------------------------------------------------------------------------------------------------


;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "Proj",    "Project",               1,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  0,   1000
;
;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName
;                                ----------------------------------------------------------------------------------
             ; General Information
1,           "ProgramVersion",    BDP_Str,  1, "",                 0, "",         0, "",             1009, "",   "Program name, version & build number" 
1,           "BDBaseVersion",     BDP_Int,  1, "",                 0, "",         0, "",             1010, "",   "BDBase Version" 
1,           "DOE2Version",       BDP_Sym,  1, "",                 0, "",         0, "",             1001, "",   ""   ; SAC 11/18/04
     ; SAC 7/3/00 - added ProductCode for SMComply
1,           "ProductCode",       BDP_Sym,  1, "",                 0, "",         0, "",             2090, "",   "Product Code" 
1,           "WeatherFile",       BDP_Str,  1, "",                 0, "",         0, "",             1030, "",   "Weather File Name" 
1,           "CreateDate",        BDP_Int,  1, "",                 0, "",         0, "",             1040, "",   "Date Created" 
1,           "ModDate",           BDP_Int,  1, "",                 0, "",         0, "",             1050, "",   "Date Last Modified"    
1,           "RunDate",           BDP_Int,  1, "",                 0, "",         0, "",             1060, "",   "Date Last Simulated"    
1,           "LibraryFile",       BDP_Str,  1, "",                 0, "",         0, "",             1070, "",   "Library File Name" 
1,           "MaxExpDeps",        BDP_Int,  1, "",                 0, "",         0, "",             1080, "",   "Maximum number of Expression Dependencies" 
1,           "ActiveMode",        BDP_Int,  1, "",                 0, "",         0, "",             1090, "",   "Active Program Mode" 
1,           "InputModule",       BDP_Int,  1, "",                 0, "",         0, "",             1095, "",   "Active Program Input Module" 
             ; Location/Owner Information
1,           "Address",           BDP_Str,  1, "",                 0, "",         0, "",             1100, "",   "Address"          
1,           "CityStateZip",      BDP_Str,  1, "",                 0, "",         0, "",             1100, "",   "City"             
1,           "Owner",             BDP_Str,  1, "",                 0, "",         0, "",             1100, "",   "Owner"            
1,           "OwnerPhone",        BDP_Str,  1, "",                 0, "",         0, "",             1100, "",   "Owner"            
1,           "OwnerAddress",      BDP_Str,  1, "",                 0, "",         0, "",             1100, "",   "Address"          
1,           "OwnerCityStateZip", BDP_Str,  1, "",                 0, "",         0, "",             1100, "",   "City"             
; 1,           "ProgressString",    BDP_Str,  1, "",                 0, "",         0, "",             1150, "",   "Wizard Progress String" 
             ; SAC 6/7/99 - added compliance ruleset filename property
1,           "ComplianceRules",   BDP_Sym,  1, "",                 0, "",         0, "",             1160, "",   "Energy code compliance ruleset" 
             ; SAC 5/21/04 - added more compliance-related properties
1,           "ComplianceOutput",  BDP_Sym,  1, "",                 0, "",         0, "",             1161, "",   "Energy code compliance simulation output reporting" 
1,           "StoreCompSimInps",  BDP_Int,  1, "",                 0, "",         0, "",             1162, "",   "Energy code compliance simulation model storage" 
             ; SAC 9/10/04 - added to facilitate prelim. vs. permit analysis
1,           "CompAnalysisType",  BDP_Sym,  1, "",                 0, "",         0, "",             1163, "",   "Type of energy code compliance analysis" 
             ; SAC 9/20/99
1,           "Render3DObjtype",   BDP_Int, 20, "",                 0, "",         0, "",             1170, "",   "Object types to be rendered in 3-D diagrams" 
             ; SAC 10/1/99
1,           "Render3DMethod",    BDP_Sym,  1, "",                 0, "",         0, "",             1180, "",   "Method of 3-D rendering" 
1,           "Manip3DMethod",     BDP_Sym,  1, "",                 0, "",         0, "",             1190, "",   "Method of 3-D rotation/zooming" 
1,           "Background3D",      BDP_Sym,  1, "",                 0, "",         0, "",             1200, "",   "3-D view background color" 
             ; SAC 10/7/99
1,           "UseCameraData",     BDP_Int,  1, "",                 0, "",         0, "",             1210, "",   "Whether or not the 3-D camera inputs are valid"
1,           "ClippingRange",     BDP_Flt,  2, "",                 0, "",         0, "",             1220, "",   "3-D view Clipping Range"
1,           "FocalPoint",        BDP_Flt,  3, "",                 0, "",         0, "",             1230, "",   "3-D view Focal Point"
1,           "Position",          BDP_Flt,  3, "",                 0, "",         0, "",             1240, "",   "3-D view Position"
1,           "ViewUpVector",      BDP_Flt,  3, "",                 0, "",         0, "",             1250, "",   "3-D view View Up Vector"
1,           "ViewAngle",         BDP_Flt,  1, "",                 0, "",         0, "",             1260, "",   "3-D view View Angle"
             ; SAC 2/2/00 - added user interface input mode properties
1,           "InterfaceMode",     BDP_Int,  1, "",                 0, "",         0, "",             1270, "",   "User Interface Mode (0-Wizard, 1-Detailed)"
1,           "AllowWizard",       BDP_Int,  1, "",                 0, "",         0, "",             1280, "",   "Allow Wizard Interface Mode"
             ; SAC 4/3/00 - added to keep track of previous proj names that user chose NOT to use as project filename
1,           "NotProjFile",       BDP_Str,  1, "",                 0, "",         0, "",             1300, "",   "User chose NOT to use as project filename" 
             ; SAC 5/6/00 - added in the course of implementing the polygon dialog
1,           "PolyWndPolyX",      BDP_Flt,  1, "",                 0, "",         0, "",             1320, "",   "CPolygonWnd - Polygon X"
1,           "PolyWndPolyY",      BDP_Flt,  1, "",                 0, "",         0, "",             1325, "",   "CPolygonWnd - Polygon Y"
1,           "PolyWndPolyAz",     BDP_Flt,  1, "",                 0, "",         0, "",             1330, "",   "CPolygonWnd - Polygon Azimuth"
1,           "PolyWndShowGrid",   BDP_Int,  1, "",                 0, "",         0, "",             1335, "",   "CPolygonWnd - Display Grid"
1,           "PolyWndGridRes",    BDP_Flt,  1, "",                 0, "",         0, "",             1340, "",   "CPolygonWnd - Grid Resolution"
1,           "PolyWndDWGSnapRad", BDP_Flt,  1, "",                 0, "",         0, "",             1345, "",   "CPolygonWnd - DWG Vertex Snap Radius"
1,           "PolyWndPlySnapRad", BDP_Flt,  1, "",                 0, "",         0, "",             1350, "",   "CPolygonWnd - Background Polygon Snap Radius"
1,           "PolyWndLwrLeftX",   BDP_Flt,  1, "",                 0, "",         0, "",             1355, "",   "CPolygonWnd - Lower Left X"
1,           "PolyWndLwrLeftY",   BDP_Flt,  1, "",                 0, "",         0, "",             1360, "",   "CPolygonWnd - Lower Left Y"
1,           "PolyWndWidth",      BDP_Flt,  1, "",                 0, "",         0, "",             1365, "",   "CPolygonWnd - Overall Width"
             ; SAC 7/25/00 - added in the course of implementing the polygon editing toolbar
1,           "PolyWndAddAngle",   BDP_Flt,  1, "",                 0, "",         0, "",             1370, "",   "CPolygonWnd - Add Angle"
1,           "PolyWndAddDist",    BDP_Flt,  1, "",                 0, "",         0, "",             1375, "",   "CPolygonWnd - Add Distance"
             ; SAC 8/30/00 - added more polygon diagram stuff
1,           "PolyWndParentFlr",  BDP_Int,  1, "",                 0, "",         0, "",             1380, "",   "CPolygonWnd - Show Parent Floor"
1,           "PolyWndChildSpc",   BDP_Int,  1, "",                 0, "",         0, "",             1385, "",   "CPolygonWnd - Show Child Spaces of Parent Floor"
1,           "PolyWndSnapOrder",  BDP_Int,  3, "",                 0, "",         0, "",             1390, "",   "CPolygonWnd - Snap Order/Priority"
             ; SAC 6/21/04 - Added new PolyWnd property so that ruleset can know whether background shell FP/Zones present or not
1,           "PolyWndBkgrdShell", BDP_Int,  1, "",                 0, "",         0, "",             1391, "",   "CPolygonWnd - Background Shell displayed"
             ; SAC 6/9/00 - added input & output units type symbols (for future use)
1,           "InputUnitsType",    BDP_Sym,  1, "",                 0, "",         0, "",             1400, "",   "Input Units Type" 
1,           "OutputUnitsType",   BDP_Sym,  1, "",                 0, "",         0, "",             1405, "",   "Output Units Type" 
             ; SAC 8/30/00 - added DWG-related project data
1,           "DWGFileName",       BDP_Str,  1, "",                 0, "",         0, "",             1430, "",   "DWG filename" 
1,           "DWGFilePathOffset", BDP_Int,  1, "",                 0, "",         0, "",             1435, "",   "Relationship of DWG file path and project path" 
1,           "DWGScaleUnits",     BDP_Int,  1, "",                 0, "",         0, "",             1440, "",   "DWG Scale Units" 
1,           "DWGScaleValue",     BDP_Flt,  1, "",                 0, "",         0, "",             1445, "",   "DWG Scale Value" 
1,           "DWGOriginX",        BDP_Flt,  1, "",                 0, "",         0, "",             1450, "",   "DWG X Origin" 
1,           "DWGOriginY",        BDP_Flt,  1, "",                 0, "",         0, "",             1455, "",   "DWG Y Origin" 
1,           "DWGAzimuth",        BDP_Flt,  1, "",                 0, "",         0, "",             1460, "",   "DWG Azimuth" 
             ; SAC 8/31/00 - added DWG layer state project data
1,           "DWGShowLayer1",     BDP_Int, 99, "",                 0, "",         0, "",             1465, "",   "DWG Show Layer - 1" 
1,           "DWGShowLayer2",     BDP_Int, 99, "",                 0, "",         0, "",             1466, "",   "DWG Show Layer - 2" 
1,           "DWGShowLayer3",     BDP_Int, 99, "",                 0, "",         0, "",             1467, "",   "DWG Show Layer - 3" 
1,           "DWGShowLayer4",     BDP_Int, 99, "",                 0, "",         0, "",             1468, "",   "DWG Show Layer - 4" 
1,           "DWGShowLayer5",     BDP_Int, 99, "",                 0, "",         0, "",             1469, "",   "DWG Show Layer - 5" 
; SAC 4/21/01 - Added wizard-entered component name prefix & suffix strings
1,           "CompNamePfxSfx",    BDP_Str,  2, "",                 0, "",         0, "",             1500, "",   "" 

; SAC 7/23/01 - Added to keep track of currently selected wall & window color and 3-D lighting components
1,           "ActiveFacetColors", BDP_Obj, 10, "",                 0, "FacetColor", 0, "",           1505, "",   ""
1,           "ActiveLight3D",     BDP_Obj,  1, "",                 0, "Light3D",    0, "",           1510, "",   ""

; SAC 10/23/01 - Moved to ShellWiz component
; SAC 8/23/01 - Added flag to facilitate ruleset initiated geometry, skylight & daylight zoning
; 1,           "ForceZoning",       BDP_Int,  1, "",                 0, "",         0, "",             1001, "",   "" 

; SAC 10/7/01 - Added a couple of properties to facilitate ES-Vis export file properties Segment & Segment-Detail
1,           "PrimBldgType",      BDP_Str,  1, "",                 0, "",         0, "",             1520, "",   "" 
1,           "SecBldgType",       BDP_Str,  1, "",                 0, "",         0, "",             1525, "",   "" 

             ; SAC 11/9/01 - added to facilitate Restaurant Analyzer report - in such a way to support future bills vs. simulated results reporting
1,           "BillGasUnits",      BDP_Sym,  1, "",                 0, "",         0, "",             1530, "",   "Units in which monthly gas use and average rate are entered"
1,           "BillGasUseInput",   BDP_Flt, 12, "???",              0, "",         0, "",             1532, "",   "Monthly billing gas use (user specified units)"
1,           "BillGasUseMMBtu",   BDP_Flt, 12, "MMBtu",            0, "",         0, "",             1534, "",   "Monthly billing gas use (MMBtu)"
1,           "BillGasMMBtu_ccf",  BDP_Flt,  1, "",                 0, "",         0, "",             1536, "",   "MMBtu to ccf conversion factor"
1,           "BillGasRateUnits",  BDP_Str,  1, "",                 0, "",         0, "",             1538, "",   "units of user input gas rate" 
1,           "BillGasRateInput",  BDP_Flt,  1, "???",              0, "",         0, "",             1540, "",   "Average billing gas rate (user specified units)"
1,           "BillGasRateMMBtu",  BDP_Flt,  1, "$/MMBtu",          0, "",         0, "",             1542, "",   "Average billing gas rate ($/MMBtu)"

; SAC 11/14/02 - Added properties to toggle on/off rate update functionality and to provide a listing of all rates known to be have automated DOE-2 rate update 
1,           "EnableAutoRateUpd", BDP_Int,  1, "",                 0, "",         0, "",            26001, "",   ""
1,           "AutoUpdRateNames",  BDP_Str, 50, "",                 0, "",         0, "",            26001, "",   ""

; SAC 3/11/03 - Added to facilitate Project:Name changes during the process of performing a Save As.. within the interface
1,           "PreviousName",      BDP_Str,  1, "",                 0, "",         0, "",             1001, "",   "Previous Project Name"          

; SAC 5/8/03 - Added flag to track whether or not detailed building model (BDL) edits have been made
1,           "DetailedModelEdits", BDP_Int, 1, "",                 0, "",         0, "",             1001, "",   "Detailed Model Edits" 
;------------------------------------------------------------------------------------------------


;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "MainWiz",  "Main Wizard",          1,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  0,   2000
;
;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
1,           "ProductCode",       BDP_Sym,  1, "",                 0, "",         0, "",             2090, "",   "Product Code" 
1,           "WizardType",        BDP_Sym,  1, "",                 0, "",         0, "",             2620, "",   "Wizard Type"  ; differentiate simple from DD wiz
1,           "DebugID",           BDP_Int,  1, "",                 0, "",         0, "",             2049, "",   "Debug ID for toggling debug screens" 

; SAC 1/15/04 - Added DefaultMechanism to differentiate DEER processing from other project data
1,           "DefaultMechanism",  BDP_Sym,  1, "",                 0, "",         0, "",             2622, "",   "Wizard defaulting mechanism"

; SAC 1/24/02 - Added to enable user-specified level of detail for schedule and enduse inputs
1,           "DetailsOption",     BDP_Sym,  1, "",                 0, "",         0, "",             2175, "",   "Level of detail for schedule and enduse inputs" 
; SAC 2/17/02 - Added flag to disable DetailsOption for certain building types
1,           "EnableDetails",     BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "" 
; SAC 1/7/02 - Moved here from ShellWiz component - flag indicating whether or not to provide access to Enduse Details screens
1,           "EnduseDetails",     BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "Whether or not to input detailed enduse data" 

; SAC 2/23/04 - Added new flag value to toggle on/off the availability of custom window/door placement data
1,           "AllowCustWinDoor",  BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "Whether or not to allow input of custom window/door data" 

     ; Track active and available wizard screens
1,           "ScreenIDArray",     BDP_Int, 99, "",                 0, "",         0, "",             2025, "",   "Wizard Screen ID Array" 
1,           "ScreenIDArrIdx",    BDP_Int,  1, "",                 0, "",         0, "",             2027, "",   "Wizard Screen ID Array Index" 
1,           "ScreenIDArrID",     BDP_Int,  1, "",                 0, "",         0, "",             2028, "",   "Wizard Screen ID Array ID" 
1,           "ShowAllScreens",    BDP_Int,  1, "",                 0, "",         0, "",             2660, "",   "" 
         ; SAC 4/18/02 - Added new property to serve as toggle for user's ability to edit the MainWiz:BldgType when in DD wizard mode
1,           "FirstTimeDDWiz",    BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "" 

     ; Properties to enable compliance analysis features
1,           "Compliance",        BDP_Sym,  1, "",                 0, "",         0, "",             2630, "",   "Compliance Ruleset" 
1,           "AllowCompliance",   BDP_Int,  1, "",                 0, "",         0, "",             2635, "",   "Allow complaince" 

     ; General Info
1,           "InputUnitsType",    BDP_Sym,  1, "",                 0, "",         0, "",             2610, "",   "Input Units Type"   ; for future use
1,           "OutputUnitsType",   BDP_Sym,  1, "",                 0, "",         0, "",             2615, "",   "Output Units Type"  ; for future use
1,           "Ruleset",           BDP_Sym,  1, "",                 0, "",         0, "",             2100, "",   "Ruleset" 
1,           "RuleFile",          BDP_Str,  1, "",                 0, "",         0, "",             2110, "",   "Binary Ruleset Filename" 
1,           "Coverage",          BDP_Sym,  1, "",                 0, "",         0, "",             2120, "",   "Coverage" 
1,           "State",             BDP_Sym,  1, "",                 0, "",         0, "",             2125, "",   "State" 
1,           "Location",          BDP_Sym,  1, "",                 0, "",         0, "",             2130, "",   "Location" 
         ; SAC 2/12/02 - added to enable varying wizard options based on location
1,           "Jurisdiction",      BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   ""
         ; SAC 5/16/03 - added to facilitate vintage-specific Title-24 defaults
1,           "CodeVintage",       BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   ""
         ; SAC 5/29/03 - added to facilitate Title-24 defaults
1,           "CodeClimateRgn",    BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   ""
             ; added to enable multiple weather files per location for certain products
1,           "WeatherTypeList",   BDP_Sym,  1, "",                 0, "",         0, "",             2650, "",   "Flag indicating what group of types are available" 
1,           "WeatherType",       BDP_Sym,  1, "",                 0, "",         0, "",             2655, "",   "Weather File Type" 
1,           "WeatherFile",       BDP_Str,  1, "",                 0, "",         0, "",             2600, "",   "Simulation weather filename" 
             ; to fix CA utility defaulting in the event "- all areas -" is selected for region
1,           "UtilityZone",       BDP_Int,  1, "",                 0, "",         0, "",             2137, "",   "Utility Zone" 
1,           "ElecUtility",       BDP_Sym,  1, "",                 0, "",         0, "",             2135, "",   "Electric Utility" 
1,           "GasUtility",        BDP_Sym,  1, "",                 0, "",         0, "",             2135, "",   "Gas Utility" 
1,           "ElecRate",          BDP_Sym,  1, "",                 0, "",         0, "",             2140, "",   "Electric Rate" 
1,           "GasRate",           BDP_Sym,  1, "",                 0, "",         0, "",             2140, "",   "Gas Rate" 
; SAC 4/23/02 - added new electric rate component assignment
; SAC 3/22/05 - switched from single element to array of 5
1,           "UserElecRate",      BDP_Obj,  5, "",                 0, "ERateWiz", 0, "",             2001, "",   ""
; SAC 12/9/02 - added new fuel rate component assignment
1,           "UserFuelRate",      BDP_Obj,  1, "",                 0, "FRateWiz", 0, "",             2001, "",   ""
; SAC 1/6/04 - Added user-defined rate path property to handle automatic import of elec/gas wizard rate files
1,           "UserRateFilePath",  BDP_Str,  1, "",                 0, "",         0, "",             2001, "",   "user-defined rate file path" 

1,           "BldgType",          BDP_Sym,  1, "",                 0, "",         0, "",             2150, "",   "Primary Building Type" 
1,           "AnalysisYear",      BDP_Int,  1, "",                 0, "",         0, "",             2155, "",   "Analysis Year" 
1,           "CoolSource",        BDP_Sym,  1, "",                 0, "",         0, "",             2160, "",   "Source of Cooling" 
1,           "HeatSource",        BDP_Sym,  1, "",                 0, "",         0, "",             2165, "",   "Source of Heating" 

     ; *****  Properties from old BldgOpWiz component  *****
1,           "HaveSecSeas",       BDP_Int,  1, "",                 0, "",         0, "",            16491, "",   "- backward compatibility only -"
; SAC 2/15/02 - Added new BldgSeasons input to facilitate season defaulting
1,           "BldgSeasons",       BDP_Sym,  1, "",                 0, "",         0, "",             2200, "",   "Default Building Seasons options"
; SAC 2/17/02 - Added new property to facilitate defaulting of season label (and ShellWiz:SeasonType properties)
1,           "SeasonType",        BDP_Sym,  3, "",                 0, "",         0, "",             2001, "",   "Season Description"
; SAC 2/17/02 - Added new property to ensure that we always have the default number of seasons for the selected building type (for defaulting the season labels)
1,           "DefaultNumSeas",    BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "Number of seasons (site-wide)"
; SAC 1/25/02 - New properties to facilitate season definition UI
1,           "NumSeasons",        BDP_Int,  1, "",                 0, "",         0, "",             2202, "",   "Number of seasons (site-wide)"
1,           "NumDatePeriods",    BDP_Int,  2, "",                 0, "",         0, "",             2206, "",   "Number of date ranges for this season"
1,           "SeasonLabels",      BDP_Str,  3, "",                 0, "",         0, "",             2204, "",   "Name used to identify/label this season" 
1,           "SeasDateLabels",    BDP_Str,  3, "",                 0, "",         0, "",             2001, "",   "string representation of season dates" 
; SAC 1/25/02 - moved up to here from below at ShellWiz to maintain site-wide season definitions
1,           "SecSeasStartMoDa",  BDP_Int, 12, "",                 0, "",         0, "",             2210, "",   "Second Season Start Month/Day"
1,           "SecSeasEndMoDa",    BDP_Int, 12, "",                 0, "",         0, "",             2212, "",   "Second Season End Month/Day"
; SAC 1/26/02 - added new third season properties
1,           "TerSeasStartMoDa",  BDP_Int, 12, "",                 0, "",         0, "",             2214, "",   "Third Season Start Month/Day"
1,           "TerSeasEndMoDa",    BDP_Int, 12, "",                 0, "",         0, "",             2216, "",   "Third Season End Month/Day"
; SAC 1/25/02 - no longer necessary since not used in labeling screens ???
; 1,           "Seas1Start",        BDP_Int,  2, "",                 0, "",         0, "",             2001, "",   "First Season Start Day(s)"
; 1,           "Seas1End",          BDP_Int,  2, "",                 0, "",         0, "",             2001, "",   "First Season End Day(s)"
; 1,           "Seas2Start",        BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "Second Season Start Day"
; 1,           "Seas2End",          BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "Second Season End Day"
; SAC 10/24/02 - added properties to sum length (in days) of each season (used to estimate annual energy use) (implemented for Laundry equipment modeling for Seattle)
1,           "NumDaysPerSeason",  BDP_Int,  3, "",                 0, "",         0, "",             2001, "",   ""
1,           "SeasonFracOfYear",  BDP_Flt,  3, "",                 0, "",         0, "",             2001, "",   ""

; SAC 10/14/02 - Added "Observed Holidays..." button label property to facilitate item help access
1,           "ObsHolidayBtnLbl",  BDP_Str,  1, "",                 0, "",         0, "",            16490, "",   "Specify glass door properties"
1,           "ActiveHoliday",     BDP_Sym,  1, "",                 0, "",         0, "",            16492, "",   "Active/Selected Holiday"
1,           "HolidayAvail",      BDP_Int, 25, "",                 0, "",         0, "",            16494, "",   "Whether or not this holiday is available"
1,           "HolidayChecked",    BDP_Int, 25, "",                 0, "",         0, "",            16496, "",   "Whether or not this holiday is checked"
1,           "HolidayOrder",      BDP_Int, 25, "",                 0, "",         0, "",            16498, "",   "The order in which the holidays are presented"

     ; *****  Properties from old PostWiz component  *****
             ; General Information
1,           "BDLListOption",     BDP_Str,  1, "",                 0, "",         0, "",             6005, "",   "BDL LIST option" 
1,           "Elevation",         BDP_Flt,  1, "",                 0, "",         0, "",             6010, "",   "Elevation" 
1,           "Latitude",          BDP_Flt,  1, "",                 0, "",         0, "",             6020, "",   "Latitude" 
1,           "Longitude",         BDP_Flt,  1, "",                 0, "",         0, "",             6030, "",   "Longitude" 
1,           "WeatherFileIdx",    BDP_Int,  1, "",                 0, "",         0, "",             6040, "",   "Weather File Index" 
     ; SAC 10/18/01 - was "WeatherFile"
1,           "FinWeatherFile",    BDP_Str,  1, "",                 0, "",         0, "",             6050, "",   "Weather File Name" 
     ; SAC 4/6/02 - Added LatitudeBin to facilitate latitude-dependent table look-ups
1,           "LatitudeBin",       BDP_Int,  1, "",                 0, "",         0, "",             6001, "",   "Latitude Bin" 
             ; BDL Design-Day-related Information
1,           "DesDaySumDB",       BDP_Flt,  1, "",                 0, "",         0, "",             6200, "",   "Design Day Summer Dry Bulb" 
1,           "DesDaySumWB",       BDP_Flt,  1, "",                 0, "",         0, "",             6210, "",   "Design Day Summer Wet Bulb" 
1,           "DesDaySumRange",    BDP_Flt,  1, "",                 0, "",         0, "",             6220, "",   "Design Day Summer Range" 
1,           "DesDayWinExtreme",  BDP_Flt,  1, "",                 0, "",         0, "",             6230, "",   "Design Day Winter Extreme" 
; SAC 3/28/05 - Added new properties to handle setting of design day month, day and number of days
1,           "DesDayClStartMonth", BDP_Flt, 1, "",                 0, "",         0, "",             6220, "",   "Design Day Summer Range" 
1,           "DesDayClStartDay",   BDP_Flt, 1, "",                 0, "",         0, "",             6220, "",   "Design Day Summer Range" 
1,           "DesDayClNumDays",    BDP_Flt, 1, "",                 0, "",         0, "",             6220, "",   "Design Day Summer Range" 

             ; Utility Rate Information
1,           "ElecRateName",      BDP_Str,  1, "",                 0, "",         0, "",             6300, "",   "Electric Rate Name" 
1,           "GasRateName",       BDP_Str,  1, "",                 0, "",         0, "",             6310, "",   "Natural Gas Rate Name" 
      ; SAC 1/20/02 - Added new DHW properties to facilitate T24 DHW analysis
1,           "DHWStorCapRange",   BDP_Int,  2, "",                 0, "",         0, "",             6001, "",   ""
1,           "DHWBDLType",        BDP_Int,  2, "",                 0, "",         0, "",             6001, "",   ""
1,           "DHWBDLCategory",    BDP_Int,  2, "",                 0, "",         0, "",             6001, "",   ""

     ; *****  Properties from old Comply component  *****
1,           "Address",           BDP_Str,  1, "",                 0, "",         0, "",            14003, "",   "Address (up to 76 chars)"
1,           "PermitScope",       BDP_Sym,  1, "",                 0, "",         0, "",            14005, "",   "PermitScope"
1,           "BuildingType",      BDP_Sym,  1, "",                 0, "",         0, "",            14010, "",   "BuildingType"
1,           "ConsPhase",         BDP_Sym,  1, "",                 0, "",         0, "",            14015, "",   "ConsPhase"
1,           "DHWIncluded",       BDP_Int,  1, "",                 0, "",         0, "",            14020, "",   "DHWIncluded"
1,           "DateOfPlans",       BDP_Str,  1, "",                 0, "",         0, "",            14025, "",   "DateOfPlans (up to 32 chars)"
1,           "DocuAuthor",        BDP_Str,  1, "",                 0, "",         0, "",            14030, "",   "DocuAuthor (up to 76 chars)"
1,           "DocuAuthorPh",      BDP_Str,  1, "",                 0, "",         0, "",            14035, "",   "DocuAuthorPh (up to 32 chars)"
1,           "EnvDesigner",       BDP_Str,  1, "",                 0, "",         0, "",            14040, "",   "EnvDesigner (up to 76 chars)"
1,           "EnvDesignerPh",     BDP_Str,  1, "",                 0, "",         0, "",            14042, "",   "EnvDesignerPh (up to 32 chars)"
1,           "EnvMandLoc",        BDP_Str,  1, "",                 0, "",         0, "",            14044, "",   "EnvMandLoc (up to 76 chars)"
1,           "LtgDesigner",       BDP_Str,  1, "",                 0, "",         0, "",            14050, "",   "LtgDesigner (up to 76 chars)"
1,           "LtgDesignerPh",     BDP_Str,  1, "",                 0, "",         0, "",            14052, "",   "LtgDesignerPh (up to 32 chars)"
1,           "LtgMandLoc",        BDP_Str,  1, "",                 0, "",         0, "",            14054, "",   "LtgMandLoc (up to 76 chars)"
1,           "MechDesigner",      BDP_Str,  1, "",                 0, "",         0, "",            14060, "",   "MechDesigner (up to 76 chars)"
1,           "MechDesignerPh",    BDP_Str,  1, "",                 0, "",         0, "",            14062, "",   "MechDesignerPh (up to 32 chars)"
1,           "MechMandLoc",       BDP_Str,  1, "",                 0, "",         0, "",            14064, "",   "MechMandLoc (up to 76 chars)"
1,           "CountyID",          BDP_Flt,  1, "",                 0, "",         0, "",            14070, "",   "CountyID"
      ; SAC 1/20/02 - Added to facilitate setting of new BDL keyword COMPLIANCE:C-LOC-BLDG-TYPE (for SMECCA)
1,           "LocalBldgType",     BDP_Int,  1, "",                 0, "",         0, "",            14001, "",   ""
     
     ; enable toggling of hourly report inclusion in BDL input
1,           "HrlyRptOption",     BDP_Int,  1, "",                 0, "",         0, "",             2665, "",   "" 
; SAC 10/30/03 - Added to enable multiple hourly reporting options (for DEER)
1,           "HrlyRptName",       BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   "" 
; SAC 2/25/05 - Added new property to enable setting of *-REPORT:HOURLY-DATA-SAVE to FORMATTED
1,           "HrlyRptFormat",     BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "" 

1,           "CalcSiteArea",      BDP_Flt,  1, "ft2",              0, "",         0, "",             2445, "",   "Calculated Total Site Area" 

     ; facilitate backward compatibility (serves as dumping ground for data no longer utilized)
1,           "DummyInt1",         BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "Backward Compatibility" 
1,           "DummyInt40",        BDP_Int, 40, "",                 0, "",         0, "",             2001, "",   "Backward Compatibility" 

; SAC 1/5/02 - Added to facilitate DHW load defaulting - likely useful elsewhere as well
1,           "TotalSiteOcc",      BDP_Flt,  1, "persons",          0, "",         0, "",             3150, "",   "Total Building Occupancy" 
1,           "MaxHrsOpenPerDay",  BDP_Flt,  1, "hrs",              0, "",         0, "",             3151, "",   "Maximum hours open in a single day across all shell comps" 

; SAC 1/20/02 - Added to facilitate residential Title24 water heating analysis
1,           "T24ResSiteOcc",     BDP_Flt,  1, "persons",          0, "",         0, "",             2001, "",   "Residential site occupancy" 

; SAC 9/18/04 - Added to facilitate equipment-based res/non-res water heating profile averaging
1,           "DHWEquipOccup",     BDP_Flt,  3, "persons",          0, "",         0, "",             2001, "",   "[1]=>Total, [2]=>Non-Res, [3]=>Res" 

; SAC 2/12/02 - added flag to determine if/when user should have access to custom glass properties inputs
; SAC 1/13/05 - Removed EnableGlassProps flag since no longer utilized
; 1,           "EnableGlassProps",  BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   ""

; SAC 3/5/02 - Added property to sum occup of only those shells that have specified that DHW equipment is to be modeled
1,           "DHWModelOccup",     BDP_Flt,  1, "persons",          0, "",         0, "",             2001, "",   "" 

; SAC 4/4/02 - Added a couple of properties to enable the shell/HVAC deletion buttons to be disabled when user gets down to one of each
1,           "NumShellComps",     BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   ""
1,           "NumHVACComps",      BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   ""
; SAC 2/8/04 - Added LastNumShellComps to detect when a shell is deleted in order to perform certain processing (adiabatic walls) following shell deletion
1,           "LastNumShellComps", BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   ""

; SAC 7/29/02 - Added property to control Baseline EEM run name
1,           "BaselineEEMName",   BDP_Str,  1, "",                 0, "",         0, "",             2001, "",   ""
; SAC 7/30/02 - Added property to enable UI controls on the Measure dialog to be disabled or removed when no Measure components exist
1,           "NumMeasureComps",   BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   ""
; SAC 8/4/02 - Added property to enable toggling of baseline simulation when performing EEM runs
1,           "SimulateBaseline",  BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   ""

; SAC 8/9/02 - Added properties to store project-wide LCC data
1,           "LCC_FiscalYearRng",  BDP_Int,  2, "",                 0, "",         0, "",             2001, "",   ""
1,           "LCC_FiscalYear",     BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   ""
; SAC 6/28/04 - Added during implementation of LCC taxes
1,           "LCC_FederalIncTax",  BDP_Flt,  1, "%",                0, "",         0, "",             2001, "",   ""
1,           "LCC_StateIncTax",    BDP_Flt,  1, "%",                0, "",         0, "",             2001, "",   ""
1,           "LCC_MaxStateIncTax", BDP_Flt,  1, "%",                0, "",         0, "",             2001, "",   ""
1,           "LCC_TotalIncTax",    BDP_Flt,  1, "%",                0, "",         0, "",             2001, "",   ""
1,           "LCC_DiscRateType",   BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   ""
1,           "LCC_DiscPrePostTax", BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   ""
1,           "LCC_InflationRate",  BDP_Flt,  1, "%",                0, "",         0, "",             2001, "",   ""
1,           "LCC_DiscRateLabel",  BDP_Str,  1, "",                 0, "",         0, "",             2001, "",   ""
1,           "LCC_DiscountRate",   BDP_Flt,  1, "%",                0, "",         0, "",             2001, "",   ""
1,           "LCC_NumYears",       BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   ""
1,           "LCC_DOEFPERegion",   BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   ""
1,           "LCC_AnalSector",     BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   ""
1,           "LCC_SecondFuel",     BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   ""
1,           "LCC_UserDefRates",   BDP_Int,  2, "",                 0, "",         0, "",             2001, "",   ""
1,           "LCC_UniformRates",   BDP_Flt,  2, "%",                0, "",         0, "",             2001, "",   ""
; SAC 8/9/02 - Added properties to store baseline run LCC data
1,           "LCC_BR_FirstCost",   BDP_Flt,  1, "",                 0, "",         0, "",             2001, "",   ""
1,           "LCC_BR_AnnMaint",    BDP_Flt,  1, "",                 0, "",         0, "",             2001, "",   ""
1,           "LCC_BR_InvestDesc",  BDP_Str, 25, "",                 0, "",         0, "",             2001, "",   ""
1,           "LCC_BR_InvestCost",  BDP_Flt, 25, "",                 0, "",         0, "",             2001, "",   ""
1,           "LCC_BR_OperDesc",    BDP_Str, 25, "",                 0, "",         0, "",             2001, "",   ""
1,           "LCC_BR_OperCost",    BDP_Flt, 25, "",                 0, "",         0, "",             2001, "",   ""
; SAC 8/11/02 - Added properties to enable mods in LSS spreadsheet within eQ to get posted back into BDBase
1,           "LCC_BR_UI_FirstCost",  BDP_Flt,  1, "",                 0, "",         0, "",             2001, "",   ""
1,           "LCC_BR_UI_AnnMaint",   BDP_Flt,  1, "",                 0, "",         0, "",             2001, "",   ""
1,           "LCC_BR_UI_InvestDesc", BDP_Str, 25, "",                 0, "",         0, "",             2001, "",   ""
1,           "LCC_BR_UI_InvestCost", BDP_Flt, 25, "",                 0, "",         0, "",             2001, "",   ""
1,           "LCC_BR_UI_OperDesc",   BDP_Str, 25, "",                 0, "",         0, "",             2001, "",   ""
1,           "LCC_BR_UI_OperCost",   BDP_Flt, 25, "",                 0, "",         0, "",             2001, "",   ""
; SAC 8/13/02 - Added property to keep track of whether or not EEM-based LCC data has been entered (or even just viewed)
1,           "HaveEEMLCCData",     BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   ""
; SAC 11/17/04 - Added string properties to handle storage of path/filenames of BDL include files to be written in various spots to the BDL input
1,           "BDLInc_First",       BDP_Str,  5, "",                 0, "",         0, "",             2001, "",   "Topmost BDL include file(s)"
1,           "BDLInc_PreHVAC",     BDP_Str,  5, "",                 0, "",         0, "",             2001, "",   "Pre-HVAC system BDL include file(s)"
1,           "BDLInc_PostHVAC",    BDP_Str,  5, "",                 0, "",         0, "",             2001, "",   "Post-HVAC system BDL include file(s)"
1,           "BDLInc_Others",      BDP_Str, 10, "",                 0, "",         0, "",             2001, "",   "Other BDL include file(s) (not written to main input)"
; SAC 11/18/04 - Added more properties to handle writing of macros and global parameters to BDL input (for DEER - Refrig)
1,           "BDLMacro_Type",      BDP_Str, 20, "",                 0, "",         0, "",             2001, "",   "BDL Macro - Type"
1,           "BDLMacro_Name",      BDP_Str, 20, "",                 0, "",         0, "",             2001, "",   "BDL Macro - Name"
1,           "BDLMacro_Value",     BDP_Str, 20, "",                 0, "",         0, "",             2001, "",   "BDL Macro - Value"

; SAC 1/13/05 - Added a bunch of custom geometry defaulting mechanism properties to facilitate DEER single family res analysis w/ varying areas & num floors
1,           "Geom_Mechanism",     BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   "Geom_Mechanism"
1,           "Geom_Current",       BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "Geom_Current"
1,           "Geom_ShellLength",   BDP_Flt,  5, "ft",               0, "",         0, "",             2001, "",   "Geom_ShellLength"
1,           "Geom_ShellWidth",    BDP_Flt,  5, "ft",               0, "",         0, "",             2001, "",   "Geom_ShellWidth"
1,           "Geom_ShellArea",     BDP_Flt,  5, "ft2",              0, "",         0, "",             2001, "",   "Geom_ShellArea"
1,           "Geom_FootprintArea", BDP_Flt,  5, "ft2",              0, "",         0, "",             2001, "",   "Geom_FootprintArea"
1,           "Geom_AspectRatio",   BDP_Flt,  5, "",                 0, "",         0, "",             2001, "",   "Geom_AspectRatio"
1,           "Geom_AvgStories",    BDP_Flt,  5, "",                 0, "",         0, "",             2001, "",   "Geom_AvgStories"
1,           "Geom_TotalOccups",   BDP_Flt,  5, "",                 0, "",         0, "",             2001, "",   "Geom_TotalOccups"
1,           "Geom_WinWidth",      BDP_Flt,  5, "ft",               0, "",         0, "",             2001, "",   "Geom_WinWidth"
;------------------------------------------------------------------------------------------------


;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "ShellWiz",  "Shell",             100,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  0,   2000
;
;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
1,           "ProductCode",       BDP_Sym,  1, "",                 0, "",         0, "",             2090, "",   "Product Code" 
1,           "DebugID",           BDP_Int,  1, "",                 0, "",         0, "",             2049, "",   "Debug ID for toggling debug screens" 
; SAC 1/5/02 - Added name prefix & suffix strings
1,           "NamePrefix",        BDP_Str,  1, "",                 0, "",         0, "",             1500, "",   "" 
1,           "NameSuffix",        BDP_Str,  1, "",                 0, "",         0, "",             1500, "",   "" 
; SAC 3/20/02 - Added to facilitate screen control display/editability based on the occurence index of the shell
1,           "ComponentIdx",      BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "" 

             ; flag indicating whether or not to provide access to Enduse Details screens
1,           "EnduseDetails",     BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "Whether or not to input detailed enduse data" 
; SAC 1/24/02 - Added flags indicating what enduses data is provided for - See symbols for ShapeWiz:Enduse for organization of enduses
1,           "ModelEnduse",       BDP_Int, 15, "",                 0, "",         0, "",             2010, "",   "Whether or not to model enduse"
; SAC 2/20/05 - Added new input of how to collect inputs for (& model) Occupancy (seasonal vs. seasonal by act area for DEER)
1,           "OccModelInputs",    BDP_Sym,  1, "",                 0, "",         0, "",             2011, "",   "Description of occupancy model inputs"
; SAC 3/4/02 - Added input of how to collect inputs for (& model) each selected enduse - See symbols for ShapeWiz:Enduse for organization of enduses
1,           "ILtModelInputs",    BDP_Sym,  1, "",                 0, "",         0, "",             2011, "",   "Description of enduse model inputs"
1,           "ELtModelInputs",    BDP_Sym,  1, "",                 0, "",         0, "",             2012, "",   "Description of enduse model inputs"
1,           "OffModelInputs",    BDP_Sym,  1, "",                 0, "",         0, "",             2013, "",   "Description of enduse model inputs"
1,           "CkgModelInputs",    BDP_Sym,  1, "",                 0, "",         0, "",             2014, "",   "Description of enduse model inputs"
1,           "RRfModelInputs",    BDP_Sym,  1, "",                 0, "",         0, "",             2015, "",   "Description of enduse model inputs"
1,           "MscModelInputs",    BDP_Sym,  1, "",                 0, "",         0, "",             2016, "",   "Description of enduse model inputs"
1,           "DHWModelInputs",    BDP_Sym,  1, "",                 0, "",         0, "",             2017, "",   "Description of enduse model inputs"
1,           "ACmModelInputs",    BDP_Sym,  1, "",                 0, "",         0, "",             2018, "",   "Description of enduse model inputs"
1,           "MtrModelInputs",    BDP_Sym,  1, "",                 0, "",         0, "",             2019, "",   "Description of enduse model inputs"
1,           "PrcModelInputs",    BDP_Sym,  1, "",                 0, "",         0, "",             2020, "",   "Description of enduse model inputs"
1,           "SCRModelInputs",    BDP_Sym,  1, "",                 0, "",         0, "",             2021, "",   "Description of enduse model inputs"
1,           "TLtModelInputs",    BDP_Sym,  1, "",                 0, "",         0, "",             2022, "",   "Description of enduse model inputs"

     ; Track active and available wizard screens
1,           "ScreenIDArray",     BDP_Int, 99, "",                 0, "",         0, "",             2025, "",   "Wizard Screen ID Array" 
1,           "ScreenIDArrIdx",    BDP_Int,  1, "",                 0, "",         0, "",             2027, "",   "Wizard Screen ID Array Index" 
1,           "ScreenIDArrID",     BDP_Int,  1, "",                 0, "",         0, "",             2028, "",   "Wizard Screen ID Array ID" 
1,           "ShowAllScreens",    BDP_Int,  1, "",                 0, "",         0, "",             2660, "",   "" 

     ; Properties to enable compliance analysis features
1,           "Compliance",        BDP_Sym,  1, "",                 0, "",         0, "",             2630, "",   "Compliance Ruleset" 
1,           "AllowCompliance",   BDP_Int,  1, "",                 0, "",         0, "",             2635, "",   "Allow complaince" 

     ; General Info
1,           "BldgType",          BDP_Sym,  1, "",                 0, "",         0, "",             2150, "",   "Primary Building Type" 
1,           "GrossArea",         BDP_Flt,  1, "ft2",              0, "",         0, "",             2170, "",   "Gross Floor Area" 
; SAC 4/18/02 - Added SecBldgTypeList to determine which list of symbols to utilize for SecBldgType (and also when to expose SecBldgType to user)
1,           "SecBldgTypeList",   BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "Secondary Building Type List" 
; SAC 2/15/02 - Added SecBldgType to enable more accurate profile assignment - particularly for restaurants
1,           "SecBldgType",       BDP_Sym,  1, "",                 0, "",         0, "",             2152, "",   "Secondary Building Type" 
; SAC 7/24/04 - Added DEERSecBldgType to facilitate DEER measure analysis
1,           "DEERSecBldgType",   BDP_Sym,  1, "",                 0, "",         0, "",             2153, "",   "DEER Secondary Building Type" 
; SAC 2/17/02 - Added ProfileGroup to better facilitate profile assignment
1,           "ProfileGroup",      BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   "Profile Group" 
         ; SAC 5/29/03 - added to facilitate Title-24 defaults
1,           "CodeBldgTypeCateg", BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   ""

     ; Shell stuff
1,           "FlrsAboveGrade",    BDP_Flt,  1, "",                 0, "",         0, "",             2180, "",   "Num Floors Above Grade" 
1,           "FlrsBelowGrade",    BDP_Flt,  1, "",                 0, "",         0, "",             2185, "",   "Num Floor Below Grade" 
1,           "TotalNumFloors",    BDP_Flt,  1, "",                 0, "",         0, "",             2188, "",   "Total Number of Floors" 
1,           "Daylighting",       BDP_Sym,  1, "",                 0, "",         0, "",             2195, "",   "Daylighting" 
         ; SAC 3/8/02 - added properties to provide a more simplified approach to positioning of this shell in relation to a previously-defined shell
         ; SAC 4/20/02 - modified object type value (CV column) to = -1 to prevent inclusion of current and all subsequent components within the combobox selection control
1,           "ShellPos_Ref",      BDP_Obj,  1, "",                 0, "ShellWiz",-1, "",             2001, "",   "" 
1,           "ShellPos_Dir",      BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   "" 
1,           "ShellPos_Dist",     BDP_Flt,  1, "ft",               0, "",         0, "",             2001, "",   "" 
1,           "ShellPos_Offset",   BDP_Flt,  3, "ft",               0, "",         0, "",             2001, "",   "(X, Y, Z) offset from reference shell's position" 
         ; SAC 3/20/02 - added one more shell location property
1,           "ShellPos_Specify",  BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "" 
         ; SAC 7/24/02 - added to serve as screen label
1,           "ShellPos_ScrnLbl",  BDP_Str,  1, "",                 0, "",         0, "",             2001, "",   "" 
         ; SAC 8/21/02 - added property to keep track of when shell has an exposed roof
1,           "HasExposedRoof",    BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "" 
         ; SAC 7/24/04 - added property to facilitate DEER measure analysis
1,           "ExposedRoofArea",   BDP_Flt,  1, "",                 0, "",         0, "",             2001, "",   "" 
         ; SAC 12/14/01 - added overall building coordinates to enable positioning of building within site
1,           "BldgX",             BDP_Flt,  1, "ft",               0, "",         0, "",             2375, "",   "Shell X Position" 
1,           "BldgY",             BDP_Flt,  1, "ft",               0, "",         0, "",             2375, "",   "Shell Y Position" 
1,           "BldgZ",             BDP_Flt,  1, "ft",               0, "",         0, "",             2375, "",   "Shell Z Position" 
         ; SAC 7/18/02 - added Min & Max Z coordinates to help determine when shells overlap each other and to determine amount of adiabatic surface
1,           "BldgMinZ",          BDP_Flt,  1, "ft",               0, "",         0, "",             2375, "",   "Shell Min Z Coord" 
1,           "BldgMaxZ",          BDP_Flt,  1, "ft",               0, "",         0, "",             2375, "",   "Shell Max Z Coord" 
         ; SAC 3/26/02 - Added flag to cause re-calc of building coordinates
1,           "BldgCoordReset",    BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "flag to cause recalc of bldg coord.s" 
         ; SAC 3/3/02 - Added ShellMult to serve as a multipler on the entire ShellWiz component
1,           "ShellMult",         BDP_Flt,  1, "",                 0, "",         0, "",             2001, "",   "ShellMult" 
; SAC 4/2/02 - Added property to enable default assignment of zone groups to systems by shell / floor / perim/core status
1,           "AssignHVACZGList",  BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "" 
         ; SAC 6/19/04 - added new property to specify what shell (if any) is to be displayed in the background of the custom footprint/zoning screen
1,           "BackgroundShell",   BDP_Obj,  1, "",                 0, "ShellWiz",-2, "",             2377, "",   "" 

; SAC 1/13/05 - New mechanism for IDing shells within project using custom geometry mechanism (initially used to facilitate DEER single family res analysis w/ varying areas & num floors)
1,           "Geom_ShellID",       BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   "Geom_Mechanism"

     ; Building Footprint
1,           "Footprint",         BDP_Sym,  1, "",                 0, "",         0, "",             2300, "",   "Footprint Shape" 
1,           "Orientation",       BDP_Sym,  1, "",                 0, "",         0, "",             2340, "",   "Building Orientation" 
; SAC 10/2/03 - Added AspectRatio property to facilitate DEER analysis
1,           "UseOldDimDefaults", BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "flag signaling use of older dimension defaulting mechanism" 
1,           "AspectRatio",       BDP_Flt,  1, "",                 0, "",         0, "",             2001, "",   "Aspect ratio (Plan No&So / Ea&We) of the building" 
; SAC 10/24/03 - Added more properties to revise aspect ratio defaulting
1,           "MinShellWidth",     BDP_Flt,  1, "",                 0, "",         0, "",             2001, "",   "Minimum Shell Wing Depth" 
1,           "UseAspectRatio",    BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "Whether or not to use Aspect Ratio" 
1,           "NumX",              BDP_Int,  1, "",                 0, "",         0, "",             2350, "",   "Number of X Dimensions" 
1,           "NumY",              BDP_Int,  1, "",                 0, "",         0, "",             2360, "",   "Number of Y Dimensions" 
1,           "X",                 BDP_Flt, 10, "ft",               0, "",         0, "",             2370, "",   "Footprint X Dimensions" 
1,           "Y",                 BDP_Flt, 10, "ft",               0, "",         0, "",             2370, "",   "Footprint Y Dimensions" 
1,           "X2Plus3",           BDP_Flt,  1, "ft",               0, "",         0, "",             2390, "",   "Footprint X[2] + X[3]" 
1,           "X1Minus2",          BDP_Flt,  1, "ft",               0, "",         0, "",             2393, "",   "Footprint X[1] - X[2]" 
1,           "X1Minus3",          BDP_Flt,  1, "ft",               0, "",         0, "",             2396, "",   "Footprint X[1] - X[3]" 
1,           "Y2Plus3",           BDP_Flt,  1, "ft",               0, "",         0, "",             2400, "",   "Footprint Y[2] + Y[3]" 
1,           "Y1Minus2",          BDP_Flt,  1, "ft",               0, "",         0, "",             2403, "",   "Footprint Y[1] - Y[2]" 
1,           "Y1Minus3",          BDP_Flt,  1, "ft",               0, "",         0, "",             2406, "",   "Footprint Y[1] - Y[3]" 
; SAC 3/7/02 - Properties added to help facilitate new pattern and more realistic zoning
1,           "AvgPerimZoneArea",  BDP_Flt,  1, "ft2",              0, "",         0, "",             2475, "",   "" 
1,           "TargetShellDepth",  BDP_Flt,  1, "ft",               0, "",         0, "",             2001, "",   "" 
; SAC 3/8/02 - Another property to ensure intelligent building/wing depth
1,           "DefaultShellDepth", BDP_Flt,  1, "ft",               0, "",         0, "",             2001, "",   "" 
1,           "MinSpaceArea",      BDP_Flt,  1, "ft2",              0, "",         0, "",             2410, "",   "Minimum Space Area" 
1,           "EnteredArea",       BDP_Flt,  1, "ft2",              0, "",         0, "",             2420, "",   "Entered Area Per Floor" 
1,           "SqRtEntArea",       BDP_Flt,  1, "ft2",              0, "",         0, "",             2430, "",   "SquareRoot of Entered Area Per Flr" 
; SAC 5/27/03 - Added CalcPerimLen & TotNetAGWallArea to facilitate window area to be entered via % conditioned floor area
1,           "CalcPerimLen",      BDP_Flt,  1, "ft",               0, "",         0, "",             2001, "",   "Calculated footprint perimeter length" 
1,           "TotNetAGWallArea",  BDP_Flt,  1, "ft2",              0, "",         0, "",             2001, "",   "Calculated total net (above grade) wall area" 
1,           "CalcArea",          BDP_Flt,  1, "ft2",              0, "",         0, "",             2440, "",   "Calculated Area Per Floor" 
; SAC 3/21/05 - switched from 1 to 2 element array, adding Cond bldg area as 2nd element
1,           "CalcBldgArea",      BDP_Flt,  2, "ft2",              0, "",         0, "",             2445, "",   "[1] => Calculated Total Building Area, [2] => Total Conditioned Area" 
; SAC 8/5/03 - Added to fix some problems whereby HVAC default capacities and flows were not taking into account shell multipliers
1,           "CalcMBldgArea",     BDP_Flt,  1, "ft2",              0, "",         0, "",             2445, "",   "Calculated Total Building Area" 
1,           "FlrToFlr",          BDP_Flt,  1, "ft",               0, "",         0, "",             2450, "",   "Floor-to-Floor Height" 
1,           "FlrToCeiling",      BDP_Flt,  1, "ft",               0, "",         0, "",             2460, "",   "Floor-to-Ceiling Height" 
1,           "PlenumHeight",      BDP_Flt,  1, "ft",               0, "",         0, "",             2465, "",   "Plenum Height" 
; SAC 2/3/02 - Switched name from PlenumExist to PlenumFlag in order to take into account Attic as well
1,           "PlenumFlag",        BDP_Int,  1, "",                 0, "",         0, "",             2467, "",   "PlenumFlag"
1,           "ZoningPattern",     BDP_Sym,  1, "",                 0, "",         0, "",             2470, "",   "Zoning Pattern" 
1,           "PerimDepth",        BDP_Flt,  1, "ft",               0, "",         0, "",             2480, "",   "Perimeter Zone Depth" 
1,           "AproxPerimArea",    BDP_Flt,  1, "ft2",              0, "",         0, "",             2485, "",   "Approximate Building Perimeter Area" 
1,           "NumDirections",     BDP_Int,  1, "",                 0, "",         0, "",             2490, "",   "Number of Directions Building Faces" 
; SAC 2/3/02 - Added HasAttic for Seattle City Light's Multifamily buildings
1,           "AtticAllowed",      BDP_Int,  1, "",                 0, "",         0, "",             3001, "",   "Attic Allowed flag"
1,           "HasAttic",          BDP_Int,  1, "",                 0, "",         0, "",             3002, "",   "Has Attic flag"
1,           "AtticHeight",       BDP_Flt,  1, "ft",               0, "",         0, "",             3003, "",   "Attic Height"
; SAC 2/17/04 - Added property to toggle duct loss modeling availability (for DEER)
1,           "CanModelDuctLoss",  BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "Whether or not DOE-2 can model duct losses for this shell" 
; SAC 11/20/03 - New properties to support Perimeter / Multi-Core zoning pattern (for DEER)
1,           "MultiCoreAAreaType" BDP_Sym,  8, "",                 0, "",         0, "",             2001, "",   "" 
1,           "MultiCorePercent"   BDP_Flt,  8, "%",                0, "",         0, "",             2001, "",   "" 
1,           "MultiCoreTempVal"   BDP_Flt,  4, "",                 0, "",         0, "",             2001, "",   "1=, 2=, 3=, 4=CoreArea/TotalArea" 
1,           "NumMultiCoreAAreas" BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "" 
1,           "NumMultiCoreRows"   BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "" 
1,           "MultiCoreError"     BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   "" 
; SAC 12/9/03 - Added more Perimeter / Multi-Core zoning pattern-specific properties to facilitate zone group creation & defaulting
1,           "NumMCZnGrps",       BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "" 
1,           "MCZnGrpAAIdx",      BDP_Int,  7, "",                 0, "",         0, "",             2001, "",   "" 
1,           "MCZnGrpName",       BDP_Str,  7, "",                 0, "",         0, "",             2001, "",   "" 
; SAC 6/27/04 - Added new flag value to cause generation of child CustomZones when importing old projects w/ Perimeter / Multi-Core zoning
1,           "CreateCustZones",   BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "" 
; SAC 6/27/04 - Added 2 new properties to handle "Use Floor Multipliers" I/O
1,           "UseFloorMults",     BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "" 
1,           "AllowFloorMults",   BDP_Int,  2, "",                 0, "",         0, "",             2001, "",   "" 

         ; SAC 11/2/04 - Added reference to new DiagData component
1,           "DiagLink",          BDP_Obj,  1, "",                 1, "DiagData", 0, "",             2001, "",   "" 

     ; Building Materials
; SAC 11/18/04 - Added integer array flag property to control when to perform which construction range checks
1,           "ConsRangeChecks",   BDP_Int,  3, "",                 0, "",         0, "",             2001, "",   "Range check flag (1-Roof, 2-EWall, 3-GFloor)"
; SAC 8/22/03 - Added property to define where default roof insulation lies, at attic floor vs. roof surface
1,           "RoofInsulLocation", BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   "RoofInsulLocation"
1,           "RoofConsType",      BDP_Sym,  1, "",                 0, "",         0, "",             2505, "",   "RoofConsType"
1,           "RoofBrdInsType",    BDP_Sym,  1, "",                 0, "",         0, "",             2506, "",   "Roof Board Insulation Type"
1,           "RoofSecInsType",    BDP_Sym,  1, "",                 0, "",         0, "",             2507, "",   "Roof Batt Insulation or Finish Type"
1,           "RoofAbsorp",        BDP_Flt,  1, "",                 0, "",         0, "",             2508, "",   "Fraction of incident solar radiation absorbed by the exterior finish of the roof's construction"
1,           "RoofSlope",         BDP_Sym,  1, "",                 0, "",         0, "",             2509, "",   "Slope of roof"
1,           "RoofFinish",        BDP_Sym,  1, "",                 0, "",         0, "",             2510, "",   "Finish on roof"
1,           "RoofColor",         BDP_Sym,  1, "",                 0, "",         0, "",             2511, "",   "Color of roof finish"
1,           "RoofRough",         BDP_Flt,  1, "",                 0, "",         0, "",             2512, "",   "Roof roughness"
1,           "RoofEmiss",         BDP_Flt,  1, "",                 0, "",         0, "",             2513, "",   "Roof emissivity"
; SAC 6/2/03 - Added properties to facilitate reporting of overall U-value within wiz UI & referencing of minimum code U-value
1,           "RoofCodeCurrent",   BDP_Flt,  1, "",                 0, "",         0, "",             2001, "",   ""
1,           "RoofCodeRVal",      BDP_Flt, 10, "h-ft2-F/Btu",     0, "",         0, "",             2001, "",   ""
1,           "RoofCodeHtCap",     BDP_Flt, 10, "Btu/ft2-F",       0, "",         0, "",             2001, "",   ""
;1,           "RoofCodeHtCapCat",  BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   ""
1,           "RoofCodeUVal",      BDP_Flt,  1, "Btu/h-ft2-F",     0, "",         0, "",             2001, "",   ""
1,           "RoofCodeUValMin",   BDP_Flt,  1, "Btu/h-ft2-F",     0, "",         0, "",             2001, "",   ""
1,           "RoofCodeUValMsg",   BDP_Str,  2, "",                 0, "",         0, "",             2001, "",   ""
; SAC 10/13/04 - Added overall wall R-value properties (to facilitate DEER processing)
1,           "RoofOverallRVal",   BDP_Flt,  1, "h-ft2-F/Btu",     0, "",         0, "",             2001, "",   "Overall Roof R-value"
1,           "RoofMinOverallR",   BDP_Flt,  1, "h-ft2-F/Btu",     0, "",         0, "",             2001, "",   "Minimum overall R-value"
1,           "RoofFictInsRVal",   BDP_Flt,  1, "h-ft2-F/Btu",     0, "",         0, "",             2001, "",   "Fictious insulation R-value (to achieve overall R-value)"
1,           "VertExtConsType",   BDP_Sym,  1, "",                 0, "",         0, "",             2516, "",   "VertExtConsType"
1,           "VertExtBrdInsType", BDP_Sym,  1, "",                 0, "",         0, "",             2517, "",   "Vert Ext Wall Exterior Ins Type"
1,           "VertExtSecInsType", BDP_Sym,  1, "",                 0, "",         0, "",             2518, "",   "Vert Ext Wall Integral Ins Type"
; SAC 2/3/02 - Added entirely new exterior wall Interior insulation property for SCL-eQUEST
1,           "VertExtIntInsType", BDP_Sym,  1, "",                 0, "",         0, "",             2526, "",   "Vert Ext Wall Interior Ins Type"
1,           "VertExtAbsorp",     BDP_Flt,  1, "",                 0, "",         0, "",             2519, "",   "Fraction of incident solar radiation absorbed by the exterior finish of the wall's construction"
1,           "VertExtFrmFin",     BDP_Sym,  1, "",                 0, "",         0, "",             2521, "",   "External frame wall finish type"
1,           "VertExtFinish",     BDP_Sym,  1, "",                 0, "",         0, "",             2522, "",   "Finish on vertical exterior walls"
1,           "VertExtColor",      BDP_Sym,  1, "",                 0, "",         0, "",             2523, "",   "Color of vertical exterior wall finish"
1,           "VertExtRough",      BDP_Flt,  1, "",                 0, "",         0, "",             2524, "",   "Vertical exterior wall roughness"
1,           "VertExtEmiss",      BDP_Flt,  1, "",                 0, "",         0, "",             2525, "",   "Vertical exterior wall emissivity"
; SAC 6/2/03 - Added properties to facilitate reporting of overall U-value within wiz UI & referencing of minimum code U-value
1,           "EWallCodeCurrent",  BDP_Flt,  1, "",                 0, "",         0, "",             2001, "",   ""
1,           "EWallCodeFrmType",  BDP_Flt,  1, "",                 0, "",         0, "",             2001, "",   ""
1,           "EWallCodeRVal",     BDP_Flt, 10, "h-ft2-F/Btu",     0, "",         0, "",             2001, "",   ""
1,           "EWallCodeHtCap",    BDP_Flt, 10, "Btu/ft2-F",       0, "",         0, "",             2001, "",   ""
1,           "EWallCodeHtCapCat", BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   ""
1,           "EWallCodeUVal",     BDP_Flt,  1, "Btu/h-ft2-F",     0, "",         0, "",             2001, "",   ""
1,           "EWallCodeUValMin",  BDP_Flt,  1, "Btu/h-ft2-F",     0, "",         0, "",             2001, "",   ""
1,           "EWallCodeUValMsg",  BDP_Str,  2, "",                 0, "",         0, "",             2001, "",   ""
; SAC 10/15/04 - Added overall wall R-value properties (to facilitate DEER processing)
1,           "EWallOverallRVal",  BDP_Flt,  1, "h-ft2-F/Btu",     0, "",         0, "",             2001, "",   "Overall exterior wall R-value"
1,           "EWallMinOverallR",  BDP_Flt,  1, "h-ft2-F/Btu",     0, "",         0, "",             2001, "",   "Minimum overall R-value"
1,           "EWallFictInsRVal",  BDP_Flt,  1, "h-ft2-F/Btu",     0, "",         0, "",             2001, "",   "Fictious insulation R-value (to achieve overall R-value)"
1,           "CeilingConsType",   BDP_Sym,  1, "",                 0, "",         0, "",             2530, "",   "CeilingConsType"
1,           "CeilingInsType",    BDP_Sym,  1, "",                 0, "",         0, "",             2535, "",   "CeilingInsType"
; SAC 2/6/02 - Added property to label ceiling controls in screens
1,           "CeilingLabel",      BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   "CeilingLabel"
; SAC 2/5/02 - Added entirely new attic construction properties for SCL-eQUEST
1,           "AtticConsType",     BDP_Sym,  1, "",                 0, "",         0, "",             2531, "",   "AtticConsType"
1,           "AtticFrameType",    BDP_Sym,  1, "",                 0, "",         0, "",             2532, "",   "AtticFrameType"
1,           "AtticInsType",      BDP_Sym,  1, "",                 0, "",         0, "",             2533, "",   "AtticInsType"
; SAC 6/15/02 - Added new property to handle input of secondary/interior rigid insulation
1,           "AtticIntInsType",   BDP_Sym,  1, "",                 0, "",         0, "",             2534, "",   "AtticIntInsType"
; SAC 8/21/03 - Added property to control when and when not to collect attic floor construction inputs (and when to write the corresponding construction to BDL)
1,           "HasAtticCons",      BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "HasAtticCons"
; SAC 3/26/05 - Added properties to enable input of attic floor overall R-value (for DEER)
1,           "AFlrCodeCurrent",   BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   ""
1,           "AFlrCodeRVal",      BDP_Flt, 10, "h-ft2-F/Btu",     0, "",         0, "",             2001, "",   ""
1,           "AFlrOverallRVal",   BDP_Flt,  1, "h-ft2-F/Btu",     0, "",         0, "",             2001, "",   "Overall attic floor R-value"
1,           "AFlrMinOverallR",   BDP_Flt,  1, "h-ft2-F/Btu",     0, "",         0, "",             2001, "",   "Minimum overall attic floor R-value"
1,           "AFlrFictInsRVal",   BDP_Flt,  1, "h-ft2-F/Btu",     0, "",         0, "",             2001, "",   "Fictious insulation R-value (to achieve overall R-value)"
; ; SAC 10/15/03 - Added properties to enable input of total R-value for exterior constructions
; 1,           "RoofTotRVal",       BDP_Flt,  1, "h-ft2-F/Btu",     0, "",         0, "",             2001, "",   ""
; 1,           "VertExtTotRVal",    BDP_Flt,  1, "h-ft2-F/Btu",     0, "",         0, "",             2001, "",   ""
; 1,           "GrndFlrTotRVal",    BDP_Flt,  1, "h-ft2-F/Btu",     0, "",         0, "",             2001, "",   ""
; 1,           "AtticFlrTotRVal",   BDP_Flt,  1, "h-ft2-F/Btu",     0, "",         0, "",             2001, "",   ""
1,           "VertIntConsType",   BDP_Sym,  1, "",                 0, "",         0, "",             2540, "",   "VertIntConsType"
1,           "VertIntInsType",    BDP_Sym,  1, "",                 0, "",         0, "",             2542, "",   "VertIntInsType"
1,           "IntFlrConsType",    BDP_Sym,  1, "",                 0, "",         0, "",             2545, "",   "IntFlrConsType"
1,           "IntFlrInsType",     BDP_Sym,  1, "",                 0, "",         0, "",             2547, "",   "IntFlrInsType"
; SAC 2/6/02 - Added toggle for interior floor post tension slab toggle
1,           "IntFlrPTSlabVis",   BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   ""
1,           "IntFlrPTSlab",      BDP_Int,  1, "",                 0, "",         0, "",             2559, "",   "Post-Tension Slab"
1,           "IntFlrPTSlabHt",    BDP_Flt,  1, "",                 0, "",         0, "",             2001, "",   ""
; SAC 11/4/02 - Added properties for slab-edge rigid insulation and finish
1,           "IntFlrPTSlabIns",   BDP_Sym,  1, "",                 0, "",         0, "",             2561, "",   "Slab-Edge Board Insulation Type"
1,           "IntFlrPTSlabFin",   BDP_Sym,  1, "",                 0, "",         0, "",             2562, "",   "Finish on Slab-Edge"
; SAC 6/15/02 - Added 2 new properties to handle input of secondary/interior rigid insulation and a LW concrete cap
1,           "IntFlrSecInsType",  BDP_Sym,  1, "",                 0, "",         0, "",             2546, "",   "IntFlrSecInsType"
1,           "IntFlrConcCap",     BDP_Sym,  1, "",                 0, "",         0, "",             2548, "",   "IntFlrConcCap"
; SAC 2/3/02 - Added entirely new Ground Floor Exposure property for SCL-eQUEST
1,           "GrndFlrExposure",   BDP_Sym,  1, "",                 0, "",         0, "",             2552, "",   "GrndFlrExposure"
1,           "GrndFlrConsType",   BDP_Sym,  1, "",                 0, "",         0, "",             2550, "",   "GrndFlrConsType"
1,           "GrndFlrInsType",    BDP_Sym,  1, "",                 0, "",         0, "",             2555, "",   "GrndFlrInsType"
1,           "GrndFlrSecInsType", BDP_Sym,  1, "",                 0, "",         0, "",             2558, "",   "GrndFlrSecInsType"
; SAC 6/2/03 - Added new flag value indicating whether or not energy code rules apply to the ground floor
1,           "GrndFlrRefsCode",   BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "GrndFlrRefsCode"
; SAC 6/2/03 - Added properties to facilitate reporting of overall U-value within wiz UI & referencing of minimum code U-value
1,           "GFlrCodeCurrent",   BDP_Flt,  1, "",                 0, "",         0, "",             2001, "",   ""
1,           "GFlrCodeRVal",      BDP_Flt, 10, "h-ft2-F/Btu",     0, "",         0, "",             2001, "",   ""
1,           "GFlrCodeHtCap",     BDP_Flt, 10, "Btu/ft2-F",       0, "",         0, "",             2001, "",   ""
1,           "GFlrCodeHtCapCat",  BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   ""
1,           "GFlrCodeUVal",      BDP_Flt,  1, "Btu/h-ft2-F",     0, "",         0, "",             2001, "",   ""
1,           "GFlrCodeUValMin",   BDP_Flt,  1, "Btu/h-ft2-F",     0, "",         0, "",             2001, "",   ""
1,           "GFlrCodeUValMsg",   BDP_Str,  2, "",                 0, "",         0, "",             2001, "",   ""
; SAC 2/6/02 - Added toggle for ground floor post tension slab toggle
1,           "GrndFlrPTSlabVis",  BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   ""
1,           "GrndFlrPTSlab",     BDP_Int,  1, "",                 0, "",         0, "",             2557, "",   "Post-Tension Slab"
1,           "GrndFlrPTSlabHt",   BDP_Flt,  1, "",                 0, "",         0, "",             2001, "",   ""
; SAC 11/4/02 - Added properties for slab-edge rigid insulation and finish
1,           "GrndFlrPTSlabIns",  BDP_Sym,  1, "",                 0, "",         0, "",             2556, "",   "Slab-Edge Board Insulation Type"
1,           "GrndFlrPTSlabFin",  BDP_Sym,  1, "",                 0, "",         0, "",             2551, "",   "Finish on Slab-Edge"
; SAC 1/22/03 - Added 2 new slab properties to facilitate new EEM screen
1,           "GrndFlrExpsrVal",   BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "GrndFlrExpsrVal"
1,           "GrndFlrPTSlabLbl",  BDP_Str,  1, "",                 0, "",         0, "",             2001, "",   "Post-Tension Slab Label"
; SAC 6/14/02 - Added 2 new properties to handle input of secondary/interior rigid insulation and a LW concrete cap
1,           "GrndFlrIntInsType", BDP_Sym,  1, "",                 0, "",         0, "",             2553, "",   "GrndFlrIntInsType"
1,           "GrndFlrConcCap",    BDP_Sym,  1, "",                 0, "",         0, "",             2554, "",   "GrndFlrConcCap"
; SAC 3/27/05 - Added new property to indicate whether or not crawl spaces are to be modeled
1,           "ModelCrawlSpaces",  BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "ModelCrawlSpaces"
1,           "CrawlSpaceCons",    BDP_Obj,  3, "",                 0, "ConsWiz",  0, "",             7901, "",   "Crawl Space Constructions (Roof, Flr, Walls)"
; SAC 10/15/03 - Added new properties to model crawl spaces
; 1,           "CrawlSpaceType",        BDP_Sym, 1, "",              0, "",         0, "",             2001, "",   "CrawlSpaceType"
; 1,           "CrSpWallConsType",      BDP_Sym, 1, "",              0, "",         0, "",             2001, "",   "CrSpWallConsType"
; 1,           "CrSpWallExtFinish",     BDP_Sym, 1, "",              0, "",         0, "",             2001, "",   "CrSpWallExtFinish"
; 1,           "CrSpWallExtBrdInsType", BDP_Sym, 1, "",              0, "",         0, "",             2001, "",   "CrSpWallExtBrdInsType"
; 1,           "CrSpWallSecInsType",    BDP_Sym, 1, "",              0, "",         0, "",             2001, "",   "CrSpWallSecInsType"
; 1,           "CrSpWallIntInsType",    BDP_Sym, 1, "",              0, "",         0, "",             2001, "",   "CrSpWallIntInsType"
; 1,           "CrSpWallInfilOption",   BDP_Sym, 1, "",              0, "",         0, "",             2001, "",   "CrSpWallInfilOption"
; 1,           "CrSpFlrConsType",       BDP_Sym, 1, "",              0, "",         0, "",             2001, "",   "CrSpFlrConsType"
; 1,           "CrSpPerimInfMethod",    BDP_Sym, 1, "",              0, "",         0, "",             2001, "",   "CrSpPerimInfilMethod"
; 1,           "CrSpPerimInfil",        BDP_Flt, 1, "",              0, "",         0, "",             2001, "",   "CrSpPerimInfil"
; 1,           "CrSpCoreInfMethod",     BDP_Sym, 1, "",              0, "",         0, "",             2001, "",   "CrSpCoreInfilMethod"
; 1,           "CrSpCoreInfil",         BDP_Flt, 1, "",              0, "",         0, "",             2001, "",   "CrSpCoreInfil"
1,           "VertUndConsType",   BDP_Sym,  1, "",                 0, "",         0, "",             2560, "",   "VertUndConsType"
1,           "VertUndInsType",    BDP_Sym,  1, "",                 0, "",         0, "",             2565, "",   "VertUndInsType"
; SAC 2/5/02 - Added infiltration inputs for SCL-eQUEST
1,           "InfilOption",       BDP_Sym,  1, "",                 0, "",         0, "",             3161, "",   "InfilOption"
1,           "PerimInfMethod",    BDP_Sym,  1, "",                 0, "",         0, "",             3162, "",   "PerimInfMethods"
1,           "CoreInfMethod",     BDP_Sym,  1, "",                 0, "",         0, "",             3163, "",   "CoreInfMethods"
; SAC 2/5/02 - moved up from below and removed units
1,           "PerimInfil",        BDP_Flt,  1, "",                 0, "",         0, "",             3160, "",   "Perimeter Zone Infiltration (cfm/sqft ext wall area)" 
1,           "CoreInfil",         BDP_Flt,  1, "",                 0, "",         0, "",             3165, "",   "Core Zone Infiltration (cfm/sqft floor area)" 
; SAC 2/6/02 - added units strings for labeling purposes
1,           "PerimInfUnits",     BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   "PerimInfUnits"
1,           "CoreInfUnits",      BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   "CoreInfUnits"
; SAC 3/8/05 - Added new properties to facilitate wizard specification of infiltration schedules by activity area (for DEER)
1,           "InfilSchedOption",  BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   "InfilSchedOption"
1,           "AAInfShapeStatus",  BDP_Int, 30, "",                 0, "",         0, "",             2001, "",   "[1-10] => Season 1 Act Areas, [11-20] => Season 2, [21-30] => Season 3" 
1,           "AAInfShape",        BDP_Obj, 30, "",                 0, "ShapeWiz", 0, "",             2001, "",   "[1-10] => Season 1 Act Areas, [11-20] => Season 2, [21-30] => Season 3" 
; SAC 11/4/02 - Added button label for reporting current infiltration data
1,           "InfilBtnLabel",     BDP_Str,  1, "",                 0, "",         0, "",             3164, "",   "" 
1,           "PerimInfUnitsShrt", BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   "PerimInfUnits"
1,           "CoreInfUnitsShrt",  BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   "CoreInfUnits"
1,           "GrndFlrCapFinLbl",  BDP_Str,  1, "",                 0, "",         0, "",             2001, "",   "" 

     ; *****  Properties from old ZoneWiz component  *****
     ;   increased IntSeg* from 400 to 900, ZoneVert* from 600 to 999 and # zones from 50 to 200
1,           "ZoningCurrent",     BDP_Int,   1, "",                 0, "",         0, "",             7010, "",   "" 
1,           "NumInteriorSegs",   BDP_Int,   1, "",                 0, "",         0, "",             7020, "",   "" 
1,           "IntSegX",           BDP_Flt, 900, "ft",               0, "",         0, "",             7030, "",   "Interior Segment X" 
1,           "IntSegY",           BDP_Flt, 900, "ft",               0, "",         0, "",             7040, "",   "Interior Segment Y" 
1,           "PercentPerim",      BDP_Flt,   1, "%",                0, "",         0, "",             7050, "",   "Percent Perimeter" 
1,           "NumZones",          BDP_Int,   1, "",                 0, "",         0, "",             7060, "",   "" 
1,           "FirstVertIdx",      BDP_Int, 201, "",                 0, "",         0, "",             7070, "",   "" 
1,           "ZoneVertX",         BDP_Flt, 999, "ft",               0, "",         0, "",             7080, "",   "Zone Vertex Xs" 
1,           "ZoneVertY",         BDP_Flt, 999, "ft",               0, "",         0, "",             7090, "",   "Zone Vertex Ys" 
1,           "ZoneIsPerim",       BDP_Int, 200, "",                 0, "",         0, "",             7100, "",   "" 
1,           "ZoneArea",          BDP_Flt, 200, "ft2",              0, "",         0, "",             7110, "",   "" 
; SAC 1/4/02 - addded to facilitate HVAC system defaulting
1,           "ZonePerimArea",     BDP_Flt, 200, "ft2",              0, "",         0, "",             7111, "",   "" 
; SAC 11/10/04 - Added to facilitate ruleset HVAC system pipe-loss zone defaulting
1,           "ZoneCoreArea",      BDP_Flt, 200, "ft2",              0, "",         0, "",             7111, "",   "" 
; SAC 7/14/03 - Increased from 30 -> 120 vertices
1,           "FloorVertX",        BDP_Flt, 120, "ft",               0, "",         0, "",             7200, "",   "Floor Vertex Xs" 
1,           "FloorVertY",        BDP_Flt, 120, "ft",               0, "",         0, "",             7210, "",   "Floor Vertex Ys" 
1,           "NumFloorVertices",  BDP_Int,   1, "",                 0, "",         0, "",             7220, "",   "Number of Floor Vertices" 
1,           "BDLSpaceVertX",     BDP_Flt, 999, "ft",               0, "",         0, "",             7300, "",   "BDL Space Vertex Xs" 
1,           "BDLSpaceVertY",     BDP_Flt, 999, "ft",               0, "",         0, "",             7310, "",   "BDL Space Vertex Ys" 
1,           "BDLSpaceX",         BDP_Flt, 200, "ft",               0, "",         0, "",             7320, "",   "BDL Space Xs" 
1,           "BDLSpaceY",         BDP_Flt, 200, "ft",               0, "",         0, "",             7330, "",   "BDL Space Ys" 
1,           "BDLSpaceAz",        BDP_Flt, 200, "deg",              0, "",         0, "",             7340, "",   "BDL Space Azimuths" 
1,           "BDLSpaceFlrVert",   BDP_Int, 200, "",                 0, "",         0, "",             7350, "",   "BDL Space Floor Vertex" 
; SAC 12/20/01 - Added to fix bugs where ZoningPattern != 1 used as an indication that we don't have both core & perimeter zones
1,           "HavePerimAndCore",  BDP_Int,   1, "",                 0, "",         0, "",             7001, "",   "" 
; SAC 2/11/02 - Added to enable infiltration defaulting
1,           "SumExtWallWds",     BDP_Flt,   1, "",                 0, "",         0, "",             7001, "",   "sum of all ext wall widths on floor" 
; SAC 3/7/02 - Properties added to facilitate user-defined setting of adiabatic walls
; SAC 7/14/03 - Increased from 30 -> 120 vertices
1,           "AdiabaticPercent",  BDP_Flt, 120, "%",                0, "",         0, "",             2001, "",   "" 
1,           "AdiabaticX",        BDP_Flt, 120, "ft",               0, "",         0, "",             2001, "",   "" 
1,           "AdiabaticHeight",   BDP_Flt, 120, "ft",               0, "",         0, "",             2001, "",   "" 
; SAC 9/2/02 - Added to facilitate range checking
1,           "AdiabaticMaxHt",    BDP_Flt,   1, "ft",               0, "",         0, "",             2001, "",   "" 
; SAC 7/16/03 - Added to facilitate re-defaulting only when necessary
1,           "AdiabaticCurrent",  BDP_Int,   1, "",                 0, "",         0, "",             2001, "",   "" 
; SAC 12/2/02 - Added to migrate exterior segment distance and slope adjustments referenced in zoning algorithm OUT of BDBase source and into the ruleset
1,           "PrmSegVertDistMrg", BDP_Flt,   1, "",                 0, "",         0, "",             2001, "",   "Perim Segment Vertex Distance Margin" 
1,           "PrmSegSlopeMrgFrc", BDP_Flt,   1, "",                 0, "",         0, "",             2001, "",   "Perim Segment Slope Margin Frac" 

     ; to facilitate ZoneGroup (ZnGrpWiz) stuff
1,           "BotBelowZnGrp",     BDP_Obj, 200, "",                 0, "ZnGrpWiz", 0, "",             7400, "",   ""
1,           "MidBelowZnGrp",     BDP_Obj, 200, "",                 0, "ZnGrpWiz", 0, "",             7405, "",   ""
1,           "GroundZnGrp",       BDP_Obj, 200, "",                 0, "ZnGrpWiz", 0, "",             7410, "",   ""
1,           "MidAboveZnGrp",     BDP_Obj, 200, "",                 0, "ZnGrpWiz", 0, "",             7415, "",   ""
1,           "TopAboveZnGrp",     BDP_Obj, 200, "",                 0, "ZnGrpWiz", 0, "",             7420, "",   ""
1,           "BotBelowNumFlrs",   BDP_Flt,   1, "",                 0, "",         0, "",             7440, "",   ""
1,           "MidBelowNumFlrs",   BDP_Flt,   1, "",                 0, "",         0, "",             7445, "",   ""
1,           "GroundNumFlrs",     BDP_Flt,   1, "",                 0, "",         0, "",             7450, "",   ""
1,           "MidAboveNumFlrs",   BDP_Flt,   1, "",                 0, "",         0, "",             7455, "",   ""
1,           "TopAboveNumFlrs",   BDP_Flt,   1, "",                 0, "",         0, "",             7460, "",   ""
1,           "ZoneGroupsOK",      BDP_Int,   1, "",                 0, "",         0, "",             7470, "",   "flag indicating whether or not Zone Groups need refreshing" 
1,           "DfltZnGrpName",     BDP_Str,   7, "",                 0, "",         0, "",             7475, "",   "default zone group names" 
; SAC 1/2/02 - added flag indicating whether or not Custom Zone Groups are present
1,           "EnableCustomZGs",   BDP_Int,   1, "",                 0, "",         0, "",             7471, "",   "flag indicating whether or not Custom Zone Groups are present" 
; SAC 1/4/02 - New property to facilitate SD wizard HVAC system defaulting
1,           "NumFlrsNoSys",      BDP_Int,   1, "",                 0, "",         0, "",             7472, "",   "Total number of floors w/ a zone group w/ no assigned system" 

     ; to figure out how many individual zones get assigned to each HVAC system
1,           "NumPerimZones",     BDP_Int,   1, "",                 0, "",         0, "",             7062, "",   "" 
1,           "NumCoreZones",      BDP_Int,   1, "",                 0, "",         0, "",             7064, "",   "" 

     ; custom footprint & zoning stuff
1,           "CustomFootprint",   BDP_Int,   1, "",                 0, "",         0, "",             7001, "",   "" 
1,           "CustomZoning",      BDP_Int,   1, "",                 0, "",         0, "",             7001, "",   "" 
1,           "ActiveZoneIndex",   BDP_Int,   1, "",                 0, "",         0, "",             7001, "",   "" 
1,           "FloorArea",         BDP_Flt,   1, "",                 0, "",         0, "",             7001, "",   "" 
; SAC 5/27/03 - Added FloorPerimLen to facilitate window area to be entered via % conditioned floor area
1,           "FloorPerimLen",     BDP_Flt,   1, "",                 0, "",         0, "",             7001, "",   "" 
; SAC 5/28/03 - Added PerimLenByDir & ShellWidePctWin to facilitate reporting of building-wide WWR in wizard interface
; SAC 7/14/04 - Increased array length to 30 to handle overall and this shell multi-level space facet perimeter lengths by direction
1,           "PerimLenByDir",     BDP_Flt,  30, "",                 0, "",         0, "",             7001, "",   "" 
; SAC 7/14/04 - Increased array length to 3 to handle intermediate multi-level space facet percent glass calc
1,           "ShellWidePctWin",   BDP_Flt,   3, "",                 0, "",         0, "",             7001, "",   "" 
             ; inputs to save in order to enable restoration of pre-custom Fp & zoning inputs
1,           "LastFootprint",     BDP_Int,   1, "",                 0, "",         0, "",             7001, "",   "LAST Footprint Shape" 
1,           "LastX",             BDP_Flt,  10, "",                 0, "",         0, "",             7001, "",   "LAST Footprint X dimensions" 
1,           "LastY",             BDP_Flt,  10, "",                 0, "",         0, "",             7001, "",   "LAST Footprint Y dimensions" 
1,           "LastZoningPattern", BDP_Int,   2, "",                 0, "",         0, "",             7001, "",   "LAST Zoning Pattern" 
1,           "LastNonCustomZP",   BDP_Int,   1, "",                 0, "",         0, "",             7001, "",   "LAST non-custom Zoning Pattern" 
             ; to determine core/perimeter classification via "core dominated" factor, rather than simply having > 0 ext wall area
1,           "CoreDomFactors",    BDP_Flt,   3, "",                 0, "",         0, "",             7001, "",   "Core dominated factors" 
             ; to calculate certain window/door and daylight control positioning values for custom footprints
1,           "CustFPDirsCurrent", BDP_Int,   1, "",                 0, "",         0, "",             7001, "",   "Flag indicating whether custom FP directions are valid" 
1,           "CustFPNumDirs",     BDP_Int,   1, "",                 0, "",         0, "",             7001, "",   "Number of Directions Building Faces" 
1,           "CustFPDirLabels",   BDP_Str,   5, "",                 0, "",         0, "",             7001, "",   "Labels for Directions of Building Faces" 
1,           "CustFPDirAngles",   BDP_Flt,  10, "",                 0, "",         0, "",             7001, "",   "Angle ranges for up to 5 building directions"
; SAC 7/14/03 - Increased from 30 -> 120 vertices
1,           "EWallDirIndex",     BDP_Int, 120, "",                 0, "",         0, "",             7001, "",   "" 
1,           "EWallMxWdByDir",    BDP_Flt,   5, "ft",               0, "",         0, "",             7001, "",   "MaxFacetWdByDir"
1,           "EWallMxWdIdxByDir", BDP_Int,   5, "",                 0, "",         0, "",             7001, "",   "Facet Index of the Widest Wall by Direction" 
; SAC 7/14/03 - Increased from 30 -> 120 vertices
1,           "ZSingleZoneDepth",  BDP_Flt, 120, "ft",               0, "",         0, "",             7001, "",   "Distance Between Prim/Sec Sensor & Opposite Facets" 
1,           "ZSensorLocFlag",    BDP_Flt, 120, "",                 0, "",         0, "",             7001, "",   "Prim/Sec Sensor Location Frac (0=>Center, <0=>Lft, >0=>Rght)" 
             ; to accomodate orientation-dependent window/door assignment
1,           "DirectionToTrue",   BDP_Int,   5, "",                 0, "",         0, "",             7001, "",   "Map from Dir idx to True Dir (0=>N-NE 1=>S-SW 2=>E-SE 3=>W-NW)" 
             ; facilitate ruleset initiated geometry, skylight & daylight zoning
1,           "ForceZoning",       BDP_Int,   1, "",                 0, "",         0, "",             1001, "",   "" 
             ; facilitate skipping of zoning calls when in transition between pre-defined & custom footprints & zoning
1,           "BypassAllZoning",   BDP_Int,   1, "",                 0, "",         0, "",             2665, "",   "" 

; SAC 7/15/04 - added new property to prevent excessive calls to MaxChild( CustomZone:MLTotalSpcHeight )
1,           "MaxMLSpcHeight",    BDP_Flt,  1, "ft",               0, "",         0, "",             7001, "",   "MaxMLSpcHeight" 
; SAC 7/12/04 - added counter of MLSpaceFacetsByDir (the 6th element = the sum of the first 5 which can act as a T/F whether or not any valid ML space facets exist)
1,           "MLSpaceFacetsByDir",BDP_Int,  6, "",                 0, "",         0, "",             7001, "",   "Number of ML space facets by facing direction" 
     ; *****  Properties from old WinDoorWiz component  *****
1,           "DirectionLabel",    BDP_Str,  5, "",                 0, "",         0, "",             7001, "",   "Labels for each Facing Direction" 
             ; Windows
1,           "OverhangOption",    BDP_Sym,  1, "",                 0, "",         0, "",             7510, "",   "Overhang Option" 
1,           "OverhangDepth",     BDP_Flt,  5, "ft",               0, "",         0, "",             7515, "",   "Overhang Depth by Direction" 
1,           "NumWindows",        BDP_Int,  1, "",                 0, "",         0, "",             7001, "",   "Number of Window Definitions" 
1,           "GTCCategory",       BDP_Sym,  3, "",                 0, "",         0, "",             7530, "",   "Glass Type Code Category" 
1,           "GlassTypeCode",     BDP_Sym,  3, "",                 0, "",         0, "",             7535, "",   "Glass Type Code" 
; SAC 7/10/03 - Added new property to handle selection of Window4/5 Report file
1,           "GTC_WindowFile",    BDP_Sym,  3, "",                 0, "",         0, "",             7535, "",   "GTC Window4/5 Report file" 
; SAC 7/13/04 - Added new property to indicate whether this glass type and assignment is to be applied to all By Floor floors vs. multi-level spaces
1,           "WinAssignSpcType",  BDP_Sym,  3, "",                 0, "",         0, "",             7536, "",   "Whether the windows are to be assigned to each individual flr vs. multi-level spaces" 
1,           "WinDisplayPct",     BDP_Int, 15, "",                 0, "",         0, "",             7536, "",   "Flag indicating whether or not to display percent inputs" 
1,           "WindowHeight",      BDP_Flt,  3, "ft",               0, "",         0, "",             7540, "",   "Window Height" 
1,           "WinSillHeight",     BDP_Flt,  3, "ft",               0, "",         0, "",             7545, "",   "Window Sill Height" 
1,           "WinFrameType",      BDP_Sym,  3, "",                 0, "",         0, "",             7550, "",   "Window Frame Type" 
1,           "WinFrameWidth",     BDP_Flt,  3, "in",               0, "",         0, "",             7555, "",   "Window Frame Width" 
; SAC 7/14/04 - Removed property, as it is no longer utilized
; 1,           "MinWallHeight",     BDP_Flt,  3, "ft",               0, "",         0, "",             7557, "",   "Minimum Flr-to-Ceiling Wall Height" 
; SAC 5/28/03 - Added property to indicate whether or not window area can be entered as a percent of conditioned floor area
1,           "AllowWinFlrRatio",  BDP_Int,  1, "",                 0, "",         0, "",             7001, "",   "" 
; SAC 5/24/03 - Added properties to provide for a variety of window area input methods
1,           "WinAreaSpecMethod", BDP_Sym,  1, "",                 0, "",         0, "",             7505, "",   "Window Area Specification Method" 
1,           "WinAreaMsg",        BDP_Str,  1, "",                 0, "",         0, "",             7001, "",   "" 
1,           "PercentGlassI1",    BDP_Flt,  3, "%",                0, "",         0, "",             7560, "",   "Percent Glass by Direction-1" 
1,           "PercentGlassI2",    BDP_Flt,  3, "%",                0, "",         0, "",             7560, "",   "Percent Glass by Direction-2" 
1,           "PercentGlassI3",    BDP_Flt,  3, "%",                0, "",         0, "",             7560, "",   "Percent Glass by Direction-3" 
1,           "PercentGlassI4",    BDP_Flt,  3, "%",                0, "",         0, "",             7560, "",   "Percent Glass by Direction-4" 
1,           "PercentGlassI5",    BDP_Flt,  3, "%",                0, "",         0, "",             7560, "",   "Percent Glass by Direction-5" 
1,           "WinAreaCondArea",   BDP_Flt,  1, "ft2",              0, "",         0, "",             7001, "",   "" 
1,           "PercentGlass1",     BDP_Flt,  3, "%",                0, "",         0, "",             7560, "",   "Percent Glass by Direction-1" 
1,           "PercentGlass2",     BDP_Flt,  3, "%",                0, "",         0, "",             7560, "",   "Percent Glass by Direction-2" 
1,           "PercentGlass3",     BDP_Flt,  3, "%",                0, "",         0, "",             7560, "",   "Percent Glass by Direction-3" 
1,           "PercentGlass4",     BDP_Flt,  3, "%",                0, "",         0, "",             7560, "",   "Percent Glass by Direction-4" 
1,           "PercentGlass5",     BDP_Flt,  3, "%",                0, "",         0, "",             7560, "",   "Percent Glass by Direction-5" 
; SAC 8/21/03 - Added property to prevent percent glass values from exceeding their maximum values
1,           "ForceValidWinArea", BDP_Int,  1, "",                 0, "",         0, "",             7001, "",   "" 
; SAC 5/27/03 - Added label for percent glass input controls
1,           "WinAreaInputLabel", BDP_Str,  1, "",                 0, "",         0, "",             7001, "",   "" 
; SAC 5/29/03 - Added to facilitate Title-24 defaults
1,           "WinWallRatioCateg", BDP_Int,  1, "",                 0, "",         0, "",             7001, "",   "" 
1,           "GlassOrientation",  BDP_Int,  3, "",                 0, "",         0, "",             7001, "",   "" 
1,           "AllowCodeWinDflts", BDP_Int,  1, "",                 0, "",         0, "",             7001, "",   "" 
1,           "GP_MinCompliant",   BDP_Int,  3, "",                 0, "",         0, "",             7001, "",   "" 
1,           "GP_DisplayMinComp", BDP_Int,  1, "",                 0, "",         0, "",             7001, "",   "" 
1,           "GP_PropsEditable",  BDP_Int,  3, "",                 0, "",         0, "",             7001, "",   "" 
; SAC 6/9/03 - Added more properties to facilitate Title-24 defaults
1,           "GlassDoorOrient",   BDP_Int,  3, "",                 0, "",         0, "",             7001, "",   "" 
1,           "DGP_MinCompliant",  BDP_Int,  3, "",                 0, "",         0, "",             7001, "",   "" 
1,           "DGP_PropsEditable", BDP_Int,  3, "",                 0, "",         0, "",             7001, "",   "" 
; SAC 10/21/02 - Added window shade capabilities (for Seattle)
1,           "WinShadeType",      BDP_Sym,  1, "",                 0, "",         0, "",             2750, "",   "" 
1,           "WShdNumSeasons",    BDP_Int,  1, "",                 0, "",         0, "",             2754, "",   "Number of seasons (site-wide)"
1,           "WShdSeasLbls",      BDP_Str,  3, "",                 0, "",         0, "",             2756, "",   "Name used to identify/label this season" 
1,           "WShdSeasDtLbls",    BDP_Str,  3, "",                 0, "",         0, "",             7001, "",   "string representation of season dates" 
1,           "WShdSecSeasStMoDa", BDP_Int,  6, "",                 0, "",         0, "",             2758, "",   "Second Season Start Month/Day"
1,           "WShdSecSeasEnMoDa", BDP_Int,  6, "",                 0, "",         0, "",             2759, "",   "Second Season End Month/Day"
1,           "WShdTerSeasStMoDa", BDP_Int,  6, "",                 0, "",         0, "",             2762, "",   "Third Season Start Month/Day"
1,           "WShdTerSeasEnMoDa", BDP_Int,  6, "",                 0, "",         0, "",             2763, "",   "Third Season End Month/Day"
1,           "WShdOccPctClsd",    BDP_Int, 15, "",                 0, "",         0, "",             2768, "",   "" 
1,           "WShdUnoccPctClsd",  BDP_Int, 15, "",                 0, "",         0, "",             2770, "",   "" 
1,           "WinShadeSeasErr",   BDP_Sym,  1, "",                 0, "",         0, "",             7001, "",   "" 
1,           "WShdSeas1Lbl",      BDP_Sym,  1, "",                 0, "",         0, "",             7001, "",   "" 
1,           "WShdVisTransMult",  BDP_Flt,  1, "",                 0, "",         0, "",             7001, "",   "" 

             ; Doors
1,           "NumDoorTypes",      BDP_Int,  1, "",                 0, "",         0, "",             7570, "",   "Number of Door Definitions" 
1,           "NumGlassDTypes",    BDP_Int,  1, "",                 0, "",         0, "",             7572, "",   "Number of Glass Door Definitions" 
1,           "DoorType",          BDP_Sym,  3, "",                 0, "",         0, "",             7575, "",   "Door Type" 
1,           "NumExtDoors1",      BDP_Int,  3, "",                 0, "",         0, "",             7580, "",   "Number of Exterior Doors-1" 
1,           "NumExtDoors2",      BDP_Int,  3, "",                 0, "",         0, "",             7580, "",   "Number of Exterior Doors-2" 
1,           "NumExtDoors3",      BDP_Int,  3, "",                 0, "",         0, "",             7580, "",   "Number of Exterior Doors-3" 
1,           "NumExtDoors4",      BDP_Int,  3, "",                 0, "",         0, "",             7580, "",   "Number of Exterior Doors-4" 
1,           "NumExtDoors5",      BDP_Int,  3, "",                 0, "",         0, "",             7580, "",   "Number of Exterior Doors-5" 
1,           "DoorWidth",         BDP_Flt,  3, "ft",               0, "",         0, "",             7588, "",   "Door Width" 
1,           "OpaqueDoorType",    BDP_Sym,  3, "",                 0, "",         0, "",             7590, "",   "Opaque Door Type" 
; SAC 10/13/03 - Converted DoorCons BDP_Str property into DoorBDLCons BDP_Sym property to facilitate BDL input generation
1,           "DoorBDLCons",       BDP_Sym,  3, "",                 0, "",         0, "",             7595, "",   "Door Construction" 
1,           "DGTCCategory",      BDP_Sym,  3, "",                 0, "",         0, "",             7600, "",   "Glass Type Code Category" 
1,           "DGlassTypeCode",    BDP_Sym,  3, "",                 0, "",         0, "",             7605, "",   "Glass Type Code" 
; SAC 7/9/03 - Added new property to handle selection of Window4/5 Report file
1,           "DGTC_WindowFile",   BDP_Sym,  3, "",                 0, "",         0, "",             7605, "",   "GTC Window4/5 Report file" 
1,           "DoorHeight",        BDP_Flt,  3, "ft",               0, "",         0, "",             7610, "",   "Door Height" 
1,           "DoorFrameType",     BDP_Sym,  3, "",                 0, "",         0, "",             7615, "",   "Door Frame Type" 
1,           "DoorFrameWidth",    BDP_Flt,  3, "in",               0, "",         0, "",             7620, "",   "Door Frame Width" 
             ; added Fins to the Window Shading options
1,           "WindowFinOption",   BDP_Sym,  1, "",                 0, "",         0, "",             7512, "",   "Window Fin Option" 
1,           "WindowFinDepth",    BDP_Flt,  5, "ft",               0, "",         0, "",             7517, "",   "Window Fin Depth by Direction" 
1,           "HaveFinsOrOvers",   BDP_Int,  1, "",                 0, "",         0, "",             7518, "",   "flag" 
             ; added window-fin/overhang distance fields
1,           "WindowOverDist",    BDP_Flt,  1, "ft",               0, "",         0, "",             7625, "",   "WindowOverDist"
1,           "WindowFinDist",     BDP_Flt,  1, "ft",               0, "",         0, "",             7630, "",   "WindowFinDist"
             ; added more new window/fin/overhang input fields
1,           "TypWindowWidth",    BDP_Flt,  3, "ft",               0, "",         0, "",             7635, "",   "Typical Window Width" 
1,           "WinWdPrecedence",   BDP_Int,  3, "",                 0, "",         0, "",             7640, "",   "Window Width vs. Percent Glass Precedence" 
1,           "ModelFins",         BDP_Int,  3, "",                 0, "",         0, "",             7645, "",   "Model fins on window" 
1,           "ModelOverhang",     BDP_Int,  3, "",                 0, "",         0, "",             7650, "",   "Model overhang over window" 
             ; added a bunch more properties to handle input range checking & validation
1,           "OverhangPresent",   BDP_Int,  3, "",                 0, "",         0, "",             7655, "",   "OverhangPresent"
1,           "FinsPresent",       BDP_Int,  3, "",                 0, "",         0, "",             7657, "",   "FinsPresent"
1,           "MaxWinHt",          BDP_Flt,  3, "",                 0, "",         0, "",             7660, "",   "MaxWinHt"
; SAC 4/23/02 - Add new property to facilitate range checking allowing overhang to jut out of plenum wall ABOVE space
; SAC 10/25/02 - Redefined overhang range check property to check on overhang distance from window, rather than window height (due to screen re-organization)
1,           "MaxWinOverDist",    BDP_Flt,  3, "",                 0, "",         0, "",             7661, "",   "MaxWinOverDist"
1,           "WinTopIncOver",     BDP_Flt,  3, "",                 0, "",         0, "",             7662, "",   "WinTopIncOver"
1,           "MaxFacetWdByDir",   BDP_Flt,  5, "ft",               0, "",         0, "",             7665, "",   "MaxFacetWdByDir"
1,           "SideBySide12",      BDP_Int,  1, "",                 0, "",         0, "",             7670, "",   "SideBySide12"
1,           "SideBySide13",      BDP_Int,  1, "",                 0, "",         0, "",             7671, "",   "SideBySide13"
1,           "SideBySide23",      BDP_Int,  1, "",                 0, "",         0, "",             7672, "",   "SideBySide23"
1,           "WinAssemblyWd1",    BDP_Flt,  3, "",                 0, "",         0, "",             7675, "",   "FracWinPerWd1"
1,           "WinAssemblyWd2",    BDP_Flt,  3, "",                 0, "",         0, "",             7675, "",   "FracWinPerWd2"
1,           "WinAssemblyWd3",    BDP_Flt,  3, "",                 0, "",         0, "",             7675, "",   "FracWinPerWd3"
1,           "WinAssemblyWd4",    BDP_Flt,  3, "",                 0, "",         0, "",             7675, "",   "FracWinPerWd4"
1,           "WinAssemblyWd5",    BDP_Flt,  3, "",                 0, "",         0, "",             7675, "",   "FracWinPerWd5"
1,           "MaxPercentGlass1",  BDP_Flt,  3, "",                 0, "",         0, "",             7680, "",   "MaxPercentGlass1"
1,           "MaxPercentGlass2",  BDP_Flt,  3, "",                 0, "",         0, "",             7680, "",   "MaxPercentGlass2"
1,           "MaxPercentGlass3",  BDP_Flt,  3, "",                 0, "",         0, "",             7680, "",   "MaxPercentGlass3"
1,           "MaxPercentGlass4",  BDP_Flt,  3, "",                 0, "",         0, "",             7680, "",   "MaxPercentGlass4"
1,           "MaxPercentGlass5",  BDP_Flt,  3, "",                 0, "",         0, "",             7680, "",   "MaxPercentGlass5"
             ; added additional property(s) to assist in window positioning process
1,           "MinWindowWidth",    BDP_Flt,  3, "",                 0, "",         0, "",             7685, "",   "MinWindowWidth"
             ; added property to enable multiple symbol lists for WinFrameType and to perform a look-up to set BDL translation data
1,           "WinNumPanes",       BDP_Int,  3, "",                 0, "",         0, "",             7690, "",   "" 
      ; SAC 2/21/02 - Added new properties to enable input of glass properties
1,           "GP_ProductType",    BDP_Sym,  3, "",                 0, "",         0, "",             7538, "",   "Window Product Type"
1,           "GP_NumPanes",       BDP_Sym,  3, "",                 0, "",         0, "",             7542, "",   "Number of Panes"
1,           "GP_AirSpace",       BDP_Sym,  3, "",                 0, "",         0, "",             7548, "",   "Space between panes"
1,           "GP_GasFill",        BDP_Sym,  3, "",                 0, "",         0, "",             7552, "",   "Gas Fill?"
1,           "GP_LowECoating",    BDP_Sym,  3, "",                 0, "",         0, "",             7547, "",   "Low-E Coating"
1,           "GP_GlassTint",      BDP_Sym,  3, "",                 0, "",         0, "",             7543, "",   "Glass Tint"
1,           "GP_FrameType",      BDP_Int,  3, "",                 0, "",         0, "",             7537, "",   "Frame Type (look-up)"
1,           "GP_SpecMethod",     BDP_Sym,  3, "",                 0, "",         0, "",             7553, "",   "Glass Conductance Specification Method"
      ; SAC 5/16/03 - Split out conductance and solar trans spec methods
1,           "GP_SolSpecMethod",  BDP_Sym,  3, "",                 0, "",         0, "",             7001, "",   "Solar Transmitance Specification Method"
1,           "GP_Ufactor",        BDP_Flt,  3, "Btu/h-ft2-F",     0, "",         0, "",             7562, "",   "Ufactor"
1,           "GP_UValue",         BDP_Flt,  3, "Btu/h-ft2-F",     0, "",         0, "",             7564, "",   "UValue"
1,           "GP_SHGC",           BDP_Flt,  3, "",                 0, "",         0, "",             7563, "",   "SHGC"
1,           "GP_ShadingCoef",    BDP_Flt,  3, "",                 0, "",         0, "",             7565, "",   "Shading Coefficient"
1,           "GP_ButtonLabel",    BDP_Str,  3, "",                 0, "",         0, "",             7537, "",   "Specify glass properties"
1,           "BDLWinFrameWidth",  BDP_Flt,  3, "",                 0, "",         0, "",             7537, "",   "BDL Window Frame Width"
1,           "GP_BDLGlassCond",   BDP_Flt,  3, "",                 0, "",         0, "",             7537, "",   "BDL Glass Conductance"
1,           "GP_BDLShadingCoef", BDP_Flt,  3, "",                 0, "",         0, "",             7537, "",   "BDL Shading Coefficient"
1,           "GP_BDLVisualTrans", BDP_Flt,  3, "",                 0, "",         0, "",             7537, "",   "BDL Visual Transmittance"
1,           "GP_UFctrVal_Lbl",   BDP_Str,  3, "",                 0, "",         0, "",             7537, "",   "Ufactor or UValue control label"
1,           "GP_SHGC_SC_Lbl",    BDP_Str,  3, "",                 0, "",         0, "",             7537, "",   "SHGC or Shading Coefficient control label"
; 5/30/03 - Added values to facilitate display of minimally compliance U-factor/U-Value and SHGC/SC
1,           "GP_MinCompUFCorVL", BDP_Flt,  3, "Btu/h-ft2-F",     0, "",         0, "",             7001, "",   "MinCompUFCorVL"
1,           "GP_MinCompSHGorSC", BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "MinCompSHGorSC"
; SAC 5/18/03 - Added several other properties to facilitate T-24 Wiz->BDL translation
1,           "GP_T24ProductType", BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "maps to GLASS-TYPE:C-PRODUCT-TYPE -AND- WINDOW:C-PRODUCT-TYPE"
1,           "GP_T24WindowType",  BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "maps to GLASS-TYPE:C-TYPE -AND- WINDOW:C-TYPE"
1,           "GP_T24UFctrMethod", BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "maps to WINDOW:C-UFACTOR-METHOD"
1,           "GP_T24SHGCMethod",  BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "maps to WINDOW:C-SHGC-METHOD"
1,           "GP_T24SHGCCenter",  BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "maps to WINDOW:C-SHGC-CENTER"
; SAC 5/19/03 - Added more properties to facilitate T-24 Wiz->BDL translation
1,           "GP_T24NumPanes",    BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "maps to GLASS-TYPE:C-NUM-PANES"
1,           "GP_T24AirSpace",    BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "maps to GLASS-TYPE:C-AIR-SPACE"
1,           "GP_T24LowECoat",    BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "maps to GLASS-TYPE:C-LOW-E-COATING"
1,           "GP_T24Tint",        BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "maps to GLASS-TYPE:C-TINT"
; SAC 6/9/03 - Added more properties to facilitate T-24 Wiz->BDL translation
1,           "GP_T24UFactor",     BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "maps to WINDOW:C-UFACTOR"
1,           "GP_T24SHGC",        BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "maps to WINDOW:C-SHGC"
; SAC 3/28/05 - Added new properties to facilitate selection of BDL library schedules for SHADING-SCHEDULE, CONDUCT-SCHEDULE, MAX-SOLAR-SCH & OPEN-SHADE-SCH (plus value for SUN-CTRL-PROB)
1,           "BDLWinShadeSch",    BDP_Str,  3, "",                 0, "",         0, "",             7001, "",   "BDL - WINDOW:SHADING-SCHEDULE"
1,           "BDLWinConductSch",  BDP_Str,  3, "",                 0, "",         0, "",             7001, "",   "BDL - WINDOW:CONDUCT-SCHEDULE"
1,           "BDLWinMaxSolarSch", BDP_Str,  3, "",                 0, "",         0, "",             7001, "",   "BDL - WINDOW:MAX-SOLAR-SCH "
1,           "BDLWinOpenShdSch",  BDP_Str,  3, "",                 0, "",         0, "",             7001, "",   "BDL - WINDOW:OPEN-SHADE-SCH"
1,           "BDLWinSunCtrlProb", BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "BDL - WINDOW:SUN-CTRL-PROB"
1,           "BDLWinShadeType",   BDP_Sym,  3, "",                 0, "",         0, "",             7001, "",   "BDL - WINDOW:WIN-SHADE-TYPE"
      ; SAC 6/11/02 - Added new properties to enable input of glass DOOR properties
1,           "DGP_ProductType",   BDP_Sym,  3, "",                 0, "",         0, "",             7502, "",   "Glass Door Product Type"
1,           "DGP_NumPanes",      BDP_Sym,  3, "",                 0, "",         0, "",             7503, "",   "Number of Panes"
1,           "DGP_AirSpace",      BDP_Sym,  3, "",                 0, "",         0, "",             7527, "",   "Space between panes"
1,           "DGP_GasFill",       BDP_Sym,  3, "",                 0, "",         0, "",             7528, "",   "Gas Fill?"
1,           "DGP_LowECoating",   BDP_Sym,  3, "",                 0, "",         0, "",             7533, "",   "Low-E Coating"
1,           "DGP_GlassTint",     BDP_Sym,  3, "",                 0, "",         0, "",             7532, "",   "Glass Door Tint"
1,           "DGP_FrameType",     BDP_Int,  3, "",                 0, "",         0, "",             7507, "",   "Glass Door Frame Type (look-up)"
1,           "DGP_SpecMethod",    BDP_Sym,  3, "",                 0, "",         0, "",             7522, "",   "Glass Door Properties Specification Method"
      ; SAC 6/9/03 - Split out conductance and solar trans spec methods
1,           "DGP_SolSpecMethod", BDP_Sym,  3, "",                 0, "",         0, "",             7001, "",   "Solar Transmitance Specification Method"
1,           "DGP_SillThermBrk",  BDP_Int,  3, "",                 0, "",         0, "",             7508, "",   "Glass Door Sill has Thermal Break"
1,           "DGP_Ufactor",       BDP_Flt,  3, "Btu/h-ft2-F",     0, "",         0, "",             7523, "",   "Glass Door Ufactor"
1,           "DGP_UValue",        BDP_Flt,  3, "Btu/h-ft2-F",     0, "",         0, "",             7525, "",   "Glass Door UValue"
1,           "DGP_SHGC",          BDP_Flt,  3, "",                 0, "",         0, "",             7524, "",   "Glass Door SHGC"
1,           "DGP_ShadingCoef",   BDP_Flt,  3, "",                 0, "",         0, "",             7526, "",   "Glass Door Shading Coefficient"
1,           "DGP_ButtonLabel",   BDP_Str,  3, "",                 0, "",         0, "",             7501, "",   "Specify glass door properties"
1,           "BDLDoorFrameWidth", BDP_Flt,  3, "",                 0, "",         0, "",             7501, "",   "BDL Door Frame Width"
1,           "DGP_BDLGlassCond",  BDP_Flt,  3, "",                 0, "",         0, "",             7501, "",   "BDL Glass Conductance"
1,           "DGP_BDLShadingCoef",BDP_Flt,  3, "",                 0, "",         0, "",             7501, "",   "BDL Shading Coefficient"
1,           "DGP_BDLVisualTrans",BDP_Flt,  3, "",                 0, "",         0, "",             7501, "",   "BDL Visual Transmittance"
1,           "DGP_UFctrVal_Lbl",  BDP_Str,  3, "",                 0, "",         0, "",             7501, "",   "Ufactor or UValue control label"
1,           "DGP_SHGC_SC_Lbl",   BDP_Str,  3, "",                 0, "",         0, "",             7501, "",   "SHGC or Shading Coefficient control label"
; 6/9/03 - Added values to facilitate display of minimally compliance U-factor/U-Value and SHGC/SC
1,           "DGP_MinCmpUFCorVL", BDP_Flt,  3, "Btu/h-ft2-F",     0, "",         0, "",             7001, "",   "MinCmpUFCorVL"
1,           "DGP_MinCmpSHGorSC", BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "MinCmpSHGorSC"
; SAC 6/9/03 - Added several other properties to facilitate T-24 Wiz->BDL translation
1,           "DGP_T24ProductType",BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "maps to GLASS-TYPE:C-PRODUCT-TYPE -AND- WINDOW:C-PRODUCT-TYPE"
1,           "DGP_T24WindowType", BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "maps to GLASS-TYPE:C-TYPE -AND- WINDOW:C-TYPE"
1,           "DGP_T24UFctrMethod",BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "maps to WINDOW:C-UFACTOR-METHOD"
1,           "DGP_T24SHGCMethod", BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "maps to WINDOW:C-SHGC-METHOD"
1,           "DGP_T24SHGCCenter", BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "maps to WINDOW:C-SHGC-CENTER"
1,           "DGP_T24NumPanes",   BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "maps to GLASS-TYPE:C-NUM-PANES"
1,           "DGP_T24AirSpace",   BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "maps to GLASS-TYPE:C-AIR-SPACE"
1,           "DGP_T24LowECoat",   BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "maps to GLASS-TYPE:C-LOW-E-COATING"
1,           "DGP_T24Tint",       BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "maps to GLASS-TYPE:C-TINT"
1,           "DGP_T24UFactor",    BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "maps to WINDOW:C-UFACTOR"
1,           "DGP_T24SHGC",       BDP_Flt,  3, "",                 0, "",         0, "",             7001, "",   "maps to WINDOW:C-SHGC"

     ; *****  Properties from old SkyWiz component  *****
     ; SAC 10/17/01 - was "ResetAll"
1,           "SkyltResetAll",     BDP_Int,  1, "",                 0, "",         0, "",             8002, "",   "Flag to reset ALL skylight data" 
1,           "SkyltOption",       BDP_Int,  1, "",                 0, "",         0, "",             8010, "",   "Skylight Location Option" 
     ; SAC 10/17/01 - was "Coverage"
1,           "SkyltCoverage",     BDP_Flt,  1, "%",                0, "",         0, "",             8020, "",   "Skylight Coverage" 
1,           "NumSkylights",      BDP_Int,  1, "",                 0, "",         0, "",             8030, "",   "Number of Skylights" 
1,           "Dimensions",        BDP_Flt,  2, "ft",               0, "",         0, "",             8040, "",   "Skylight Dimensions" 
1,           "GlazingCategory",   BDP_Sym,  1, "",                 0, "",         0, "",             8050, "",   "Skylight Glazing Category" 
1,           "GlazingType",       BDP_Sym,  1, "",                 0, "",         0, "",             8060, "",   "Skylight Glazing Type" 
1,           "LtWellDepth",       BDP_Flt,  1, "ft",               0, "",         0, "",             8070, "",   "Skylight Light Well Depth" 
1,           "LtWellInsRefl",     BDP_Flt,  1, "%",                0, "",         0, "",             8080, "",   "Skylight Light Well Inside Reflectance" 
             ; Custom Zone Selection stuff
1,           "SkyZonesCurrent",   BDP_Int,  1, "",                 0, "",         0, "",             8090, "",   "Skylit Zones Current Flag" 
1,           "SkyltZones",        BDP_Int,200, "",                 0, "",         0, "",             8100, "",   "Selected Skylit Zones" 
1,           "SkyltZoneArea",     BDP_Flt,  1, "ft2",              0, "",         0, "",             8110, "",   "Skylit Zone Area" 
1,           "AllPerimHaveSky",   BDP_Int,  1, "",                 0, "",         0, "",             8120, "",   "Flag indicating all perim zones have skylights" 
             ; Skylight Positioning stuff
             ; Increased zone-related arrays of 50 to 200 to match new maximum of 200 zones per floor
1,           "SkyPosCurrent",     BDP_Int,  1, "",                 0, "",         0, "",             8200, "",   "Skylit Positions Current Flag" 
1,           "SpaceSkylights",    BDP_Int,200, "",                 0, "",         0, "",             8210, "",   "SpaceSkylights"
1,           "FirstSkyltIdx",     BDP_Int,200, "",                 0, "",         0, "",             8220, "",   "FirstSkyltIdx"
1,           "SkylightWidth",     BDP_Flt,200, "ft",               0, "",         0, "",             8230, "",   "SkylightWidth"
1,           "SkylightHeight",    BDP_Flt,200, "ft",               0, "",         0, "",             8240, "",   "SkylightHeight"
1,           "SkylightDX",        BDP_Flt,200, "ft",               0, "",         0, "",             8250, "",   "SkylightDX"
1,           "SkylightDY",        BDP_Flt,200, "ft",               0, "",         0, "",             8260, "",   "SkylightDY"
1,           "SkylightX",         BDP_Flt,600, "ft",               0, "",         0, "",             8270, "",   "SkylightX"
1,           "SkylightY",         BDP_Flt,600, "ft",               0, "",         0, "",             8280, "",   "SkylightY"
             ; SAC 10/9/01 - removed position properties (Skylight*2 - Skylight*6) previsouly used to store positions beyond the first 99
1,           "DebugSkyPosToLog",  BDP_Int,  1, "",                 0, "",         0, "",             8299, "",   "Debug" 
     ; SAC 6/12/02 - Added new properties to enable input of skylight glazing properties
1,           "SGP_GlazingMatl",   BDP_Sym,  1, "",                 0, "",         0, "",             8053, "",   "Skylight Product Type"
1,           "SGP_NumPanes",      BDP_Sym,  1, "",                 0, "",         0, "",             8054, "",   "Number of Panes"
1,           "SGP_AirSpace",      BDP_Sym,  1, "",                 0, "",         0, "",             8058, "",   "Space between panes"
1,           "SGP_GasFill",       BDP_Sym,  1, "",                 0, "",         0, "",             8062, "",   "Gas Fill?"
1,           "SGP_LowECoating",   BDP_Sym,  1, "",                 0, "",         0, "",             8057, "",   "Low-E Coating"
1,           "SGP_GlassTint",     BDP_Sym,  1, "",                 0, "",         0, "",             8056, "",   "Skylight Tint"
1,           "SGP_FrameType",     BDP_Sym,  1, "",                 0, "",         0, "",             8055, "",   "Skylight Frame Type (look-up)"
1,           "SGP_SpecMethod",    BDP_Sym,  1, "",                 0, "",         0, "",             8063, "",   "Skylight Conductance Specification Method"
      ; SAC 5/16/03 - Split out conductance and solar trans spec methods
1,           "SGP_SolSpecMethod", BDP_Sym,  1, "",                 0, "",         0, "",             7001, "",   "Solar Transmitance Specification Method"
1,           "SGP_Ufactor",       BDP_Flt,  1, "Btu/h-ft2-F",     0, "",         0, "",             8064, "",   "Skylight Ufactor"
1,           "SGP_UValue",        BDP_Flt,  1, "Btu/h-ft2-F",     0, "",         0, "",             8066, "",   "Skylight UValue"
1,           "SGP_SHGC",          BDP_Flt,  1, "",                 0, "",         0, "",             8065, "",   "Skylight SHGC"
1,           "SGP_ShadingCoef",   BDP_Flt,  1, "",                 0, "",         0, "",             8067, "",   "Skylight Shading Coefficient"
1,           "SGP_ButtonLabel",   BDP_Str,  1, "",                 0, "",         0, "",             8052, "",   "Specify skylight properties"
; 1,           "BDLSkyFrameWidth",  BDP_Flt,  1, "",                 0, "",         0, "",             8052, "",   "BDL Skylight Frame Width"
1,           "SGP_BDLGlassCond",  BDP_Flt,  1, "",                 0, "",         0, "",             8052, "",   "BDL Glass Conductance"
1,           "SGP_BDLShadingCoef",BDP_Flt,  1, "",                 0, "",         0, "",             8052, "",   "BDL Shading Coefficient"
1,           "SGP_BDLVisualTrans",BDP_Flt,  1, "",                 0, "",         0, "",             8052, "",   "BDL Visual Transmittance"
1,           "SGP_UFctrVal_Lbl",  BDP_Str,  1, "",                 0, "",         0, "",             8052, "",   "Ufactor or UValue control label"
1,           "SGP_SHGC_SC_Lbl",   BDP_Str,  1, "",                 0, "",         0, "",             8052, "",   "SHGC or Shading Coefficient control label"
; SAC 5/18/03 - Added several other properties to facilitate T-24 Wiz->BDL translation
1,           "SGP_T24ProdType",   BDP_Flt,  1, "",                 0, "",         0, "",             7001, "",   "maps to GLASS-TYPE:C-PRODUCT-TYPE -AND- WINDOW:C-PRODUCT-TYPE"
1,           "SGP_T24NumPanes",   BDP_Flt,  1, "",                 0, "",         0, "",             7001, "",   "maps to GLASS-TYPE:C-NUM-PANES"
1,           "SGP_T24AirSpace",   BDP_Flt,  1, "",                 0, "",         0, "",             7001, "",   "maps to GLASS-TYPE:C-AIR-SPACE"
1,           "SGP_T24LowECoat",   BDP_Flt,  1, "",                 0, "",         0, "",             7001, "",   "maps to GLASS-TYPE:C-LOW-E-COATING"
1,           "SGP_T24Tint",       BDP_Flt,  1, "",                 0, "",         0, "",             7001, "",   "maps to GLASS-TYPE:C-TINT"
1,           "SGP_T24FrameType",  BDP_Flt,  1, "",                 0, "",         0, "",             7001, "",   "maps to GLASS-TYPE:C-FRAME-TYPE"
1,           "SGP_T24WindowType", BDP_Flt,  1, "",                 0, "",         0, "",             7001, "",   "maps to GLASS-TYPE:C-TYPE -AND- WINDOW:C-TYPE"
1,           "SGP_T24UFctrMethod",BDP_Flt,  1, "",                 0, "",         0, "",             7001, "",   "maps to WINDOW:C-UFACTOR-METHOD"
1,           "SGP_T24SHGCMethod", BDP_Flt,  1, "",                 0, "",         0, "",             7001, "",   "maps to WINDOW:C-SHGC-METHOD"
1,           "SGP_T24SHGCCenter", BDP_Flt,  1, "",                 0, "",         0, "",             7001, "",   "maps to WINDOW:C-SHGC-CENTER"
; SAC 6/9/03 - Added more properties to facilitate T-24 Wiz->BDL translation
1,           "SGP_T24UFactor",    BDP_Flt,  1, "",                 0, "",         0, "",             7001, "",   "maps to WINDOW:C-UFACTOR"
1,           "SGP_T24SHGC",       BDP_Flt,  1, "",                 0, "",         0, "",             7001, "",   "maps to WINDOW:C-SHGC"
; SAC 6/10/03 - Added more properties to facilitate T-24 defaulting
1,           "SkyltRoofRatioPct", BDP_Flt,  1, "%",                0, "",         0, "",             7001, "",   "Skylight/Roof Ratio"
1,           "SGP_T24SRRCateg",   BDP_Int,  1, "",                 0, "",         0, "",             7001, "",   "T24 Skylight/Roof Ratio Category"
1,           "SGP_MinCmpUFCorVL", BDP_Flt,  1, "Btu/h-ft2-F",     0, "",         0, "",             7001, "",   "SGP_MinCmpUFCorVL"
1,           "SGP_MinCmpSHGorSC", BDP_Flt,  1, "",                 0, "",         0, "",             7001, "",   "SGP_MinCmpSHGorSC"
1,           "SGP_MinCompliant",  BDP_Int,  1, "",                 0, "",         0, "",             7001, "",   "SGP_MinCompliant"
1,           "SGP_PropsEditable", BDP_Int,  1, "",                 0, "",         0, "",             7001, "",   "SGP_PropsEditable"

     ; *****  Properties from old DayWiz component  *****
     ; SAC 10/17/01 - was "ResetAll"
1,           "DayltResetAll",     BDP_Int,  1, "",                 0, "",         0, "",             9002, "",   "Flag to reset ALL daylighting data" 
1,           "DayltOption",       BDP_Int,  3, "",                 0, "",         0, "",             9010, "",   "Daylighting source option" 
1,           "HaveSecondCtrl",    BDP_Int,  3, "",                 0, "",         0, "",             9020, "",   "Have second daylighting control flag" 
1,           "PercentZoneLt",     BDP_Flt,  6, "%",                0, "",         0, "",             9030, "",   "Percent of zone lights controlled" 
1,           "DesignLtLevel",     BDP_Flt,  6, "fc",               0, "",         0, "",             9040, "",   "Design light level" 
1,           "PercentDepth",      BDP_Flt,  6, "%",                0, "",         0, "",             9060, "",   "Percent of zone width to locate reference point" 
1,           "ControlHeight",     BDP_Flt,  6, "ft",               0, "",         0, "",             9070, "",   "Reference point height above floor" 
1,           "ControllerType",    BDP_Sym,  3, "",                 0, "",         0, "",             9080, "",   "Daylighting controller type" 
1,           "MaxGlare",          BDP_Flt,  3, "",                 0, "",         0, "",             9090, "",   "Maximum glare" 
1,           "MinPowerPct",       BDP_Flt,  3, "%",                0, "",         0, "",             9100, "",   "Minimum power percentage" 
1,           "MinLightPct",       BDP_Flt,  3, "%",                0, "",         0, "",             9110, "",   "Minimum light percentage" 
1,           "NumCtrlSteps",      BDP_Flt,  3, "",                 0, "",         0, "",             9120, "",   "Number of lighting control steps" 
1,           "LightCtrlProb",     BDP_Flt,  3, "",                 0, "",         0, "",             9130, "",   "Light control probability" 
             ; Custom Zone Selection stuff
1,           "DayZonesCurrent",   BDP_Int,  3, "",                 0, "",         0, "",             9140, "",   "Daylit Zones Current Flag" 
1,           "DayltZones",        BDP_Int,600, "",                 0, "",         0, "",             9150, "",   "Selected Daylit Zones" 
             ; Wizard Defaulting & Position Calc stuff
1,           "TotPctGlassByDir",  BDP_Flt,  5, "%",                0, "",         0, "",             9200, "",   "Total Percent Glass by Direction" 
1,           "MaxPctGlassDir",    BDP_Int,  1, "",                 0, "",         0, "",             9210, "",   "Direction of Maximum Percent Glass" 
1,           "MaxPctGlass",       BDP_Flt,  1, "%",                0, "",         0, "",             9220, "",   "Maximum Percent Glass across all Directions" 
1,           "WideWallLenByDir",  BDP_Flt,  5, "ft",               0, "",         0, "",             9230, "",   "Width of the Widest Wall by Direction" 
1,           "WideWallIdxByDir",  BDP_Int,  5, "",                 0, "",         0, "",             9240, "",   "Facet Index of the Widest Wall by Direction" 
1,           "WideWallGlsByDir",  BDP_Flt,  5, "ft2",              0, "",         0, "",             9250, "",   "Glass Area of the Widest Wall by Direction" 
1,           "SensorFacetWidth",  BDP_Flt,  2, "ft",               0, "",         0, "",             9260, "",   "Widths of the Walls with the Highest Glass Areas" 
1,           "SensorFacetDir",    BDP_Int,  2, "",                 0, "",         0, "",             9270, "",   "Directions of the Walls with the Highest Glass Areas" 
1,           "SensorFacetIdx",    BDP_Int,  2, "",                 0, "",         0, "",             9280, "",   "Indexes of the Facets with the Highest Glass Areas" 
1,           "SingleZoneDepth",   BDP_Flt,  2, "ft",               0, "",         0, "",             9290, "",   "Distance Between Prim/Sec Sensor & Opposite Facets" 
1,           "SensorLocFlag",     BDP_Flt,  2, "",                 0, "",         0, "",             9300, "",   "Prim/Sec Sensor Location Frac (0=>Center, <0=>Lft, >0=>Rght)" 
1,           "CanHave2TopCtrls",  BDP_Int,  1, "",                 0, "",         0, "",             9310, "",   "Flag -> top floor can have 2 controls" 
1,           "ShowTopDepthCtrls", BDP_Int,  1, "",                 0, "",         0, "",             9320, "",   "Flag -> display top floor depth controls" 
             ; Exterior Facet stuff
1,           "NumExtFacets",      BDP_Int,  1, "",                 0, "",         0, "",             9400, "",   "NumExtFacets"
1,           "ExtFacetSpaceIdx",  BDP_Int,250, "",                 0, "",         0, "",             9410, "",   "ExtFacetSpaceIdx"
1,           "ExtFacetSegIdx",    BDP_Int,250, "",                 0, "",         0, "",             9420, "",   "ExtFacetSegIdx"
1,           "ExtFacetDirIdx",    BDP_Int,250, "",                 0, "",         0, "",             9430, "",   "ExtFacetDirIdx"
1,           "ExtFacetWidth",     BDP_Flt,250, "",                 0, "",         0, "",             9440, "",   "ExtFacetWidth"
             ; SAC 7/12/04 - Added to track whether or not each facet is to a multi-level space
1,           "ExtFacetMLSpcHt",   BDP_Flt,250, "",                 0, "",         0, "",             9442, "",   "ExtFacetMLSpcHt"
             ; RW 4/29/02 - Added information for Exterior Facets From/To X/Y
1,           "ExtFacetFromX",     BDP_Flt,250, "",                 0, "",         0, "",             9450, "",   "ExtFacet From X"
1,           "ExtFacetFromY",     BDP_Flt,250, "",                 0, "",         0, "",             9460, "",   "ExtFacet From Y"
1,           "ExtFacetToX",       BDP_Flt,250, "",                 0, "",         0, "",             9470, "",   "ExtFacet To X"
1,           "ExtFacetToY",       BDP_Flt,250, "",                 0, "",         0, "",             9480, "",   "ExtFacet To Y"
             ; Door & Window stuff
             ; SAC 10/4/01 - Removed several properties that are no longer referenced & increased the length of several other arrays
1,           "WinDoorCurrent",    BDP_Int,  1, "",                 0, "",         0, "",             9500, "",   "Window/Door Positions Current Flag" 
1,           "WindowX",           BDP_Flt,750, "",                 0, "",         0, "",             9560, "",   "WindowX"
1,           "WindowWidth",       BDP_Flt,750, "",                 0, "",         0, "",             9570, "",   "WindowWidth"
1,           "LargestWinIdx",     BDP_Int,500, "",                 0, "",         0, "",             9577, "",   "LargestWinIdx"
1,           "LargestWinArea",    BDP_Flt,500, "",                 0, "",         0, "",             9578, "",   "LargestWinArea"
1,           "GFWindowX",         BDP_Flt,750, "",                 0, "",         0, "",             9600, "",   "GFWindowX"
1,           "GFWindowWidth",     BDP_Flt,750, "",                 0, "",         0, "",             9610, "",   "GFWindowWidth"
1,           "GFLargestWinIdx",   BDP_Int,500, "",                 0, "",         0, "",             9617, "",   "GFLargestWinIdx"
1,           "GFLargestWinArea",  BDP_Flt,500, "",                 0, "",         0, "",             9618, "",   "GFLargestWinArea"
             ; Final Pre-BDL Positioning stuff
1,           "DetailsCurrent",    BDP_Int,  3, "",                 0, "",         0, "",             9700, "",   "DetailsCurrent" 
1,           "BDLNumDayltCtrls",  BDP_Flt,600, "",                 0, "",         0, "",             9710, "",   "BDLNumDayltCtrls" 
1,           "BDLDayltCtrl1X",    BDP_Flt,600, "",                 0, "",         0, "",             9720, "",   "BDLDayltCtrl1X" 
1,           "BDLDayltCtrl1Y",    BDP_Flt,600, "",                 0, "",         0, "",             9730, "",   "BDLDayltCtrl1Y" 
1,           "BDLDayltCtrl2X",    BDP_Flt,600, "",                 0, "",         0, "",             9740, "",   "BDLDayltCtrl2X" 
1,           "BDLDayltCtrl2Y",    BDP_Flt,600, "",                 0, "",         0, "",             9750, "",   "BDLDayltCtrl2Y" 
1,           "BDLDayltZoneFrac1", BDP_Flt,600, "",                 0, "",         0, "",             9760, "",   "BDLDayltZoneFrac1" 
1,           "BDLDayltZoneFrac2", BDP_Flt,600, "",                 0, "",         0, "",             9770, "",   "BDLDayltZoneFrac2" 

     ; *****  Properties from old AreaWiz component  *****
             ; Activity Areas
1,           "ActAreaType",       BDP_Sym,  8, "",                 0, "",         0, "",             3010, "",   "Activity Area Type" 
; SAC 12/2/03 - Added flag array to toggle ActAreaType & PercentArea editability (for DEER's Perimeter / Multi-Core zoning)
1,           "ActAreaEditable",   BDP_Int,  8, "",                 0, "",         0, "",             3001, "",   "" 
; SAC 7/19/03 - Added ActAreaAbrev symbol to facilitate setting of SPACE:C-ACTIVITY-DESC which is used to populate the system/zone QC summary report
1,           "ActAreaAbrev",      BDP_Sym,  8, "",                 0, "",         0, "",             3010, "",   "Activity Area Abrev" 
; SAC 2/18/05 - Added additional (shorter) ActAreaAbrev2 symbol to facilitate hourly profile names by activity area type
1,           "ActAreaAbrev2",     BDP_Sym,  8, "",                 0, "",         0, "",             3010, "",   "Activity Area Abrev2" 
1,           "PercentArea",       BDP_Flt,  8, "%",                0, "",         0, "",             3020, "",   "Percent of Building Area" 
1,           "OccupDensity",      BDP_Flt,  8, "ft2/person",       0, "",         0, "",             3030, "",   "Occupancy Density" 
1,           "SensOccHtGain",     BDP_Flt,  8, "Btu/h-person",     0, "",         0, "",             3033, "",   "Sensible Occupancy Heat Gain" 
1,           "LatOccHtGain",      BDP_Flt,  8, "Btu/h-person",     0, "",         0, "",             3036, "",   "Latent Occupancy Heat Gain" 
1,           "WaterHeating",      BDP_Flt,  8, "Btu/h-person",     0, "",         0, "",             3040, "",   "Water Heating" 
1,           "LightIntensity",    BDP_Flt,  8, "W/ft2",            0, "",         0, "",             3050, "",   "Lighting Intensity" 
1,           "TaskIntensity",     BDP_Flt,  8, "W/ft2",            0, "",         0, "",             3060, "",   "Task Lighting Intensity" 
1,           "PlugIntensity",     BDP_Flt,  8, "W/ft2",            0, "",         0, "",             3070, "",   "Plug Load Intensity" 
1,           "Ventilation",       BDP_Flt,  8, "cfm/person",       0, "",         0, "",             3075, "",   "Minimum OA Ventilation" 
; SAC 10/15/02 - Added DfltOccDens, VentStd62Flag & DfltVent props to enable occup-scaling vent defaults to ensure consistent Std 62 vent rate defaults
1,           "DfltOccDens",       BDP_Flt,  8, "ft2/person",       0, "",         0, "",             3030, "",   "DEFAULT Occupancy Density" 
1,           "VentStd62Flag",     BDP_Int,  8, "",                 0, "",         0, "",             3075, "",   "Std 62 Vent Flag" 
1,           "DfltVent",          BDP_Flt,  8, "cfm/person",       0, "",         0, "",             3075, "",   "DEFAULT Minimum OA Ventilation" 
; SAC 12/13/04 - Added new VentMult property to facilitate modeling of overventilation measure (for DEER)
1,           "VentilationMult",   BDP_Flt,  8, "frac",             0, "",         0, "",             3001, "",   "Multiplier on Default Ventilation" 
; SAC 9/17/03 - Added new activity area property to default Exhaust CFM
1,           "ActAreaExhaust",    BDP_Flt,  8, "cfm/ft2",          0, "",         0, "",             3001, "",   "Exhaust CFM/SqFt" 
; SAC 9/30/03 - Added new properties to enable input of activity area exhaust fan information in order to default fill corresponding zone group data
1,           "AAXFanPowerUnits",  BDP_Sym,  8, "",                 0, "",         0, "",             2001, "",   "Exhaust Fan Power Units" 
1,           "AAXFanPower",       BDP_Flt,  8, "?",                0, "",         0, "",             2001, "",   "Exhaust Fan Power" 
1,           "AAXFanFlow",        BDP_Flt,  8, "cfm",              0, "",         0, "",             2001, "",   "Exhaust Fan Flow - overrides input of ActAreaExhaust[*]" 
1,           "AAXFanMotorEff",    BDP_Sym,  8, "",                 0, "",         0, "",             2001, "",   "Exhaust Fan Motor Efficiency" 
; SAC 8/5/02 - Ported to HVACWiz component during re-design of EEM run stuff
; 1,           "OSAMultiplier",     BDP_Flt,  1, "",                 0, "",         0, "",             3076, "",   "Outside Air Multiplier (for EEMs)" 
1,           "Infiltration",      BDP_Flt,  8, "AC/hr",            0, "",         0, "",             3080, "",   "Infiltration (air changes / hour)" 
1,           "UnoccOccup",        BDP_Flt,  8, "%",                0, "",         0, "",             3082, "",   "Percent occupancy during unoccupied hours" 
1,           "UnoccLights",       BDP_Flt,  8, "%",                0, "",         0, "",             3084, "",   "Percent lighting load during unoccupied hours" 
1,           "UnoccTaskLts",      BDP_Flt,  8, "%",                0, "",         0, "",             3086, "",   "Percent task lighting load during unoccupied hours" 
1,           "UnoccPlugLds",      BDP_Flt,  8, "%",                0, "",         0, "",             3088, "",   "Percent plug load during unoccupied hours" 
1,           "Schedule",          BDP_Int,  8, "",                 0, "",         0, "",             3090, "",   "Schedule Assignment" 
1,           "PrimFirstFloor",    BDP_Int,  8, "",                 0, "",         0, "",             3100, "",   "Primarily Ground Floor Flag" 
; SAC 5/29/02 - Added new floor assignment flags (RER-CEUS)
1,           "PrimBelowFloors",   BDP_Int,  8, "",                 0, "",         0, "",             3100, "",   "Primarily Below Grade Floor(s) Flag" 
1,           "PrimMiddleFloors",  BDP_Int,  8, "",                 0, "",         0, "",             3100, "",   "Primarily Middle (above grade) Floor(s) Flag" 
1,           "PrimTopFloor",      BDP_Int,  8, "",                 0, "",         0, "",             3100, "",   "Primarily Top Floor Flag" 
1,           "PrimarilyCore",     BDP_Int,  8, "",                 0, "",         0, "",             3110, "",   "Primarily Core Flag" 
1,           "PrimarilyPerim",    BDP_Int,  8, "",                 0, "",         0, "",             3120, "",   "Primarily Perimeter Flag" 
; SAC 10/23/02 - Added new flag values & occupancy count used to handle laundry modeling (for Seattle)
1,           "CanHaveLaundry",    BDP_Int,  8, "",                 0, "",         0, "",             3001, "",   "" 
1,           "LaundryBldgOcc",    BDP_Flt,  1, "",                 0, "",         0, "",             3001, "",   "" 
1,           "LaundryArea",       BDP_Flt,  1, "",                 0, "",         0, "",             3001, "",   "" 
1,           "LaundryResArea",    BDP_Flt,  1, "",                 0, "",         0, "",             3001, "",   "" 
1,           "AllowLaundry",      BDP_Int,  1, "",                 0, "",         0, "",             3001, "",   "" 
1,           "DefaultLaundryDHW", BDP_Flt,  1, "gal/person/day",   0, "",         0, "",             3001, "",   "" 
1,           "LaundryDHWUsage",   BDP_Flt,  1, "gal/person/day",   0, "",         0, "",             3001, "",   "" 
1,           "LaundryLocation",   BDP_Sym,  1, "",                 0, "",         0, "",             3180, "",   "" 
1,           "LaundryLocFactor",  BDP_Flt,  1, "",                 0, "",         0, "",             3001, "",   "" 
1,           "LndryHotGalsPerLd", BDP_Flt,  1, "gal/load",         0, "",         0, "",             3001, "",   "" 
1,           "LndryUnitsPerFlr",  BDP_Int,  1, "units/floor",      0, "",         0, "",             3181, "",   "" 
1,           "LndryLdsPUnitPWk",  BDP_Flt,  1, "loads/unit/week",  0, "",         0, "",             3182, "",   "" 
1,           "LndryWasherType",   BDP_Sym,  1, "",                 0, "",         0, "",             3183, "",   "" 
1,           "LndryDryerFuel",    BDP_Sym,  1, "",                 0, "",         0, "",             3184, "",   "" 
1,           "LndryLoadsPerYr",   BDP_Flt,  1, "loads/year",       0, "",         0, "",             3001, "",   "" 
1,           "LndryWshrElecPLd",  BDP_Flt,  1, "kWh/cycle",        0, "",         0, "",             3001, "",   "" 
1,           "LndryDryrElecPLd",  BDP_Flt,  1, "kWh/cycle",        0, "",         0, "",             3001, "",   "" 
1,           "LndryDryrGasPLd",   BDP_Flt,  1, "kBtu/cycle",       0, "",         0, "",             3001, "",   "" 
1,           "MiscFullLoadHrs",   BDP_Flt,  1, "",                 0, "",         0, "",             3001, "",   "" 
1,           "MiscLaundry",   BDP_Flt,  1, "",                 0, "",         0, "",             3001, "",   "" 

1,           "LastDefinedArea",   BDP_Int,  1, "",                 0, "",         0, "",             3130, "",   "1-based index of last defined activity area" 
1,           "PercentSum",        BDP_Flt,  1, "%",                0, "",         0, "",             3140, "",   "Sum of Percent Building Area Values" 
1,           "TotalBldgOcc",      BDP_Flt,  1, "persons",          0, "",         0, "",             3150, "",   "Total Building Occupancy" 
1,           "OccFraction",       BDP_Flt,  8, "fraction",         0, "",         0, "",             3152, "",   "Each Area's Fraction of Total Bldg Occupancy" 
1,           "AvgBldgVent",       BDP_Flt,  1, "cfm/person",       0, "",         0, "",             3153, "",   "Average Building Ventilation" 
1,           "TotalBldgLight",    BDP_Flt,  1, "W/ft2",            0, "",         0, "",             3155, "",   "Total Building Lighting Intensity" 
1,           "TotalBldgTskLt",    BDP_Flt,  1, "W/ft2",            0, "",         0, "",             3156, "",   "Total Building Task Lighting Intensity" 
1,           "TotalBldgPlug",     BDP_Flt,  1, "W/ft2",            0, "",         0, "",             3157, "",   "Total Building Plug Load Intensity" 
; SAC 10/15/02 - Added sum totals for reporting on screen
1,           "ShellOcc",          BDP_Flt,  1, "persons",          0, "",         0, "",             3150, "",   "Total Shell Occupancy" 
1,           "ShellVentPerSF",    BDP_Flt,  1, "cfm/ft2",          0, "",         0, "",             3150, "",   "Total OA Ventilation" 
; SAC 3/3/02 - added properties to support new residential ventilation calculations (for Seattle)
1,           "ResVentCalcArea",   BDP_Flt,  8, "flag",             0, "",         0, "",             3001, "",   "ResVentCalcArea"
1,           "MinResVentArea",    BDP_Flt,  1, "ft2",              0, "",         0, "",             3001, "",   "MinResVentArea"
1,           "MinResVentFrac",    BDP_Flt,  1, "fraction",         0, "",         0, "",             3001, "",   "MinResVentFrac"
1,           "ResVentACH",        BDP_Flt,  1, "ACH",              0, "",         0, "",             3001, "",   "ResVentACH"
             ; Schedules
1,           "HaveAltSched",      BDP_Int,  1, "",                 0, "",         0, "",             3200, "",   "Have Alternate Schedule Flag" 
1,           "SchHaveSecSeas",    BDP_Int,  2, "",                 0, "",         0, "",             3210, "",   "Schedule Have Second Season Flag"
1,           "SchSeas1Start",     BDP_Int,  4, "",                 0, "",         0, "",             3211, "",   "Schedule First Season Start Day"
1,           "SchSeas1End",       BDP_Int,  4, "",                 0, "",         0, "",             3213, "",   "Schedule First Season End Day"
1,           "SchedDayFlag1",     BDP_Int,  6, "",                 0, "",         0, "",             3215, "",   "Schedule Daytype Flag (first season)"
1,           "SchedDayAssign1",   BDP_Int, 20, "",                 0, "",         0, "",             3220, "",   "Schedule Day Assignment (first season)"
1,           "SchedOpen1",        BDP_Sym,  6, "",                 0, "",         0, "",             3230, "",   "Schedule Opening Time (first season)"
1,           "SchedClose1",       BDP_Sym,  6, "",                 0, "",         0, "",             3240, "",   "Schedule Closing Time (first season)"
1,           "SchedOccupPct1",    BDP_Flt,  6, "%",                0, "",         0, "",             3250, "",   "Percent occupancy & task lighting load during occupied hours (first season)"
1,           "SchedLightPct1",    BDP_Flt,  6, "%",                0, "",         0, "",             3252, "",   "Percent area lighting load during occupied hours (first season)"
1,           "SchedEquipPct1",    BDP_Flt,  6, "%",                0, "",         0, "",             3254, "",   "Percent equipment load during occupied hours (first season)"
; 1,           "SchedOccInt1",      BDP_Flt,  6, "%",                0, "",         0, "",             3250, "",   "Schedule Occupied Intensity (first season)"
; 1,           "SchedUnoccInt1",    BDP_Flt,  6, "%",                0, "",         0, "",             3260, "",   "Schedule Unoccupied Intensity (first season)"
1,           "SchSecSeasStart",   BDP_Int, 10, "",                 0, "",         1, "",             3270, "",   "Schedule Second Season Start Day"
1,           "SchSecSeasEnd",     BDP_Int, 10, "",                 0, "",         1, "",             3275, "",   "Schedule Second Season End Day"
1,           "SchedDayFlag2",     BDP_Int,  6, "",                 0, "",         0, "",             3215, "",   "Schedule Daytype Flag (second season)"
1,           "SchedDayAssign2",   BDP_Int, 20, "",                 0, "",         0, "",             3220, "",   "Schedule Day Assignment (second season)"
1,           "SchedOpen2",        BDP_Sym,  6, "",                 0, "",         0, "",             3230, "",   "Schedule Opening Time (second season)"
1,           "SchedClose2",       BDP_Sym,  6, "",                 0, "",         0, "",             3240, "",   "Schedule Closing Time (second season)"
1,           "SchedOccupPct2",    BDP_Flt,  6, "%",                0, "",         0, "",             3250, "",   "Percent occupancy & task lighting load during occupied hours (second season)"
1,           "SchedLightPct2",    BDP_Flt,  6, "%",                0, "",         0, "",             3252, "",   "Percent area lighting load during occupied hours (second season)"
1,           "SchedEquipPct2",    BDP_Flt,  6, "%",                0, "",         0, "",             3254, "",   "Percent equipment load during occupied hours (second season)"
; 1,           "SchedOccInt2",      BDP_Flt,  6, "%",                0, "",         0, "",             3320, "",   "Schedule Occupied Intensity (second season)"
; 1,           "SchedUnoccInt2",    BDP_Flt,  6, "%",                0, "",         0, "",             3330, "",   "Schedule Unoccupied Intensity (second season)"
1,           "SchedGetClose2",    BDP_Int,  6, "",                 0, "",         0, "",             3335, "",   ""
1,           "SchedOpenHrs",      BDP_Sym,  7, "",                 0, "",         0, "",             3340, "",   "Number of Open Hours"
1,           "ResetSched",        BDP_Int,  1, "",                 0, "",         0, "",             3345, "",   "Flag to reset ALL schedule data" 
             ; added to facilitate variable rows for activity area spreadsheet
1,           "NumSpreadRows",     BDP_Int,  1, "",                 0, "",         0, "",             3360, "",   "Number of rows to display in activity area spreadsheet" 
; SAC 11/18/03 - Added new Zone By Activity Area input mechanism
1,           "ZBAInputOption",    BDP_Sym,  1, "",                 0, "",         0, "",             3001, "",   "ZBAInputOption"
1,           "ActAreaXPct",       BDP_Flt,  8, "%",                0, "",         0, "",             3001, "",   "ActAreaXPct"
1,           "ActAreaYPct",       BDP_Flt,  8, "%",                0, "",         0, "",             3001, "",   "ActAreaYPct"
1,           "ActAreaWdPct",      BDP_Flt,  8, "%",                0, "",         0, "",             3001, "",   "ActAreaWdPct"
1,           "ActAreaDpPct",      BDP_Flt,  8, "%",                0, "",         0, "",             3001, "",   "ActAreaDpPct"
1,           "ActAreaZBAPct",     BDP_Flt,  8, "%",                0, "",         0, "",             3001, "",   "ActAreaZBAPct"
1,           "ActAreaZBAArea",    BDP_Flt,  8, "ft2",              0, "",         0, "",             3001, "",   "ActAreaZBAArea"
; SAC 5/16/02 - Added to facilitate Zone By Activity Area feature
1,           "ActAreaEditDims",   BDP_Int,  8, "",                 0, "",         0, "",             3001, "",   "" 
1,           "ActAreaX",          BDP_Flt,  8, "ft",               0, "",         0, "",             3001, "",   "" 
1,           "ActAreaY",          BDP_Flt,  8, "ft",               0, "",         0, "",             3001, "",   "" 
1,           "ActAreaWidth",      BDP_Flt,  8, "ft",               0, "",         0, "",             3001, "",   "" 
1,           "ActAreaDepth",      BDP_Flt,  8, "ft",               0, "",         0, "",             3001, "",   "" 
; SAC 6/25/02 - Added to facilitate ruleset-initiated Zone By Activity Area zoning
1,           "PerformZBAZoning",  BDP_Int,  1, "",                 0, "",         0, "",             3001, "",   "" 
; SAC 8/20/02 - Added to facilitate CEUS-defined Zone By Activity Area HVAC system assignment
1,           "ActAreaHVACSys",    BDP_Obj,  8, "",                 0, "HVACWiz",  0, "",             3001, "",   ""
; SAC 8/29/02 - Added to facilitate CEUS-defined Zone By Activity Area project files to specify conditioned state of corresponding zone groups
1,           "ActAreaIsCond",     BDP_Int,  8, "",                 0, "",         0, "",             3001, "",   ""
; SAC 3/2/05 - Added to facilitate specification of SPACE:TEMPERATURE (for DEER)
1,           "ActAreaTemp",       BDP_Flt,  8, "",                 0, "",         0, "",             3001, "",   ""
; SAC 1/15/04 - Added new symbol selection to facilitate defaulting of hourly profiles by activity area and enduse
1,           "ActAreaSeas1SchGrp",BDP_Sym,  8, "",                 0, "",         0, "",             2001, "",   "Activity area season #1 schedule group"
1,           "ActAreaSeas2SchGrp",BDP_Sym,  8, "",                 0, "",         0, "",             2001, "",   "Activity area season #2 schedule group"
1,           "ActAreaSeas3SchGrp",BDP_Sym,  8, "",                 0, "",         0, "",             2001, "",   "Activity area season #3 schedule group"
; SAC 11/15/04 - Added new property defining the name of a BDL PARAMETER command to be written to the BDL input containing the name of the SPACE corresponding to this ZBA ActArea
1,           "ActAreaSpcParam",   BDP_Str,  8, "",                 0, "",         0, "",             2001, "",   "Name of BDL PARAMETER to store BDL Space name to"
1,           "ActAreaZonParam",   BDP_Str,  8, "",                 0, "",         0, "",             2001, "",   "Name of BDL PARAMETER to store BDL Zone name to"
; SAC 3/7/05 - Added new properties to facilitate assignment of custom wall/roof/floor construction components
1,           "ActAreaCons_Roof",  BDP_Obj,  8, "",                 0, "ConsWiz",  0, "",             7901, "",   "Custom Roof Construction"
1,           "ActAreaCons_GFlr",  BDP_Obj,  8, "",                 0, "ConsWiz",  0, "",             7901, "",   "Custom Ground Floor Construction"
1,           "ActAreaCons_IFlr",  BDP_Obj,  8, "",                 0, "ConsWiz",  0, "",             7901, "",   "Custom Interior Floor Construction"
1,           "ActAreaCons_IWall", BDP_Obj,  8, "",                 0, "ConsWiz",  0, "",             7901, "",   "Custom Interior Wall Construction"
1,           "ActAreaCons_EWall", BDP_Obj,  8, "",                 0, "ConsWiz",  0, "",             7901, "",   "Custom Exterior Wall Construction"
1,           "ActAreaCons_UWall", BDP_Obj,  8, "",                 0, "ConsWiz",  0, "",             7901, "",   "Custom Underground Wall Construction"

             ; added to supplement new zone group stuff
1,           "Area",              BDP_Flt, 10, "ft2",              0, "",         0, "",             3410, "",   "Total Building Area allocated to this activity" 
1,           "Percent",           BDP_Flt, 10, "%",                0, "",         0, "",             3415, "",   "Total Percent Building Area allocated to this activity" 

; SAC 1/20/02 - Added to facilitate residential Title24 water heating analysis
1,           "T24ResBldgOcc",     BDP_Flt,  1, "persons",          0, "",         0, "",             3001, "",   "Residential building occupancy" 

; SAC 9/18/04 - Added to facilitate equipment-based res/non-res water heating profile averaging
1,           "DHWEquipOccup",     BDP_Flt,  3, "persons",          0, "",         0, "",             3001, "",   "[1]=>Total, [2]=>Non-Res, [3]=>Res" 

     ; *****  Properties from old BldgOpWiz component  *****
; SAC 1/25/02 - Moved to MainWiz component
; 1,           "HaveSecSeas",       BDP_Int,  1, "",                 0, "",         0, "",            16010, "",   "Have Second Season Flag"
; 1,           "SecSeasStartMoDa",  BDP_Int,  6, "",                 0, "",         0, "",            16011, "",   "Second Season Start Month/Day"
; 1,           "SecSeasEndMoDa",    BDP_Int,  6, "",                 0, "",         0, "",            16013, "",   "Second Season End Month/Day"
; 1,           "Seas1Start",        BDP_Int,  2, "",                 0, "",         0, "",            16020, "",   "First Season Start Day(s)"
; 1,           "Seas1End",          BDP_Int,  2, "",                 0, "",         0, "",            16022, "",   "First Season End Day(s)"
; 1,           "Seas2Start",        BDP_Int,  1, "",                 0, "",         0, "",            16024, "",   "Second Season Start Day"
; 1,           "Seas2End",          BDP_Int,  1, "",                 0, "",         0, "",            16026, "",   "Second Season End Day"

; SAC 2/17/02 - Added new property to facilitate defaulting of season operating hours and profiles
1,           "BldgSeasons",       BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   ""
; SAC 2/17/02 - Added new property to facilitate defaulting of operating hours and profiles
1,           "SeasonType",        BDP_Sym,  3, "",                 0, "",         0, "",             2220, "",   "Season Description"
; SAC 12/10/02 - Added season Opens/Closes At labels for screens to facilitate reverse schedules for daytime unoccupied season types
1,           "OpenAtSeasLabel",   BDP_Str,  3, "",                 0, "",         0, "",             2001, "",   "Season-specific Opens At label"
1,           "CloseAtSeasLabel",  BDP_Str,  3, "",                 0, "",         0, "",             2001, "",   "Season-specific Closes At label"
; SAC 2/17/02 - Split DfltIsOpen into seasonal arrays, DfltIsOpenSeas*
1,           "DfltIsOpenSeas1",   BDP_Int,  8, "",                 0, "",         0, "",            16030, "",   "DEFAULT Is Open flag (Mon-Sun|Hol)"
1,           "DfltIsOpenSeas2",   BDP_Int,  8, "",                 0, "",         0, "",            16030, "",   "DEFAULT Is Open flag (Mon-Sun|Hol)"
1,           "DfltIsOpenSeas3",   BDP_Int,  8, "",                 0, "",         0, "",            16030, "",   "DEFAULT Is Open flag (Mon-Sun|Hol)"
; SAC 1/26/02 - Added to *Seas3* properties
1,           "DfltStrtSeas1",     BDP_Sym, 10, "",                 0, "",         0, "",            16032, "",   "DEFAULT Opening Time (regardless of open/close) (season #1, Mon-Sun|Hol|CDD|HDD)"
1,           "DfltStrtSeas2",     BDP_Sym, 10, "",                 0, "",         0, "",            16034, "",   "DEFAULT Opening Time (regardless of open/close) (season #2, Mon-Sun|Hol|CDD|HDD)"
1,           "DfltStrtSeas3",     BDP_Sym, 10, "",                 0, "",         0, "",            16035, "",   "DEFAULT Opening Time (regardless of open/close) (season #3, Mon-Sun|Hol|CDD|HDD)"
1,           "DfltOpenSeas1",     BDP_Sym, 10, "",                 0, "",         0, "",            16036, "",   "DEFAULT Opening Time (season #1, Mon-Sun|Hol|CDD|HDD)"
1,           "DfltOpenSeas2",     BDP_Sym, 10, "",                 0, "",         0, "",            16038, "",   "DEFAULT Opening Time (season #2, Mon-Sun|Hol|CDD|HDD)"
1,           "DfltOpenSeas3",     BDP_Sym, 10, "",                 0, "",         0, "",            16039, "",   "DEFAULT Opening Time (season #3, Mon-Sun|Hol|CDD|HDD)"
1,           "DfltCloseSeas1",    BDP_Sym, 10, "",                 0, "",         0, "",            16042, "",   "DEFAULT Closing Time (season #1, Mon-Sun|Hol|CDD|HDD)"
1,           "DfltCloseSeas2",    BDP_Sym, 10, "",                 0, "",         0, "",            16044, "",   "DEFAULT Closing Time (season #2, Mon-Sun|Hol|CDD|HDD)"
1,           "DfltCloseSeas3",    BDP_Sym, 10, "",                 0, "",         0, "",            16045, "",   "DEFAULT Closing Time (season #3, Mon-Sun|Hol|CDD|HDD)"
; SAC 4/10/02 - Added new profile shifting properties to help facilitate expanded profile hours without actually defining separate profiles
1,           "OpenShiftSeas1",    BDP_Int, 10, "",                 0, "",         0, "",            16001, "",   "Default Shift in Open Hour (season #1, Mon-Sun|Hol|CDD|HDD)"
1,           "OpenShiftSeas2",    BDP_Int, 10, "",                 0, "",         0, "",            16001, "",   "Default Shift in Open Hour (season #2, Mon-Sun|Hol|CDD|HDD)"
1,           "OpenShiftSeas3",    BDP_Int, 10, "",                 0, "",         0, "",            16001, "",   "Default Shift in Open Hour (season #3, Mon-Sun|Hol|CDD|HDD)"
1,           "CloseShiftSeas1",   BDP_Int, 10, "",                 0, "",         0, "",            16001, "",   "Default Shift in Close Hour (season #1, Mon-Sun|Hol|CDD|HDD)"
1,           "CloseShiftSeas2",   BDP_Int, 10, "",                 0, "",         0, "",            16001, "",   "Default Shift in Close Hour (season #2, Mon-Sun|Hol|CDD|HDD)"
1,           "CloseShiftSeas3",   BDP_Int, 10, "",                 0, "",         0, "",            16001, "",   "Default Shift in Close Hour (season #3, Mon-Sun|Hol|CDD|HDD)"
1,           "OpenSeas1",         BDP_Sym, 10, "",                 0, "",         0, "",             2222, "",   "Opening Time (season #1, Mon-Sun|Hol|CDD|HDD)"
1,           "OpenSeas2",         BDP_Sym, 10, "",                 0, "",         0, "",             2223, "",   "Opening Time (season #2, Mon-Sun|Hol|CDD|HDD)"
1,           "OpenSeas3",         BDP_Sym, 10, "",                 0, "",         0, "",             2224, "",   "Opening Time (season #3, Mon-Sun|Hol|CDD|HDD)"
1,           "CloseSeas1",        BDP_Sym, 10, "",                 0, "",         0, "",             2226, "",   "Closing Time (season #1, Mon-Sun|Hol|CDD|HDD)"
1,           "CloseSeas2",        BDP_Sym, 10, "",                 0, "",         0, "",             2227, "",   "Closing Time (season #2, Mon-Sun|Hol|CDD|HDD)"
1,           "CloseSeas3",        BDP_Sym, 10, "",                 0, "",         0, "",             2228, "",   "Closing Time (season #3, Mon-Sun|Hol|CDD|HDD)"
1,           "NumOpenHrs1",       BDP_Int, 10, "",                 0, "",         0, "",            16070, "",   "Number of Season 1 open hours per WD/WE/Hol day"
1,           "NumOpenHrs2",       BDP_Int, 10, "",                 0, "",         0, "",            16072, "",   "Number of Season 2 open hours per WD/WE/Hol day"
1,           "NumOpenHrs3",       BDP_Int, 10, "",                 0, "",         0, "",            16073, "",   "Number of Season 3 open hours per WD/WE/Hol day"
1,           "MostNumOpenHrs",    BDP_Int,  3, "",                 0, "",         0, "",            16074, "",   "Highest Number of Open Hours (by season)"
1,           "DayMostOpen",       BDP_Int,  3, "",                 0, "",         0, "",            16076, "",   "Day (by season) with widest use period (to default CDD & HDD)"
             ; shape shifting stuff
1,           "DeltaFracOCTo24",   BDP_Flt,  1, "",                 0, "",         0, "",            16200, "",   ""
1,           "OffHrFracOCTo24",   BDP_Flt,  1, "",                 0, "",         0, "",            16205, "",   ""
1,           "DeltaFrac24ToOC",   BDP_Flt,  1, "",                 0, "",         0, "",            16210, "",   ""
1,           "ThreeHrSmoothWts",  BDP_Flt,  3, "",                 0, "",         0, "",            16215, "",   ""

     ; *****  Properties from old EndUseWiz component  *****
; SAC 1/26/02 - Decreased all *Shape properties from arrays of 20 to 3 (2-season x 10-actarea -> 3-season)
; SAC 1/26/02 - Decreased all *ShapeStatus properties from arrays of 10 to single values (10-actarea -> single shell-wide flag)
; SAC 2/17/02 - Increased all *ShapeStatus properties from single values to arrays of 3 to enable seasonal resets
1,           "ActAreaArea",       BDP_Flt, 10, "ft2",              0, "",         0, "",            15205, "",   "Total building area that corresponds to this type of activity" 
1,           "NumActAreasX3",     BDP_Int,  1, "",                 0, "",         0, "",            15210, "",   "Number of rows to display in acivity area spreadsheets" 
1,           "ActAreaTypeX3",     BDP_Sym, 30, "",                 0, "",         0, "",            15212, "",   "Activity Area Type" 
1,           "NumActAreasX5",     BDP_Int,  1, "",                 0, "",         0, "",            15214, "",   "Number of rows to display in acivity area spreadsheets" 
1,           "ActAreaTypeX5",     BDP_Sym, 50, "",                 0, "",         0, "",            15216, "",   "Activity Area Type" 
             ; ----- Occupancy Profiles -----
1,           "OccShapeStatus",    BDP_Int,  3, "",                 0, "",         0, "",            15218, "",   "" 
1,           "OccShape",          BDP_Obj,  3, "",                 0, "ShapeWiz", 0, "",            15220, "",   "" 
; SAC 2/19/05 - Added properties to handle shapes by season & activity area
1,           "AAOccShapeStatus",  BDP_Int, 30, "",                 0, "",         0, "",            15249, "",   "[1-10] => Season 1 Act Areas, [11-20] => Season 2, [21-30] => Season 3" 
1,           "AAOccShape",        BDP_Obj, 30, "",                 0, "ShapeWiz", 0, "",            15250, "",   "[1-10] => Season 1 Act Areas, [11-20] => Season 2, [21-30] => Season 3" 
             ; ----- Interior Lighting -----
1,           "ILSelFixtCateg",    BDP_Sym, 10, "",                 0, "",         0, "",            15223, "",   "" 
1,           "ILSelFixtType",     BDP_Sym, 10, "",                 0, "",         0, "",            15224, "",   "" 
1,           "ILFixtureCateg",    BDP_Sym, 30, "",                 0, "",         0, "",            15225, "",   "" 
1,           "ILFixtureType",     BDP_Sym, 30, "",                 0, "",         0, "",            15227, "",   "" 
1,           "ILLoadOption",      BDP_Sym, 30, "",                 0, "",         0, "",            15230, "",   "" 
1,           "ILNumFixtures",     BDP_Int, 30, "",                 0, "",         0, "",            15235, "",   "" 
1,           "ILFixtureWatts",    BDP_Int, 30, "Watts",            0, "",         0, "",            15240, "",   "" 
1,           "ILConnectedLd",     BDP_Flt, 30, "W/ft2",            0, "",         0, "",            15245, "",   "" 
1,           "ILShapeStatus",     BDP_Int,  3, "",                 0, "",         0, "",            15249, "",   "" 
1,           "ILShape",           BDP_Obj,  3, "",                 0, "ShapeWiz", 0, "",            15250, "",   "" 
; SAC 2/18/05 - Added properties to handle shapes by season & activity area
1,           "AAILShapeStatus",   BDP_Int, 30, "",                 0, "",         0, "",            15249, "",   "[1-10] => Season 1 Act Areas, [11-20] => Season 2, [21-30] => Season 3" 
1,           "AAILShape",         BDP_Obj, 30, "",                 0, "ShapeWiz", 0, "",            15250, "",   "[1-10] => Season 1 Act Areas, [11-20] => Season 2, [21-30] => Season 3" 
             ; NOTE: Load & Intensity arrays => [1-10] by ACTIVITY area, [11] by BUILDING area
1,           "ILElecLoad",        BDP_Flt, 11, "kW",               0, "",         0, "",            15255, "",   "" 
1,           "ILElecIntens",      BDP_Flt, 11, "W/ft2",            0, "",         0, "",            15260, "",   "" 
; SAC 10/20/03 - Added multiplier on ambient lighting intensity to facilitate DEER measure analysis
1,           "ILElecIntMult",     BDP_Flt,  1, "frac",             0, "",         0, "",            15001, "",   "" 
             ; ----- Exterior Lighting -----
1,           "ELNumSpreadRows",   BDP_Int,  1, "",                 0, "",         0, "",            15483, "",   "" 
1,           "ELFixtureCateg",    BDP_Sym, 10, "",                 0, "",         0, "",            15285, "",   "" 
1,           "ELFixtureType",     BDP_Sym, 10, "",                 0, "",         0, "",            15287, "",   "" 
1,           "ELNumFixtures",     BDP_Int, 10, "",                 0, "",         0, "",            15295, "",   "" 
1,           "ELFixtureWatts",    BDP_Int, 10, "Watts",            0, "",         0, "",            15300, "",   "" 
1,           "ELShapeStatus",     BDP_Int,  3, "",                 0, "",         0, "",            15309, "",   "" 
1,           "ELShape",           BDP_Obj,  3, "",                 0, "ShapeWiz", 0, "",            15310, "",   "" 
1,           "ELElecLoad",        BDP_Flt,  1, "kW",               0, "",         0, "",            15325, "",   "" 
1,           "ELElecIntens",      BDP_Flt,  1, "W/ft2",            0, "",         0, "",            15330, "",   "" 
; SAC 3/8/02 - added for RER-CEUS
1,           "ELDayShapes",       BDP_Obj, 12, "",                 0, "DayShape", 0, "",            15001, "",   "" 
             ; ----- Office Equipment -----
1,           "OEEquipType",       BDP_Sym, 50, "",                 0, "",         0, "",            15340, "",   "" 
1,           "OELoadOption",      BDP_Sym, 50, "",                 0, "",         0, "",            15343, "",   "" 
1,           "OENumEquips",       BDP_Flt, 50, "",                 0, "",         0, "",            15346, "",   "" 
1,           "OEEquipKW",         BDP_Flt, 50, "kW",               0, "",         0, "",            15349, "",   "" 
1,           "OEConnectedLd",     BDP_Flt, 50, "W/ft2",            0, "",         0, "",            15352, "",   "" 
1,           "OEEquipDescrip",    BDP_Str, 50, "",                 0, "",         0, "",            15355, "",   "" 
1,           "OEShapeStatus",     BDP_Int,  3, "",                 0, "",         0, "",            15359, "",   "" 
1,           "OEShape",           BDP_Obj,  3, "",                 0, "ShapeWiz", 0, "",            15360, "",   "" 
             ; NOTE: Load & Intensity arrays => [1-10] by ACTIVITY area, [11] by BUILDING area
1,           "OEElecLoad",        BDP_Flt, 11, "kW",               0, "",         0, "",            15370, "",   "" 
1,           "OEElecIntens",      BDP_Flt, 11, "W/ft2",            0, "",         0, "",            15375, "",   "" 
             ; ----- Cooking Equipment -----
             ; NOTE: Single array of cooking equipment to get distributed (area-weighted) to ALL activity types set to "Kitchen"
1,           "CENumSpreadRows",   BDP_Int,  1, "",                 0, "",         0, "",            15403, "",   "" 
1,           "CEKitchenArea",     BDP_Flt,  1, "",                 0, "",         0, "",            15405, "",   "" 
1,           "CEIsKitchenArea",   BDP_Int, 10, "",                 0, "",         0, "",            15406, "",   "" 
1,           "CEHasGas",          BDP_Int,  1, "",                 0, "",         0, "",            15407, "",   "" 
1,           "CEFuel",            BDP_Sym, 10, "",                 0, "",         0, "",            15410, "",   "" 
1,           "CEEquipType",       BDP_Sym, 10, "",                 0, "",         0, "",            15413, "",   "" 
1,           "CENumEquips",       BDP_Flt, 10, "",                 0, "",         0, "",            15416, "",   "" 
1,           "CEKW",              BDP_Flt, 10, "kW",               0, "",         0, "",            15420, "",   "" 
1,           "CEKBtuh",           BDP_Flt, 10, "kBtuh",            0, "",         0, "",            15423, "",   "" 
1,           "CEDivFctr",         BDP_Flt, 10, "",                 0, "",         0, "",            15427, "",   "" 
1,           "CESensFrac",        BDP_Flt, 10, "",                 0, "",         0, "",            15428, "",   ""   ; SAC 6/13/01 added
1,           "CEConnctdELd",      BDP_Flt, 10, "W/ft2",            0, "",         0, "",            15430, "",   "" 
1,           "CEConnctdGLd",      BDP_Flt, 10, "Btuh/ft2",         0, "",         0, "",            15433, "",   "" 
1,           "CEDescrip",         BDP_Str, 10, "",                 0, "",         0, "",            15440, "",   "" 
1,           "CEShapeStatus",     BDP_Int,  3, "",                 0, "",         0, "",            15444, "",   "" 
1,           "CEShape",           BDP_Obj,  3, "",                 0, "ShapeWiz", 0, "",            15445, "",   "" 
; SAC 2/19/05 - Added properties to handle shapes by season & activity area
1,           "AACEShapeStatus",   BDP_Int, 30, "",                 0, "",         0, "",            15249, "",   "[1-10] => Season 1 Act Areas, [11-20] => Season 2, [21-30] => Season 3" 
1,           "AACEShape",         BDP_Obj, 30, "",                 0, "ShapeWiz", 0, "",            15250, "",   "[1-10] => Season 1 Act Areas, [11-20] => Season 2, [21-30] => Season 3" 
1,           "CEElecLoad",        BDP_Flt,  1, "kW",               0, "",         0, "",            15450, "",   "" 
1,           "CEGasLoad",         BDP_Flt,  1, "kBtuh",            0, "",         0, "",            15452, "",   "" 
             ; NOTE: Intensity array => [1] by KITCHEN area, [2] by BUILDING area
1,           "CEElecIntens",      BDP_Flt,  2, "W/ft2",            0, "",         0, "",            15455, "",   "" 
1,           "CEGasIntens",       BDP_Flt,  2, "Btuh/ft2",         0, "",         0, "",            15456, "",   "" 
1,           "CEDivEIntens",      BDP_Flt, 11, "W/ft2",            0, "",         0, "",            15457, "",   "" 
1,           "CEDivGIntens",      BDP_Flt, 11, "Btuh/ft2",         0, "",         0, "",            15458, "",   "" 
; 1,           "CEEGSensFrac",      BDP_Flt,  2, "",                 0, "",         0, "",            15459, "",   ""   ; SAC 6/13/01 added - 1=>elec, 2=>gas
1,           "CEESensFrac",       BDP_Flt, 10, "",                 0, "",         0, "",            15459, "",   ""
1,           "CEGSensFrac",       BDP_Flt, 10, "",                 0, "",         0, "",            15459, "",   ""
; SAC 2/21/05 - Added *LatFrac properties to facilitate DEER analysis
1,           "CEELatFrac",        BDP_Flt, 10, "",                 0, "",         0, "",            15459, "",   ""
1,           "CEGLatFrac",        BDP_Flt, 10, "",                 0, "",         0, "",            15459, "",   ""
             ; ----- Miscellaneous Loads -----
1,           "MiscHasGas",        BDP_Int,  1, "",                 0, "",         0, "",            15460, "",   "" 
1,           "MiscEquipType",     BDP_Sym, 50, "",                 0, "",         0, "",            15461, "",   "" 
1,           "MiscNumEquips",     BDP_Flt, 50, "",                 0, "",         0, "",            15463, "",   "" 
1,           "MiscEqpKW",         BDP_Flt, 50, "kW",               0, "",         0, "",            15466, "",   "" 
1,           "MiscEqpKBtuh",      BDP_Flt, 50, "kBtuh",            0, "",         0, "",            15469, "",   "" 
1,           "MiscEqpDivFctr",    BDP_Flt, 50, "",                 0, "",         0, "",            15472, "",   "" 
1,           "MiscConnctdELd",    BDP_Flt, 50, "W/ft2",            0, "",         0, "",            15475, "",   "" 
1,           "MiscConnctdGLd",    BDP_Flt, 50, "Btuh/ft2",         0, "",         0, "",            15478, "",   "" 
1,           "MiscEqpDescrip",    BDP_Str, 50, "",                 0, "",         0, "",            15481, "",   "" 
1,           "MiscShapeStatus",   BDP_Int,  3, "",                 0, "",         0, "",            15484, "",   "" 
1,           "MiscShape",         BDP_Obj,  3, "",                 0, "ShapeWiz", 0, "",            15485, "",   "" 
; SAC 2/19/05 - Added properties to handle shapes by season & activity area
1,           "AAMiscShapeStatus", BDP_Int, 30, "",                 0, "",         0, "",            15249, "",   "[1-10] => Season 1 Act Areas, [11-20] => Season 2, [21-30] => Season 3" 
1,           "AAMiscShape",       BDP_Obj, 30, "",                 0, "ShapeWiz", 0, "",            15250, "",   "[1-10] => Season 1 Act Areas, [11-20] => Season 2, [21-30] => Season 3" 
             ; NOTE: Load & Intensity arrays => [1-10] by ACTIVITY area, [11] by BUILDING area
1,           "MiscElecLoad",      BDP_Flt, 11, "kW",               0, "",         0, "",            15500, "",   "" 
1,           "MiscGasLoad",       BDP_Flt, 11, "kBtuh",            0, "",         0, "",            15502, "",   "" 
1,           "MiscElecIntens",    BDP_Flt, 11, "W/ft2",            0, "",         0, "",            15505, "",   "" 
1,           "MiscGasIntens",     BDP_Flt, 11, "Btuh/ft2",         0, "",         0, "",            15506, "",   "" 
             ; NOTE: DIVERSIFIED Intensity arrays => [1-10] by ACTIVITY area, [11] by BUILDING area
1,           "MiscDivEIntens",    BDP_Flt, 11, "W/ft2",            0, "",         0, "",            15508, "",   "" 
1,           "MiscDivGIntens",    BDP_Flt, 11, "Btuh/ft2",         0, "",         0, "",            15509, "",   "" 
; SAC 10/20/03 - Added multipliers on misc elec & gas intensities to facilitate DEER measure analysis
1,           "MiscDivEIntMult",   BDP_Flt,  1, "frac",             0, "",         0, "",            15001, "",   "" 
1,           "MiscDivGIntMult",   BDP_Flt,  1, "frac",             0, "",         0, "",            15001, "",   "" 
; SAC 10/5/03 - Added new properties to allow input of sensible heat fractions for elec and gas misc loads
1,           "MiscESensFrac",     BDP_Flt, 10, "",                 0, "",         0, "",            15001, "",   ""
1,           "MiscGSensFrac",     BDP_Flt, 10, "",                 0, "",         0, "",            15001, "",   ""
; SAC 3/27/05 - Added *LatFrac properties to facilitate DEER analysis
1,           "MiscELatFrac",      BDP_Flt, 10, "",                 0, "",         0, "",            15001, "",   ""
1,           "MiscGLatFrac",      BDP_Flt, 10, "",                 0, "",         0, "",            15001, "",   ""
; SAC 10/24/02 - Added "supplemental" properties to handle laundry equipment energy (for Seattle)
1,           "LndryDivEIntens",   BDP_Flt, 10, "W/ft2",            0, "",         0, "",            15508, "",   "" 
1,           "LndryDivGIntens",   BDP_Flt, 10, "Btuh/ft2",         0, "",         0, "",            15509, "",   "" 
             ; ----- Refrigeration -----
             ; Monthly Use (defaulted based on building type and region) fit under enduse shape => profiles by day-of-week
1,           "RFUseByMonth",      BDP_Flt, 12, "kWh/ft2",          0, "",         0, "",            15520, "",   "" 
1,           "RFShapeStatus",     BDP_Int,  3, "",                 0, "",         0, "",            15524, "",   "" 
1,           "RFShape",           BDP_Obj,  3, "",                 0, "ShapeWiz", 0, "",            15525, "",   "" 
1,           "RFAnnElecUse",      BDP_Flt,  1, "MWh",              0, "",         0, "",            15530, "",   "" 
1,           "RFAnnElecIntens",   BDP_Flt,  1, "kWh/ft2",          0, "",         0, "",            15535, "",   "" 
; SAC 3/5/02 - added for RER-CEUS
1,           "RFPeakByMonth",     BDP_Flt, 12, "kW/ft2",           0, "",         0, "",            15521, "",   "" 
1,           "RFDayShapes",       BDP_Obj, 12, "",                 0, "DayShape", 0, "",            15522, "",   "" 
             ; ----- DHW -----
             ; No enduse data here - only defaulting simply sets DHWWiz:DHWSupplyTemp based on building type
1,           "DHWShapeStatus",    BDP_Int,  3, "",                 0, "",         0, "",            15280, "",   "" 
1,           "DHWShape",          BDP_Obj,  3, "",                 0, "ShapeWiz", 0, "",            15282, "",   "" 
; SAC 2/18/02 - Added new property to store the Max DHW full load hrs for use in calculating DHWProcessFlow
1,           "DHWMaxFullLdHrs",   BDP_Flt,  1, "hrs",              0, "",         0, "",            15281, "",   "" 
; SAC 3/8/02 - added for RER-CEUS
1,           "DHWElecUse",        BDP_Int,  1, "",                 0, "",         0, "",            15001, "",   "" 
1,           "DHWGasUse",         BDP_Int,  1, "",                 0, "",         0, "",            15001, "",   "" 
1,           "DHWElecUseByMonth", BDP_Flt, 12, "kWh/ft2",          0, "",         0, "",            15001, "",   "" 
1,           "DHWGasUseByMonth",  BDP_Flt, 12, "kBtu/ft2",         0, "",         0, "",            15001, "",   "" 
; SAC 3/5/02 - Added property to sum occup of only those shells that have specified that DHW equipment is to be modeled
1,           "DHWModelOccup",     BDP_Flt,  1, "persons",          0, "",         0, "",            15001, "",   "" 

; SAC 3/5/02 - New Enduses added for RER-CEUS
             ; ----- Task Lighting -----
1,           "TLShapeStatus",     BDP_Int,  3, "",                 0, "",         0, "",            15001, "",   "" 
1,           "TLShape",           BDP_Obj,  3, "",                 0, "ShapeWiz", 0, "",            15540, "",   "" 
             ; NOTE: Intensity array => [1-10] by ACTIVITY area, [11] by BUILDING area
1,           "TLElecIntens",      BDP_Flt, 11, "W/ft2",            0, "",         0, "",            15001, "",   "" 
; SAC 10/20/03 - Added multiplier on task lighting intensity to facilitate DEER measure analysis
1,           "TLElecIntMult",     BDP_Flt,  1, "frac",             0, "",         0, "",            15001, "",   "" 
             ; ----- Air Compressors -----
1,           "ACShapeStatus",     BDP_Int,  3, "",                 0, "",         0, "",            15001, "",   "" 
1,           "ACShape",           BDP_Obj,  3, "",                 0, "ShapeWiz", 0, "",            15580, "",   "" 
             ; NOTE: Intensity array => [1-10] by ACTIVITY area, [11] by BUILDING area
1,           "ACElecIntens",      BDP_Flt, 11, "W/ft2",            0, "",         0, "",            15001, "",   "" 
; SAC 10/5/03 - Added new property to allow input of sensible heat fractions for elec air compressor loads
1,           "ACESensFrac",       BDP_Flt, 10, "",                 0, "",         0, "",            15001, "",   ""
             ; ----- Motors -----
1,           "MtrShapeStatus",    BDP_Int,  3, "",                 0, "",         0, "",            15001, "",   "" 
1,           "MtrShape",          BDP_Obj,  3, "",                 0, "ShapeWiz", 0, "",            15570, "",   "" 
             ; NOTE: Intensity array => [1-10] by ACTIVITY area, [11] by BUILDING area
1,           "MtrElecIntens",     BDP_Flt, 11, "W/ft2",            0, "",         0, "",            15001, "",   "" 
; SAC 10/5/03 - Added new property to allow input of sensible heat fractions for elec motor loads
1,           "MtrESensFrac",      BDP_Flt, 10, "",                 0, "",         0, "",            15001, "",   ""
             ; ----- Process -----
1,           "PrcShapeStatus",    BDP_Int,  3, "",                 0, "",         0, "",            15001, "",   "" 
1,           "PrcShape",          BDP_Obj,  3, "",                 0, "ShapeWiz", 0, "",            15560, "",   "" 
; SAC 3/16/05 - Added properties to handle shapes by season & activity area
1,           "AAPrcShapeStatus",  BDP_Int, 30, "",                 0, "",         0, "",            15249, "",   "[1-10] => Season 1 Act Areas, [11-20] => Season 2, [21-30] => Season 3" 
1,           "AAPrcShape",        BDP_Obj, 30, "",                 0, "ShapeWiz", 0, "",            15250, "",   "[1-10] => Season 1 Act Areas, [11-20] => Season 2, [21-30] => Season 3" 
; SAC 3/3/05 - Added new properties to enable PROCESS vs. GAS process loads
1,           "AllowCMPGas",       BDP_Int,  1, "",                 0, "",         0, "",            15001, "",   "" 
1,           "AllowCMPProc",      BDP_Int,  1, "",                 0, "",         0, "",            15001, "",   "" 
1,           "PrcBTULoadType",    BDP_Sym,  1, "",                 0, "",         0, "",            15001, "",   "" 
             ; NOTE: Intensity array => [1-10] by ACTIVITY area, [11] by BUILDING area
1,           "PrcDivEIntens",     BDP_Flt, 11, "W/ft2",            0, "",         0, "",            15001, "",   "" 
1,           "PrcDivGIntens",     BDP_Flt, 11, "Btuh/ft2",         0, "",         0, "",            15001, "",   "" 
1,           "PrcESensFrac",      BDP_Flt, 10, "",                 0, "",         0, "",            15001, "",   ""
1,           "PrcGSensFrac",      BDP_Flt, 10, "",                 0, "",         0, "",            15001, "",   ""
; SAC 2/22/05 - Added *LatFrac properties to facilitate DEER analysis
1,           "PrcELatFrac",       BDP_Flt, 10, "",                 0, "",         0, "",            15001, "",   ""
1,           "PrcGLatFrac",       BDP_Flt, 10, "",                 0, "",         0, "",            15001, "",   ""
             ; ----- Self-Contained Refrigeration -----
1,           "SCRShapeStatus",    BDP_Int,  3, "",                 0, "",         0, "",            15001, "",   "" 
1,           "SCRShape",          BDP_Obj,  3, "",                 0, "ShapeWiz", 0, "",            15550, "",   "" 
             ; NOTE: Intensity array => [1-10] by ACTIVITY area, [11] by BUILDING area
1,           "SCRElecIntens",     BDP_Flt, 11, "W/ft2",            0, "",         0, "",            15001, "",   "" 
; SAC 10/5/03 - Added new property to allow input of sensible heat fractions for elec self-contained refrigeration loads
1,           "SCRESensFrac",      BDP_Flt, 10, "",                 0, "",         0, "",            15001, "",   ""

     ; *****  Properties from old Comply component  *****
1,           "AASchedType",       BDP_Int,  8, "",                 0, "",         0, "",            14080, "",   "Activity Area Schedule Types"
1,           "AAOccType",         BDP_Int,  8, "",                 0, "",         0, "",            14085, "",   "Activity Area Occupancy Types"

     ; SAC 6/2/99 - added these properties to prevent oversizing of warehouse building fan flows
1,           "MaxFlowFlr2Ceil",   BDP_Flt,  1, "ft",               0, "",         0, "",             2497, "",   "Max Flr-to-Ceil height for fan flow scaling" 
1,           "FanFlowMult",       BDP_Flt,  1, "",                 0, "",         0, "",             2499, "",   "Fan Flow Multiplier (based on Flr-to-Ceil ht)" 
; SAC 1/5/02 - Added to facilitate DHW use defaulting by individual Shell (vs. project-wide)
1,           "DHWUsageFrac",      BDP_Flt,  1, "gal/person/day",   0, "",         0, "",             5880, "",   "DHW Usage"
; SAC 10/11/02 - Added for range checking
1,           "MinDHWUsageFrac",   BDP_Flt,  1, "gal/person/day",   0, "",         0, "",             5880, "",   "DHW Usage"
; SAC 1/20/02 - Added to facilitate T24 Res DHW use defaulting by individual Shell (vs. project-wide)
1,           "ResDHWUsageFrac",   BDP_Flt,  1, "gal/person/day",   0, "",         0, "",             5880, "",   "Res DHW Usage"
; SAC 10/8/02 - Added to facilitate BDL generation of DHW-source HW space heating systems (for Seattle)
1,           "DHWSpcHtUsageFrac", BDP_Flt,  1, "",                 0, "",         0, "",             5880, "",   ""
1,           "DHWSpcHtTotOccup",  BDP_Flt,  1, "",                 0, "",         0, "",             2801, "",   "" 
; SAC 10/11/02 - Added default property to avoid multiple identical table look-ups
1,           "DefaultDHWUsage",   BDP_Flt,  1, "gal/person/day",   0, "",         0, "",             2801, "",   "" 

; SAC 2/6/04 - Added new flag value to automate the blasting of FacetWizs following mods to footprint shape, dimensions and other related data
1,           "CustomFacetsOK",    BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "FacetsOK" 
; RW 01/28/01 - Added properties for the custom Door/Window placement information
1,           "GroundExtFacets",   BDP_Obj,200, "",                 0, "FacetWiz", 0, "",             2001, "",   ""
1,           "MidAboveExtFacets", BDP_Obj,200, "",                 0, "FacetWiz", 0, "",             2001, "",   ""
1,           "TopAboveExtFacets", BDP_Obj,200, "",                 0, "FacetWiz", 0, "",             2001, "",   ""
; End of RW 01/28/01 added
; RW 04/29/02 - Added properties for the custom Door/Window placement information
1,           "GrndFlrDaylitArea", BDP_Flt,200, "",                 0, "",         0, "",             2715, "",   "Daylightable area for Ground Floor zones"
1,           "MidFlrDaylitArea",  BDP_Flt,200, "",                 0, "",         0, "",             2720, "",   "Daylightable area for Mid Floor zones"
1,           "TopFlrDaylitArea",  BDP_Flt,200, "",                 0, "",         0, "",             2725, "",   "Daylightable area for Top Floor zones"
1,           "FloorDaylitArea",   BDP_Flt,  3, "",                 0, "",         0, "",             2730, "",   "Total floor Daylightable area"
; End of RW 04/29/02 added
; SAC 9/4/03 - Added new DaylitAreaCurrent flags to prevent excessive re-calcs of daylit area
1,           "DaylitAreaCurrent", BDP_Int,  3, "",                 0, "",         0, "",             2001, "",   "DaylitAreaCurrent" 

     ; *****  Properties from old PostWiz component  *****
1,           "BldgAzimuth",       BDP_Flt,  1, "",                 0, "",         0, "",             6060, "",   "Building Azimuth" 
             ; Construction Layers Information
1,           "ExtConsNumLayers",  BDP_Int,  1, "",                 0, "",         0, "",             6410, "",   "ExtConsNumLayers"
1,           "ExtConsLayer",      BDP_Sym,  6, "",                 0, "",         0, "",             6420, "",   "ExtConsLayer"
1,           "ExtConsRValue",     BDP_Flt,  6, "",                 0, "",         0, "",             6430, "",   "ExtConsRValue"
1,           "RoofConsNumLayers", BDP_Int,  1, "",                 0, "",         0, "",             6440, "",   "RoofConsNumLayers"
1,           "RoofConsLayer",     BDP_Sym,  6, "",                 0, "",         0, "",             6450, "",   "RoofConsLayer"
1,           "RoofConsRValue",    BDP_Flt,  6, "",                 0, "",         0, "",             6460, "",   "RoofConsRValue"
; SAC 8/25/03 - Added new property to determine which dependent of CavityRValueTable() to retrieve (based on whether or not the R-value should account for attic space)
1,           "RoofConsRValDep",   BDP_Int,  1, "",                 0, "",         0, "",             6001, "",   "RoofConsRValDep"
1,           "CeilConsNumLayers", BDP_Int,  1, "",                 0, "",         0, "",             6470, "",   "CeilConsNumLayers"
1,           "CeilConsLayer",     BDP_Sym,  6, "",                 0, "",         0, "",             6480, "",   "CeilConsLayer"
1,           "CeilConsRValue",    BDP_Flt,  6, "",                 0, "",         0, "",             6490, "",   "CeilConsRValue"
1,           "IntWConsNumLayers", BDP_Int,  1, "",                 0, "",         0, "",             6500, "",   "IntWConsNumLayers"
1,           "IntWConsLayer",     BDP_Sym,  6, "",                 0, "",         0, "",             6510, "",   "IntWConsLayer"
1,           "IntWConsRValue",    BDP_Flt,  6, "",                 0, "",         0, "",             6520, "",   "IntWConsRValue"
1,           "IFlrConsNumLayers", BDP_Int,  1, "",                 0, "",         0, "",             6530, "",   "IFlrConsNumLayers"
1,           "IFlrConsLayer",     BDP_Sym,  6, "",                 0, "",         0, "",             6540, "",   "IFlrConsLayer"
1,           "IFlrConsRValue",    BDP_Flt,  6, "",                 0, "",         0, "",             6550, "",   "IFlrConsRValue"
1,           "GFlrConsNumLayers", BDP_Int,  1, "",                 0, "",         0, "",             6560, "",   "GFlrConsNumLayers"
; 1,           "GFlrConsRComb",     BDP_Flt,  1, "",                 0, "",         0, "",             6570, "",   "GFlrConsRComb"
1,           "GFlrConsF2",        BDP_Flt,  1, "",                 0, "",         0, "",             6570, "",   "GFlrConsF2"
1,           "GFlrConsLayer",     BDP_Sym,  6, "",                 0, "",         0, "",             6580, "",   "GFlrConsLayer"
; SAC 6/14/02 - Added GFlrConsRValue to handle non-earth contact floors
1,           "GFlrConsRValue",    BDP_Flt,  6, "",                 0, "",         0, "",             6550, "",   "GFlrConsRValue"
1,           "GFlrLyrTblOffset",  BDP_Int,  1, "",                 0, "",         0, "",             6585, "",   "GFlrLyrTblOffset"
1,           "UndWConsNumLayers", BDP_Int,  1, "",                 0, "",         0, "",             6590, "",   "UndWConsNumLayers"
1,           "UndWConsRComb",     BDP_Flt,  1, "",                 0, "",         0, "",             6600, "",   "UndWConsRComb"
1,           "UndWConsF2",        BDP_Flt,  1, "",                 0, "",         0, "",             6605, "",   "UndWConsF2"
1,           "UndWConsLayer",     BDP_Sym,  6, "",                 0, "",         0, "",             6610, "",   "UndWConsLayer"
1,           "UndWLyrTblOffset",  BDP_Int,  1, "",                 0, "",         0, "",             6615, "",   "UndWLyrTblOffset"
; SAC 2/5/02 - New properties to handle attic floor construction
1,           "AFlrConsNumLayers", BDP_Int,  1, "",                 0, "",         0, "",             6471, "",   "AFlrConsNumLayers"
1,           "AFlrConsLayer",     BDP_Sym,  6, "",                 0, "",         0, "",             6481, "",   "AFlrConsLayer"
1,           "AFlrConsRValue",    BDP_Flt,  6, "",                 0, "",         0, "",             6491, "",   "AFlrConsRValue"
; SAC 2/7/02 - New properties to handle floor slab heat loss construction
; SAC 11/4/02 - Converted original SHL properties to "G*" (ground) and added set for Internal floors ("I*")
1,           "GFSHLConsNumLayers", BDP_Int,  1, "",                 0, "",         0, "",             6472, "",   "GFSHLConsNumLayers"
1,           "GFSHLConsLayer",     BDP_Sym,  6, "",                 0, "",         0, "",             6482, "",   "GFSHLConsLayer"
1,           "GFSHLConsRValue",    BDP_Flt,  6, "",                 0, "",         0, "",             6492, "",   "GFSHLConsRValue"
1,           "IFSHLConsNumLayers", BDP_Int,  1, "",                 0, "",         0, "",             6472, "",   "IFSHLConsNumLayers"
1,           "IFSHLConsLayer",     BDP_Sym,  6, "",                 0, "",         0, "",             6482, "",   "IFSHLConsLayer"
1,           "IFSHLConsRValue",    BDP_Flt,  6, "",                 0, "",         0, "",             6492, "",   "IFSHLConsRValue"
             ; entries which map new wall/roof Finish input into the exterior-most layer of the construction
1,           "ExtWallConsLayer",  BDP_Sym,  1, "",                 0, "",         0, "",             6422, "",   "ExtWallConsLayer"
1,           "ExtRoofConsLayer",  BDP_Sym,  1, "",                 0, "",         0, "",             6452, "",   "ExtRoofConsLayer"
; SAC 5/30/03 - Added two new properties to facilitate symbol and table-lookup mods related to wall/roof Finish options
1,           "EWallCMUorConc",    BDP_Int,  1, "",                 0, "",         0, "",             6001, "",   "EWallCMUorConc"
1,           "ERoofCMUorConc",    BDP_Int,  1, "",                 0, "",         0, "",             6001, "",   "ERoofCMUorConc"
; SAC 6/10/03 - Added two new properties to facilitate table-lookup mods related to wall Finish options
1,           "EWallVEFWallType",  BDP_Int,  1, "",                 0, "",         0, "",             6001, "",   "VertExtWall - Wall Type"
1,           "EWallVEFStories",   BDP_Int,  1, "",                 0, "",         0, "",             6001, "",   "VertExtWall - Num Stories Category"
; SAC 6/10/03 - Added property to facilitate new T24_WallInsul table-lookups
1,           "EWallT24FinType",   BDP_Int,  1, "",                 0, "",         0, "",             6001, "",   "VertExtWall - T24 Finish Type"
; SAC 11/4/02 - entries which map new wall Finish input for floor slab edges into the exterior-most layer of the construction
1,           "GFSHLFinConsLayer", BDP_Sym,  1, "",                 0, "",         0, "",             6422, "",   "GFSHLFinConsLayer"
1,           "IFSHLFinConsLayer", BDP_Sym,  1, "",                 0, "",         0, "",             6452, "",   "IFSHLFinConsLayer"
             ; Glass Type Information
1,           "SkyltGlassType",    BDP_Sym,  6, "",                 0, "",         0, "",             6630, "",   "Skylight Glass Type"
             ; properties used for Title24 compliance analysis
1,           "T24WinProduct",     BDP_Flt,  3, "",                 0, "",         0, "",             6330, "",   "" 
1,           "T24WinFrame",       BDP_Flt,  3, "",                 0, "",         0, "",             6335, "",   "" 
1,           "T24DoorProduct",    BDP_Flt,  3, "",                 0, "",         0, "",             6340, "",   "" 
1,           "T24DoorFrame",      BDP_Flt,  3, "",                 0, "",         0, "",             6345, "",   "" 
1,           "T24SkyltProduct",   BDP_Flt,  1, "",                 0, "",         0, "",             6350, "",   "" 
1,           "T24SkyltFrame",     BDP_Flt,  1, "",                 0, "",         0, "",             6355, "",   "" 
             ; properties to facilitate the setting of BDL's WINDOW:FRAME-CONDUCT & SPACER-TYPE
1,           "WinFrameConduct",   BDP_Flt,  3, "",                 0, "",         0, "",             6991, "",   "" 
1,           "WinSpacerType",     BDP_Int,  3, "",                 0, "",         0, "",             6992, "",   "" 
1,           "DoorFrameConduct",  BDP_Flt,  3, "",                 0, "",         0, "",             6993, "",   "" 
1,           "DoorSpacerType",    BDP_Int,  3, "",                 0, "",         0, "",             6994, "",   "" 

; SAC 8/5/02 - Added some properties to facilitate EEM run interface
1,           "ShowGlassType",     BDP_Int,  3, "",                 0, "",         0, "",            15001, "",   ""  
1,           "ModelShadesStr",    BDP_Str,  6, "",                 0, "",         0, "",            15001, "",   ""  
1,           "DayltLabelFlag",    BDP_Int,  3, "",                 0, "",         0, "",            15001, "",   ""  
1,           "EEMSkyltOption",    BDP_Sym,  1, "",                 0, "",         0, "",             8010, "",   "Skylight Location Option" 
1,           "EEMDayltOption1",   BDP_Sym,  1, "",                 0, "",         0, "",             9010, "",   "Daylighting source option 1" 
1,           "EEMDayltOption2",   BDP_Sym,  1, "",                 0, "",         0, "",             9010, "",   "Daylighting source option 2" 
1,           "EEMDayltOption3",   BDP_Sym,  1, "",                 0, "",         0, "",             9010, "",   "Daylighting source option 3" 
1,           "EEMHaveSecondCtrl", BDP_Sym,  3, "",                 0, "",         0, "",             9020, "",   "Have second daylighting controller" 
1,           "DaylightingVal",    BDP_Int,  1, "",                 0, "",         0, "",             2195, "",   "Daylighting flag" 

; SAC 5/9/03 - Added toggle for turning on/off pitched roofs
1,           "HasPitchedRoof",    BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "" 
; RW 3/26/03 - adding properties for pitched roof capability
1,           "RoofAngle",         BDP_Flt,  1, "",                0, "",         0, "",             2001, "",   "Roof angle" 
1,           "RoofOverhang",      BDP_Flt,  1, "ft",               0, "",         0, "",             2001, "",   "Roof overhang distance" 
; SAC 8/7/03 - Added separate Gable overhang
1,           "GableOverhang",     BDP_Flt,  1, "ft",               0, "",         0, "",             2001, "",   "Roof overhang distance for gable ends" 
; SAC 8/12/03 - Added property for setting infiltration to BDL spaces
1,           "RoofSpaceInfil",    BDP_Flt,  1, "",                 0, "",         0, "",             2001, "",   "Roof Zone Infiltration (cfm/sqft floor area)" 
; RW 5/9/03 - added error code parameter
1,           "RoofZoneErrorCode", BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "" 
; SAC 5/9/03 - Added more pitched roofs properties
1,           "PitchedRoofBtnLbl", BDP_Str,  1, "",                 0, "",         0, "",             2001, "",   "" 
1,           "PitchedRoofErrMsg", BDP_Str,  1, "",                 0, "",         0, "",             2001, "",   "" 
; SAC 8/4/03 - Added more pitched roof properties to handle toggling of roof ends to be Gabble vs. Hip
1,           "RoofEndCanBeGable", BDP_Int,120, "",                 0, "",         0, "",             2001, "",   "" 
1,           "RoofEndIsGable",    BDP_Int,120, "",                 0, "",         0, "",             2001, "",   "" 
; SAC 8/7/03 - Added number of gabled ends property to determine when or when not to present GableOverhang property
1,           "NumRoofGableEnds",  BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "" 
; SAC 3/4/04 - Integrated RW's partial vaulted ceiling mods
; RW 9/26/03 - Added properties for vaulted ceiling
1,           "VaultPercent",  	 BDP_Flt,  200, "%",                0, "",         0, "",             2001, "",   "" 
1,           "VaultOrientation",  BDP_Sym,  200, "",                 0, "",         0, "",             2001, "",   "" 
1,           "VaultAngle",        BDP_Flt,  200, "",                0, "",         0, "",             2001, "",   "" 

; SAC 1/4/05 - Added residential-specific properties to facilitate climate-zone dependent shell sizes w/ custom zoning (for DEER)
1,           "SFamShellLength",    BDP_Flt, 1, "",                 0, "",         0, "",             2001, "",   ""
1,           "SFamShellWidth",     BDP_Flt, 1, "",                 0, "",         0, "",             2001, "",   ""
1,           "SFamTotalShellArea", BDP_Flt, 1, "",                 0, "",         0, "",             2001, "",   ""
1,           "SFamShellArea",      BDP_Flt, 1, "",                 0, "",         0, "",             2001, "",   ""
1,           "SFamPercentGlzg",    BDP_Flt, 1, "",                 0, "",         0, "",             2001, "",   ""
1,           "SFamAspectRatio",    BDP_Flt, 1, "",                 0, "",         0, "",             2001, "",   ""
1,           "SFamAvgStories",     BDP_Flt, 1, "",                 0, "",         0, "",             2001, "",   ""
1,           "SFamNumOccs",        BDP_Flt, 1, "",                 0, "",         0, "",             2001, "",   ""
1,           "SFamWinWidth",       BDP_Flt, 1, "",                 0, "",         0, "",             2001, "",   ""

; SAC 3/29/05 - Added new property to facilitate floor level overhangs for DEER MFam bldg
1,           "FlrOverhangDepth",   BDP_Flt, 1, "",                 0, "",         0, "",             2001, "",   ""
;------------------------------------------------------------------------------------------------


;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "ZnGrpWiz", "Zone Group",        4096,  0,  0, "",          "ShellWiz","", "", "", "", -1,  1,  0,  1,   2800
;
;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
1,           "NumSpreadRows",     BDP_Int,  1, "",                 0, "",         0, "",             2805, "",   "Number of rows to display in zone group acivity area spreadsheet" 
1,           "ActAreaType",       BDP_Sym, 10, "",                 0, "",         0, "",             2810, "",   "Activity Area Type" 
1,           "ActAreaPct",        BDP_Flt, 10, "%",                0, "",         0, "",             2820, "",   "Percent of the zone group area that corresponds to this type of activity" 
1,           "ActAreaZGrpArea",   BDP_Flt, 10, "ft2",              0, "",         0, "",             2830, "",   "Total area of this zone group that corresponds to this type of activity" 
1,           "ActAreaBldgPct",    BDP_Flt, 10, "%",                0, "",         0, "",             2840, "",   "Total percent building area that corresponds to this type of activity" 
1,           "ActAreaBldgArea",   BDP_Flt, 10, "ft2",              0, "",         0, "",             2845, "",   "Total building area that corresponds to this type of activity" 
1,           "TotalArea",         BDP_Flt,  1, "ft2",              0, "",         0, "",             2850, "",   "Total zone group area" 
1,           "PercentSum",        BDP_Flt,  1, "%",                0, "",         0, "",             2860, "",   "Sum of all Activity Area percentages" 
; ; SAC 12/12/01 - Added to facilitate screens referencing these properties of the parent ShellWiz component to determine what to display to user
; 1,           "FlrsAboveGrade",    BDP_Flt,  1, "",                 0, "",         0, "",             2180, "",   "Num Floors Above Grade" 
; 1,           "FlrsBelowGrade",    BDP_Flt,  1, "",                 0, "",         0, "",             2185, "",   "Num Floor Below Grade" 
; SAC 1/2/02 - Added to facilitate unique naming of BDL components
1,           "ShortName",         BDP_Str,  1, "",                 0, "",         0, "",             2870, "",   "Zone Group Abbreviation (max of 10 characters)" 
; SAC 8/25/03 - Added new property to be populated w/ UNIQUE version of ShortName from above (to prevent BDL generation errors)
1,           "UnqShortName",      BDP_Str,  1, "",                 0, "",         0, "",             2870, "",   "Zone Group Abbreviation (max of 10 characters)" 
; SAC 1/3/02 - Added reference to HVACWiz component to facilitate HVAC system assignment to zone groups
1,           "AssignedSystem",    BDP_Obj,  1, "",                 0, "HVACWiz",  0, "",             2875, "",   "Assigned HVAC System"
; SAC 1/3-4/02 - New properties to facilitate HVAC system assignment & defaulting
1,           "TotalNumZones",     BDP_Int,  1, "",                 0, "",         0, "",             2880, "",   "Total number of zones assigned to this zone group" 
1,           "TotalNumFlrs",      BDP_Int,  1, "",                 0, "",         0, "",             2881, "",   "Number of (full or partial) floors assigned to this zone group" 
1,           "TotCondPerimArea",  BDP_Flt,  1, "ft2",              0, "",         0, "",             2885, "",   "Total above grade perimeter zone group area" 
; SAC 1/4/02 - More new properties to facilitate HVAC system defaulting
1,           "TotCondPerimVol",   BDP_Flt,  1, "ft3",              0, "",         0, "",             2890, "",   "Total above grade perimeter zone volume" 
1,           "TotCondCoreVol",    BDP_Flt,  1, "ft3",              0, "",         0, "",             2891, "",   "Total below grade and core zone volume" 
1,           "PerimVolFracMult",  BDP_Flt,  1, "",                 0, "",         0, "",             2892, "",   "Fraction of system-wide perim volume * parent FanFlowMult" 
1,           "CoreVolFracMult",   BDP_Flt,  1, "",                 0, "",         0, "",             2893, "",   "Fraction of system-wide core volume * parent FanFlowMult" 
; SAC 1/4/02 - More new properties to facilitate HVAC system defaulting
;1,           "AvgOccupDensity",   BDP_Flt,  1, "ft2/person",       0, "",         0, "",             2895, "",   "Occupancy Density" 
;1,           "AvgVentilation",    BDP_Flt,  1, "cfm/person",       0, "",         0, "",             2896, "",   "Minimum OA Ventilation" 
1,           "TotalVentReqd",     BDP_Flt,  1, "CFM",              0, "",         0, "",             2897, "",   "" 
; SAC 9/19/03 - Added new properties to model exhaust fans for zone group
1,           "HaveExhaustFans",   BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "" 
1,           "DfltExhaustReqd",   BDP_Flt,  1, "CFM",              0, "",         0, "",             2001, "",   "" 
1,           "TotalExhaustReqd",  BDP_Flt,  1, "CFM",              0, "",         0, "",             2001, "",   "" 
1,           "XFanPowerUnits",    BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   "Exhaust Fan Power Units" 
1,           "XFanPowerUnitLbl",  BDP_Str,  1, "",                 0, "",         0, "",             2001, "",   "Exhaust Fan Power Units Label" 
1,           "XFanPower",         BDP_Flt,  1, "?",                0, "",         0, "",             2001, "",   "Exhaust Fan Power" 
1,           "XFanFlow",          BDP_Flt,  1, "cfm",              0, "",         0, "",             2001, "",   "Exhaust Fan Flow" 
1,           "XFanMotorEff",      BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   "Exhaust Fan Motor Efficiency" 
; 1,           "XFanType",          BDP_Sym,  1, "",                 0, "",         0, "",             2001, "",   "Exhaust Fan Type" 
1,           "XFanNameplateHP",   BDP_Flt,  1, "HP",               0, "",         0, "",             2001, "",   "Exhaust Fan Motor Nameplate HP" 
1,           "XFanEffAdj",        BDP_Flt,  1, "",                 0, "",         0, "",             2001, "",   "Exhaust Fan Motor Efficiency Adjustment" 
1,           "ZoneExhaustStatic", BDP_Flt,  1, "in. WG",           0, "",         0, "",             2001, "",   "Exhaust Static" 
1,           "ZoneExhaustEff",    BDP_Flt,  1, "",                 0, "",         0, "",             2001, "",   "Exhaust Efficiency" 
; SAC 9/30/03 - Added new properties to enable input of activity area exhaust fan information in order to default fill corresponding zone group data
1,           "AAXFanFlow",        BDP_Flt, 10, "CFM",              0, "",         0, "",             2001, "",   "" 
1,           "SumOfAAXFanFlows",  BDP_Flt,  1, "CFM",              0, "",         0, "",             2001, "",   "" 
1,           "XFanMotorEffWAvg",  BDP_Flt,  1, "",                 0, "",         0, "",             2001, "",   "Weighted average of parent activity area Exhaust Fan Motor Efficiency" 
; SAC 1/5/02 - New Property to facilitate HVAC system defaulting
1,           "AreaByLevel",       BDP_Flt,  5, "ft2",              0, "",         0, "",             2851, "",   "Zone group area by floor level (excluding floor multipliers)" 
; SAC 4/2/02 - Added new properties to facilitate default HVAC system assignment
1,           "CoreAreaByLevel",   BDP_Flt,  5, "ft2",              0, "",         0, "",             2851, "",   "Zone group Core area by floor level (excluding floor multipliers)" 
1,           "PerimAreaByLevel",  BDP_Flt,  5, "ft2",              0, "",         0, "",             2851, "",   "Zone group Perimeter area by floor level (excluding floor multipliers)" 

; SAC 11/10/04 - Added properties to facilitate defaulting of pipe-loss zones
1,           "MxCoreZoneArByLvl", BDP_Flt,  5, "ft2",              0, "",         0, "",             2851, "",   "Area of largest core zone by level" 
1,           "MxCoreZoneIdByLvl", BDP_Int,  5, "",                 0, "",         0, "",             2851, "",   "0-based index of largest core zone by level" 
1,           "MxPerimZoneArByLvl",BDP_Flt,  5, "ft2",              0, "",         0, "",             2851, "",   "Area of largest perim zone by level" 
1,           "MxPerimZoneIdByLvl",BDP_Int,  5, "",                 0, "",         0, "",             2851, "",   "0-based index of largest perim zone by level" 

; ; SAC 1/20/02 - Added to facilitate residential Title24 water heating analysis
; 1,           "T24ResOcc",         BDP_Flt,  1, "persons",          0, "",         0, "",             2801, "",   "Residential zone group occupancy" 
; SAC 1/21/02 - Added to fix bug in TotalVentReqd calculation
1,           "OccupsByActArea",   BDP_Flt, 10, "persons",          0, "",         0, "",             2801, "",   "Number of occupants by activity area" 
1,           "TotalOccupants",    BDP_Flt,  1, "persons",          0, "",         0, "",             2801, "",   "Total zone group occupants" 
; SAC 3/4/02 - added property to support new residential ventilation calculations (for Seattle)
1,           "ResVentAreaFrac",   BDP_Flt,  1, "fraction",         0, "",         0, "",             2801, "",   "Fraction of area that requires residential ventilation"
; SAC 4/2/02 - Added property to enable default assignment of zone groups to systems by shell / floor / perim/core status
1,           "AssignSystemKey",   BDP_Int,  1, "",                 0, "",         0, "",             2801, "",   "" 
; SAC 4/2/02 - Added to facilitate conditioned AND unconditioned zones by zone group
1,           "IsConditioned",     BDP_Int,  1, "",                 0, "",         0, "",             2801, "",   "" 
1,           "TotalCondArea",     BDP_Flt,  1, "ft2",              0, "",         0, "",             2801, "",   "" 
; SAC 3/2/05 - Added to facilitate specification of SPACE:TEMPERATURE (for DEER)
1,           "Temperature",       BDP_Flt,  1, "",                 0, "",         0, "",             3001, "",   ""
; SAC 4/2/02 - MOVED here from HVACWiz component
1,           "OccZoneType",       BDP_Sym,  1, "",                 0, "",         0, "",             6100, "",   "Occupied Space Zone Type" 
1,           "PlenZoneType",      BDP_Sym,  1, "",                 0, "",         0, "",             6110, "",   "Plenum Space Zone Type" 
; SAC 6/11/02 - Added property to track SqFt of HW space heating supplied by DHW loop(s)
1,           "DHWSpaceHtArea",    BDP_Flt,  1, "ft2",              0, "",         0, "",             2801, "",   "" 
; SAC 10/8/02 - Added to facilitate BDL generation of DHW-source HW space heating systems (for Seattle)
1,           "DHWSpcHtTotOccup",  BDP_Flt,  1, "",                 0, "",         0, "",             2801, "",   "" 
1,           "DHWSHTotOccByLvl",  BDP_Flt,  5, "persons",          0, "",         0, "",             2801, "",   "" 
1,           "DHWSpcHtFracByLvl", BDP_Flt,  5, "",                 0, "",         0, "",             2801, "",   "" 
; SAC 8/5/03 - Added to fix some problems whereby HVAC default capacities and flows were not taking into account shell multipliers
1,           "TotalMCondArea",    BDP_Flt,  1, "ft2",              0, "",         0, "",             2801, "",   "" 
1,           "TotMCondPerimArea", BDP_Flt,  1, "ft2",              0, "",         0, "",             2885, "",   "Total above grade perimeter zone group area" 
; SAC 2/17/04 - Added property to toggle duct loss modeling availability (for DEER)
1,           "CanModelDuctLoss",  BDP_Int,  1, "",                 0, "",         0, "",             2001, "",   "Whether or not DOE-2 can model duct losses for this shell" 
; SAC 2/21/04 - Added new property to facilitate DEER measure analysis
1,           "MeasureFloorArea",  BDP_Flt,  1, "ft2",              0, "",         0, "",             2001, "",   "Total measure floor area (including shell & floor multipliers)" 
; SAC 11/16/04 - Added new property defining the name of a BDL PARAMETER command to be written to the BDL input containing the name of the SPACE corresponding to this ZBA
1,           "SpaceParamName",    BDP_Str,  1, "",                 0, "",         0, "",             2001, "",   "Name of BDL PARAMETER to store BDL Space name to"
1,           "ZoneParamName",     BDP_Str,  1, "",                 0, "",         0, "",             2001, "",   "Name of BDL PARAMETER to store BDL Zone name to"
;------------------------------------------------------------------------------------------------


; SAC 9/25/01 - Added new component type to store custom zone vertices
;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1     P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              -----------------------------------------------------------------------------------------------------
0,  "CustomZone", "Custom Zone",    32000,  0,  0, "",          "ShellWiz",  "", "", "", "", -1,  1,  0,  1,   7900
;
;                                 VType     NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
; SAC 1/13/05 - New mechanism for IDing zones within project using custom geometry mechanism (initially used to facilitate DEER single family res analysis w/ varying areas & num floors)
1,           "Geom_ZoneID",       BDP_Sym,   1, "",                 0, "",         0, "",             7901, "",   "Geom_ZoneID"

1,           "NumVerts",          BDP_Int,   1, "",                 0, "",         0, "",             7910, "",   "Number of Vertices" 
; SAC 7/14/03 - Increased from 30 -> 120 vertices
1,           "X",                 BDP_Flt, 120, "ft",               0, "",         0, "",             7915, "",   "X" 
1,           "Y",                 BDP_Flt, 120, "ft",               0, "",         0, "",             7920, "",   "Y" 
; SAC 3/4/04 - Integrated RW's partial vaulted ceiling mods
; SAC 3/4/04 - These mods NOT integrated, as review of code seems to never reference these - and if so in the future, would likely be single values and NOT arrays
; ; RW 9/26/03 - Added properties for vaulted ceiling
; 1,           "VaultPercent",      BDP_Flt, 200, "%",                0, "",         0, "",             7901, "",   "" 
; 1,           "VaultOrientation",  BDP_Sym, 200, "",                 0, "",         0, "",             7901, "",   "" 
; 1,           "VaultAngle",        BDP_Flt, 200, "",                0, "",         0, "",             7901, "",   "" 
; SAC 6/24/04 - Added properties to enable specification of Atrium (& refrigerated) spaces
1,           "ZoneIndex",         BDP_Int,   1, "",                 0, "",         0, "",             7901, "",   "Index of this space/zone" 
1,           "ZoneType",          BDP_Sym,   1, "",                 0, "",         0, "",             7925, "",   "Type of space/zone" 
1,           "AllowMultiLevel",   BDP_Int,   2, "",                 0, "",         0, "",             7901, "",   "Whether or not to enable multi-level option" 
1,           "MultiLevel",        BDP_Int,   1, "",                 0, "",         0, "",             7928, "",   "Whether or not this space is multi-level (i.e. atrium)" 
1,           "MLOverMLBelow",     BDP_Int,   1, "",                 0, "",         0, "",             7901, "",   "flag indicating that this space is over a multi-level space below" 
1,           "MLOpenToBelow",     BDP_Int,   1, "",                 0, "",         0, "",             7930, "",   "Is this multi-level space open to below" 
1,           "MLLowerSpcHeight",  BDP_Flt,   1, "ft",               0, "",         0, "",             7933, "",   "Height of lower (conditioned) portion of multi-level space" 
1,           "MLTotalSpcHeight",  BDP_Flt,   1, "ft",               0, "",         0, "",             7901, "",   "Overall height of multi-level space" 
1,           "MLTotAGSpcHeight",  BDP_Flt,   1, "ft",               0, "",         0, "",             7901, "",   "Above-grade height of multi-level space" 
1,           "MLWinAssignCur",    BDP_Int,   1, "",                 0, "",         0, "",             7901, "",   "Multi-level space window assignment data current" 
; SAC 7/15/04 - Added new float properties to collect percent of occup and int loads present in lower vs upper air mass
1,           "CollectPctLwrMLs",  BDP_Int,   1, "",                 0, "",         0, "",             7901, "",   "flag value - whether or not to collect the following properties" 
1,           "PctOccupLowerML",   BDP_Flt,   1, "%",                0, "",         0, "",             7935, "",   "Percent occupancy present in lower portion of multi-level space" 
1,           "PctLightLowerML",   BDP_Flt,   1, "%",                0, "",         0, "",             7936, "",   "Percent ambient lighting present in lower portion of multi-level space" 
1,           "PctOtherLowerML",   BDP_Flt,   1, "%",                0, "",         0, "",             7937, "",   "Percent other plug loads present in lower portion of multi-level space" 
; SAC 1/4/05 - Added infiltration properties to override those in parent shell when populating BDL input (for DEER)
1,           "InfMethod",         BDP_Sym,   1, "",                 0, "",         0, "",             7901, "",   ""
1,           "Infiltration",      BDP_Flt,   1, "",                 0, "",         0, "",             7901, "",   ""
; SAC 3/7/05 - Added new properties to facilitate assignment of custom wall/roof/floor construction components
1,           "CustomCons_Roof",   BDP_Obj,   1, "",                 0, "ConsWiz",  0, "",             7901, "",   "Custom Roof Construction"
1,           "CustomCons_GFlr",   BDP_Obj,   1, "",                 0, "ConsWiz",  0, "",             7901, "",   "Custom Ground Floor Construction"
1,           "CustomCons_IFlr",   BDP_Obj,   1, "",                 0, "ConsWiz",  0, "",             7901, "",   "Custom Interior Floor Construction"
1,           "CustomCons_IWall",  BDP_Obj,   1, "",                 0, "ConsWiz",  0, "",             7901, "",   "Custom Interior Wall Construction"
1,           "CustomCons_EWall",  BDP_Obj,   1, "",                 0, "ConsWiz",  0, "",             7901, "",   "Custom Exterior Wall Construction"
1,           "CustomCons_UWall",  BDP_Obj,   1, "",                 0, "ConsWiz",  0, "",             7901, "",   "Custom Underground Wall Construction"
; SAC 3/27/05 - Added new property to indicate whether or not crawl spaces are to be modeled
1,           "ModelCrawlSpace",   BDP_Int,   1, "",                 0, "",         0, "",             2001, "",   "ModelCrawlSpaces"
1,           "CrawlSpaceCons",    BDP_Obj,   3, "",                 0, "ConsWiz",  0, "",             7901, "",   "Crawl Space Constructions (Roof, Flr, Walls)"
;------------------------------------------------------------------------------------------------


; SAC 3/29/05 - added new component type to facilitate specification of building overhangs at each floor level for DEER MFam bldg (and eventually SFam yard walls too)
;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1     P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              -----------------------------------------------------------------------------------------------------
0,  "ShadeWiz", "Building Shade",    1024,  0,  0, "",          "ShellWiz",  "", "", "", "", -1,  1,  0,  1,   7900
;
;                                 VType     NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------

1,           "PositionIDs",       BDP_Int,  20, "",                 0, "",         0, "",             2001, "",   ""

1,           "BDL_X",             BDP_Flt,   1, "",                 0, "",         0, "",             7901, "",   "BDL_X"
1,           "BDL_Y",             BDP_Flt,   1, "",                 0, "",         0, "",             7901, "",   "BDL_Y"
1,           "BDL_Z",             BDP_Flt,   1, "",                 0, "",         0, "",             7901, "",   "BDL_Z"
1,           "BDL_Height",        BDP_Flt,   1, "",                 0, "",         0, "",             7901, "",   "BDL_Height"
1,           "BDL_Width",         BDP_Flt,   1, "",                 0, "",         0, "",             7901, "",   "BDL_Width"
1,           "BDL_Azimuth",       BDP_Flt,   1, "",                 0, "",         0, "",             7901, "",   "BDL_Azimuth"
1,           "BDL_Tilt",          BDP_Flt,   1, "",                 0, "",         0, "",             7901, "",   "BDL_Tilt"
;------------------------------------------------------------------------------------------------


; SAC 3/6/05 - Added new BDLLib/eQ_Lib material library selections
;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1       P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              -----------------------------------------------------------------------------------------------------
0,  "ConsWiz",  "Construction",      1000,  0,  0, "",           "",           "", "", "", "", -1,  1,  0,  1,   2900
;
;                                 VType     NV   UL                UT  OC        CV  CP               HI   ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
1,           "Type",              BDP_Sym,  1, "",                 0, "",         0, "",             2901, "",   "Layers vs. U-Value"
1,           "SurfaceType",       BDP_Sym,  1, "",                 0, "",         0, "",             2901, "",   "Surface Type"
1,           "UValue",            BDP_Flt,  1, "Btu/h-ft2-F",     0, "",         0, "",             2901, "",   "UValue"
1,           "Absorptance",       BDP_Flt,  1, "",                 0, "",         0, "",             2901, "",   "Absorptance"
1,           "Roughness",         BDP_Flt,  1, "",                 0, "",         0, "",             2901, "",   "Roughness"
1,           "InsideFilmRes",     BDP_Flt,  1, "h-ft2-F/Btu",     0, "",         0, "",             2901, "",   "InsideFilmRes"
1,           "OutsideFilmRes",    BDP_Flt,  1, "h-ft2-F/Btu",     0, "",         0, "",             2901, "",   "OutsideFilmRes"
1,           "NumLayers",         BDP_Int,  1, "",                 0, "",         0, "",             2901, "",   "Number of material layers"
1,           "MatType",           BDP_Sym, 10, "",                 0, "",         0, "",             2901, "",   "Library / Properties / Resistance"
1,           "MatLibCateg",       BDP_Sym, 10, "",                 0, "",         0, "",             2901, "",   "Lib Category"
1,           "MatLibSelection",   BDP_Sym, 10, "",                 0, "",         0, "",             2901, "",   "Lib Selection"
1,           "MatLibType",        BDP_Sym, 10, "",                 0, "",         0, "",             2901, "",   "Properties vs. Resistance"
1,           "MatThickness",      BDP_Flt, 10, "ft",               0, "",         0, "",             2901, "",   "Material Thickness"
1,           "MatConductivity",   BDP_Flt, 10, "Btu/h-ft-F",      0, "",         0, "",             2901, "",   "Material Conductivity"
1,           "MatDensity",        BDP_Flt, 10, "lb/ft3",           0, "",         0, "",             2901, "",   "Material Density"
1,           "MatSpecificHeat",   BDP_Flt, 10, "Btu/lb-F",        0, "",         0, "",             2901, "",   "Material SpecificHeat"
1,           "MatResistance",     BDP_Flt, 10, "h-ft2-F/Btu",     0, "",         0, "",             2901, "",   "Material Resistance"
1,           "MatBDLLibEntry",    BDP_Sym, 10, "",                 0, "",         0, "",             2901, "",   "BDL Library Entry"
; SAC 3/9/05 - Added a couple more properties to facilitate DEER look-up table mechanism for altering insulation thickness by vintage & construction
1,           "TableID",           BDP_Int,  1, "",                 0, "",         0, "",             2901, "",   "TableID"
1,           "InsulationLayer",   BDP_Int,  1, "",                 0, "",         0, "",             2901, "",   "InsulationLayer"

1,           "UEffective",        BDP_Flt,  1, "Btu/h-ft-F",      0, "",         0, "",             2901, "",   "U-Effective"

; SAC 3/27/05 - Added properties to enable input of overall R-value (for DEER)
1,           "CalcRCurrent",      BDP_Int,  1, "",                 0, "",         0, "",             2901, "",   ""
1,           "CalcRVal",          BDP_Flt, 13, "h-ft2-F/Btu",     0, "",         0, "",             2901, "",   ""
1,           "OverallRVal",       BDP_Flt,  1, "h-ft2-F/Btu",     0, "",         0, "",             2901, "",   "Overall Construction R-value"
1,           "MinOverallR",       BDP_Flt,  1, "h-ft2-F/Btu",     0, "",         0, "",             2901, "",   "Minimum overall R-value"
1,           "FictInsRVal",       BDP_Flt,  1, "h-ft2-F/Btu",     0, "",         0, "",             2901, "",   "Fictious insulation R-value (to achieve overall R-value)"
;------------------------------------------------------------------------------------------------


; SAC 11/2/04 - Added new component type to enable multiple DWG/DXF file linkages per project
;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1       P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              -----------------------------------------------------------------------------------------------------
0,  "DiagData", "Diagram Data",      2000,  0,  0, "",           "",           "", "", "", "", -1,  1,  0,  2,   7940
;
;                                 VType     NV   UL                UT  OC           CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
             ; SAC 5/6/00 - added in the course of implementing the polygon dialog
1,           "PolyWndPolyX",      BDP_Flt,  1, "",                 0, "",         0, "",             1320, "",   "CPolygonWnd - Polygon X"
1,           "PolyWndPolyY",      BDP_Flt,  1, "",                 0, "",         0, "",             1325, "",   "CPolygonWnd - Polygon Y"
1,           "PolyWndPolyAz",     BDP_Flt,  1, "",                 0, "",         0, "",             1330, "",   "CPolygonWnd - Polygon Azimuth"
1,           "PolyWndShowGrid",   BDP_Int,  1, "",                 0, "",         0, "",             1335, "",   "CPolygonWnd - Display Grid"
1,           "PolyWndGridRes",    BDP_Flt,  1, "",                 0, "",         0, "",             1340, "",   "CPolygonWnd - Grid Resolution"
1,           "PolyWndDWGSnapRad", BDP_Flt,  1, "",                 0, "",         0, "",             1345, "",   "CPolygonWnd - DWG Vertex Snap Radius"
1,           "PolyWndPlySnapRad", BDP_Flt,  1, "",                 0, "",         0, "",             1350, "",   "CPolygonWnd - Background Polygon Snap Radius"
1,           "PolyWndLwrLeftX",   BDP_Flt,  1, "",                 0, "",         0, "",             1355, "",   "CPolygonWnd - Lower Left X"
1,           "PolyWndLwrLeftY",   BDP_Flt,  1, "",                 0, "",         0, "",             1360, "",   "CPolygonWnd - Lower Left Y"
1,           "PolyWndWidth",      BDP_Flt,  1, "",                 0, "",         0, "",             1365, "",   "CPolygonWnd - Overall Width"
             ; SAC 8/30/00 - added more polygon diagram stuff
1,           "PolyWndSnapOrder",  BDP_Int,  3, "",                 0, "",         0, "",             1390, "",   "CPolygonWnd - Snap Order/Priority"
             ; SAC 6/21/04 - Added new PolyWnd property so that ruleset can know whether background shell FP/Zones present or not
1,           "PolyWndBkgrdShell", BDP_Int,  1, "",                 0, "",         0, "",             1391, "",   "CPolygonWnd - Background Shell displayed"

             ; SAC 8/31/00 - added DWG layer state project data
1,           "ShowCADLayer",      BDP_Int,500, "",                 0, "",         0, "",             1465, "",   "DWG Show Layer" 

1,           "CADFileComp",       BDP_Obj,  1, "",                 1, "CADFile",  0, "",             7941, "",   ""
;------------------------------------------------------------------------------------------------


; SAC 11/3/04 - Added new component type to enable multiple DWG/DXF file linkages per project
;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1       P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              -----------------------------------------------------------------------------------------------------
0,  "CADFile",  "CAD File",           100,  0,  0, "",          "",            "", "", "", "", -1,  1,  0,  0,   7970
;
;                                 VType     NV   UL                UT  OC           CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
1,           "FileName",          BDP_Str,  1, "",                 0, "",         0, "",             1430, "",   "CAD filename" 
1,           "FilePathOffset",    BDP_Int,  1, "",                 0, "",         0, "",             1435, "",   "Relationship of CAD file path and project path" 
1,           "ScaleUnits",        BDP_Int,  1, "",                 0, "",         0, "",             1440, "",   "CAD Drawing Scale Units" 
1,           "ScaleValue",        BDP_Flt,  1, "",                 0, "",         0, "",             1445, "",   "CAD Drawing Scale Value" 
1,           "OriginX",           BDP_Flt,  1, "",                 0, "",         0, "",             1450, "",   "CAD Drawing X Origin" 
1,           "OriginY",           BDP_Flt,  1, "",                 0, "",         0, "",             1455, "",   "CAD Drawing Y Origin" 
1,           "Azimuth",           BDP_Flt,  1, "",                 0, "",         0, "",             1460, "",   "CAD Drawing Azimuth" 
;------------------------------------------------------------------------------------------------


; SAC 8/29/03 - Added new component type to enable viewing of daylightable area (only stored for custom zones)
;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1       P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              -----------------------------------------------------------------------------------------------------
0,  "DaylitArea", "Daylit Area",    32000,  0,  0, "",          "CustomZone",  "", "", "", "", -1,  1,  0,  1,   7980
;
;                                 VType     NV   UL                UT  OC           CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
1,           "FloorType",         BDP_Int,   1, "",                 0, "",           0, "",             7951, "",   "0-Ground, 1-Middle, 2-Top" 
1,           "IsHole",            BDP_Int,   1, "",                 0, "",           0, "",             7952, "",   "Whether or not this is a hole" 
1,           "ExternalArea",      BDP_Obj,   1, "",                 0, "DaylitArea", 0, "",             7953, "",   "DaylitArea for which this is a hole" 
1,           "NumVerts",          BDP_Int,   1, "",                 0, "",           0, "",             7955, "",   "Number of Vertices" 
1,           "X",                 BDP_Flt, 950, "ft",               0, "",           0, "",             7956, "",   "X" 
1,           "Y",                 BDP_Flt, 950, "ft",               0, "",           0, "",             7957, "",   "Y" 
1,           "Area",              BDP_Flt,   1, "ft2",              0, "",           0, "",             7959, "",   "Area" 
;------------------------------------------------------------------------------------------------


;------------------------------------------------------------------------------------------------
;                LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "ShapeWiz",  "Shape Wizard",      5000,  0,  0, "",          "ShellWiz","", "", "", "", -1,  1,  0,  2,  16300
;
;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
1,           "Status",            BDP_Int,  1, "",                 0, "",         0, "",            16305, "",   ""

1,           "BldgType",          BDP_Sym,  1, "",                 0, "",         0, "",            16310, "",   ""
; SAC 2/15/02 - Added SecBldgType to enable more accurate profile assignment - particularly for restaurants
1,           "SecBldgType",       BDP_Sym,  1, "",                 0, "",         0, "",            16301, "",   "Secondary Building Type" 
; SAC 2/18/05 - Added SchedGroup property to facilitate DEER analysis
1,           "SchedGroup",        BDP_Sym,  1, "",                 0, "",         0, "",            16301, "",   "Schedule Group"
1,           "ActAreaType",       BDP_Sym,  1, "",                 0, "",         0, "",            16312, "",   ""
1,           "Enduse",            BDP_Sym,  1, "",                 0, "",         0, "",            16314, "",   ""
1,           "Season",            BDP_Sym,  1, "",                 0, "",         0, "",            16316, "",   "1=>Primary, 2=>Secondary"
; SAC 2/18/02 - Added SeasonType and ProfileID properties to facilitate eQ hourly profile defaulting
1,           "SeasonType",        BDP_Int,  1, "",                 0, "",         0, "",            16301, "",   "SeasonType"
1,           "ProfileID",         BDP_Int, 11, "",                 0, "",         0, "",            16301, "",   "ProfileID"

1,           "DayStartHr",        BDP_Sym, 11, "",                 0, "",         0, "",            16320, "",   ""
1,           "DayEndHr",          BDP_Sym, 11, "",                 0, "",         0, "",            16322, "",   ""
1,           "DayMin",            BDP_Flt, 11, "",                 0, "",         0, "",            16324, "",   ""
1,           "DayMax",            BDP_Flt, 11, "",                 0, "",         0, "",            16326, "",   ""

1,           "ShapeMon",          BDP_Flt, 24, "",                 0, "",         0, "",            16330, "",   "Monday"
1,           "ShapeTue",          BDP_Flt, 24, "",                 0, "",         0, "",            16333, "",   "Tuesday"
1,           "ShapeWed",          BDP_Flt, 24, "",                 0, "",         0, "",            16336, "",   "Wednesday"
1,           "ShapeThu",          BDP_Flt, 24, "",                 0, "",         0, "",            16339, "",   "Thursday"
1,           "ShapeFri",          BDP_Flt, 24, "",                 0, "",         0, "",            16342, "",   "Friday"
1,           "ShapeSat",          BDP_Flt, 24, "",                 0, "",         0, "",            16345, "",   "Saturday"
1,           "ShapeSun",          BDP_Flt, 24, "",                 0, "",         0, "",            16348, "",   "Sunday"
1,           "ShapeHol",          BDP_Flt, 24, "",                 0, "",         0, "",            16351, "",   "Holiday"
1,           "ShapeCDD",          BDP_Flt, 24, "",                 0, "",         0, "",            16354, "",   "CoolDesDay"
1,           "ShapeHDD",          BDP_Flt, 24, "",                 0, "",         0, "",            16357, "",   "HeatDesDay"
1,           "ShapeCls",          BDP_Flt, 24, "",                 0, "",         0, "",            16360, "",   "Closed"

1,           "FinalMon",          BDP_Flt, 24, "",                 0, "",         0, "",            16370, "",   "Monday"
1,           "FinalTue",          BDP_Flt, 24, "",                 0, "",         0, "",            16373, "",   "Tuesday"
1,           "FinalWed",          BDP_Flt, 24, "",                 0, "",         0, "",            16376, "",   "Wednesday"
1,           "FinalThu",          BDP_Flt, 24, "",                 0, "",         0, "",            16379, "",   "Thursday"
1,           "FinalFri",          BDP_Flt, 24, "",                 0, "",         0, "",            16382, "",   "Friday"
1,           "FinalSat",          BDP_Flt, 24, "",                 0, "",         0, "",            16385, "",   "Saturday"
1,           "FinalSun",          BDP_Flt, 24, "",                 0, "",         0, "",            16388, "",   "Sunday"
1,           "FinalHol",          BDP_Flt, 24, "",                 0, "",         0, "",            16391, "",   "Holiday"
1,           "FinalCDD",          BDP_Flt, 24, "",                 0, "",         0, "",            16394, "",   "CoolDesDay"
1,           "FinalHDD",          BDP_Flt, 24, "",                 0, "",         0, "",            16397, "",   "HeatDesDay"

; SAC 2/18/02 - Added new property to sum all hours of each day into equiv full load hours in order to select CDD
1,           "FullLoadHrs",       BDP_Flt,  8, "",                 0, "",         0, "",            16301, "",   "FullLoadHrs"
1,           "FullLdHrsMaxDay",   BDP_Int,  1, "",                 0, "",         0, "",            16301, "",   "FullLdHrsMaxDay"

; SAC 12/4/02 - Added to facilitate user edit of final shapes via min/max/start/end changes
1,           "FinDayStartHr",     BDP_Int, 10, "",                 0, "",         0, "",            16321, "",   ""
1,           "FinDayEndHr",       BDP_Int, 10, "",                 0, "",         0, "",            16323, "",   ""
1,           "FinDayMin",         BDP_Flt, 10, "",                 0, "",         0, "",            16325, "",   ""
1,           "FinDayMax",         BDP_Flt, 10, "",                 0, "",         0, "",            16327, "",   ""

; SAC 12/10/02 - Added to facilitate user edit of final shapes via start/end hour shift changes
1,           "StartHrShift",      BDP_Int, 10, "",                 0, "",         0, "",            16321, "",   ""
1,           "EndHrShift",        BDP_Int, 10, "",                 0, "",         0, "",            16323, "",   ""
;------------------------------------------------------------------------------------------------


; SAC 3/5/02 - Added new DayShape component to facilitate RER-CEUS refrigeration processing
;------------------------------------------------------------------------------------------------
;                LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "DayShape",  "Day Shape",         5000,  0,  0, "",          "ShellWiz","", "", "", "", -1,  1,  0,  2,  16500
;
;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
; SAC 4/6/02 - Added various flag values to facilitate defaulting table look-ups
1,           "Enduse",            BDP_Sym,  1, "",                 0, "",         0, "",            16501, "",   ""
1,           "Month",             BDP_Int,  1, "",                 0, "",         0, "",            16501, "",   "1-12"
1,           "ShapeID",           BDP_Int,  1, "",                 0, "",         0, "",            16501, "",   ""

1,           "Shape",             BDP_Flt, 24, "",                 0, "",         0, "",            16510, "",   "Single day hourly profile"
;------------------------------------------------------------------------------------------------


;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "HVACWiz", "HVAC Wizard",         100,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  0,   4000
;
;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
1,           "ProductCode",       BDP_Sym,  1, "",                 0, "",         0, "",             2090, "",   "Product Code" 
1,           "DebugID",           BDP_Int,  1, "",                 0, "",         0, "",             2049, "",   "Debug ID for toggling debug screens" 
; SAC 1/5/02 - Added name prefix & suffix strings
1,           "NamePrefix",        BDP_Str,  1, "",                 0, "",         0, "",             1500, "",   "" 
1,           "NameSuffix",        BDP_Str,  1, "",                 0, "",         0, "",             1500, "",   "" 
     ; SAC 10/22/01 - Track active and available wizard screens
1,           "ScreenIDArray",     BDP_Int, 99, "",                 0, "",         0, "",             2025, "",   "Wizard Screen ID Array" 
1,           "ScreenIDArrIdx",    BDP_Int,  1, "",                 0, "",         0, "",             2027, "",   "Wizard Screen ID Array Index" 
1,           "ScreenIDArrID",     BDP_Int,  1, "",                 0, "",         0, "",             2028, "",   "Wizard Screen ID Array ID" 
1,           "ShowAllScreens",    BDP_Int,  1, "",                 0, "",         0, "",             2660, "",   "" 
; SAC 3/21/05 - Added string properties to serve as MSTR-*-METER keyword values in BDL (for DEER)
1,           "MasterElecMeter",   BDP_Str,  2, "",                 0, "",         0, "",             4001, "",   "Master Electric Meter" 
1,           "MasterFuelMeter",   BDP_Str,  2, "",                 0, "",         0, "",             4001, "",   "Master Fuel Meter" 
; SAC 1/4/02 - New properties to facilitate HVAC system defaulting
1,           "TotCondPerimVol",   BDP_Flt,  2, "ft3",              0, "",         0, "",             4001, "",   "Total above grade perimeter zone volume" 
1,           "TotCondCoreVol",    BDP_Flt,  2, "ft3",              0, "",         0, "",             4001, "",   "Total below grade and core zone volume" 
     ; SAC 10/22/01 - Copied from old Wizard component
     ; prevent oversizing of warehouse building fan flows
1,           "PerimFanFlowMult",  BDP_Flt,  2, "",                 0, "",         0, "",             2499, "",   "Perimeter Fan Flow Multiplier" 
1,           "CoreFanFlowMult",   BDP_Flt,  2, "",                 0, "",         0, "",             2499, "",   "Core Fan Flow Multiplier" 
     ; SAC 10/26/01 - used to default return fan flows
1,           "TotalVentReqd",     BDP_Flt,  2, "CFM",              0, "",         0, "",             2499, "",   "" 
; SAC 9/19/03 - Added new properties to model exhaust fans for zone group
1,           "TotalExhaustReqd",  BDP_Flt,  2, "CFM",              0, "",         0, "",             2001, "",   "" 
     ; HVAC System Information
1,           "CoolSource",        BDP_Sym,  2, "",                 0, "",         0, "",             4006, "",   "Source of Cooling" 
1,           "HeatSource",        BDP_Sym,  2, "",                 0, "",         0, "",             4008, "",   "Source of Heating" 
1,           "HVACSysType",       BDP_Sym,  2, "",                 0, "",         0, "",             4010, "",   "HVAC System Type" 
1,           "HVACSysTypeLbl",    BDP_Sym,  2, "",                 0, "",         0, "",             4011, "",   "HVAC System Type Label" 
1,           "ReturnAirPath",     BDP_Sym,  2, "",                 0, "",         0, "",             4015, "",   "Return Air Path" 
1,           "SystemAssignList",  BDP_Int,  1, "",                 0, "",         0, "",             4020, "",   "HVAC System Assignment List" 
1,           "SystemAssign",      BDP_Sym,  1, "",                 0, "",         0, "",             4021, "",   "HVAC System Assignment" 
; SAC 1/2/02 - removed remnants of unused floor assignment feature
; 1,           "CustomAssign",      BDP_Str,  1, "",                 0, "",         0, "",             4022, "",   "Custom System Assignment" 
; 1,           "CustAssignHelp1",   BDP_Str,  1, "",                 0, "",         0, "",             4023, "",   "Custom System Assignment Help 1" 
; 1,           "CustAssignHelp2",   BDP_Str,  1, "",                 0, "",         0, "",             4024, "",   "Custom System Assignment Help 2" 
; SAC 10/8/02 - Added flags to enable toggling of DHW-source space/bbd heat HW
1,           "EnableDHWHWSource", BDP_Int,  2, "",                 0, "",         0, "",             4001, "",   "Toggle for enabling DHW Source of Space Heating HW"
1,           "EnableDHWBBDHWSrc", BDP_Int,  2, "",                 0, "",         0, "",             4001, "",   "Toggle for enabling DHW Source of BBD Heating HW"
1,           "DisplayDHWHWSource",BDP_Int,  2, "",                 0, "",         0, "",             4001, "",   "Toggle for enabling DHW Source of Space Heating HW"
1,           "DisplayDHWBBDHWSrc",BDP_Int,  2, "",                 0, "",         0, "",             4001, "",   "Toggle for enabling DHW Source of BBD Heating HW"
; SAC 6/10/02 - Added flags to enable space and baseboard HW heating to be supplied via DHW loops
1,           "HWHeatSource",      BDP_Sym,  2, "",                 0, "",         0, "",             4009, "",   "Source of Space Heating Hot Water" 
1,           "BBDHWHeatSource",   BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   "Source of Baseboard Hot Water" 
; SAC 6/5/03 - Added flag indicating whether or not system has a non-electric central heating source to facilitate HVAC system efficiency table look-ups
1,           "SysHasNElCntrlHt",  BDP_Int,  2, "",                 0, "",         0, "",             4001, "",   "Flag - system has a non-electric central heating source" 
; SAC 3/15/04 - Added flag for modeling system as residential PVVT (in DOE-2) (for DEER)
1,           "ModelAsResPVVT",    BDP_Int,  2, "",                 0, "",         0, "",             4001, "",   "Flag - model system as residential PVVT in DOE-2" 
; SAC 11/7/03 - Added properties to enable output of BDL fan flow sizing ratio
1,           "FanFlowSafetyFctr", BDP_Flt,  2, "ratio",            0, "",         0, "",             2001, "",   "Safety factor to oversize fan flow(s)" 
1,           "FanFlowUnitLbl",    BDP_Str,  2, "",                 0, "",         0, "",             2001, "",   "" 

; SAC 4/1/02 - Added properties to enable default assignment of zone groups to systems by shell / floor / perim/core status
1,           "AssignShell",       BDP_Obj, 20, "",                 0, "ShellWiz", 0, "",             4001, "",   "" 
1,           "AssignShellZGList", BDP_Int, 20, "",                 0, "",         0, "",             4001, "",   "" 
1,           "AssignShellZnGrp",  BDP_Sym, 20, "",                 0, "",         0, "",             4001, "",   "" 
1,           "NumAssignShellsP1", BDP_Int,  1, "",                 0, "",         0, "",             4001, "",   "" 

1,           "BBDHeatSource",     BDP_Sym,  2, "",                 0, "",         0, "",             4030, "",   "Baseboard Heat Source" 
1,           "BBDCapacity",       BDP_Flt,  2, "",                 0, "",         0, "",             4040, "",   "Baseboard Capacity" 
1,           "BBDCapUnitsLbl",    BDP_Str,  2, "?",                0, "",         0, "",             4050, "",   "Baseboard Capacity Units" 
1,           "VAVFan",            BDP_Int,  2, "",                 0, "",         0, "",             4055, "",   "VAV Fan Flag" 
1,           "OneVAVFan",         BDP_Int,  1, "",                 0, "",         0, "",             4056, "",   "One VAV Fan Flag" 
1,           "SFanPowerUnits",    BDP_Sym,  2, "",                 0, "",         0, "",             4065, "",   "Supply Fan Power Units" 
1,           "SFanPowerUnitLbl",  BDP_Str,  2, "",                 0, "",         0, "",             4062, "",   "Supply Fan Power Units Label" 
1,           "SFanPower",         BDP_Flt,  2, "?",                0, "",         0, "",             4065, "",   "Supply Fan Power" 
; SAC 11/6/03 - Added SFanFlowOption, SFanFlowDflt & SFanFlowBtnLbl properties to enable auto-size vs. user specification of supply fan flow
1,           "SFanFlowOption",    BDP_Sym,  2, "",                 0, "",         0, "",             4066, "",   "Heating Fan Flow Option" 
1,           "SFanFlowOptVal",    BDP_Int,  2, "",                 0, "",         0, "",             4066, "",   "Heating Fan Flow Option" 
1,           "SFanFlowDflt",      BDP_Flt,  2, "cfm",              0, "",         0, "",             4066, "",   "Heating Fan Flow" 
1,           "SFanFlowBtnLbl",    BDP_Str,  2, "",                 0, "",         0, "",             4066, "",   "Heating Fan Flow Option" 
1,           "SFanFlow",          BDP_Flt,  2, "cfm",              0, "",         0, "",             4066, "",   "Supply Fan Flow" 
1,           "SFanType",          BDP_Sym,  2, "",                 0, "",         0, "",             4067, "",   "Supply Fan Type" 
1,           "RFanPresent",       BDP_Int,  2, "",                 0, "",         0, "",             4071, "",   "Return Fan Present (0-None, 1-Return, 2-Relief)" 
1,           "RFanPowerUnits",    BDP_Sym,  2, "",                 0, "",         0, "",             4075, "",   "Return Fan Power Units" 
1,           "RFanPowerUnitLbl",  BDP_Str,  2, "",                 0, "",         0, "",             4073, "",   "Return Fan Power Units Label" 
1,           "RFanPower",         BDP_Flt,  2, "?",                0, "",         0, "",             4075, "",   "Return Fan Power" 
; SAC 11/6/03 - Added RFanFlowOption and RFanFlowDflt properties to enable auto-size vs. user specification of return fan flow
1,           "RFanFlowOption",    BDP_Sym,  2, "",                 0, "",         0, "",             4076, "",   "Heating Fan Flow Option" 
1,           "RFanFlowDflt",      BDP_Flt,  2, "cfm",              0, "",         0, "",             4076, "",   "Heating Fan Flow" 
1,           "RFanFlow",          BDP_Flt,  2, "cfm",              0, "",         0, "",             4076, "",   "Return Fan Flow" 
1,           "RFanType",          BDP_Sym,  2, "",                 0, "",         0, "",             4077, "",   "Return Fan Type" 
1,           "HFanPresent",       BDP_Int,  2, "",                 0, "",         0, "",             4081, "",   "Heating Fan Present (0-Single Fan, 1-Dual Fan)" 
1,           "HFanPowerUnits",    BDP_Sym,  2, "",                 0, "",         0, "",             4085, "",   "Heating Fan Power Units" 
1,           "HFanPowerUnitLbl",  BDP_Str,  2, "",                 0, "",         0, "",             4083, "",   "Heating Fan Power Units Label" 
1,           "HFanPower",         BDP_Flt,  2, "?",                0, "",         0, "",             4085, "",   "Heating Fan Power" 
; SAC 11/6/03 - Added HFanFlowOption and HFanFlowDflt properties to enable auto-size vs. user specification of heating fan flow
1,           "HFanFlowOption",    BDP_Sym,  2, "",                 0, "",         0, "",             4086, "",   "Heating Fan Flow Option" 
1,           "HFanFlowDflt",      BDP_Flt,  2, "cfm",              0, "",         0, "",             4086, "",   "Heating Fan Flow" 
1,           "HFanFlow",          BDP_Flt,  2, "cfm",              0, "",         0, "",             4086, "",   "Heating Fan Flow" 
1,           "HFanType",          BDP_Sym,  2, "",                 0, "",         0, "",             4087, "",   "Heating Fan Type" 
; SAC 2/13/04 - Added duct loss properties (for DEER)
1,           "EnableDuctLosses",  BDP_Int,  2, "",                 0, "",         0, "",             4001, "",   "Whether or not DOE-2 can model duct losses" 
1,           "ModelDuctLosses",   BDP_Int,  2, "",                 0, "",         0, "",             4001, "",   "Are duct losses to be modeled?" 
1,           "DuctDeltaT",        BDP_Flt,  2, "F",               0, "",         0, "",             4001, "",   "Duct Delta T" 
1,           "DuctAirLoss",       BDP_Flt,  2, "%",                0, "",         0, "",             4001, "",   "Duct Air Loss" 
1,           "DuctAirLossOA",     BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   "Duct Air Loss OA" 
1,           "DuctLossShell",     BDP_Obj,  2, "",                 0, "ShellWiz", 0, "",             4001, "",   "Shell to dump duct losses into" 
1,           "DuctLossZoneList",  BDP_Int,  2, "",                 0, "",         0, "",             4001, "",   "List ID for DuctLossZone" 
1,           "DuctLossZone",      BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   "Zone to dump duct losses into" 
1,           "DuctLossZoneIdx",   BDP_Int,  2, "",                 0, "",         0, "",             4001, "",   "Index of zone to dump duct losses into" 
1,           "DuctDeltaTToSim",   BDP_Flt,  2, "F",               0, "",         0, "",             4001, "",   "Duct Delta T (to be simulated)" 
; SAC 4/25/00 - removed CanHaveReheat flag
; 1,           "CanHaveReheat",     BDP_Int,  2, "",                 0, "",         0, "",             4090, "",   "" 
1,           "ReheatSource",      BDP_Sym,  2, "",                 0, "",         0, "",             4100, "",   "Reheat Source" 
1,           "ReheatDeltaT",      BDP_Flt,  2, "delta F",         0, "",         0, "",             4105, "",   "Reheat Delta T" 
1,           "CanHaveEcon",       BDP_Int,  2, "",                 0, "",         0, "",             4110, "",   "Can Have Economizer Flag" 
1,           "EconomizerType",    BDP_Sym,  2, "",                 0, "",         0, "",             4120, "",   "Economizer Type" 
1,           "EconHighLimit",     BDP_Flt,  2, "F",               0, "",         0, "",             4123, "",   "Economizer High Temperature Limit"     
1,           "EconCompressor",    BDP_Sym,  2, "",                 0, "",         0, "",             4126, "",   "Economizer Compressor Use Flag" 
1,           "EconoLockout",      BDP_Int,  1, "",                 0, "",         0, "",             4127, "",   "Flag for 'Compressor' screen label" 
1,           "CanHaveCReset",     BDP_Int,  2, "",                 0, "",         0, "",             4130, "",   "CanHaveCReset" 
1,           "ColdDeckReset",     BDP_Sym,  2, "",                 0, "",         0, "",             4135, "",   "ColdDeckReset" 
1,           "ColdDeckTemps",     BDP_Flt,  8, "F",               0, "",         0, "",             4136, "",   "Cold Deck Reset Temperatures"     
1,           "ColdDeckTempLbl",   BDP_Str,  4, "",                 0, "",         0, "",             4137, "",   "Cold Deck Reset Temperature Labels" 
1,           "CanHaveHReset",     BDP_Int,  2, "",                 0, "",         0, "",             4140, "",   "CanHaveHReset" 
1,           "HotDeckReset",      BDP_Sym,  2, "",                 0, "",         0, "",             4145, "",   "HotDeckReset" 
1,           "HotDeckTemps",      BDP_Flt,  8, "F",               0, "",         0, "",             4146, "",   "Hot Deck Reset Temperatures"     
1,           "HotDeckTempLbl",    BDP_Str,  4, "",                 0, "",         0, "",             4147, "",   "Hot Deck Reset Temperature Labels" 
             ; Packaged HVAC System Information
1,           "SystemIsPackaged",  BDP_Int,  2, "",                 0, "",         0, "",             4155, "",   "System Is Packaged flag" 
1,           "SpecifyCoolCap",    BDP_Sym,  2, "",                 0, "",         0, "",             4160, "",   "Specify Cooling Capacity"  
1,           "DesCoolCapacity",   BDP_Flt,  2, "tons",             0, "",         0, "",             4160, "",   "Cooling Capacity"  
1,           "PackagedHeating",   BDP_Int,  2, "",                 0, "",         0, "",             4165, "",   "Heating Is Packaged flag" 
1,           "PckgdNonElecHeat",  BDP_Int,  2, "",                 0, "",         0, "",             4166, "",   "Heating Is Packaged and Not Electric flag" 
1,           "SpecifyHeatCap",    BDP_Sym,  2, "",                 0, "",         0, "",             4170, "",   "Specify Heating Capacity"  
1,           "DesHeatCapacity",   BDP_Flt,  2, "?",                0, "",         0, "",             4170, "",   "Heating Capacity"  
1,           "HeatCapUnitsLbl",   BDP_Str,  2, "",                 0, "",         0, "",             4175, "",   "Heating Capacity Units Label" 
1,           "DesCoolEffUnits",   BDP_Sym,  2, "",                 0, "",         0, "",             4190, "",   "Cooling Efficiency Units"   
; SAC 12/14/04 - Switched from array of 2 -> 4 to handle storage of original value to facilitate measure analysis (for DEER)
1,           "DesCoolEff",        BDP_Flt,  4, "",                 0, "",         0, "",             4190, "",   "Cooling Efficiency"       
1,           "DesHeatEffUnits",   BDP_Sym,  2, "",                 0, "",         0, "",             4210, "",   "Heating Efficiency Units"   
1,           "DesHeatEff",        BDP_Flt,  2, "",                 0, "",         0, "",             4210, "",   "Heating Efficiency"       
; SAC 8/14/03 - Added a couple of properties to enable user to toggle OFF crankcase heating (zero out SYSTEM:CRANKCASE-HEAT)
1,           "UsesCrankcaseHt",   BDP_Int,  2, "",                 0, "",         0, "",             4001, "",   "BDL references CRANKCASE-HEAT keyword" 
1,           "AllowCrankcaseHt",  BDP_Int,  2, "",                 0, "",         0, "",             4001, "",   "Allow DOE-2 to default crankcase heat" 
             ; Secondary HVAC System Information
; 1,           "DesAirflowCap",     BDP_Flt,  2, "cfm",              0, "",         0, "",             4220, "",   "Design Airflow Capacity"    
; 1,           "FanMotorEff",       BDP_Sym,  2, "",                 0, "",         0, "",             4230, "",   "Fan Motor Efficiency"      
1,           "TerminalType",      BDP_Sym,  2, "",                 0, "",         0, "",             4240, "",   "Terminal Type"     
1,           "TermTypeList",      BDP_Int,  2, "",                 0, "",         0, "",             4245, "",   "Terminal Type List"     
1,           "BBDControl",        BDP_Sym,  2, "",                 0, "",         0, "",             4260, "",   "Basboard Control"       
; 1,           "FanPlacement",      BDP_Sym,  2, "",                 0, "",         0, "",             4290, "",   "Fan Placement"     
; 1,           "FanDriveType",      BDP_Sym,  2, "",                 0, "",         0, "",             4300, "",   "Fan Drive Type"     
             ; Zone HVAC Conditions Info
; SAC 4/8/01 - altered temp setpoints from arrays of 2 -> 4 to enable SEASONAL setpoints
; SAC 1/26/02 - increased array sizes from 4 -> 6 to new third season
1,           "CoolOccTemp",       BDP_Flt,  6, "F",               0, "",         0, "",             4370, "",   "Cooling Occupied Temperature Setpoint" 
1,           "CoolUnoccTemp",     BDP_Flt,  6, "F",               0, "",         0, "",             4370, "",   "Cooling Unoccupied Temperature Setpoint" 
1,           "HeatOccTemp",       BDP_Flt,  6, "F",               0, "",         0, "",             4390, "",   "Heating Occupied Temperature Setpoint" 
1,           "HeatUnoccTemp",     BDP_Flt,  6, "F",               0, "",         0, "",             4390, "",   "Heating Unoccupied Temperature Setpoint" 
1,           "DesignCoolTemp",    BDP_Flt,  2, "F",               0, "",         0, "",             4410, "",   "Indoor Design Cooling Temperature" 
1,           "DesignHeatTemp",    BDP_Flt,  2, "F",               0, "",         0, "",             4420, "",   "Indoor Design Heating Temperature" 
1,           "MinSupplyTemp",     BDP_Flt,  2, "F",               0, "",         0, "",             4430, "",   "Minimum Supply Temperature" 
1,           "MaxSupplyTemp",     BDP_Flt,  2, "F",               0, "",         0, "",             4440, "",   "Maximum Supply Temperature" 
1,           "MinAllowedAirflow", BDP_Flt,  2, "cfm/ft2",          0, "",         0, "",             4450, "",   "" 
1,           "CoreVAVMinFlow",    BDP_Flt,  2, "%",                0, "",         0, "",             4470, "",   "Core VAV Minimum Flow" 
1,           "PerimVAVMinFlow",   BDP_Flt,  2, "%",                0, "",         0, "",             4470, "",   "Perimeter VAV Minimum Flow" 
; 1,           "ExhaustAirflow",    BDP_Flt,  1, "cfm/ft2",          0, "",         0, "",             4480, "",   "" 
1,           "DesignAirflowRate", BDP_Flt,  1, "cfm/ft2",          0, "",         0, "",             4490, "",   "" 
; SAC 2/26/02 - Added Zone Vent stuff for Seattle (WA jurisdiction only)
1,           "ZoneVentFlag",      BDP_Int,  2, "",                 0, "",         0, "",             4491, "",   "ZoneVentFlag"
1,           "VentMethod",        BDP_Sym,  2, "",                 0, "",         0, "",             4492, "",   "VentMethod"
1,           "ZoneFanPwrInput",   BDP_Flt,  2, "W/cfm",            0, "",         0, "",             4493, "",   "ZoneFanPwrInput"
1,           "ZoneHRVEff",        BDP_Flt,  2, "",                 0, "",         0, "",             4494, "",   "ZoneHRVEff"
1,           "ZoneVentAdjFrac",   BDP_Flt,  2, "",                 0, "",         0, "",             4495, "",   "ZoneVentAdjFrac"
; SAC 10/4/02 - Added Thermostat Type stuff for Seattle (WA jurisdiction only)
1,           "ThermostatType",    BDP_Sym,  2, "",                 0, "",         0, "",             4496, "",   "ThermostatType"
1,           "AllowTstatType",    BDP_Int,  2, "",                 0, "",         0, "",             4001, "",   "flag toggling use of ThermostatType"
1,           "HeatTempAdj",       BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   "Temp setpoint adjustment for ThermostatType"
; SAC 3/29/05 - Added BDLThermostatType to enable setting of tstat type in BDL (ZONE:THERMOSTAT-TYPE) (for DEER - Res Evap cooling msr)
1,           "BDLThermostatType", BDP_Sym,  2, "",                 0, "",         0, "",             4496, "",   "BDLThermostatType"
             ; System Fan Schedules
; SAC 1/9/02 - Added to facilitate Fan schedule defaulting
1,           "SchedDefaultShell", BDP_Obj,  1, "",                 0, "ShellWiz", 0, "",             4001, "",   "" 
1,           "DefaultSched",      BDP_Int,  2, "",                 0, "",         0, "",             4510, "",   "Default System Fan Schedule Flag"
1,           "ScheduleShift",     BDP_Int,  4, "",                 0, "",         0, "",             4512, "",   "Operating Hours Before Open and Following Close"
1,           "HaveAltAreaSched",  BDP_Int,  1, "",                 0, "",         0, "",             4515, "",   "Have Alternate Activity Area Schedule Flag" 
1,           "SchHaveSecSeas",    BDP_Int,  2, "",                 0, "",         0, "",             4520, "",   "System Fan Schedule Have Second Season Flag"
1,           "SchSeas1Start",     BDP_Int,  4, "",                 0, "",         0, "",             4530, "",   "System Fan Schedule First Season Start Day"
1,           "SchSeas1End",       BDP_Int,  4, "",                 0, "",         0, "",             4535, "",   "System Fan Schedule First Season End Day"
1,           "SchedDayFlag1",     BDP_Int,  6, "",                 0, "",         0, "",             4540, "",   "System Fan Schedule Daytype Flag (first season)"
1,           "SchedDayAssign1",   BDP_Int, 20, "",                 0, "",         0, "",             4550, "",   "System Fan Schedule Day Assignment (first season)"
1,           "SchedOn1",          BDP_Sym,  6, "",                 0, "",         0, "",             4560, "",   "System Fan Schedule On Time (first season)"
1,           "SchedOff1",         BDP_Sym,  6, "",                 0, "",         0, "",             4570, "",   "System Fan Schedule Off Time (first season)"
1,           "SchSecSeasStart",   BDP_Int, 10, "",                 0, "",         1, "",             4580, "",   "System Fan Schedule Second Season Start Day"
1,           "SchSecSeasEnd",     BDP_Int, 10, "",                 0, "",         1, "",             4585, "",   "System Fan Schedule Second Season End Day"
1,           "SchedDayFlag2",     BDP_Int,  6, "",                 0, "",         0, "",             4540, "",   "System Fan Schedule Daytype Flag (second season)"
1,           "SchedDayAssign2",   BDP_Int, 20, "",                 0, "",         0, "",             4550, "",   "System Fan Schedule Day Assignment (second season)"
1,           "SchedOn2",          BDP_Sym,  6, "",                 0, "",         0, "",             4560, "",   "System Fan Schedule On Time (second season)"
1,           "SchedOff2",         BDP_Sym,  6, "",                 0, "",         0, "",             4570, "",   "System Fan Schedule Off Time (second season)"
1,           "SchedGetOff2",      BDP_Int,  6, "",                 0, "",         0, "",             4625, "",   ""
; SAC 5/29/02 - Added new fan operation & cycling flags (RER-CEUS)
1,           "FanOnOperation",    BDP_Sym,  4, "",                 0, "",         0, "",             4001, "",   "System Fan Operation during 'On' Periods"
1,           "FanNightCycling",   BDP_Int,  4, "",                 0, "",         0, "",             4001, "",   "System Fan Cycles at night?"
1,           "CollectFanOnOper",  BDP_Int,  4, "",                 0, "",         0, "",             4001, "",   "collect input of System Fan Operation during 'On' Periods"
1,           "CollectFanNtCycl",  BDP_Int,  4, "",                 0, "",         0, "",             4001, "",   "collect input of System Fan Cycles at night?"

             ; SAC 8/23/00 - Added in the course of implementing fan motor efficiency rules
1,           "SFanMotorEff",      BDP_Sym,  2, "",                 0, "",         0, "",             4650, "",   "Supply Fan Motor Efficiency" 
1,           "RFanMotorEff",      BDP_Sym,  2, "",                 0, "",         0, "",             4655, "",   "Return Fan Motor Efficiency" 
1,           "HFanMotorEff",      BDP_Sym,  2, "",                 0, "",         0, "",             4660, "",   "Heating Fan Motor Efficiency" 

     ; *****  Properties from old BldgOpWiz component  *****
; SAC 1/25/02 - Moved to MainWiz component
; 1,           "HaveSecSeas",       BDP_Int,  1, "",                 0, "",         0, "",            16010, "",   "Have Second Season Flag"
; 1,           "SecSeasStartMoDa",  BDP_Int,  6, "",                 0, "",         0, "",            16011, "",   "Second Season Start Month/Day"
; 1,           "SecSeasEndMoDa",    BDP_Int,  6, "",                 0, "",         0, "",            16013, "",   "Second Season End Month/Day"
; 1,           "Seas1Start",        BDP_Int,  2, "",                 0, "",         0, "",            16020, "",   "First Season Start Day(s)"
; 1,           "Seas1End",          BDP_Int,  2, "",                 0, "",         0, "",            16022, "",   "First Season End Day(s)"
; 1,           "Seas2Start",        BDP_Int,  1, "",                 0, "",         0, "",            16024, "",   "Second Season Start Day"
; 1,           "Seas2End",          BDP_Int,  1, "",                 0, "",         0, "",            16026, "",   "Second Season End Day"
; SAC 1/26/02 - Added to *Seas3* properties
1,           "OpenSeas1",         BDP_Sym, 10, "",                 0, "",         0, "",            16050, "",   "Opening Time (season #1, Mon-Sun|Hol|CDD|HDD)"
1,           "OpenSeas2",         BDP_Sym, 10, "",                 0, "",         0, "",            16055, "",   "Opening Time (season #2, Mon-Sun|Hol|CDD|HDD)"
1,           "OpenSeas3",         BDP_Sym, 10, "",                 0, "",         0, "",            16056, "",   "Opening Time (season #3, Mon-Sun|Hol|CDD|HDD)"
1,           "CloseSeas1",        BDP_Sym, 10, "",                 0, "",         0, "",            16060, "",   "Closing Time (season #1, Mon-Sun|Hol|CDD|HDD)"
1,           "CloseSeas2",        BDP_Sym, 10, "",                 0, "",         0, "",            16065, "",   "Closing Time (season #2, Mon-Sun|Hol|CDD|HDD)"
1,           "CloseSeas3",        BDP_Sym, 10, "",                 0, "",         0, "",            16066, "",   "Closing Time (season #3, Mon-Sun|Hol|CDD|HDD)"
1,           "NumOpenHrs1",       BDP_Int, 10, "",                 0, "",         0, "",            16070, "",   "Number of Season 1 open hours per WD/WE/Hol day"
1,           "NumOpenHrs2",       BDP_Int, 10, "",                 0, "",         0, "",            16072, "",   "Number of Season 2 open hours per WD/WE/Hol day"
1,           "NumOpenHrs3",       BDP_Int, 10, "",                 0, "",         0, "",            16073, "",   "Number of Season 3 open hours per WD/WE/Hol day"
1,           "MostNumOpenHrs",    BDP_Int,  3, "",                 0, "",         0, "",            16074, "",   "Highest Number of Open Hours (by season)"
1,           "DayMostOpen",       BDP_Int,  3, "",                 0, "",         0, "",            16076, "",   "Day (by season) with widest use period (to default CDD & HDD)"
1,           "DfltSysSchShift",   BDP_Int,  4, "",                 0, "",         0, "",            16085, "",   "Default Operating Hours Before Open and Following Close"
1,           "SysSchedShift",     BDP_Int,  4, "",                 0, "",         0, "",            16087, "",   "Operating Hours Before Open and Following Close"
1,           "Sys1FanOnSeas1",    BDP_Sym, 10, "",                 0, "",         0, "",            16090, "",   "System 1 Fan On Time (season #1, Mon-Sun|Hol|CDD|HDD)"
1,           "Sys1FanOnSeas2",    BDP_Sym, 10, "",                 0, "",         0, "",            16095, "",   "System 1 Fan On Time (season #2, Mon-Sun|Hol|CDD|HDD)"
1,           "Sys1FanOnSeas3",    BDP_Sym, 10, "",                 0, "",         0, "",            16096, "",   "System 1 Fan On Time (season #3, Mon-Sun|Hol|CDD|HDD)"
1,           "Sys1FanOffSeas1",   BDP_Sym, 10, "",                 0, "",         0, "",            16100, "",   "System 1 Fan Off Time (season #1, Mon-Sun|Hol|CDD|HDD)"
1,           "Sys1FanOffSeas2",   BDP_Sym, 10, "",                 0, "",         0, "",            16105, "",   "System 1 Fan Off Time (season #2, Mon-Sun|Hol|CDD|HDD)"
1,           "Sys1FanOffSeas3",   BDP_Sym, 10, "",                 0, "",         0, "",            16106, "",   "System 1 Fan Off Time (season #3, Mon-Sun|Hol|CDD|HDD)"
1,           "Sys2FanOnSeas1",    BDP_Sym, 10, "",                 0, "",         0, "",            16110, "",   "System 2 Fan On Time (season #1, Mon-Sun|Hol|CDD|HDD)"
1,           "Sys2FanOnSeas2",    BDP_Sym, 10, "",                 0, "",         0, "",            16115, "",   "System 2 Fan On Time (season #2, Mon-Sun|Hol|CDD|HDD)"
1,           "Sys2FanOnSeas3",    BDP_Sym, 10, "",                 0, "",         0, "",            16116, "",   "System 2 Fan On Time (season #3, Mon-Sun|Hol|CDD|HDD)"
1,           "Sys2FanOffSeas1",   BDP_Sym, 10, "",                 0, "",         0, "",            16120, "",   "System 2 Fan Off Time (season #1, Mon-Sun|Hol|CDD|HDD)"
1,           "Sys2FanOffSeas2",   BDP_Sym, 10, "",                 0, "",         0, "",            16125, "",   "System 2 Fan Off Time (season #2, Mon-Sun|Hol|CDD|HDD)"
1,           "Sys2FanOffSeas3",   BDP_Sym, 10, "",                 0, "",         0, "",            16126, "",   "System 2 Fan Off Time (season #3, Mon-Sun|Hol|CDD|HDD)"

     ; *****  Properties from old HVAC2Wiz component  *****
             ; Overflow HVAC System Information
1,           "SqFtPerSystem",     BDP_Flt,  2, "ft2",              0, "",         0, "",             4910, "",   "Total Square Footage Served by System" 
1,           "PerimSqFtPerSys",   BDP_Flt,  2, "ft2",              0, "",         0, "",             4920, "",   "Perimeter (above grade) Square Footage Served by System" 
1,           "CoreSqFtPerSys",    BDP_Flt,  2, "ft2",              0, "",         0, "",             4930, "",   "Core/Other Square Footage Served by System" 
; SAC 11/6/03 - Added new SqFtPerSysLabel to assist users in defining fan flows
1,           "SqFtPerSysLabel",   BDP_Str,  2, "",                 0, "",         0, "",             4001, "",   "Message to user re: SqFt served by system" 
1,           "SqFtSrvdCHWCoils",  BDP_Flt,  1, "ft2",              0, "",         0, "",             4940, "",   "Total Square Footage Served by CHW Coils" 
1,           "SqFtSrvdHWCoils",   BDP_Flt,  1, "ft2",              0, "",         0, "",             4945, "",   "Total Square Footage Served by HW Coils" 
; SAC 1/25/02 - Added properties to track index of system w/ highest CHW & HW sqft served
1,           "MaxSysSqFtSrvdCHW", BDP_Int,  1, "",                 0, "",         0, "",             4001, "",   "Index of HVAC sys w/ most CHW sqft served" 
1,           "MaxSysSqFtSrvdHW",  BDP_Int,  1, "",                 0, "",         0, "",             4001, "",   "Index of HVAC sys w/ most HW sqft served" 
1,           "SystemPerWhat",     BDP_Sym,  2, "",                 0, "",         0, "",             4950, "",   "" 
; SAC 10/23/03 - Added to facilitate DEER analysis
1,           "SysSizingOption",   BDP_Int,  2, "",                 0, "",         0, "",             4001, "",   "Maps to SYSTEM:SIZING-OPTION" 
             ; SAC 6/2/99 - Added to remove fan flow values from source code
1,           "PerimFlowPerSqFt",  BDP_Flt,  1, "",                 0, "",         0, "",             4960, "",   ""
1,           "CoreFlowPerSqFt",   BDP_Flt,  1, "",                 0, "",         0, "",             4965, "",   ""
             ; SAC 3/14/00 - Added to improve DX equipment efficiency defaulting
1,           "DXSystemType",      BDP_Sym,  2, "",                 0, "",         0, "",             4980, "",   "DX System Type" 
1,           "MaxDXUnitSizeCat",  BDP_Int,  2, "",                 0, "",         0, "",             4984, "",   "MaxDXUnitSizeCat" 
1,           "DXUnitSizeCateg",   BDP_Sym,  2, "",                 0, "",         0, "",             4985, "",   "Size range corresponding to the typical DX unit" 
1,           "AllowSEER",         BDP_Int,  2, "",                 0, "",         0, "",             4990, "",   "AllowSEER" 
1,           "AllowHSPF",         BDP_Int,  2, "",                 0, "",         0, "",             4995, "",   "AllowHSPF" 
; SAC 9/18/03 - Added new property to enable air vs. water cooled packaged systems
1,           "AllowDXCondType",   BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   "Allow input of condenser type" 
1,           "DXCondenserType",   BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   "Condenser Type" 
1,           "HaveDXCWEquip",     BDP_Int,  1, "",                 0, "",         0, "",             4001, "",   "flag denoting presence of DX CW equip" 
; SAC 9/21/03 - Added new property to control output of CW-VALVE keyword in BDL input file
1,           "BDL_HasCWValve",    BDP_Int,  2, "",                 0, "",         0, "",             4001, "",   "flag denoting presence of CW valve" 
             ; SAC 8/23/00 - Added in the course of implementing fan motor efficiency rules
1,           "NumZonesPerSys",    BDP_Int,  2, "",                 0, "",         0, "",             4923, "",   "Number of Zones Served by each System" 
1,           "NumIndivSystems",   BDP_Int,  2, "",                 0, "",         0, "",             4926, "",   "Number of individual System components to be created" 
1,           "SFanNameplateHP",   BDP_Flt,  2, "",                 0, "",         0, "",             4953, "",   ""
1,           "RFanNameplateHP",   BDP_Flt,  2, "",                 0, "",         0, "",             4954, "",   ""
1,           "HFanNameplateHP",   BDP_Flt,  2, "",                 0, "",         0, "",             4955, "",   ""
1,           "SFanEfficiencyAdj", BDP_Flt,  2, "",                 0, "",         0, "",             4956, "",   ""
1,           "RFanEfficiencyAdj", BDP_Flt,  2, "",                 0, "",         0, "",             4957, "",   ""
1,           "HFanEfficiencyAdj", BDP_Flt,  2, "",                 0, "",         0, "",             4958, "",   ""
             ; SAC 8/23/00 - Moved from HVACWiz into HVAC2Wiz to make room for fan motor efficiency properties
1,           "NumHVACSystems",    BDP_Int,  1, "",                 0, "",         0, "",             4902, "",   "Number of HVAC System Definitions" 
1,           "CanHaveRFan",       BDP_Int,  2, "",                 0, "",         0, "",             4903, "",   "Can Have Return Fan Flag" 
1,           "OneCanHaveRFan",    BDP_Int,  1, "",                 0, "",         0, "",             4904, "",   "Can Have One Return Fan Flag" 
1,           "OneDoHaveRFan",     BDP_Int,  1, "",                 0, "",         0, "",             4905, "",   "Do Have One Return Fan Flag" 
1,           "CanHaveHFan",       BDP_Int,  2, "",                 0, "",         0, "",             4906, "",   "Can Have Heating Fan Flag" 
1,           "OneCanHaveHFan",    BDP_Int,  1, "",                 0, "",         0, "",             4907, "",   "Can Have One Heating Fan Flag" 
1,           "OneDoHaveHFan",     BDP_Int,  1, "",                 0, "",         0, "",             4908, "",   "Do Have One Heating Fan Flag" 

     ; *****  Properties from old PostWiz component  *****
             ; BDL Space-related Information
; SAC 4/2/02 - MOVED up into ZnGrpWiz component
; 1,           "OccZoneType",       BDP_Sym,  2, "",                 0, "",         0, "",             6100, "",   "Occupied Space Zone Type" 
; 1,           "PlenZoneType",      BDP_Sym,  2, "",                 0, "",         0, "",             6110, "",   "Plenum Space Zone Type" 
             ; HVAC System/Zone Table-Defined Information
1,           "SystemType",        BDP_Int,  2, "",                 0, "",         0, "",             6650, "",   ""
1,           "SysHeatSource",     BDP_Int,  2, "",                 0, "",         0, "",             6660, "",   ""
1,           "SysZoneHtSource",   BDP_Int,  2, "",                 0, "",         0, "",             6670, "",   ""
1,           "SysBBDSource",      BDP_Int,  2, "",                 0, "",         0, "",             6680, "",   ""
; SAC 12/3/04 - switched from BDP_Int to BDP_Sym (for DEER)
1,           "SysEvapClType",     BDP_Sym,  2, "",                 0, "",         0, "",             6690, "",   ""
; SAC 12/3/04 - Added indirect & direct evap effectiveness properties (for DEER)
1,           "SysEvapIndEff",     BDP_Flt,  2, "",                 0, "",         0, "",             6001, "",   ""
1,           "SysEvapDirEff",     BDP_Flt,  2, "",                 0, "",         0, "",             6001, "",   ""
1,           "SysHWLoop",         BDP_Sym,  2, "",                 0, "",         0, "",             6700, "",   ""
1,           "SysZoneHWLoop",     BDP_Sym,  2, "",                 0, "",         0, "",             6705, "",   ""
1,           "SysCHWLoop",        BDP_Sym,  2, "",                 0, "",         0, "",             6710, "",   ""
1,           "SysCWLoop",         BDP_Sym,  2, "",                 0, "",         0, "",             6720, "",   ""
1,           "SysControlZone",    BDP_Int,  2, "",                 0, "",         0, "",             6730, "",   ""
1,           "SysSupplyEff",      BDP_Flt,  2, "",                 0, "",         0, "",             6740, "",   ""
1,           "ZoneTerminalType",  BDP_Int,  2, "",                 0, "",         0, "",             6750, "",   ""
1,           "ZoneBBDRating",     BDP_Int,  2, "",                 0, "",         0, "",             6760, "",   ""
1,           "ZoneBBDControl",    BDP_Int,  2, "",                 0, "",         0, "",             6770, "",   ""
             ; to enable setting of SYSTEM:BBRD-LOOP
1,           "SysBBDLoop",        BDP_Sym,  2, "",                 0, "",         0, "",             6780, "",   ""
; SAC 10/28/03 - Added to enable setting of SYSTEM:SIZING-RATIO, COOL-SIZING-RATI and HEAT-SIZING-RATI
1,           "BDLSysSizingRats",  BDP_Flt,  6, "",                 0, "",         0, "",             6001, "",   "Sys1: SizRat, CoolSizRat, HeatSizRat, Sys2: (same)"
             ; HVAC System/Zone Rule-Defined Information
1,           "SysCoolingEIR",     BDP_Flt,  2, "",                 0, "",         0, "",             6800, "",   ""
1,           "SysHeatingEIR",     BDP_Flt,  2, "",                 0, "",         0, "",             6810, "",   ""
1,           "SysHeatingHIR",     BDP_Flt,  2, "",                 0, "",         0, "",             6820, "",   ""
1,           "SysSupplyStatic",   BDP_Flt,  2, "",                 0, "",         0, "",             6830, "",   ""
; SAC 11/6/03 - Added new SysFanFlow property to enable auto-size vs. user specification of supply fan flow
1,           "SysFanFlow",        BDP_Flt,  2, "",                 0, "",         0, "",             6870, "",   ""
1,           "SysFanControl",     BDP_Int,  2, "",                 0, "",         0, "",             6840, "",   ""
1,           "SysFanEirFplr",     BDP_Sym,  2, "",                 0, "",         0, "",             6850, "",   ""
1,           "SysRFanStatic",     BDP_Flt,  2, "",                 0, "",         0, "",             6860, "",   ""
1,           "SysRFanFlow",       BDP_Flt,  2, "",                 0, "",         0, "",             6870, "",   ""
1,           "SysRFanControl",    BDP_Int,  2, "",                 0, "",         0, "",             6880, "",   ""
1,           "SysReturnEirFplr",  BDP_Sym,  2, "",                 0, "",         0, "",             6890, "",   ""
1,           "SysHFanStatic",     BDP_Flt,  2, "",                 0, "",         0, "",             6900, "",   ""
1,           "SysHFanFlow",       BDP_Flt,  2, "",                 0, "",         0, "",             6910, "",   ""
1,           "SysHFanControl",    BDP_Int,  2, "",                 0, "",         0, "",             6920, "",   ""
1,           "SysHSupplyEirFplr", BDP_Sym,  2, "",                 0, "",         0, "",             6930, "",   ""
1,           "SysDDSType",        BDP_Int,  2, "",                 0, "",         0, "",             6940, "",   ""
1,           "ZoneBBDRatingBPSF", BDP_Flt,  2, "",                 0, "",         0, "",             6950, "",   ""
1,           "SysFanFlowDenom",   BDP_Flt,  2, "",                 0, "",         0, "",             6960, "",   ""
             ; array to track percent sys1/sys2 area served PER FLOOR
             ; This should fix bug where "system per floor" systems were generating BDL w/ supply and return flows too high
; SAC 1/5/02 - removed to upgrade assignment stuff by ZnGrpWiz
; 1,           "FracSysAreaPerFlr", BDP_Flt, 10, "",                 0, "",         0, "",             6970, "",   ""
             ; properties to set values for SYSTEM:SUPPLY-EFF, RETURN-EFF & HSUPPLY-EFF
1,           "SysSFanMotorEff",   BDP_Flt,  2, "",                 0, "",         0, "",             6980, "",   ""
1,           "SysRFanMotorEff",   BDP_Flt,  2, "",                 0, "",         0, "",             6982, "",   ""
1,           "SysHFanMotorEff",   BDP_Flt,  2, "",                 0, "",         0, "",             6984, "",   ""
             ; enable setting of T24 system efficiency inputs
1,           "DXCapCategory",     BDP_Int,  2, "",                 0, "",         0, "",             6790, "",   "AssignHWToChlr" 

     ; *****  Properties from old Comply component  *****
1,           "SupFanType",        BDP_Flt,  2, "",                 0, "",         0, "",            14090, "",   "Supply Fan Type"
1,           "RetFanType",        BDP_Flt,  2, "",                 0, "",         0, "",            14095, "",   "Return Fan Type"

     ; SAC 10/27/01 - added to facilitate WLHP boiler size calc
1,           "WLHPBoilerSize",    BDP_Flt,  1, "",                 0, "",         0, "",             4001, "",   ""

; SAC 8/5/02 - Added some properties to facilitate EEM run interface
1,           "HVACSysTypeVal",    BDP_Int,  2, "",                 0, "",         0, "",             4001, "",   "HVAC System Type (value)" 
1,           "EconoTypeVal",      BDP_Int,  2, "",                 0, "",         0, "",             4001, "",   "Economizer Type (value)" 
1,           "CoolSourceVal",     BDP_Int,  2, "",                 0, "",         0, "",             4001, "",   "Source of cooling (value)" 
1,           "OSAMultiplier",     BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   "Outside Air Multiplier (for EEMs)" 

; SAC 9/19/02 - Added new property to prevent display of fan screens for baseboard only systems w/ no zone vent (and also serves to reduce total number of table look-ups)
1,           "DfltSFanStatic",    BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   "Default supply fan static pressure" 

; SAC 10/28/02 - Added new properties to enable scaling of OSA ventilation from within HVACWiz interface
1,           "DefaultPctOSA",     BDP_Flt,  2, "% OSA",            0, "",         0, "",             2001, "",   "" 
1,           "PercentOSA",        BDP_Flt,  2, "% OSA",            0, "",         0, "",             2001, "",   "" 

; SAC 1/9/03 - Added new property to minimize table look-ups
1,           "DfltSFanEff",       BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   "Default supply fan efficiency" 

; SAC 2/21/04 - Added new property to facilitate DEER measure analysis
1,           "MeasureFloorArea",  BDP_Flt,  2, "ft2",              0, "",         0, "",             4001, "",   "Total measure floor area (including shell & floor multipliers)" 

; SAC 3/15/04 - Added to facilitate the output of BDL keywords used to model residential PVVT systems (for DEER)
1,           "SysAirTempCtrl",    BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   "AIR/TEMP-CONTROL"
1,           "SysCoolStages",     BDP_Flt,  4, "frac"              0, "",         0, "",             4001, "",   "COOL-STAGES     "
1,           "SysHeatStages",     BDP_Flt,  4, "frac",             0, "",         0, "",             4001, "",   "HEAT-STAGES     "
1,           "SysMinFlowRat",     BDP_Flt,  2, "ratio",            0, "",         0, "",             4001, "",   "MIN-FLOW-RATIO   - calculated from other properties if this value not valid"
1,           "SysHMinFlowRat",    BDP_Flt,  2, "ratio",            0, "",         0, "",             4001, "",   "HMIN-FLOW-RATIO "
1,           "SysMinUnloadRat",   BDP_Flt,  2, "ratio",            0, "",         0, "",             4001, "",   "MIN-UNLOAD-RATIO"
1,           "SysMinHGBRatio",    BDP_Flt,  2, "ratio",            0, "",         0, "",             4001, "",   "MIN-HGB-RATIO   "
1,           "SysMinOutsideAir",  BDP_Flt,  2, "frac",             0, "",         0, "",             4001, "",   "MIN-OUTSIDE-AIR "
1,           "SysFanPlacement",   BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   "FAN-PLACEMENT   "
1,           "SysCoilBF",         BDP_Flt,  2, "frac",             0, "",         0, "",             4001, "",   "COIL-BF         "
1,           "SysCoolCtrlRange",  BDP_Flt,  2, "R",                0, "",         0, "",             4001, "",   "COOL-CTRL-RANGE "
1,           "SysCoolCap_fT",     BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   "COOL-CAP-FT     "
1,           "SysCoolSH_fT",      BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   "COOL-SH-FT      "
1,           "SysCoolEIR_fT",     BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   "COOL-EIR-FT     "
1,           "SysCoolCL_fPLR",    BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   "COOL-CLOSS-FPLR "
1,           "SysCoolCycLoss",    BDP_Flt,  2, "frac",             0, "",         0, "",             4001, "",   "COOL-CLOSS-MIN  "
1,           "SysCoilBF_fT",      BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   "COIL-BF-FT      "
1,           "SysCoilBF_fFlow",   BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   "COIL-BF-FFLOW   "
1,           "SysCoilBF_fPLR",    BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   "COIL-BF-FPLR    "
1,           "SysCoolEIR_fPLR",   BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   "COOL-EIR-FPLR   "
1,           "SysFurnaceAux",     BDP_Flt,  2, "Btu/h",            0, "",         0, "",             4001, "",   "FURNACE-AUX     "
1,           "SysFurnHIR_fPLR",   BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   "FURNACE-HIR-FPLR"
1,           "SysHeatCap_fT",     BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   "HEAT-CAP-FT"
1,           "SysHeatEIR_fT",     BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   "HEAT-EIR-FT"
1,           "SysHeatEIR_fPLR",   BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   "HEAT-EIR-FPLR"
1,           "SysHeatCycLoss",    BDP_Flt,  2, "frac",             0, "",         0, "",             4001, "",   "COOL-CLOSS-MIN  "    ; SAC 3/24/05

; SAC 12/3/04 - Added to facilitate the output of BDL keywords used to model heat recovery (for DEER)
1,           "HeatRecType",       BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   "RECOVER-EXHAUST & ERV-RECOVER-TYPE"
1,           "HeatRecOper",       BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   "ERV-RUN-CTRL"
1,           "HeatRecSensEff",    BDP_Flt,  2, "frac",             0, "",         0, "",             4001, "",   "ERV-SENSIBLE-EFF (key 391, range 0.05-1)"
1,           "HeatRecLatEff",     BDP_Flt,  2, "frac",             0, "",         0, "",             4001, "",   "ERV-LATENT-EFF (key 394, range 0.05-1)"
1,           "SupplyDeltaP",      BDP_Flt,  2, "in. WG",           0, "",         0, "",             4001, "",   "ERV-OA-STATIC (key 415, range 0-5)"
1,           "ExhaustDeltaP",     BDP_Flt,  2, "in. WG",           0, "",         0, "",             4001, "",   "ERV-EXH-STATIC (key 419, range 0-5)"
1,           "EconMaxOSAPercent", BDP_Flt,  2, "%",                0, "",         0, "",             4001, "",   "MAX-OA-FRACTION (key  68, range 0-1)"
; SAC 3/3/05 - Added to facilitate output of REFRIGERATION version BDL keywords used to model heat recovery (for DEER)
1,           "RefrigHeatRec",     BDP_Int,  2, "",                 0, "",         0, "",             4001, "",   "REFG-HTREC (YES/NO)"
1,           "RefrigHeatRecCkt",  BDP_Str,  2, "",                 0, "",         0, "",             4001, "",   "REFG-HTREC-CKT (REFG-CIRCUIT of TYPE=DISCHARGE)"
1,           "RefrigHeatRecCap",  BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   "REFG-HTREC-CAP"
1,           "RefrigHeatRecTD",   BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   "REFG-HTREC-TD (5-100)"
; SAC 3/15/05 - Added to facilitate output of Natural Ventilation BDL keywords (for DEER)
1,           "ModelNaturalVent",  BDP_Int,  2, "",                 0, "",         0, "",             4001, "",   "ModelNaturalVent (1/0)"
1,           "NatVentOption",     BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   "NatVentOption"
1,           "NatVentOnBDLSch",   BDP_Str,  2, "",                 0, "",         0, "",             4001, "",   "SYSTEM:NATURAL-VENT-SCH"
1,           "NatVentTempBDLSch", BDP_Str,  2, "",                 0, "",         0, "",             4001, "",   "SYSTEM:VENT-TEMP-SCH"
1,           "NatVentOpenBDLSch", BDP_Str,  2, "",                 0, "",         0, "",             4001, "",   "SYSTEM:OPEN-VENT-SCH"
1,           "NatVentMethod",     BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   "SYSTEM:VENT-METHOD"
1,           "NatVentRate",       BDP_Flt,  2, "ACH",              0, "",         0, "",             4001, "",   "SYSTEM:NATURAL-VENT-AC"
1,           "NatVentKW",         BDP_Flt,  2, "kW",               0, "",         0, "",             4001, "",   "SYSTEM:NATURAL-VENT-KW"

; SAC 12/3/04 - Added to track when to perform look-ups from certain measure analysis baseline tables (for DEER)
1,           "MsrTableBaseFlag",  BDP_Int,  2, "",                 0, "",         0, "",             4001, "",   "" 
1,           "MsrApplicable",     BDP_Int,  2, "",                 0, "",         0, "",             4001, "",   "" 
1,           "MsrNormValue",      BDP_Flt,  1, "",                 0, "",         0, "",             4001, "",   "" 
; SAC 12/15/04 - Added to facilitate stroage of default baseline data to be applied to measure runs (for DEER)
1,           "MsrStorage",        BDP_Flt, 30, "",                 0, "",         0, "",             4001, "",   "" 

; SAC 3/22/05 - Added properties for modeling detailed SEER/EER equipment (for DEER)
1,           "DetDXEquipType",    BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetDXEquipAbrev",   BDP_Sym,  2, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetDXCoolSEER",     BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetDXCoolEER",      BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetDXCoolCap",      BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetDXClSensTotRat", BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetDXCoolEIR",      BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetDXCFMPerBTUH",   BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetDXFanWPerCFM",   BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetDXCoolCapFTCoef",BDP_Flt, 20, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetDXCoolSHFTCoef", BDP_Flt, 20, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetDXCoolEIRFTCoef",BDP_Flt, 20, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetDXCoilBFFTCoef", BDP_Flt, 20, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetDXClEIRFPLRCoef",BDP_Flt, 20, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetDXClClsFPLRCoef",BDP_Flt, 20, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetDXNumCompSpds",  BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetDXLoSpdCFMRat",  BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetDXLoSpdCapRat",  BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetHPHeatHSPF",     BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetHPHeatEIR",      BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetHPHeatCOP47",    BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetHPHeatCap",      BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetHPHeatCapFTCoef",BDP_Flt, 20, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetHPHeatEIRFTCoef",BDP_Flt, 20, "",                 0, "",         0, "",             4001, "",   ""
1,           "DetHPHtEIRFPLRCoef",BDP_Flt, 20, "",                 0, "",         0, "",             4001, "",   ""
; SAC 3/23/05 - Added properties to specify BDL keyword values based on new detailed SEER/EER equipment data (for DEER)
1,           "SysSupKWPerFlow",   BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   ""
1,           "SysSupplyDeltaT",   BDP_Flt,  2, "",                 0, "",         0, "",             4001, "",   ""
;------------------------------------------------------------------------------------------------


; SAC 9/18/03 - Added new packaged HVAC water-cooled condenser component to enable water-cooled packaged HVAC system modeling
;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "DXCWWiz", "DX CW Wizard",          1,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  0,  12500
;
;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
             ; Track active and available wizard screens
1,           "ScreenIDArray",     BDP_Int, 99, "",                 0, "",         0, "",             2025, "",   "Wizard Screen ID Array" 
1,           "ScreenIDArrIdx",    BDP_Int,  1, "",                 0, "",         0, "",             2027, "",   "Wizard Screen ID Array Index" 
1,           "ScreenIDArrID",     BDP_Int,  1, "",                 0, "",         0, "",             2028, "",   "Wizard Screen ID Array ID" 
1,           "ShowAllScreens",    BDP_Int,  1, "",                 0, "",         0, "",             2660, "",   "" 

1,           "HaveDXCWEquip",     BDP_Int,  1, "",                 0, "",         0, "",            12501, "",   "flag denoting presence of DW CW equip" 

             ; Packaged HVAC CW Loop Pump Information
1,           "LoopPumpHead",      BDP_Flt,  1, "ft",               0, "",         0, "",            12565, "",   "Condenser Water Loop Pump Head" 
1,           "LoopPumpFlow",      BDP_Flt,  1, "gpm",              0, "",         0, "",            12570, "",   "Condenser Water Loop Pump Flow" 
1,           "LoopPumpCtrl",      BDP_Sym,  1, "",                 0, "",         0, "",            12575, "",   "Condenser Water Loop Pump Control" 
1,           "LoopPumpEff",       BDP_Sym,  1, "",                 0, "",         0, "",            12580, "",   "Condenser Water Loop Pump Motor Efficiency" 

             ; Packaged HVAC CW Tower Information
1,           "WCondConfig",       BDP_Sym,  1, "",                 0, "",         0, "",            12660, "",   "Water Condenser Configuration"
1,           "WCondTempCtrl",     BDP_Sym,  1, "",                 0, "",         0, "",            12665, "",   "Water Condenser Temperature Control"
1,           "WCondTemperature",  BDP_Flt,  1, "F",               0, "",         0, "",            12670, "",   "Water Condenser Temperature"
1,           "WCondCapControl",   BDP_Sym,  1, "",                 0, "",         0, "",            12675, "",   "Water Condenser Capacity Control"

; SAC 12/3/04 - Added to facilitate DEER analysis
1,           "WCondDesWetbulb",   BDP_Flt,  1, "F",               0, "",         0, "",             5001, "",   "HtRej Design Wetbulb"
1,           "WCondEIR",          BDP_Flt,  1, "",                 0, "",         0, "",             5001, "",   "HtRej WCondEIR"
1,           "WCondHead",         BDP_Flt,  1, "ft",               0, "",         0, "",             5001, "",   "HtRej WCondHead"
1,           "WCondStaticHead",   BDP_Flt,  1, "ft",               0, "",         0, "",             5001, "",   "HtRej WCondStaticHead"
1,           "WCondLoopHead",     BDP_Flt,  1, "ft",               0, "",         0, "",             5001, "",   "CW Loop WCondLoopHead"
1,           "WCondLpOperation",  BDP_Sym,  1, "",                 0, "",         0, "",             5001, "",   "CW Loop WCondLpOperation"

; SAC 12/20/04 - Added to facilitate DEER analysis
1,           "MsrApplicable",     BDP_Int,  1, "",                 0, "",         0, "",             5001, "",   "" 
1,           "MsrStorage",        BDP_Flt,  5, "",                 0, "",         0, "",             5001, "",   "" 

; SAC 1/5/05 - Added for better Title-24 baseline
1,           "WCondCellCtrl",     BDP_Sym,  1, "",                 0, "",         0, "",             5001, "",   "WCondCellCtrl"
1,           "WCondMinFlowPCell", BDP_Flt,  1, "frac",             0, "",         0, "",             5001, "",   ""
;------------------------------------------------------------------------------------------------


;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "WLHPWiz", "WLHP Wizard",           1,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  0,  12000
;
;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
     ; SAC 3/19/02 - Track active and available wizard screens
1,           "ScreenIDArray",     BDP_Int, 99, "",                 0, "",         0, "",             2025, "",   "Wizard Screen ID Array" 
1,           "ScreenIDArrIdx",    BDP_Int,  1, "",                 0, "",         0, "",             2027, "",   "Wizard Screen ID Array Index" 
1,           "ScreenIDArrID",     BDP_Int,  1, "",                 0, "",         0, "",             2028, "",   "Wizard Screen ID Array ID" 
1,           "ShowAllScreens",    BDP_Int,  1, "",                 0, "",         0, "",             2660, "",   "" 

             ; WLHP System Information
1,           "SysPumpConfig",     BDP_Sym,  1, "",                 0, "",         0, "",            12010, "",   "WLHP System Pump Configuration" 
1,           "HaveSysPumps",      BDP_Int,  1, "",                 0, "",         0, "",            12011, "",   "Have WLHP System Pumps Flag" 
1,           "SysNumPumps",       BDP_Int,  1, "",                 0, "",         0, "",            12013, "",   "Number of WLHP System Pumps" 
1,           "SysLoopFlow",       BDP_Sym,  1, "",                 0, "",         0, "",            12015, "",   "WLHP System Loop Flow" 
1,           "SysPumpCtrl",       BDP_Sym,  1, "",                 0, "",         0, "",            12020, "",   "WLHP System Pump Control" 
1,           "SysPumpHead",       BDP_Flt,  1, "ft",               0, "",         0, "",            12025, "",   "WLHP System Pump Head" 
1,           "SysPumpFlow",       BDP_Flt,  1, "gpm",              0, "",         0, "",            12030, "",   "WLHP System Pump Flow" 
1,           "SysPumpEff",        BDP_Sym,  1, "",                 0, "",         0, "",            12035, "",   "WLHP System Pump Motor Efficiency" 

1,           "HaveTowerPump",     BDP_Int,  1, "",                 0, "",         0, "",            12050, "",   "Have Tower Pump Flag" 
1,           "WCondConfig",       BDP_Sym,  1, "",                 0, "",         0, "",            12055, "",   "Water Condenser Configuration"
1,           "WCondCapControl",   BDP_Sym,  1, "",                 0, "",         0, "",            12060, "",   "Water Condenser Capacity Control"
1,           "WCondPumpHead",     BDP_Flt,  1, "ft",               0, "",         0, "",            12065, "",   "Water Condenser Pump Head" 
1,           "WCondPumpFlow",     BDP_Flt,  1, "gpm",              0, "",         0, "",            12070, "",   "Water Condenser Pump Flow" 
1,           "WCondPumpCtrl",     BDP_Sym,  1, "",                 0, "",         0, "",            12075, "",   "Water Condenser Pump Control" 
1,           "WCondPumpEff",      BDP_Sym,  1, "",                 0, "",         0, "",            12080, "",   "Water Condenser Pump Motor Efficiency" 

1,           "HaveBoilerPump",    BDP_Int,  1, "",                 0, "",         0, "",            12100, "",   "Have Tower Pump Flag" 
1,           "BoilerType",        BDP_Sym,  1, "",                 0, "",         0, "",            12110, "",   "Boiler Type" 
1,           "BoilerFuel",        BDP_Sym,  1, "",                 0, "",         0, "",            12115, "",   "Boiler Fuel" 
1,           "BoilerSize",        BDP_Flt,  1, "?",                0, "",         0, "",            12120, "",   "Boiler Size" 
1,           "BoilerSizeULbl",    BDP_Str,  1, "",                 0, "",         0, "",            12125, "",   "Boiler Size Units Label" 
1,           "BoilerCombEff",     BDP_Flt,  1, "%",                0, "",         0, "",            12130, "",   "Boiler Combustion Efficiency" 
1,           "BoilerElecDem",     BDP_Flt,  1, "kW",               0, "",         0, "",            12135, "",   "Boiler Full Load Electric Demand" 
1,           "BoilerPumpHead",    BDP_Flt,  1, "ft",               0, "",         0, "",            12140, "",   "Boiler Pump Head" 
1,           "BoilerPumpFlow",    BDP_Flt,  1, "gpm",              0, "",         0, "",            12145, "",   "Boiler Pump Flow" 
1,           "BoilerPumpCtrl",    BDP_Sym,  1, "",                 0, "",         0, "",            12150, "",   "Boiler Pump Control" 
1,           "BoilerPumpEff",     BDP_Sym,  1, "",                 0, "",         0, "",            12155, "",   "Boiler Pump Motor Efficiency" 

             ; System Schedules
1,           "Control",           BDP_Sym,  1, "",                 0, "",         0, "",            12175, "",   "WLHP System Control"
1,           "MinLoopTemp",       BDP_Flt,  1, "F",               0, "",         0, "",            12180, "",   "WLHP System Minimum Loop Temperature"
1,           "MaxLoopTemp",       BDP_Flt,  1, "F",               0, "",         0, "",            12180, "",   "WLHP System Maximum Loop Temperature"
1,           "Operation",         BDP_Sym,  1, "",                 0, "",         0, "",            12190, "",   "WLHP System Operation"

; 1,           "DefaultSched",      BDP_Int,  2, "",                 0, "",         0, "",            12200, "",   "Default Primary Schedule Flag"
; 1,           "HaveHVACSysSched",  BDP_Int,  3, "",                 0, "",         0, "",            12205, "",   "Have Both HVAC System Schedules Flag" 
; 1,           "SchHaveSecSeas",    BDP_Int,  2, "",                 0, "",         0, "",            12210, "",   "Schedule Have Second Season Flag"
; 1,           "SchSeas1Start",     BDP_Int,  4, "",                 0, "",         0, "",            12211, "",   "Schedule First Season Start Day"
; 1,           "SchSeas1End",       BDP_Int,  4, "",                 0, "",         0, "",            12213, "",   "Schedule First Season End Day"
; 1,           "SchedDayFlag1",     BDP_Int,  6, "",                 0, "",         0, "",            12215, "",   "Schedule Daytype Flag (first season)"
; 1,           "SchedDayAssign1",   BDP_Int, 20, "",                 0, "",         0, "",            12220, "",   "Schedule Day Assignment (first season)"
; 1,           "SchedOn1",          BDP_Sym,  6, "",                 0, "",         0, "",            12230, "",   "Schedule On Time (first season)"
; 1,           "SchedOff1",         BDP_Sym,  6, "",                 0, "",         0, "",            12240, "",   "Schedule Off Time (first season)"
; 1,           "SchedGetOff1",      BDP_Int,  6, "",                 0, "",         0, "",            12245, "",   ""
; 1,           "SchSecSeasStart",   BDP_Int, 10, "",                 0, "",         1, "",            12270, "",   "Schedule Second Season Start Day"
; 1,           "SchSecSeasEnd",     BDP_Int, 10, "",                 0, "",         1, "",            12275, "",   "Schedule Second Season End Day"
; 1,           "SchedDayFlag2",     BDP_Int,  6, "",                 0, "",         0, "",            12280, "",   "Schedule Daytype Flag (second season)"
; 1,           "SchedDayAssign2",   BDP_Int, 20, "",                 0, "",         0, "",            12290, "",   "Schedule Day Assignment (second season)"
; 1,           "SchedOn2",          BDP_Sym,  6, "",                 0, "",         0, "",            12300, "",   "Schedule On Time (second season)"
; 1,           "SchedOff2",         BDP_Sym,  6, "",                 0, "",         0, "",            12310, "",   "Schedule Off Time (second season)"
; 1,           "SchedGetOff2",      BDP_Int,  6, "",                 0, "",         0, "",            12315, "",   ""
; 1,           "SchPrimSeasFlag",   BDP_Int,  2, "",                 0, "",         0, "",            12320, "",   "Schedule Show Primary Season Flag"
; 1,           "SchSecSeasFlag",    BDP_Int,  2, "",                 0, "",         0, "",            12325, "",   "Schedule Show Second Season Flag"
; 1,           "SchTimeLabels",     BDP_Str,  4, "",                 0, "",         0, "",            12330, "",   "Labels for On/Avail and Off/Unavail Times" 

; SAC 5/29/03 - Added new property to control access to WLHP screen in DD wizard (previously, user input boiler size of 0 would prevent further access to WLHP screen!)
1,           "HaveWLHP",          BDP_Int,  1, "",                 0, "",         0, "",            12001, "",   "Have WLHP System" 

; SAC 1/5/05 - Added for better Title-24 baseline
1,           "WCondCellCtrl",     BDP_Sym,  1, "",                 0, "",         0, "",             5001, "",   "WCondCellCtrl"
1,           "WCondMinFlowPCell", BDP_Flt,  1, "frac",             0, "",         0, "",             5001, "",   ""
;------------------------------------------------------------------------------------------------


;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "PrimWiz", "Primary Wizard",        1,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  0,   5000
;
;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
     ; SAC 3/19/02 - Track active and available wizard screens
1,           "CHWScrnIDArray",    BDP_Int, 99, "",                 0, "",         0, "",             2025, "",   "Wizard Screen ID Array" 
1,           "CHWScrnIDArrIdx",   BDP_Int,  1, "",                 0, "",         0, "",             2027, "",   "Wizard Screen ID Array Index" 
1,           "CHWScrnIDArrID",    BDP_Int,  1, "",                 0, "",         0, "",             2028, "",   "Wizard Screen ID Array ID" 
1,           "ShowAllCHWScrns",   BDP_Int,  1, "",                 0, "",         0, "",             2660, "",   "" 
1,           "HWScrnIDArray",     BDP_Int, 99, "",                 0, "",         0, "",             2025, "",   "Wizard Screen ID Array" 
1,           "HWScrnIDArrIdx",    BDP_Int,  1, "",                 0, "",         0, "",             2027, "",   "Wizard Screen ID Array Index" 
1,           "HWScrnIDArrID",     BDP_Int,  1, "",                 0, "",         0, "",             2028, "",   "Wizard Screen ID Array ID" 
1,           "ShowAllHWScrns",    BDP_Int,  1, "",                 0, "",         0, "",             2660, "",   "" 

             ; Primary HVAC Equipment Information
1,           "HaveChiller",       BDP_Int,  1, "",                 0, "",         0, "",             5005, "",   "" 
1,           "HaveBoiler",        BDP_Int,  1, "",                 0, "",         0, "",             5006, "",   "" 
1,           "HaveWaterCond",     BDP_Int,  1, "",                 0, "",         0, "",             5007, "",   "" 
;1,           "HaveAirCond",       BDP_Int,  2, "",                 0, "",         0, "",             5008, "",   "" 
     ; SAC 4/18/02 - Removed old HaveAirCond property and added new Remote Air/Evap cond flag
; SAC TO DO - corresponding mods to EEMRun stuff
1,           "HaveRemoteCond",    BDP_Int,  2, "",                 0, "",         0, "",             5001, "",   "" 
1,           "SqFtSrvdCHWCoils",  BDP_Flt,  1, "ft2",              0, "",         0, "",             4940, "",   "Total Square Footage Served by CHW Coils" 
1,           "SqFtSrvdHWCoils",   BDP_Flt,  1, "ft2",              0, "",         0, "",             4945, "",   "Total Square Footage Served by HW Coils" 

1,           "CHWSysPumpConfig",  BDP_Sym,  1, "",                 0, "",         0, "",             5010, "",   "CHW System Pump Configuration" 
1,           "HaveCHWSysPumps",   BDP_Int,  1, "",                 0, "",         0, "",             5011, "",   "Have CHW System Pumps Flag" 
1,           "CHWSysNumPumps",    BDP_Int,  1, "",                 0, "",         0, "",             5013, "",   "Number of CHW System Pumps" 
1,           "CHWSysLoopFlow",    BDP_Sym,  1, "",                 0, "",         0, "",             5015, "",   "CHW System Loop Flow" 
1,           "CHWSysPumpCtrl",    BDP_Sym,  1, "",                 0, "",         0, "",             5020, "",   "CHW System Pump Control" 
1,           "CHWSysPumpHead",    BDP_Flt,  1, "ft",               0, "",         0, "",             5025, "",   "CHW System Pump Head" 
1,           "CHWSysPumpFlow",    BDP_Flt,  1, "gpm",              0, "",         0, "",             5030, "",   "CHW System Pump Flow" 
1,           "CHWSysPumpEff",     BDP_Sym,  1, "",                 0, "",         0, "",             5035, "",   "CHW System Pump Motor Efficiency" 

1,           "CHWSysControl",     BDP_Sym,  1, "",                 0, "",         0, "",             5050, "",   "CHW System Control"
1,           "CHWSysMaxTemp",     BDP_Flt,  1, "F",               0, "",         0, "",             5060, "",   "CHW System Maximum Temperature"
1,           "CHWSysOutside",     BDP_Flt,  2, "F",               0, "",         0, "",             5057, "",   "CHW System Reset Sched Outside Low/High Temps"
1,           "CHWSysSetpoint",    BDP_Flt,  1, "F",               0, "",         0, "",             5060, "",   "CHW System Setpoint"
1,           "CHWSysOperation",   BDP_Sym,  1, "",                 0, "",         0, "",             5065, "",   "CHW System Operation"
1,           "CHWSysControlBy",   BDP_Sym,  1, "",                 0, "",         0, "",             5070, "",   "CHW System Control By"
1,           "CHWSysPumpTemp",    BDP_Flt,  1, "F",               0, "",         0, "",             5080, "",   "CHW System Pump Temperature"
; SAC 6/15/03 - Added new CHW system load properties
1,           "CHWAvgCoolInt",     BDP_Flt,  1, "ft2/ton",          0, "",         0, "",             5001, "",   "Average Cooling Intensity"
1,           "CHWOversizeFactor", BDP_Flt,  1, "",                 0, "",         0, "",             5001, "",   "Chiller Oversize Factor"
1,           "CHWEstimatedLoad",  BDP_Flt,  6, "ton",              0, "",         0, "",             5001, "",   "Estimated Load"
1,           "CHWEstLoadMsg",     BDP_Str,  6, "",                 0, "",         0, "",             5001, "",   "Estimated Load Message"
; SAC 10/25/04 - Added to facilitate DEER analysis
1,           "CHWLoopDeltaT",     BDP_Flt,  1, "F",               0, "",         0, "",             5001, "",   "CHW Loop Design Delta-T"
1,           "CHWLoopHead",       BDP_Flt,  1, "ft",               0, "",         0, "",             5001, "",   "CHW Loop Pipe Head" 

1,           "ChillerType",       BDP_Sym,  2, "",                 0, "",         0, "",             5100, "",   "Chiller Type" 
1,           "CondenserType",     BDP_Sym,  2, "",                 0, "",         0, "",             5105, "",   "Condenser Type" 
; SAC 10/6/03 - Added new property to enable VSD chillers
1,           "ChillerCompType",   BDP_Sym,  2, "",                 0, "",         0, "",             5001, "",   "Chiller compressor type" 
1,           "ShowChlrCompType",  BDP_Int,  2, "",                 0, "",         0, "",             5001, "",   "Show chiller compressor type selection" 
; SAC 6/12/03 - Implemented new SizeCateg, Count and DefaultCOP additions from KJM
1,           "ChillerSizeCateg",  BDP_Sym,  2, "",                 0, "",         0, "",             5001, "",   "Chiller Size Category" 
1,           "ChillerCount",      BDP_Int,  2, "",                 0, "",         0, "",             5001, "",   "Chiller Count" 
1,           "ChillerDefaultCOP", BDP_Flt,  2, "",                 0, "",         0, "",             5001, "",   "Chiller Default COP" 
1,           "ChillerSize",       BDP_Flt,  2, "ton",              0, "",         0, "",             5110, "",   "Chiller Size" 
1,           "ChillerEff",        BDP_Flt,  2, "?",                0, "",         0, "",             5115, "",   "Chiller Efficiency" 
; SAC 6/21/03 - Switched ChillerEffULbl string property to ChillerEffUnits symbol property to enable user-defined efficiency units
1,           "ChillerEffUnits",   BDP_Sym,  2, "",                 0, "",         0, "",             5120, "",   "Chiller Efficiency Units" 
; SAC 11/5/04 - Added to facilitate DEER analysis
1,           "AbsChillerEIR",     BDP_Flt,  2, "",                 0, "",         0, "",             5001, "",   "Absorption Chiller EIR" 
; SAC 10/25/04 - Added to facilitate DEER analysis
1,           "ChillerEvapHead",   BDP_Flt,  2, "ft",               0, "",         0, "",             5001, "",   "Chiller Evap Head" 
1,           "ChillerCondHead",   BDP_Flt,  2, "ft",               0, "",         0, "",             5001, "",   "Chiller Cond Head" 
; SAC 6/23/03 - Added new flag value to ensure older projects use same defaulting as previous versions
1,           "PrevT24ChlrDflt",   BDP_Int,  1, "",                 0, "",         0, "",             5001, "",   "" 
1,           "ChlrPumpHead",      BDP_Flt,  2, "ft",               0, "",         0, "",             5125, "",   "Chiller Pump Head" 
1,           "ChlrPumpFlow",      BDP_Flt,  2, "gpm",              0, "",         0, "",             5130, "",   "Chiller Pump Flow" 
1,           "ChlrPumpCtrl",      BDP_Sym,  2, "",                 0, "",         0, "",             5135, "",   "Chiller Pump Control" 
1,           "ChlrPumpEff",       BDP_Sym,  2, "",                 0, "",         0, "",             5140, "",   "Chiller Pump Motor Class" 
; SAC 10/25/04 - Added to facilitate DEER analysis
1,           "ChlrPumpMtrEff",    BDP_Flt,  2, "",                 0, "",         0, "",             5001, "",   "Chiller Pump Motor Efficiency" 
1,           "GetChlrPumpCtrl",   BDP_Int,  2, "",                 0, "",         0, "",             5145, "",   "GetChlrPumpCtrl" 
1,           "ChlrPumpECLbl",     BDP_Str,  1, "",                 0, "",         0, "",             5146, "",   "Chiller Pump Motor Eff/Ctrl Label" 
; SAC 10/1/00 - Added flag indicating whether or not one of the chillers REQUIRES a HW Loop connection
1,           "ChlrRequiresHW",    BDP_Int,  1, "",                 0, "",         0, "",             5102, "",   "ChlrRequiresHW" 
; SAC 4/11/01 - Added flag to indicate whether or not user wants DOE-2 to automatically size the chiller
1,           "SpecifyChlrCap",    BDP_Sym,  2, "",                 0, "",         0, "",             5108, "",   "Specify Chiller Capacity" 
1,           "SpecifyChlrCapVal", BDP_Int,  2, "",                 0, "",         0, "",             5001, "",   "Specify Chiller Capacity - Value" 

; SAC 10/26/04 - Added to facilitate DEER analysis
1,           "CWSysPumpConfig",   BDP_Sym,  1, "",                 0, "",         0, "",             5001, "",   "CWSysPumpConfig"
1,           "ChlrCWPumpHead",    BDP_Flt,  2, "ft",               0, "",         0, "",             5001, "",   "ChlrCWPumpHead"
1,           "ChlrCWPumpFlow",    BDP_Flt,  2, "gpm",              0, "",         0, "",             5001, "",   "ChlrCWPumpFlow"
1,           "ChlrCWPumpEff",     BDP_Sym,  2, "",                 0, "",         0, "",             5001, "",   "ChlrCWPumpEff"
1,           "WCondCellCtrl",     BDP_Sym,  1, "",                 0, "",         0, "",             5001, "",   "WCondCellCtrl"
1,           "WCondEIR",          BDP_Flt,  1, "",                 0, "",         0, "",             5001, "",   "WCondEIR"
1,           "WCondHead",         BDP_Flt,  1, "ft",               0, "",         0, "",             5001, "",   "WCondHead"
1,           "WCondStaticHead",   BDP_Flt,  1, "ft",               0, "",         0, "",             5001, "",   "WCondStaticHead"
1,           "WCondLoopHead",     BDP_Flt,  1, "ft",               0, "",         0, "",             5001, "",   "WCondLoopHead"
1,           "WCondLoopDesignDT", BDP_Flt,  1, "F",               0, "",         0, "",             5001, "",   "WCondLoopDesignDT"
1,           "WCondLpOperation",  BDP_Sym,  1, "",                 0, "",         0, "",             5001, "",   "WCondLpOperation"
; SAC 11/5/04 - Added to facilitate DEER analysis
1,           "WCondDesWetbulb",   BDP_Flt,  1, "F",               0, "",         0, "",             5001, "",   "HtRej Design Wetbulb"

1,           "WCondPumpHead",     BDP_Flt,  1, "ft",               0, "",         0, "",             5150, "",   "Water Condenser Pump Head" 
1,           "WCondPumpFlow",     BDP_Flt,  1, "gpm",              0, "",         0, "",             5155, "",   "Water Condenser Pump Flow" 
1,           "WCondConfig",       BDP_Sym,  1, "",                 0, "",         0, "",             5160, "",   "Water Condenser Configuration"
1,           "WCondTempCtrl",     BDP_Sym,  1, "",                 0, "",         0, "",             5165, "",   "Water Condenser Temperature Control"
1,           "WCondTemperature",  BDP_Flt,  1, "F",               0, "",         0, "",             5170, "",   "Water Condenser Temperature"
1,           "WCondCapControl",   BDP_Sym,  1, "",                 0, "",         0, "",             5175, "",   "Water Condenser Capacity Control"

; SAC 1/5/05 - Added for better Title-24 baseline
1,           "WCondMinFlowPCell", BDP_Flt,  1, "frac",             0, "",         0, "",             5001, "",   ""

1,           "ACondFanPower",     BDP_Flt,  2, "BHP",              0, "",         0, "",             5200, "",   "Air Condenser Fan Power"
1,           "ACondMinTemp",      BDP_Flt,  2, "F",               0, "",         0, "",             5205, "",   "Air Condenser Minimum Temperature"
1,           "ACondFanControl",   BDP_Sym,  2, "",                 0, "",         0, "",             5210, "",   "Air Condenser Fan Control"
; SAC 4/18/02 Added BDBase vars (below) to support new D22v41 chiller condenser features (old, no longer used, properties above retained for backward compat)
; SAC TO DO - make simiar mods to the EEMRun stuff
1,           "RemCondSetptCtrl",  BDP_Sym,  2, "",                 0, "",         0, "",             5203, "",   "Remote Air/Evap Condenser ..."
1,           "RemCondFanCtrl",    BDP_Sym,  2, "",                 0, "",         0, "",             5202, "",   "Remote Air/Evap Condenser ..."
1,           "RemCondSetptTemp",  BDP_Flt,  2, "F",               0, "",         0, "",             5207, "",   "Remote Air/Evap Condenser ..."
1,           "RemCondSetptDT",    BDP_Flt,  2, "F (delta)",       0, "",         0, "",             5208, "",   "Remote Air/Evap Condenser ..."
1,           "RemCondDesignWB",   BDP_Flt,  2, "F",               0, "",         0, "",             5212, "",   "Remote Evaporative Condenser ..."
1,           "RemCondScreenLbl",  BDP_Sym,  2, "",                 0, "",         0, "",             5001, "",   "Remote Condenser Screen Label"
1,           "RemCondScrnTLbl",   BDP_Sym,  2, "",                 0, "",         0, "",             5001, "",   "Remote Condenser Screen Label"
1,           "RemCondScrnTULbl",  BDP_Sym,  2, "",                 0, "",         0, "",             5001, "",   "Remote Condenser Screen Label"

; SAC 10/26/04 - Added to facilitate DEER analysis
1,           "CHWScndLoop",       BDP_Int,  1, "",                 0, "",         0, "",             5001, "",   "CHWScndLoop"
1,           "CHWSecLpHead",      BDP_Flt,  1, "ft",               0, "",         0, "",             5001, "",   "CHWSecLpHead"
1,           "CHWSecLpSuppDT",    BDP_Flt,  1, "F",               0, "",         0, "",             5001, "",   "CHWSecLpSuppDT"
1,           "CHWSecLpRetDT",     BDP_Flt,  1, "F",               0, "",         0, "",             5001, "",   "CHWSecLpRetDT"
1,           "CHWSecLpOperation", BDP_Sym,  1, "",                 0, "",         0, "",             5001, "",   "CHWSecLpOperation"
1,           "CHWSecLpControl",   BDP_Sym,  1, "",                 0, "",         0, "",             5001, "",   "CHWSecLpControl"
1,           "CHWSecLpSetpoint",  BDP_Flt,  1, "F",               0, "",         0, "",             5001, "",   "CHWSecLpSetpoint"
1,           "CHWSecLpDesignDT",  BDP_Flt,  1, "F",               0, "",         0, "",             5001, "",   "CHWSecLpDesignDT"
1,           "CHWSecLpResetT",    BDP_Flt,  1, "F",               0, "",         0, "",             5001, "",   "CHWSecLpResetT"

1,           "HWSysPumpConfig",   BDP_Sym,  1, "",                 0, "",         0, "",             5250, "",   "HW System Pump Configuration" 
1,           "HaveHWSysPumps",    BDP_Int,  1, "",                 0, "",         0, "",             5251, "",   "Have HW System Pumps Flag" 
1,           "HWSysNumPumps",     BDP_Int,  1, "",                 0, "",         0, "",             5253, "",   "Number of HW System Pumps" 
1,           "HWSysLoopFlow",     BDP_Sym,  1, "",                 0, "",         0, "",             5255, "",   "HW System Loop Flow" 
1,           "HWSysPumpCtrl",     BDP_Sym,  1, "",                 0, "",         0, "",             5260, "",   "HW System Pump Control" 
1,           "HWSysPumpHead",     BDP_Flt,  1, "ft",               0, "",         0, "",             5265, "",   "HW System Pump Head" 
1,           "HWSysPumpFlow",     BDP_Flt,  1, "gpm",              0, "",         0, "",             5270, "",   "HW System Pump Flow" 
1,           "HWSysPumpEff",      BDP_Sym,  1, "",                 0, "",         0, "",             5275, "",   "HW System Pump Motor Efficiency" 

1,           "HWSysControl",      BDP_Sym,  1, "",                 0, "",         0, "",             5290, "",   "HW System Control"
1,           "HWSysMinTemp",      BDP_Flt,  1, "F",               0, "",         0, "",             5300, "",   "HW System Minimum Temperature"
1,           "HWSysOutside",      BDP_Flt,  2, "F",               0, "",         0, "",             5297, "",   "HW System Reset Sched Outside Low/High Temps"
1,           "HWSysSetpoint",     BDP_Flt,  1, "F",               0, "",         0, "",             5300, "",   "HW System Setpoint"
1,           "HWSysOperation",    BDP_Sym,  1, "",                 0, "",         0, "",             5305, "",   "HW System Operation"
1,           "HWSysControlBy",    BDP_Sym,  1, "",                 0, "",         0, "",             5310, "",   "HW System Control By"
1,           "HWSysPumpTemp",     BDP_Flt,  1, "F",               0, "",         0, "",             5320, "",   "HW System Pump Temperature"
; SAC 11/12/04 - Added to facilitate DEER analysis
1,           "HWLoopDeltaT",      BDP_Flt,  1, "F",               0, "",         0, "",             5001, "",   "HW Loop Design Delta-T"
1,           "HWLoopHead",        BDP_Flt,  1, "ft",               0, "",         0, "",             5001, "",   "HW Loop Pipe Head" 

1,           "BoilerType",        BDP_Sym,  2, "",                 0, "",         0, "",             5330, "",   "Boiler Type" 
1,           "BoilerFuel",        BDP_Sym,  2, "",                 0, "",         0, "",             5335, "",   "Boiler Fuel" 
1,           "BoilerSize",        BDP_Flt,  2, "kBtu",             0, "",         0, "",             5340, "",   "Boiler Size" 
1,           "BoilerSizeULbl",    BDP_Str,  2, "",                 0, "",         0, "",             5345, "",   "Boiler Size Units Label" 
; SAC 11/12/04 - Added to facilitate DEER analysis
1,           "BoilerEffUnits",    BDP_Sym,  2, "",                 0, "",         0, "",             5001, "",   "Boiler Efficiency Units" 
1,           "BoilerCombEff",     BDP_Flt,  2, "%",                0, "",         0, "",             5350, "",   "Boiler Combustion Efficiency" 
1,           "BoilerElecDem",     BDP_Flt,  2, "kW",               0, "",         0, "",             5355, "",   "Boiler Full Load Electric Demand" 
; SAC 11/12/04 - Added to facilitate DEER analysis
1,           "BoilerHWHead",      BDP_Flt,  2, "ft",               0, "",         0, "",             5001, "",   "Boiler HW Head" 
1,           "BoilerPumpHead",    BDP_Flt,  2, "ft",               0, "",         0, "",             5360, "",   "Boiler Pump Head" 
1,           "BoilerPumpFlow",    BDP_Flt,  2, "gpm",              0, "",         0, "",             5365, "",   "Boiler Pump Flow" 
1,           "BoilerPumpCtrl",    BDP_Sym,  2, "",                 0, "",         0, "",             5370, "",   "Boiler Pump Control" 
1,           "BoilerPumpEff",     BDP_Sym,  2, "",                 0, "",         0, "",             5375, "",   "Boiler Pump Motor Efficiency" 
; SAC 11/12/04 - Added to facilitate DEER analysis
1,           "BoilerPumpMtrEff",  BDP_Flt,  2, "",                 0, "",         0, "",             5001, "",   "Boiler Pump Motor Efficiency" 
1,           "GetBoilPumpCtrl",   BDP_Int,  2, "",                 0, "",         0, "",             5380, "",   "GetBoilPumpCtrl" 
1,           "BoilerPumpECLbl",   BDP_Str,  1, "",                 0, "",         0, "",             5381, "",   "Boiler Pump Motor Eff/Ctrl Label" 
; SAC 4/11/01 - Added flag to indicate whether or not user wants DOE-2 to automatically size the boiler
1,           "SpecifyBlrCap",     BDP_Sym,  2, "",                 0, "",         0, "",             5338, "",   "Specify Boiler Capacity" 

; SAC 11/10/03 - Added to facilitate DEER analysis
1,           "CHWSysSizingOpt",   BDP_Int,  1, "",                 0, "",         0, "",             4001, "",   "Maps to CIRCULATION-LOOP:SIZING-OPTION" 
1,           "HWSysSizingOpt",    BDP_Int,  1, "",                 0, "",         0, "",             4001, "",   "Maps to CIRCULATION-LOOP:SIZING-OPTION" 
1,           "ChillerCapRatio",   BDP_Flt,  2, "",                 0, "",         0, "",             5001, "",   "Maps to CHILLER:CAPACITY-RATIO" 
1,           "BoilerCapRatio",    BDP_Flt,  2, "",                 0, "",         0, "",             5001, "",   "Maps to BOILER:CAPACITY-RATIO" 

; SAC 11/12/04 - Added to facilitate DEER analysis
1,           "HWScndLoop",        BDP_Int,  1, "",                 0, "",         0, "",             5001, "",   "HWScndLoop"
1,           "HWSecLpHead",       BDP_Flt,  1, "ft",               0, "",         0, "",             5001, "",   "HWSecLpHead"
1,           "HWSecLpSuppDT",     BDP_Flt,  1, "F",               0, "",         0, "",             5001, "",   "HWSecLpSuppDT"
1,           "HWSecLpRetDT",      BDP_Flt,  1, "F",               0, "",         0, "",             5001, "",   "HWSecLpRetDT"
1,           "HWSecLpOperation",  BDP_Sym,  1, "",                 0, "",         0, "",             5001, "",   "HWSecLpOperation"
1,           "HWSecLpControl",    BDP_Sym,  1, "",                 0, "",         0, "",             5001, "",   "HWSecLpControl"
1,           "HWSecLpSetpoint",   BDP_Flt,  1, "F",               0, "",         0, "",             5001, "",   "HWSecLpSetpoint"
1,           "HWSecLpDesignDT",   BDP_Flt,  1, "F",               0, "",         0, "",             5001, "",   "HWSecLpDesignDT"
1,           "HWSecLpResetT",     BDP_Flt,  1, "F",               0, "",         0, "",             5001, "",   "HWSecLpResetT"

             ; CHW/HW System Schedules
; SAC 1/25/02 - Added new object reference property, SchedDefaultHVAC, to handle schedule defaulting
1,           "SchedDefaultHVAC",  BDP_Obj,  2, "",                 0, "HVACWiz",  0, "",             5001, "",   "" 
1,           "DefaultSched",      BDP_Int,  2, "",                 0, "",         0, "",             5400, "",   "Default Primary Schedule Flag"
; SAC 1/5/02 - removed these flags as they don't make sense in new wizard w/ potentially multiple HVACWiz components
; SAC 3/6/02 - restored these flags for use in the SD wizard ONLY
1,           "HaveHVACSysSched",  BDP_Int,  3, "",                 0, "",         0, "",             5405, "",   "Have Both HVAC System Schedules Flag" 
1,           "SchHaveSecSeas",    BDP_Int,  2, "",                 0, "",         0, "",             5410, "",   "Schedule Have Second Season Flag"
1,           "SchSeas1Start",     BDP_Int,  4, "",                 0, "",         0, "",             5411, "",   "Schedule First Season Start Day"
1,           "SchSeas1End",       BDP_Int,  4, "",                 0, "",         0, "",             5413, "",   "Schedule First Season End Day"
1,           "SchedDayFlag1",     BDP_Int,  6, "",                 0, "",         0, "",             5415, "",   "Schedule Daytype Flag (first season)"
1,           "SchedDayAssign1",   BDP_Int, 20, "",                 0, "",         0, "",             5420, "",   "Schedule Day Assignment (first season)"
1,           "SchedOn1",          BDP_Sym,  6, "",                 0, "",         0, "",             5430, "",   "Schedule On Time (first season)"
1,           "SchedOff1",         BDP_Sym,  6, "",                 0, "",         0, "",             5440, "",   "Schedule Off Time (first season)"
1,           "SchedGetOff1",      BDP_Int,  6, "",                 0, "",         0, "",             5445, "",   ""
1,           "SchSecSeasStart",   BDP_Int, 10, "",                 0, "",         1, "",             5470, "",   "Schedule Second Season Start Day"
1,           "SchSecSeasEnd",     BDP_Int, 10, "",                 0, "",         1, "",             5475, "",   "Schedule Second Season End Day"
1,           "SchedDayFlag2",     BDP_Int,  6, "",                 0, "",         0, "",             5415, "",   "Schedule Daytype Flag (second season)"
1,           "SchedDayAssign2",   BDP_Int, 20, "",                 0, "",         0, "",             5420, "",   "Schedule Day Assignment (second season)"
1,           "SchedOn2",          BDP_Sym,  6, "",                 0, "",         0, "",             5430, "",   "Schedule On Time (second season)"
1,           "SchedOff2",         BDP_Sym,  6, "",                 0, "",         0, "",             5440, "",   "Schedule Off Time (second season)"
1,           "SchedGetOff2",      BDP_Int,  6, "",                 0, "",         0, "",             5515, "",   ""
1,           "SchPrimSeasFlag",   BDP_Int,  2, "",                 0, "",         0, "",             5520, "",   "Schedule Show Primary Season Flag"
1,           "SchSecSeasFlag",    BDP_Int,  2, "",                 0, "",         0, "",             5525, "",   "Schedule Show Second Season Flag"
1,           "SchTimeLabels",     BDP_Str,  4, "",                 0, "",         0, "",             5530, "",   "Labels for On/Avail and Off/Unavail Times" 

; DELETE
; 1,           "CoolPrimEqType",    BDP_Sym,  1, "",                 0, "",         0, "",             4050, "",   "" 
; 1,           "PrimEqCondType",    BDP_Sym,  1, "",                 0, "",         0, "",             4075, "",   "" 
; 1,           "PrimEqDesCoolCap",  BDP_Flt,  1, "ton",              0, "",         0, "",             4110, "",   "" 
; 1,           "PrimEqDesCoolEff",  BDP_Flt,  1, "kW/ton",           0, "",         0, "",             4065, "",   "" 
; 1,           "PumpType",          BDP_Sym,  1, "",                 0, "",         0, "",             4085, "",   "" 
; 1,           "PumpHead",          BDP_Flt,  1, "ft",               0, "",         0, "",             4180, "",   "" 
; 1,           "PumpMotorEff",      BDP_Flt,  1, "",                 0, "",         0, "",             4160, "",   "" 
; 1,           "PumpSizeMethod",    BDP_Sym,  1, "",                 0, "",         0, "",             4170, "",   "" 
; 1,           "PumpDriveType",     BDP_Sym,  1, "",                 0, "",         0, "",             4220, "",   "" 

; 1,           "HeatPrimEqType",    BDP_Sym,  1, "",                 0, "",         0, "",             4055, "",   "" 
; 1,           "BoilerFuel",        BDP_Sym,  1, "",                 0, "",         0, "",             4060, "",   "" 
; 1,           "PrimEqDesHeatEff",  BDP_Flt,  1, "efficiency",       0, "",         0, "",             4070, "",   "" 
; 1,           "CoolTowerCapCtrl",  BDP_Sym,  1, "",                 0, "",         0, "",             4080, "",   "" 
             ; Secondary Primary HVAC Equipment Information
; 1,           "CoolPrimEqSizRat",  BDP_Flt,  1, "ratio",            0, "",         0, "",             4120, "",   "" 
; 1,           "PrimEqDesHeatCap",  BDP_Flt,  1, "kBtu",             0, "",         0, "",             4130, "",   "" 
; 1,           "HeatPrimEqSizRat",  BDP_Flt,  1, "ratio",            0, "",         0, "",             4140, "",   "" 
; 1,           "RefrigerantType",   BDP_Sym,  1, "",                 0, "",         0, "",             4150, "",   "" 
; 1,           "ClTwrCircuitType",  BDP_Sym,  1, "",                 0, "",         0, "",             4190, "",   "" 
; 1,           "ClTwrTempControl",  BDP_Sym,  1, "",                 0, "",         0, "",             4200, "",   "" 
; 1,           "AirCondPower",      BDP_Flt,  1, "",                 0, "",         0, "",             4210, "",   "" 

     ; *****  Properties from old BldgOpWiz component  *****
; SAC 1/25/02 - Moved these properties to MainWiz
; 1,           "HaveSecSeas",          BDP_Int,  1, "",                 0, "",         0, "",            16010, "",   "Have Second Season Flag"
; 1,           "SecSeasStartMoDa",     BDP_Int,  6, "",                 0, "",         0, "",            16011, "",   "Second Season Start Month/Day"
; 1,           "SecSeasEndMoDa",       BDP_Int,  6, "",                 0, "",         0, "",            16013, "",   "Second Season End Month/Day"
; 1,           "Seas1Start",           BDP_Int,  2, "",                 0, "",         0, "",            16020, "",   "First Season Start Day(s)"
; 1,           "Seas1End",             BDP_Int,  2, "",                 0, "",         0, "",            16022, "",   "First Season End Day(s)"
; 1,           "Seas2Start",           BDP_Int,  1, "",                 0, "",         0, "",            16024, "",   "Second Season Start Day"
; 1,           "Seas2End",             BDP_Int,  1, "",                 0, "",         0, "",            16026, "",   "Second Season End Day"
; SAC 1/25/02 - Made CHW/HW-specific versions of these properties
; 1,           "NumOpenHrs1",          BDP_Int, 10, "",                 0, "",         0, "",            16070, "",   "Number of Season 1 open hours per WD/WE/Hol day"
; 1,           "NumOpenHrs2",          BDP_Int, 10, "",                 0, "",         0, "",            16072, "",   "Number of Season 2 open hours per WD/WE/Hol day"
; 1,           "MostNumOpenHrs",       BDP_Int,  2, "",                 0, "",         0, "",            16074, "",   "Highest Number of Open Hours (by season)"
; 1,           "DayMostOpen",          BDP_Int,  2, "",                 0, "",         0, "",            16076, "",   "Day (by season) with widest use period (to default CDD & HDD)"
; SAC 1/26/02 - Added to *Seas3* properties
; SAC 1/26/02 - ??? No need for CDD & HDD plant schedules ???
; 1,           "CHWNumOnHrs1",         BDP_Int, 10, "",                 0, "",         0, "",            16070, "",   "Number of Season 1 open hours per WD/WE/Hol day"
; 1,           "CHWNumOnHrs2",         BDP_Int, 10, "",                 0, "",         0, "",            16072, "",   "Number of Season 2 open hours per WD/WE/Hol day"
; 1,           "CHWNumOnHrs3",         BDP_Int, 10, "",                 0, "",         0, "",            16072, "",   "Number of Season 3 open hours per WD/WE/Hol day"
; 1,           "CHWMostNumOnHrs",      BDP_Int,  3, "",                 0, "",         0, "",            16074, "",   "Highest Number of Open Hours (by season)"
; 1,           "CHWDayMostOn",         BDP_Int,  3, "",                 0, "",         0, "",            16076, "",   "Day (by season) with widest use period (to default CDD & HDD)"
1,           "CHWOnSeas1",           BDP_Sym,  8, "",                 0, "",         0, "",            16150, "",   "CHW System On Time (season #1, Mon-Sun|Hol)"
1,           "CHWOnSeas2",           BDP_Sym,  8, "",                 0, "",         0, "",            16150, "",   "CHW System On Time (season #2, Mon-Sun|Hol)"
1,           "CHWOnSeas3",           BDP_Sym,  8, "",                 0, "",         0, "",            16150, "",   "CHW System On Time (season #3, Mon-Sun|Hol)"
1,           "CHWOffSeas1",          BDP_Sym,  8, "",                 0, "",         0, "",            16160, "",   "CHW System Off Time (season #1, Mon-Sun|Hol)"
1,           "CHWOffSeas2",          BDP_Sym,  8, "",                 0, "",         0, "",            16160, "",   "CHW System Off Time (season #2, Mon-Sun|Hol)"
1,           "CHWOffSeas3",          BDP_Sym,  8, "",                 0, "",         0, "",            16160, "",   "CHW System Off Time (season #3, Mon-Sun|Hol)"
; 1,           "HWNumOnHrs1",          BDP_Int, 10, "",                 0, "",         0, "",            16070, "",   "Number of Season 1 open hours per WD/WE/Hol day"
; 1,           "HWNumOnHrs2",          BDP_Int, 10, "",                 0, "",         0, "",            16072, "",   "Number of Season 2 open hours per WD/WE/Hol day"
; 1,           "HWNumOnHrs3",          BDP_Int, 10, "",                 0, "",         0, "",            16072, "",   "Number of Season 3 open hours per WD/WE/Hol day"
; 1,           "HWMostNumOnHrs",       BDP_Int,  3, "",                 0, "",         0, "",            16074, "",   "Highest Number of Open Hours (by season)"
; 1,           "HWDayMostOn",          BDP_Int,  3, "",                 0, "",         0, "",            16076, "",   "Day (by season) with widest use period (to default CDD & HDD)"
1,           "HWOnSeas1",            BDP_Sym,  8, "",                 0, "",         0, "",            16150, "",   "HW System On Time (season #1, Mon-Sun|Hol)"
1,           "HWOnSeas2",            BDP_Sym,  8, "",                 0, "",         0, "",            16150, "",   "HW System On Time (season #2, Mon-Sun|Hol)"
1,           "HWOnSeas3",            BDP_Sym,  8, "",                 0, "",         0, "",            16150, "",   "HW System On Time (season #3, Mon-Sun|Hol)"
1,           "HWOffSeas1",           BDP_Sym,  8, "",                 0, "",         0, "",            16160, "",   "HW System Off Time (season #1, Mon-Sun|Hol)"
1,           "HWOffSeas2",           BDP_Sym,  8, "",                 0, "",         0, "",            16160, "",   "HW System Off Time (season #2, Mon-Sun|Hol)"
1,           "HWOffSeas3",           BDP_Sym,  8, "",                 0, "",         0, "",            16160, "",   "HW System Off Time (season #3, Mon-Sun|Hol)"
; SAC 1/25/02 - removed unnecessary PrimWiz DD wizard schedule properties
; 1,           "OpenSeas1",            BDP_Sym, 10, "",                 0, "",         0, "",            16050, "",   "Opening Time (season #1, Mon-Sun|Hol|CDD|HDD)"
; 1,           "OpenSeas2",            BDP_Sym, 10, "",                 0, "",         0, "",            16055, "",   "Opening Time (season #2, Mon-Sun|Hol|CDD|HDD)"
; 1,           "CloseSeas1",           BDP_Sym, 10, "",                 0, "",         0, "",            16060, "",   "Closing Time (season #1, Mon-Sun|Hol|CDD|HDD)"
; 1,           "CloseSeas2",           BDP_Sym, 10, "",                 0, "",         0, "",            16065, "",   "Closing Time (season #2, Mon-Sun|Hol|CDD|HDD)"

     ; *****  Properties from old PostWiz component  *****
             ; flags indicating whether or not to assign the HW loop to one or both of the chillers (absorption or direct-fired)
1,           "AssignHWToChlr",       BDP_Int,  2, "",                 0, "",         0, "",             6988, "",   "AssignHWToChlr" 

; SAC 8/6/02 - Added some properties to facilitate EEM run interface
1,           "CHWSysPmpCtlLbl",      BDP_Int,  1, "",                 0, "",         0, "",            10708, "",   "Label flag for CHW System Pump Control" 
1,           "CHWSysLoopFlowVal",    BDP_Int,  1, "",                 0, "",         0, "",             5015, "",   "CHW System Loop Flow" 
1,           "CHWSysPumpCfgVal",     BDP_Int,  1, "",                 0, "",         0, "",             5010, "",   "CHW System Pump Configuration" 
1,           "ChillerTypeVal",       BDP_Int,  2, "",                 0, "",         0, "",             5100, "",   "Chiller Type" 
1,           "WCondTempCtrlVal",     BDP_Int,  1, "",                 0, "",         0, "",             5165, "",   "Water Condenser Temperature Control"
1,           "RemCondScreenLbl2",    BDP_Sym,  2, "",                 0, "",         0, "",             5001, "",   "Remote Condenser Screen Label"
1,           "RemCondScrnTVLbl",     BDP_Str,  2, "",                 0, "",         0, "",             5001, "",   "Remote Condenser Screen Label"
1,           "CHWSysControlVal",     BDP_Int,  1, "",                 0, "",         0, "",             5050, "",   "CHW System Control"
1,           "HWSysPmpCtlLbl",       BDP_Int,  1, "",                 0, "",         0, "",            10708, "",   "Label flag for HW System Pump Control" 
1,           "HWSysLoopFlowVal",     BDP_Int,  1, "",                 0, "",         0, "",             5015, "",   "HW System Loop Flow" 
1,           "HWSysPumpCfgVal",      BDP_Int,  1, "",                 0, "",         0, "",             5010, "",   "HW System Pump Configuration" 
1,           "BoilerTypeVal",        BDP_Int,  2, "",                 0, "",         0, "",             5100, "",   "Boiler Type" 
1,           "HWSysControlVal",      BDP_Int,  1, "",                 0, "",         0, "",             5050, "",   "CHW System Control"
;------------------------------------------------------------------------------------------------


;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "DHWWiz",  "DHW Wizard",            1,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  0,   5800
;
;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
     ; SAC 3/19/02 - Track active and available wizard screens
1,           "ScreenIDArray",     BDP_Int, 99, "",                 0, "",         0, "",             2025, "",   "Wizard Screen ID Array" 
1,           "ScreenIDArrIdx",    BDP_Int,  1, "",                 0, "",         0, "",             2027, "",   "Wizard Screen ID Array Index" 
1,           "ScreenIDArrID",     BDP_Int,  1, "",                 0, "",         0, "",             2028, "",   "Wizard Screen ID Array ID" 
1,           "ShowAllScreens",    BDP_Int,  1, "",                 0, "",         0, "",             2660, "",   "" 

             ; Primary HVAC Equipment Information
; 1,           "ProgressString",    BDP_Str,  1, "",                 0, "",         0, "",             5801, "",   "Wizard Progress String" 
             ; Domestic Water Heating Equipment Information
1,           "DHWFuel",           BDP_Sym,  1, "",                 0, "",         0, "",             5810, "",   "DHW Fuel"
1,           "DHWStorageCap",     BDP_Flt,  1, "gal",              0, "",         0, "",             5820, "",   "DHW StorageCap"
1,           "DHWInputRating",    BDP_Flt,  1, "",                 0, "",         0, "",             5830, "",   "DHW InputRating"
1,           "DHWInpRatingULbl",  BDP_Str,  1, "",                 0, "",         0, "",             5835, "",   "DHW InpRatingULbl"
1,           "DHWTankInsRVal",    BDP_Flt,  1, "h-ft2-F/Btu",     0, "",         0, "",             5840, "",   "DHW TankInsRVal"
1,           "DHWSupplyTemp",     BDP_Flt,  1, "F",               0, "",         0, "",             5850, "",   "DHW SupplyTemp"
1,           "DHWInletTemp",      BDP_Sym,  1, "",                 0, "",         0, "",             5860, "",   "DHW InletTemp"
1,           "DHWInletTempVal",   BDP_Flt,  1, "F",               0, "",         0, "",             5870, "",   "DHW InletTempVal"
1,           "DHWUsage",          BDP_Flt,  1, "gal/person/day",   0, "",         0, "",             5880, "",   "DHW Usage"
; SAC 10/11/02 - Added minimum for range checking & default for scaling
1,           "MinDHWUsage",       BDP_Flt,  1, "gal/person/day",   0, "",         0, "",             5880, "",   "Min DHW Usage"
1,           "DfltDHWUsage",      BDP_Flt,  1, "gal/person/day",   0, "",         0, "",             5880, "",   "Min DHW Usage"
1,           "DHWProcessFlow",    BDP_Flt,  1, "gal/minute",       0, "",         0, "",             5885, "",   "DHW Process Flow"
1,           "DHWRecircPercent",  BDP_Flt,  1, "%",                0, "",         0, "",             5890, "",   "DHW Recirculation Percent"
1,           "DHWPumpHead",       BDP_Flt,  1, "ft",               0, "",         0, "",             5900, "",   "DHW Pump Head" 
1,           "DHWPumpFlow",       BDP_Flt,  1, "gpm",              0, "",         0, "",             5910, "",   "DHW Pump Flow" 
1,           "DHWPumpEff",        BDP_Sym,  1, "",                 0, "",         0, "",             5930, "",   "DHW Pump Motor Efficiency" 
             ; Secondary Domestic Water Heating Equipment Info
; 1,           "DHWMaxFlow",        BDP_Flt,  1, "gpm",              0, "",         0, "",             5940, "",   "" 
; 1,           "DHWUseSchedule",    BDP_Str,  1, "",                 0, "",         0, "",             5950, "",   "" 
; 1,           "DHWEfficiency",     BDP_Flt,  1, "",                 0, "",         0, "",             5960, "",   "" 
; 1,           "DHWMaxHeatRate",    BDP_Flt,  1, "Btu/h",            0, "",         0, "",             5970, "",   "" 
; 1,           "DHWLosses",         BDP_Flt,  1, "Btu/h",            0, "",         0, "",             5990, "",   "" 

; SAC 1/20/02 - Added new DHW properties to facilitate T24 DHW analysis
1,           "DHWType",           BDP_Sym,  1, "",                 0, "",         0, "",             5801, "",   ""
1,           "DHWEffSpec",        BDP_Sym,  1, "",                 0, "",         0, "",             5801, "",   ""
1,           "DHWEnergyFactor",   BDP_Flt,  1, "",                 0, "",         0, "",             5801, "",   ""
1,           "DHWCOP",            BDP_Flt,  1, "Btu/Btu",          0, "",         0, "",             5801, "",   ""
1,           "DHWEfficiency",     BDP_Flt,  1, "fraction",         0, "",         0, "",             5801, "",   ""
1,           "DHWStandbyLoss",    BDP_Flt,  1, "%/hr",             0, "",         0, "",             5801, "",   ""
1,           "ResDHWType",           BDP_Sym,  1, "",                 0, "",         0, "",             5801, "",   ""
1,           "ResDHWFuel",           BDP_Sym,  1, "",                 0, "",         0, "",             5801, "",   ""
1,           "ResDHWInputRating",    BDP_Flt,  1, "",                 0, "",         0, "",             5801, "",   ""
1,           "ResDHWStorageCap",     BDP_Flt,  1, "Gal",              0, "",         0, "",             5801, "",   ""
1,           "ResDHWInpRatingULbl",  BDP_Str,  1, "",                 0, "",         0, "",             5801, "",   ""
1,           "ResDHWEffSpec",        BDP_Sym,  1, "",                 0, "",         0, "",             5801, "",   ""
1,           "ResDHWEnergyFactor",   BDP_Flt,  1, "",                 0, "",         0, "",             5801, "",   ""
1,           "ResDHWCOP",            BDP_Flt,  1, "Btu/Btu",          0, "",         0, "",             5801, "",   ""
1,           "ResDHWEfficiency",     BDP_Flt,  1, "fraction",         0, "",         0, "",             5801, "",   ""
1,           "ResDHWStandbyLoss",    BDP_Flt,  1, "%/hr",             0, "",         0, "",             5801, "",   ""
1,           "ResDHWTankInsRVal",    BDP_Flt,  1, "h-ft2-F/Btu",     0, "",         0, "",             5840, "",   "Res DHW TankInsRVal"
1,           "ResDHWSupplyTemp",     BDP_Flt,  1, "F",               0, "",         0, "",             5850, "",   "Res DHW SupplyTemp"
1,           "ResDHWInletTemp",      BDP_Sym,  1, "",                 0, "",         0, "",             5860, "",   "Res DHW InletTemp"
1,           "ResDHWInletTempVal",   BDP_Flt,  1, "F",               0, "",         0, "",             5870, "",   "Res DHW InletTempVal"
1,           "ResDHWUsage",          BDP_Flt,  1, "gal/person/day",   0, "",         0, "",             5880, "",   "Res DHW Usage"
1,           "ResDHWProcessFlow",    BDP_Flt,  1, "gal/minute",       0, "",         0, "",             5885, "",   "Res DHW Process Flow"
1,           "ResDHWRecircPercent",  BDP_Flt,  1, "%",                0, "",         0, "",             5890, "",   "Res DHW Recirculation Percent"
1,           "ResDHWPumpHead",       BDP_Flt,  1, "ft",               0, "",         0, "",             5900, "",   "Res DHW Pump Head" 
1,           "ResDHWPumpFlow",       BDP_Flt,  1, "gpm",              0, "",         0, "",             5910, "",   "Res DHW Pump Flow" 
1,           "ResDHWPumpEff",        BDP_Sym,  1, "",                 0, "",         0, "",             5930, "",   "Res DHW Pump Motor Efficiency" 

; SAC 8/6/02 - Added some properties to facilitate EEM run interface
1,           "DHWFuelVal",           BDP_Int,  1, "",                 0, "",         0, "",             5810, "",   "DHW Fuel"
1,           "ResDHWFuelVal",        BDP_Int,  1, "",                 0, "",         0, "",             5801, "",   ""

; SAC 10/8/02 - Added to facilitate output of DHW systems when some fraction of these systems serve as a source of space heating too (for Seattle)
1,           "DHWNonSpcHtFrac",      BDP_Flt,  1, "",                 0, "",         0, "",             5801, "",   ""
; SAC 10/9/02 - Added to facilitate output of CIRCULATION-LOOP:LOOP-RECIRC-FLOW keyword for DHW systems serving as a source of space heating (for Seattle)
1,           "DHWSpcHtFlowPerSqFt",  BDP_Flt,  1, "",                 0, "",         0, "",             5801, "",   ""

; SAC 11/30/04 - Additional properties added to facilitate DEER analysis
1,           "NResBDLTankUA",        BDP_Flt,  1, "",                 0, "",         0, "",             5801, "",   ""
1,           "NResBDLHIR",           BDP_Flt,  1, "",                 0, "",         0, "",             5801, "",   ""
1,           "NResBDLEIR",           BDP_Flt,  1, "",                 0, "",         0, "",             5801, "",   ""
1,           "ResBDLTankUA",         BDP_Flt,  1, "",                 0, "",         0, "",             5801, "",   ""
1,           "ResBDLHIR",            BDP_Flt,  1, "",                 0, "",         0, "",             5801, "",   ""
1,           "ResBDLEIR",            BDP_Flt,  1, "",                 0, "",         0, "",             5801, "",   ""
;------------------------------------------------------------------------------------------------


;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "EEMWiz",  "EEM Wizard",            1,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  0,  10000
;
;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
             ; General EEM Wizard Information
1,           "ScreenID",          BDP_Int,  1, "",                 0, "",         0, "",            10001, "",   "EEM Wizard Screen ID" 
1,           "NumMeasures",       BDP_Int,  1, "",                 0, "",         0, "",            10003, "",   "Number of possible EEM measures"
1,           "MeasureNames",      BDP_Str, 27, "",                 0, "",         0, "",            10005, "",   "Names of each EEM measure"
1,           "AllowMeasure",      BDP_Int, 27, "",                 0, "",         0, "",            10007, "",   "Allow measure flags"
             ; Details dialog stuff
1,           "DetailsDlgID",      BDP_Int,  1, "",                 0, "",         0, "",            10021, "",   ""
1,           "DetailsDlgHt",      BDP_Int, 27, "",                 0, "",         0, "",            10023, "",   ""
1,           "DetailsDlgWd",      BDP_Int, 27, "",                 0, "",         0, "",            10025, "",   ""
             ; Storage for custom Skylt Zone settings from SkyWiz
1,           "SkyltZones",        BDP_Int,200, "",                 0, "",         0, "",            10030, "",   "Selected Skylit Zones" 
             ; Storage for custom Daylt Zone settings from DayWiz
1,           "DayltZones",        BDP_Int,600, "",                 0, "",         0, "",            10035, "",   "Selected Daylit Zones" 

; SAC 9/9/01 - Added new property to enable Measure IDs to NOT be in sequential order so that we can insert measures into the middle of the selection list
;              without changing the values (IDs) associated with existing measures
1,           "MeasureOrder",      BDP_Int, 27, "",                 0, "",         0, "",            10040, "",   ""
;------------------------------------------------------------------------------------------------


;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "EEMRun",  "EEM Run",              11,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  0,  10200
;
;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
             ; General EEM Run Information
1,           "SecondaryRun",      BDP_Obj,  1, "",                 0, "EEMRun2",  0, "",            10201, "",   "Secondary EEM run data"
1,           "IsBaseline",        BDP_Int,  1, "",                 0, "",         0, "",            10203, "",   "Is Baseline EEM Run flag"
1,           "OperateOn",         BDP_Obj,  1, "",                 0, "EEMRun",  -1, "",            10205, "",   "EEM run this run is applied to"
1,           "Measure",           BDP_Sym,  1, "",                 0, "",         0, "",            10210, "",   "EEM measure to be evaluated"
1,           "SimulateRun",       BDP_Int,  1, "",                 0, "",         0, "",            10215, "",   "Simulate EEM Run flag"
1,           "NumDirections",     BDP_Int,  1, "",                 0, "",         0, "",            10220, "",   "Number of Directions Building Faces" 
1,           "DirectionLabel",    BDP_Str,  5, "",                 0, "",         0, "",            10222, "",   "Labels for each Facing Direction" 
; SAC 2/3/02 - Added BldgType to facilitate (future) EEMRun data & analysis based on new ShellWiz component
1,           "BldgType",          BDP_Sym,  1, "",                 0, "",         0, "",             2150, "",   "Primary Building Type" 
; SAC 2/3/02 - Added HasAttic for Seattle City Light's Multifamily buildings
1,           "HasAttic",          BDP_Int,  1, "",                 0, "",         0, "",             3001, "",   "Has Attic flag"
             ; Roof Construction EEMs
1,           "RoofConsType",      BDP_Sym,  1, "",                 0, "",         0, "",             2505, "",   "Roof Construction Type"
1,           "RoofBrdInsType",    BDP_Sym,  1, "",                 0, "",         0, "",             2506, "",   "Roof Board Insulation Type"
1,           "RoofSecInsType",    BDP_Sym,  1, "",                 0, "",         0, "",             2507, "",   "Roof Batt Insulation or Finish Type"
             ; Ext Wall Construction EEMs
1,           "VertExtConsType",   BDP_Sym,  1, "",                 0, "",         0, "",             2516, "",   "Vert Ext Wall Construction Type"
1,           "VertExtBrdInsType", BDP_Sym,  1, "",                 0, "",         0, "",             2517, "",   "Vert Ext Wall Exterior Ins Type"
1,           "VertExtSecInsType", BDP_Sym,  1, "",                 0, "",         0, "",             2518, "",   "Vert Ext Wall Integral Ins Type"
; SAC 2/3/02 - Added entirely new exterior wall Interior insulation property for SCL-eQUEST
1,           "VertExtIntInsType", BDP_Sym,  1, "",                 0, "",         0, "",             2518, "",   "Vert Ext Wall Interior Ins Type"
             ; Window Area EEMs
1,           "WindowHeight",      BDP_Flt,  3, "ft",               0, "",         0, "",             7540, "",   "Window Height" 
1,           "WinSillHeight",     BDP_Flt,  3, "ft",               0, "",         0, "",             7545, "",   "Window Sill Height" 
1,           "MaxWinHeight",      BDP_Flt,  3, "ft",               0, "",         0, "",            10257, "",   "Maximum Window Height" 
1,           "MaxSillHeight",     BDP_Flt,  3, "ft",               0, "",         0, "",            10258, "",   "Minimum Window Sill Height" 
; 1,           "MaxPercentGlass",   BDP_Flt,  3, "",                 0, "",         0, "",            10259, "",   "Maximum Percent Glass" 
1,           "PercentGlass1",     BDP_Flt,  3, "%",                0, "",         0, "",             7560, "",   "Percent Glass by Direction-1" 
1,           "PercentGlass2",     BDP_Flt,  3, "%",                0, "",         0, "",             7560, "",   "Percent Glass by Direction-2" 
1,           "PercentGlass3",     BDP_Flt,  3, "%",                0, "",         0, "",             7560, "",   "Percent Glass by Direction-3" 
1,           "PercentGlass4",     BDP_Flt,  3, "%",                0, "",         0, "",             7560, "",   "Percent Glass by Direction-4" 
1,           "PercentGlass5",     BDP_Flt,  3, "%",                0, "",         0, "",             7560, "",   "Percent Glass by Direction-5" 
1,           "WizardGTC",         BDP_Sym,  3, "",                 0, "",         0, "",            10265, "",   "Glass Type Code"
             ; SAC 10/11/00 - additional Window Area EEM properties
1,           "TypWindowWidth",    BDP_Flt,  3, "ft",               0, "",         0, "",             7635, "",   "Typical Window Width" 
1,           "WinWdPrecedence",   BDP_Int,  3, "",                 0, "",         0, "",             7640, "",   "Window Width vs. Percent Glass Precedence" 
1,           "WinTopIncOver",     BDP_Flt,  3, "",                 0, "",         0, "",             7662, "",   "WinTopIncOver"
1,           "SideBySide12",      BDP_Int,  1, "",                 0, "",         0, "",             7670, "",   "SideBySide12"
1,           "SideBySide13",      BDP_Int,  1, "",                 0, "",         0, "",             7671, "",   "SideBySide13"
1,           "SideBySide23",      BDP_Int,  1, "",                 0, "",         0, "",             7672, "",   "SideBySide23"
1,           "WinAssemblyWd1",    BDP_Flt,  3, "",                 0, "",         0, "",             7675, "",   "FracWinPerWd1"
1,           "WinAssemblyWd2",    BDP_Flt,  3, "",                 0, "",         0, "",             7675, "",   "FracWinPerWd2"
1,           "WinAssemblyWd3",    BDP_Flt,  3, "",                 0, "",         0, "",             7675, "",   "FracWinPerWd3"
1,           "WinAssemblyWd4",    BDP_Flt,  3, "",                 0, "",         0, "",             7675, "",   "FracWinPerWd4"
1,           "WinAssemblyWd5",    BDP_Flt,  3, "",                 0, "",         0, "",             7675, "",   "FracWinPerWd5"
1,           "MaxPercentGlass1",  BDP_Flt,  3, "",                 0, "",         0, "",             7680, "",   "MaxPercentGlass1"
1,           "MaxPercentGlass2",  BDP_Flt,  3, "",                 0, "",         0, "",             7680, "",   "MaxPercentGlass2"
1,           "MaxPercentGlass3",  BDP_Flt,  3, "",                 0, "",         0, "",             7680, "",   "MaxPercentGlass3"
1,           "MaxPercentGlass4",  BDP_Flt,  3, "",                 0, "",         0, "",             7680, "",   "MaxPercentGlass4"
1,           "MaxPercentGlass5",  BDP_Flt,  3, "",                 0, "",         0, "",             7680, "",   "MaxPercentGlass5"
             ; Window Glass Type EEMs
1,           "GTCCategory",       BDP_Sym,  3, "",                 0, "",         0, "",             7530, "",   "Glass Type Code Category" 
1,           "GlassTypeCode",     BDP_Sym,  3, "",                 0, "",         0, "",             7535, "",   "Glass Type Code" 
1,           "WinFrameType",      BDP_Sym,  3, "",                 0, "",         0, "",             7550, "",   "Window Frame Type" 
             ; Window Ext Shading EEMs
1,           "OverhangOption",    BDP_Sym,  1, "",                 0, "",         0, "",             7510, "",   "Window Overhang Option" 
1,           "OverhangDepth",     BDP_Flt,  5, "ft",               0, "",         0, "",             7515, "",   "Window Overhang Depths" 
1,           "WindowFinOption",   BDP_Sym,  1, "",                 0, "",         0, "",             7512, "",   "Window Fin Option" 
1,           "WindowFinDepth",    BDP_Flt,  5, "ft",               0, "",         0, "",             7517, "",   "Window Fin Depths" 
             ; SAC 10/11/00 - additional Window Ext Shading EEM properties
1,           "WindowOverDist",    BDP_Flt,  1, "ft",               0, "",         0, "",             7625, "",   "WindowOverDist"
1,           "WindowFinDist",     BDP_Flt,  1, "ft",               0, "",         0, "",             7630, "",   "WindowFinDist"
1,           "ModelFins",         BDP_Int,  3, "",                 0, "",         0, "",             7645, "",   "Model fins on window" 
1,           "ModelOverhang",     BDP_Int,  3, "",                 0, "",         0, "",             7650, "",   "Model overhang over window" 
1,           "OverhangPresent",   BDP_Int,  3, "",                 0, "",         0, "",             7655, "",   "OverhangPresent"
1,           "FinsPresent",       BDP_Int,  3, "",                 0, "",         0, "",             7657, "",   "FinsPresent"
1,           "ModelShadesStr",    BDP_Str,  6, "",                 0, "",         0, "",             7660, "",   "Model Shades string" 
             ; SAC 7/26/01 - added property to enable multiple symbol lists for WinFrameType and to perform a look-up to set BDL translation data
1,           "WinNumPanes",       BDP_Int,  3, "",                 0, "",         0, "",             7690, "",   "" 
             ; Skylighting EEMs
1,           "SkyltOption",       BDP_Sym,  1, "",                 0, "",         0, "",             8010, "",   "Skylight Location Option" 
1,           "SkyltCoverage",     BDP_Flt,  1, "%",                0, "",         0, "",             8020, "",   "Skylight Coverage" 
1,           "SkyltDimensions",   BDP_Flt,  2, "ft",               0, "",         0, "",             8040, "",   "Skylight Dimensions" 
1,           "SkyltGlazCateg",    BDP_Sym,  1, "",                 0, "",         0, "",             8050, "",   "Skylight Glazing Category" 
1,           "SkyltGlazType",     BDP_Sym,  1, "",                 0, "",         0, "",             8060, "",   "Skylight Glazing Type" 
1,           "SkyltLtWellDepth",  BDP_Flt,  1, "ft",               0, "",         0, "",             8070, "",   "Skylight Light Well Depth" 
             ; Daylighting EEMs
1,           "DayltOption1",      BDP_Sym,  1, "",                 0, "",         0, "",             9010, "",   "Daylighting source option 1" 
1,           "DayltOption2",      BDP_Sym,  1, "",                 0, "",         0, "",             9010, "",   "Daylighting source option 2" 
1,           "DayltOption3",      BDP_Sym,  1, "",                 0, "",         0, "",             9010, "",   "Daylighting source option 3" 
1,           "DayHaveSecondCtrl", BDP_Sym,  3, "",                 0, "",         0, "",             9020, "",   "Have second daylighting control flag - base" 
1,           "DayPercentZoneLt",  BDP_Flt,  6, "%",                0, "",         0, "",             9030, "",   "Percent of zone lights controlled - ctrl #1" 
1,           "DayDesignLtLevel",  BDP_Flt,  6, "fc",               0, "",         0, "",             9040, "",   "Design light level - ctrl #1" 
1,           "DayControllerType", BDP_Sym,  3, "",                 0, "",         0, "",             9080, "",   "Daylighting controller type" 
1,           "DayMinPowerPct",    BDP_Flt,  3, "%",                0, "",         0, "",             9100, "",   "Minimum power percentage" 
1,           "DayMinLightPct",    BDP_Flt,  3, "%",                0, "",         0, "",             9110, "",   "Minimum light percentage" 
1,           "DayNumCtrlSteps",   BDP_Flt,  3, "",                 0, "",         0, "",             9120, "",   "Number of lighting control steps" 
1,           "DayLightCtrlProb",  BDP_Flt,  3, "",                 0, "",         0, "",             9130, "",   "Light control probability" 
1,           "DayltLabelFlag",    BDP_Int,  3, "",                 0, "",         0, "",            10338, "",   "daylighting screen label flag" 
             ; Lighting & Equipment Power Density EEMs
1,           "ActAreaType",       BDP_Sym,  8, "",                 0, "",         0, "",            10350, "",   "Activity Area Type" 
1,           "PercentArea",       BDP_Flt,  8, "%",                0, "",         0, "",            10352, "",   "Percent of Building Area" 
             ; Lighting Power Density EEMs
1,           "LightIntensity",    BDP_Flt,  8, "W/ft2",            0, "",         0, "",             3050, "",   "Lighting Intensity" 
1,           "UnoccLights",       BDP_Flt,  8, "%",                0, "",         0, "",             3084, "",   "Percent lighting load during unoccupied hours" 
             ; Equipment Power Density EEMs
1,           "PlugIntensity",     BDP_Flt,  8, "W/ft2",            0, "",         0, "",             3070, "",   "Plug Load Intensity" 
1,           "UnoccPlugLds",      BDP_Flt,  8, "%",                0, "",         0, "",             3088, "",   "Percent plug load during unoccupied hours" 
; SAC 9/9/01 - Added general enduse equipment properties
1,           "ActAreaArea",       BDP_Flt, 10, "ft2",              0, "",         0, "",            15205, "",   "Total building area that corresponds to this type of activity" 
; SAC 9/9/01 - Added cooking equipment EEM stuff
             ; NOTE: Single array of cooking equipment to get distributed (area-weighted) to ALL activity types set to "Kitchen"
1,           "CENumSpreadRows",   BDP_Int,  1, "",                 0, "",         0, "",            15403, "",   "" 
1,           "CENumSpreadRowsM1", BDP_Int,  1, "",                 0, "",         0, "",            15404, "",   "" 
1,           "CEKitchenArea",     BDP_Flt,  1, "",                 0, "",         0, "",            15405, "",   "" 
; 1,           "CEIsKitchenArea",   BDP_Int, 10, "",                 0, "",         0, "",            15406, "",   "" 
1,           "CEHasGas",          BDP_Int,  1, "",                 0, "",         0, "",            15407, "",   "" 
1,           "CEHasGasStr",       BDP_Str,  1, "",                 0, "",         0, "",            15408, "",   "" 
1,           "CEFuel",            BDP_Sym, 10, "",                 0, "",         0, "",            15410, "",   "" 
1,           "CEEquipType",       BDP_Sym, 10, "",                 0, "",         0, "",            15413, "",   "" 
1,           "CENumEquips",       BDP_Flt, 10, "",                 0, "",         0, "",            15416, "",   "" 
1,           "CEKW",              BDP_Flt, 10, "kW",               0, "",         0, "",            15420, "",   "" 
1,           "CEKBtuh",           BDP_Flt, 10, "kBtuh",            0, "",         0, "",            15423, "",   "" 
1,           "CEDivFctr",         BDP_Flt, 10, "",                 0, "",         0, "",            15427, "",   "" 
1,           "CESensFrac",        BDP_Flt, 10, "",                 0, "",         0, "",            15428, "",   ""   ; SAC 6/13/01 added
1,           "CEConnctdELd",      BDP_Flt, 10, "W/ft2",            0, "",         0, "",            15430, "",   "" 
1,           "CEConnctdGLd",      BDP_Flt, 10, "Btuh/ft2",         0, "",         0, "",            15433, "",   "" 
1,           "CEDescrip",         BDP_Str, 10, "",                 0, "",         0, "",            15440, "",   "" 
1,           "CEElecLoad",        BDP_Flt,  1, "kW",               0, "",         0, "",            15450, "",   "" 
1,           "CEGasLoad",         BDP_Flt,  1, "kBtuh",            0, "",         0, "",            15452, "",   "" 
             ; NOTE: Intensity array => [1] by KITCHEN area, [2] by BUILDING area
1,           "CEElecIntens",      BDP_Flt,  2, "W/ft2",            0, "",         0, "",            15455, "",   "" 
1,           "CEGasIntens",       BDP_Flt,  2, "Btuh/ft2",         0, "",         0, "",            15456, "",   "" 
1,           "CEDivEIntens",      BDP_Flt,  1, "W/ft2",            0, "",         0, "",            15457, "",   "" 
1,           "CEDivGIntens",      BDP_Flt,  1, "Btuh/ft2",         0, "",         0, "",            15458, "",   "" 
1,           "CEEGSensFrac",      BDP_Flt,  2, "",                 0, "",         0, "",            15459, "",   ""   ; SAC 6/13/01 added - 1=>elec, 2=>gas

; SAC 12/12/01 - Added to facilitate screens in knowing when to provide daylight options for certain floors
1,           "FlrsAboveGrade",    BDP_Flt,  1, "",                 0, "",         0, "",             2180, "",   "Num Floors Above Grade" 
;------------------------------------------------------------------------------------------------


;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "EEMRun2",  "EEM Run2",            11,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  0,  10600
;
;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
             ; General EEM Run Information
1,           "MainRun",           BDP_Obj,  1, "",                 0, "EEMRun",   0, "",            10601, "",   "Main EEM run data"
1,           "IsBaseline",        BDP_Int,  1, "",                 0, "",         0, "",            10603, "",   "Is Baseline EEM Run flag"
1,           "OperateOn",         BDP_Obj,  1, "",                 0, "EEMRun",   0, "",            10605, "",   "EEM run this run is applied to"
1,           "OperateOn2",        BDP_Obj,  1, "",                 0, "EEMRun2",  0, "",            10607, "",   "EEM run2 this run is applied to"
1,           "Measure",           BDP_Sym,  1, "",                 0, "",         0, "",            10610, "",   "EEM measure to be evaluated"

             ; For the purpose of labeling all HVAC System-related EEMs
1,           "HVACSysType",       BDP_Sym,  2, "",                 0, "",         0, "",            10620, "",   "HVAC System Type" 
1,           "HVACSysTypeLbl",    BDP_Sym,  2, "",                 0, "",         0, "",            10621, "",   "HVAC System Type Label" 
1,           "CoolSource",        BDP_Sym,  2, "",                 0, "",         0, "",            10622, "",   "Source of Cooling" 
1,           "HeatSource",        BDP_Sym,  2, "",                 0, "",         0, "",            10624, "",   "Source of Cooling" 

             ; Thermostat Management EEMs
; SAC TO DO - Need to increased array sizes from 2 -> 6 to handle SEASONAL thermostat setpoints
1,           "CoolOccTemp",       BDP_Flt,  2, "F",               0, "",         0, "",             4370, "",   "Cooling Occupied Temperature Setpoint" 
1,           "CoolUnoccTemp",     BDP_Flt,  2, "F",               0, "",         0, "",             4370, "",   "Cooling Unoccupied Temperature Setpoint" 
1,           "HeatOccTemp",       BDP_Flt,  2, "F",               0, "",         0, "",             4390, "",   "Heating Occupied Temperature Setpoint" 
1,           "HeatUnoccTemp",     BDP_Flt,  2, "F",               0, "",         0, "",             4390, "",   "Heating Unoccupied Temperature Setpoint" 

             ; Fan Power & Control EEMs
1,           "SFanPowerUnits",    BDP_Sym,  2, "",                 0, "",         0, "",             4065, "",   "Supply Fan Power Units" 
1,           "SFanPower",         BDP_Flt,  2, "?",                0, "",         0, "",             4065, "",   "Supply Fan Power" 
1,           "SFanFlow",          BDP_Flt,  2, "cfm",              0, "",         0, "",             4066, "",   "Supply Fan Flow" 
1,           "SFanType",          BDP_Sym,  2, "",                 0, "",         0, "",             4067, "",   "Supply Fan Type" 
1,           "VAVFan",            BDP_Int,  2, "",                 0, "",         0, "",            10648, "",   "VAV Fan Flag" 
             ; SAC 8/25/00 - Added fan motor efficiency to EEM options
1,           "SFanMotorEff",      BDP_Sym,  2, "",                 0, "",         0, "",             4650, "",   "Supply Fan Motor Efficiency" 
1,           "SFanNameplateHP",   BDP_Flt,  2, "",                 0, "",         0, "",            10648, "",   ""
1,           "SFanEfficiencyAdj", BDP_Flt,  2, "",                 0, "",         0, "",            10649, "",   ""

             ; Ventilation & Economizer EEMs
1,           "OSAMultiplier",     BDP_Flt,  1, "",                 0, "",         0, "",             3076, "",   "Outside Air Multiplier"     
1,           "EconomizerType",    BDP_Sym,  2, "",                 0, "",         0, "",             4120, "",   "Economizer Type" 
1,           "EconHighLimit",     BDP_Flt,  2, "F",               0, "",         0, "",             4123, "",   "Economizer High Temperature Limit"     
1,           "EconCompressor",    BDP_Sym,  2, "",                 0, "",         0, "",             4126, "",   "Economizer Compressor Use Flag" 
1,           "CanHaveEcon",       BDP_Int,  2, "",                 0, "",         0, "",            10662, "",   "Can Have Economizer Flag" 
1,           "EconoLockout",      BDP_Int,  1, "",                 0, "",         0, "",            10664, "",   "Flag for 'Compressor' screen label" 

             ; Deck Reset EEMs
1,           "ColdDeckReset",     BDP_Sym,  2, "",                 0, "",         0, "",             4135, "",   "ColdDeckReset" 
1,           "ColdDeckTemps",     BDP_Flt,  8, "F",               0, "",         0, "",             4136, "",   "Cold Deck Reset Temperatures"     
1,           "ColdDeckTempLbl",   BDP_Str,  4, "",                 0, "",         0, "",            10674, "",   "Cold Deck Reset Temperature Labels" 
1,           "HotDeckReset",      BDP_Sym,  2, "",                 0, "",         0, "",             4145, "",   "HotDeckReset" 
1,           "HotDeckTemps",      BDP_Flt,  8, "F",               0, "",         0, "",             4146, "",   "Hot Deck Reset Temperatures"     
1,           "HotDeckTempLbl",    BDP_Str,  4, "",                 0, "",         0, "",            10680, "",   "Hot Deck Reset Temperature Labels" 
; SAC 12/12/01 - added
1,           "CanHaveCReset",     BDP_Int,  2, "",                 0, "",         0, "",             4130, "",   "CanHaveCReset" 
1,           "CanHaveHReset",     BDP_Int,  2, "",                 0, "",         0, "",             4140, "",   "CanHaveHReset" 

             ; Package HVAC Efficiency EEMs
1,           "DesCoolEffUnits",   BDP_Sym,  2, "",                 0, "",         0, "",             4190, "",   "Cooling Efficiency Units"   
1,           "DesCoolEff",        BDP_Flt,  2, "",                 0, "",         0, "",             4190, "",   "Cooling Efficiency"       
1,           "DesHeatEffUnits",   BDP_Sym,  2, "",                 0, "",         0, "",             4210, "",   "Heating Efficiency Units"   
1,           "DesHeatEff",        BDP_Flt,  2, "",                 0, "",         0, "",             4210, "",   "Heating Efficiency"       
1,           "PckgdNonElecHeat",  BDP_Int,  2, "",                 0, "",         0, "",            10695, "",   "Heating Is Packaged and Not Electric flag" 
1,           "AllowSEER",         BDP_Int,  2, "",                 0, "",         0, "",             4990, "",   "AllowSEER" 
1,           "AllowHSPF",         BDP_Int,  2, "",                 0, "",         0, "",             4995, "",   "AllowHSPF" 

             ; CHW Loop EEMs
1,           "CHWSysLoopFlow",    BDP_Sym,  1, "",                 0, "",         0, "",             5015, "",   "CHW System Loop Flow" 
1,           "CHWSysNumPumps",    BDP_Int,  1, "",                 0, "",         0, "",             5013, "",   "Number of CHW System Pumps" 
1,           "CHWSysPumpHead",    BDP_Flt,  1, "ft",               0, "",         0, "",             5025, "",   "CHW System Pump Head" 
1,           "CHWSysPumpFlow",    BDP_Flt,  1, "gpm",              0, "",         0, "",             5030, "",   "CHW System Pump Flow" 
1,           "CHWSysPumpCtrl",    BDP_Sym,  1, "",                 0, "",         0, "",             5020, "",   "CHW System Pump Control" 
1,           "CHWSysPumpEff",     BDP_Sym,  1, "",                 0, "",         0, "",             5035, "",   "CHW System Pump Motor Efficiency" 
1,           "CHWSysPmpCtlLbl",   BDP_Int,  1, "",                 0, "",         0, "",            10708, "",   "Label flag for CHW System Pump Control" 

             ; Chiller Plant EEMs
1,           "ChillerType",       BDP_Sym,  2, "",                 0, "",         0, "",             5100, "",   "Chiller Type" 
1,           "CondenserType",     BDP_Sym,  2, "",                 0, "",         0, "",             5105, "",   "Condenser Type" 
1,           "ChillerSize",       BDP_Flt,  2, "ton",              0, "",         0, "",             5110, "",   "Chiller Size" 
1,           "ChillerEff",        BDP_Flt,  2, "?",                0, "",         0, "",             5115, "",   "Chiller Efficiency" 
1,           "ChillerEffULbl",    BDP_Str,  2, "",                 0, "",         0, "",            10714, "",   "Chiller Efficiency Units Label" 
1,           "ChlrPumpHead",      BDP_Flt,  2, "ft",               0, "",         0, "",             5125, "",   "Chiller Pump Head" 
1,           "ChlrPumpFlow",      BDP_Flt,  2, "gpm",              0, "",         0, "",             5130, "",   "Chiller Pump Flow" 
1,           "ChlrPumpCtrl",      BDP_Sym,  2, "",                 0, "",         0, "",             5135, "",   "Chiller Pump Control" 
1,           "ChlrPumpEff",       BDP_Sym,  2, "",                 0, "",         0, "",             5140, "",   "Chiller Pump Motor Efficiency" 
1,           "GetChlrPumpCtrl",   BDP_Int,  2, "",                 0, "",         0, "",            10719, "",   "GetChlrPumpCtrl" 
1,           "ChlrPumpECLbl",     BDP_Str,  1, "",                 0, "",         0, "",            10720, "",   "Chiller Pump Motor Eff/Ctrl Label" 
1,           "HaveWaterCond",     BDP_Int,  1, "",                 0, "",         0, "",            10721, "",   "" 
1,           "HaveAirCond",       BDP_Int,  2, "",                 0, "",         0, "",            10722, "",   "" 
             ; Water-Cooled Condenser
1,           "WCondPumpHead",     BDP_Flt,  1, "ft",               0, "",         0, "",             5150, "",   "Water Condenser Pump Head" 
1,           "WCondPumpFlow",     BDP_Flt,  1, "gpm",              0, "",         0, "",             5155, "",   "Water Condenser Pump Flow" 
1,           "WCondConfig",       BDP_Sym,  1, "",                 0, "",         0, "",             5160, "",   "Water Condenser Configuration"
1,           "WCondTempCtrl",     BDP_Sym,  1, "",                 0, "",         0, "",             5165, "",   "Water Condenser Temperature Control"
1,           "WCondTemperature",  BDP_Flt,  1, "F",               0, "",         0, "",             5170, "",   "Water Condenser Temperature"
1,           "WCondCapControl",   BDP_Sym,  1, "",                 0, "",         0, "",             5175, "",   "Water Condenser Capacity Control"
             ; Air-Cooled Condenser2
; SAC TO DO - Implement mods consistent w/ new D22v41 chiller condenser features made to PrimWiz component
1,           "ACondFanPower",     BDP_Flt,  2, "BHP",              0, "",         0, "",             5200, "",   "Air Condenser Fan Power"
1,           "ACondMinTemp",      BDP_Flt,  2, "F",               0, "",         0, "",             5205, "",   "Air Condenser Minimum Temperature"
1,           "ACondFanControl",   BDP_Sym,  2, "",                 0, "",         0, "",             5210, "",   "Air Condenser Fan Control"
             ; Chiller Plant mini wizard screen tracking stuff
1,           "ScreenIdx",         BDP_Int,  1, "",                 0, "",         0, "",            10742, "",   "Wizard Screen Index" 
1,           "ScreenID",          BDP_Int,  1, "",                 0, "",         0, "",            10744, "",   "Wizard Screen ID" 
1,           "PrevScreenID",      BDP_Int, 99, "",                 0, "",         0, "",            10746, "",   "Previous Wizard Screen ID" 
1,           "NextScreenID",      BDP_Int,  1, "",                 0, "",         0, "",            10748, "",   "Next Wizard Screen ID" 
1,           "ProgressString",    BDP_Str,  1, "",                 0, "",         0, "",            10750, "",   "Wizard Progress String" 

             ; CHW Control EEMs
1,           "CHWSysControl",     BDP_Sym,  1, "",                 0, "",         0, "",             5050, "",   "CHW System Control"
1,           "CHWSysMaxTemp",     BDP_Flt,  1, "F",               0, "",         0, "",             5060, "",   "CHW System Maximum Temperature"
1,           "CHWSysSetpoint",    BDP_Flt,  1, "F",               0, "",         0, "",             5060, "",   "CHW System Setpoint"

             ; HW Loop EEMs
1,           "HWSysLoopFlow",     BDP_Sym,  1, "",                 0, "",         0, "",             5255, "",   "HW System Loop Flow" 
1,           "HWSysPumpEff",      BDP_Sym,  1, "",                 0, "",         0, "",             5275, "",   "HW System Pump Motor Efficiency" 
1,           "HWSysNumPumps",     BDP_Int,  1, "",                 0, "",         0, "",             5253, "",   "Number of HW System Pumps" 
1,           "HWSysPumpHead",     BDP_Flt,  1, "ft",               0, "",         0, "",             5265, "",   "HW System Pump Head" 
1,           "HWSysPumpFlow",     BDP_Flt,  1, "gpm",              0, "",         0, "",             5270, "",   "HW System Pump Flow" 
1,           "HWSysPumpCtrl",     BDP_Sym,  1, "",                 0, "",         0, "",             5260, "",   "HW System Pump Control" 
1,           "HWSysPmpCtlLbl",    BDP_Int,  1, "",                 0, "",         0, "",            10768, "",   "Label flag for CHW System Pump Control" 

             ; Boiler EEMs
1,           "BoilerType",        BDP_Sym,  2, "",                 0, "",         0, "",             5330, "",   "Boiler Type" 
1,           "BoilerFuel",        BDP_Sym,  2, "",                 0, "",         0, "",             5335, "",   "Boiler Fuel" 
1,           "BoilerSize",        BDP_Flt,  2, "?",                0, "",         0, "",             5340, "",   "Boiler Size" 
1,           "BoilerSizeULbl",    BDP_Str,  2, "",                 0, "",         0, "",            10777, "",   "Boiler Size Units Label" 
1,           "BoilerCombEff",     BDP_Flt,  2, "%",                0, "",         0, "",             5350, "",   "Boiler Combustion Efficiency" 
1,           "BoilerElecDem",     BDP_Flt,  2, "kW",               0, "",         0, "",             5355, "",   "Boiler Full Load Electric Demand" 
1,           "BoilerPumpHead",    BDP_Flt,  2, "ft",               0, "",         0, "",             5360, "",   "Boiler Pump Head" 
1,           "BoilerPumpFlow",    BDP_Flt,  2, "gpm",              0, "",         0, "",             5365, "",   "Boiler Pump Flow" 
1,           "BoilerPumpCtrl",    BDP_Sym,  2, "",                 0, "",         0, "",             5370, "",   "Boiler Pump Control" 
1,           "BoilerPumpEff",     BDP_Sym,  2, "",                 0, "",         0, "",             5375, "",   "Boiler Pump Motor Efficiency" 
1,           "GetBoilPumpCtrl",   BDP_Int,  2, "",                 0, "",         0, "",            10784, "",   "GetBoilPumpCtrl" 
1,           "BoilerPumpECLbl",   BDP_Str,  1, "",                 0, "",         0, "",            10785, "",   "Boiler Pump Motor Eff/Ctrl Label" 

             ; HW Control EEMs
1,           "HWSysControl",      BDP_Sym,  1, "",                 0, "",         0, "",             5290, "",   "HW System Control"
1,           "HWSysMinTemp",      BDP_Flt,  1, "F",               0, "",         0, "",             5300, "",   "HW System Minimum Temperature"
1,           "HWSysSetpoint",     BDP_Flt,  1, "F",               0, "",         0, "",             5300, "",   "HW System Setpoint"

             ; DHW EEMs
1,           "DHWFuel",           BDP_Sym,  1, "",                 0, "",         0, "",             5810, "",   "DHW Fuel"
1,           "DHWInputRating",    BDP_Flt,  1, "",                 0, "",         0, "",             5830, "",   "DHW InputRating"
1,           "DHWInpRatingULbl",  BDP_Str,  1, "",                 0, "",         0, "",            10804, "",   "DHW InpRatingULbl"
1,           "DHWTankInsRVal",    BDP_Flt,  1, "h-ft2-F/Btu",     0, "",         0, "",             5840, "",   "DHW TankInsRVal"
1,           "DHWSupplyTemp",     BDP_Flt,  1, "F",               0, "",         0, "",             5850, "",   "DHW SupplyTemp"
;------------------------------------------------------------------------------------------------


;---------------------------------------------------------------------------------------------------
;                  LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;                 ---------------------------------------------------------------------------------------------------
0,  "AirSysDiag", "Air System Diagram",    1,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  0,  11000
;
;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
1,           "Main",              BDP_Int,  1, "",                 0, "",         0, "",            11001, "",   "Main"
1,           "Fan",               BDP_Int,  1, "",                 0, "",         0, "",            11011, "",   "Fan"
1,           "OutAir",            BDP_Int,  1, "",                 0, "",         0, "",            11012, "",   "OutAir"
1,           "Cooling",           BDP_Int,  1, "",                 0, "",         0, "",            11013, "",   "Cooling"
1,           "Heating",           BDP_Int,  1, "",                 0, "",         0, "",            11014, "",   "Heating"
1,           "PreCond",           BDP_Int,  1, "",                 0, "",         0, "",            11015, "",   "PreCond"
1,           "Refrig",            BDP_Int,  1, "",                 0, "",         0, "",            11016, "",   "Refrig"
;------------------------------------------------------------------------------------------------


;---------------------------------------------------------------------------------------------------
;                  LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;                 ---------------------------------------------------------------------------------------------------
0,  "ZoneDiag",   "Zone Diagram",          1,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  0,  11200
;
;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
1,           "Main",              BDP_Int,  1, "",                 0, "",         0, "",            11201, "",   "Main"
;------------------------------------------------------------------------------------------------


;---------------------------------------------------------------------------------------------------
;                  LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;                 ---------------------------------------------------------------------------------------------------
0,  "Measures",   "Measures List",         1,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  0,  13000
;
;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
;   SAC 7/13/00 - Added this new component for use by SMcomply
1,           "ActiveMeasure",     BDP_Sym,  1, "",                 0, "",         0, "",            13001, "",   "Active/Selected Measure"
1,           "IsAvailable",       BDP_Int, 30, "",                 0, "",         0, "",            13005, "",   "Whether or not this measure is available"
1,           "IsChecked",         BDP_Int, 30, "",                 0, "",         0, "",            13010, "",   "Whether or not this measure is checked"
1,           "Order",             BDP_Int, 30, "",                 0, "",         0, "",            13015, "",   "The order in which the measures are presented"
1,           "MeasureDescrip",    BDP_Str,  1, "",                 0, "",         0, "",            13020, "",   "Measure description RTF file name"
1,           "MeasureOrdStr",     BDP_Sym,  1, "",                 0, "",         0, "",            13025, "",   "The names of the various ordinances"
1,           "MeasureReqdDoc",    BDP_Sym,  1, "",                 0, "",         0, "",            13030, "",   "The required documentation for each measure"

; 1,           "OActiveMeasure",    BDP_Sym,  1, "",                 0, "",         0, "",            13051, "",   "Active/Selected Measure"
; 1,           "OIsAvailable",      BDP_Int, 95, "",                 0, "",         0, "",            13055, "",   "Whether or not this measure is available"
; 1,           "OIsChecked",        BDP_Int, 95, "",                 0, "",         0, "",            13060, "",   "Whether or not this measure is checked"
; 1,           "OOrder",            BDP_Int, 95, "",                 0, "",         0, "",            13065, "",   "The order in which the measures are presented"
; 1,           "OMeasureDescrip",   BDP_Str,  1, "",                 0, "",         0, "",            13070, "",   "Measure description RTF file name"
; 1,           "OMeasureOrdStr",    BDP_Sym,  1, "",                 0, "",         0, "",            13075, "",   "The names of the various ordinances"
; 1,           "OMeasureReqdDoc",   BDP_Sym,  1, "",                 0, "",         0, "",            13080, "",   "The required documentation for each measure"

1,           "OptMeasureCateg",   BDP_Sym,  1, "",                 0, "",         0, "",            13050, "",   "Active/Selected Measure"

1,           "OSFActiveMsr",      BDP_Sym,  1, "",                 0, "",         0, "",            13062, "",   "Active/Selected Measure"
1,           "OSFIsAvailable",    BDP_Int, 10, "",                 0, "",         0, "",            13064, "",   "Whether or not this measure is available"
1,           "OSFIsChecked",      BDP_Int, 10, "",                 0, "",         0, "",            13066, "",   "Whether or not this measure is checked"
1,           "OSFOrder",          BDP_Int, 10, "",                 0, "",         0, "",            13068, "",   "The order in which the measures are presented"
1,           "OSFMsrDescrip",     BDP_Str,  1, "",                 0, "",         0, "",            13070, "",   "Measure description RTF file name"
1,           "OSFMsrDetails",     BDP_Sym,  1, "",                 0, "",         0, "",            13072, "",   "Measure details"

1,           "OLAActiveMsr",      BDP_Sym,  1, "",                 0, "",         0, "",            13062, "",   "Active/Selected Measure"
1,           "OLAIsAvailable",    BDP_Int, 10, "",                 0, "",         0, "",            13064, "",   "Whether or not this measure is available"
1,           "OLAIsChecked",      BDP_Int, 10, "",                 0, "",         0, "",            13066, "",   "Whether or not this measure is checked"
1,           "OLAOrder",          BDP_Int, 10, "",                 0, "",         0, "",            13068, "",   "The order in which the measures are presented"
1,           "OLAMsrDescrip",     BDP_Str,  1, "",                 0, "",         0, "",            13070, "",   "Measure description RTF file name"
1,           "OLAMsrDetails",     BDP_Sym,  1, "",                 0, "",         0, "",            13072, "",   "Measure details"

1,           "OTRActiveMsr",      BDP_Sym,  1, "",                 0, "",         0, "",            13062, "",   "Active/Selected Measure"
1,           "OTRIsAvailable",    BDP_Int, 10, "",                 0, "",         0, "",            13064, "",   "Whether or not this measure is available"
1,           "OTRIsChecked",      BDP_Int, 10, "",                 0, "",         0, "",            13066, "",   "Whether or not this measure is checked"
1,           "OTROrder",          BDP_Int, 10, "",                 0, "",         0, "",            13068, "",   "The order in which the measures are presented"
1,           "OTRMsrDescrip",     BDP_Str,  1, "",                 0, "",         0, "",            13070, "",   "Measure description RTF file name"
1,           "OTRMsrDetails",     BDP_Sym,  1, "",                 0, "",         0, "",            13072, "",   "Measure details"

1,           "OENActiveMsr",      BDP_Sym,  1, "",                 0, "",         0, "",            13062, "",   "Active/Selected Measure"
1,           "OENIsAvailable",    BDP_Int, 10, "",                 0, "",         0, "",            13064, "",   "Whether or not this measure is available"
1,           "OENIsChecked",      BDP_Int, 10, "",                 0, "",         0, "",            13066, "",   "Whether or not this measure is checked"
1,           "OENOrder",          BDP_Int, 10, "",                 0, "",         0, "",            13068, "",   "The order in which the measures are presented"
1,           "OENMsrDescrip",     BDP_Str,  1, "",                 0, "",         0, "",            13070, "",   "Measure description RTF file name"
1,           "OENMsrDetails",     BDP_Sym,  1, "",                 0, "",         0, "",            13072, "",   "Measure details"

1,           "OMAActiveMsr",      BDP_Sym,  1, "",                 0, "",         0, "",            13062, "",   "Active/Selected Measure"
1,           "OMAIsAvailable",    BDP_Int, 10, "",                 0, "",         0, "",            13064, "",   "Whether or not this measure is available"
1,           "OMAIsChecked",      BDP_Int, 10, "",                 0, "",         0, "",            13066, "",   "Whether or not this measure is checked"
1,           "OMAOrder",          BDP_Int, 10, "",                 0, "",         0, "",            13068, "",   "The order in which the measures are presented"
1,           "OMAMsrDescrip",     BDP_Str,  1, "",                 0, "",         0, "",            13070, "",   "Measure description RTF file name"
1,           "OMAMsrDetails",     BDP_Sym,  1, "",                 0, "",         0, "",            13072, "",   "Measure details"

1,           "OWSActiveMsr",      BDP_Sym,  1, "",                 0, "",         0, "",            13062, "",   "Active/Selected Measure"
1,           "OWSIsAvailable",    BDP_Int, 10, "",                 0, "",         0, "",            13064, "",   "Whether or not this measure is available"
1,           "OWSIsChecked",      BDP_Int, 10, "",                 0, "",         0, "",            13066, "",   "Whether or not this measure is checked"
1,           "OWSOrder",          BDP_Int, 10, "",                 0, "",         0, "",            13068, "",   "The order in which the measures are presented"
1,           "OWSMsrDescrip",     BDP_Str,  1, "",                 0, "",         0, "",            13070, "",   "Measure description RTF file name"
1,           "OWSMsrDetails",     BDP_Sym,  1, "",                 0, "",         0, "",            13072, "",   "Measure details"

1,           "OESActiveMsr",      BDP_Sym,  1, "",                 0, "",         0, "",            13062, "",   "Active/Selected Measure"
1,           "OESIsAvailable",    BDP_Int, 10, "",                 0, "",         0, "",            13064, "",   "Whether or not this measure is available"
1,           "OESIsChecked",      BDP_Int, 10, "",                 0, "",         0, "",            13066, "",   "Whether or not this measure is checked"
1,           "OESOrder",          BDP_Int, 10, "",                 0, "",         0, "",            13068, "",   "The order in which the measures are presented"
1,           "OESMsrDescrip",     BDP_Str,  1, "",                 0, "",         0, "",            13070, "",   "Measure description RTF file name"
1,           "OESMsrDetails",     BDP_Sym,  1, "",                 0, "",         0, "",            13072, "",   "Measure details"

1,           "OHSActiveMsr",      BDP_Sym,  1, "",                 0, "",         0, "",            13062, "",   "Active/Selected Measure"
1,           "OHSIsAvailable",    BDP_Int, 10, "",                 0, "",         0, "",            13064, "",   "Whether or not this measure is available"
1,           "OHSIsChecked",      BDP_Int, 10, "",                 0, "",         0, "",            13066, "",   "Whether or not this measure is checked"
1,           "OHSOrder",          BDP_Int, 10, "",                 0, "",         0, "",            13068, "",   "The order in which the measures are presented"
1,           "OHSMsrDescrip",     BDP_Str,  1, "",                 0, "",         0, "",            13070, "",   "Measure description RTF file name"
1,           "OHSMsrDetails",     BDP_Sym,  1, "",                 0, "",         0, "",            13072, "",   "Measure details"

1,           "OCSActiveMsr",      BDP_Sym,  1, "",                 0, "",         0, "",            13062, "",   "Active/Selected Measure"
1,           "OCSIsAvailable",    BDP_Int, 10, "",                 0, "",         0, "",            13064, "",   "Whether or not this measure is available"
1,           "OCSIsChecked",      BDP_Int, 10, "",                 0, "",         0, "",            13066, "",   "Whether or not this measure is checked"
1,           "OCSOrder",          BDP_Int, 10, "",                 0, "",         0, "",            13068, "",   "The order in which the measures are presented"
1,           "OCSMsrDescrip",     BDP_Str,  1, "",                 0, "",         0, "",            13070, "",   "Measure description RTF file name"
1,           "OCSMsrDetails",     BDP_Sym,  1, "",                 0, "",         0, "",            13072, "",   "Measure details"

1,           "OCMActiveMsr",      BDP_Sym,  1, "",                 0, "",         0, "",            13062, "",   "Active/Selected Measure"
1,           "OCMIsAvailable",    BDP_Int, 10, "",                 0, "",         0, "",            13064, "",   "Whether or not this measure is available"
1,           "OCMIsChecked",      BDP_Int, 10, "",                 0, "",         0, "",            13066, "",   "Whether or not this measure is checked"
1,           "OCMOrder",          BDP_Int, 10, "",                 0, "",         0, "",            13068, "",   "The order in which the measures are presented"
1,           "OCMMsrDescrip",     BDP_Str,  1, "",                 0, "",         0, "",            13070, "",   "Measure description RTF file name"
1,           "OCMMsrDetails",     BDP_Sym,  1, "",                 0, "",         0, "",            13072, "",   "Measure details"

1,           "OCOActiveMsr",      BDP_Sym,  1, "",                 0, "",         0, "",            13062, "",   "Active/Selected Measure"
1,           "OCOIsAvailable",    BDP_Int, 10, "",                 0, "",         0, "",            13064, "",   "Whether or not this measure is available"
1,           "OCOIsChecked",      BDP_Int, 10, "",                 0, "",         0, "",            13066, "",   "Whether or not this measure is checked"
1,           "OCOOrder",          BDP_Int, 10, "",                 0, "",         0, "",            13068, "",   "The order in which the measures are presented"
1,           "OCOMsrDescrip",     BDP_Str,  1, "",                 0, "",         0, "",            13070, "",   "Measure description RTF file name"
1,           "OCOMsrDetails",     BDP_Sym,  1, "",                 0, "",         0, "",            13072, "",   "Measure details"

;------------------------------------------------------------------------------------------------


;  ;---------------------------------------------------------------------------------------------------
;  ;                  LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP     HI 
;  ;                 -----------------------------------------------------------------------------------------------
;  0,  "Comply",     "Compliance",            1,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  14000
;  ;
;  ;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;  ;                                ----------------------------------------------------------------------------------------
;  1,           "Address",           BDP_Str,  1, "",                 0, "",         0, "",            14003, "",   "Address (up to 76 chars)"
;  1,           "PermitScope",       BDP_Sym,  1, "",                 0, "",         0, "",            14005, "",   "PermitScope"
;  1,           "BuildingType",      BDP_Sym,  1, "",                 0, "",         0, "",            14010, "",   "BuildingType"
;  1,           "ConsPhase",         BDP_Sym,  1, "",                 0, "",         0, "",            14015, "",   "ConsPhase"
;  1,           "DHWIncluded",       BDP_Int,  1, "",                 0, "",         0, "",            14020, "",   "DHWIncluded"
;  1,           "DateOfPlans",       BDP_Str,  1, "",                 0, "",         0, "",            14025, "",   "DateOfPlans (up to 32 chars)"
;  
;  1,           "DocuAuthor",        BDP_Str,  1, "",                 0, "",         0, "",            14030, "",   "DocuAuthor (up to 76 chars)"
;  1,           "DocuAuthorPh",      BDP_Str,  1, "",                 0, "",         0, "",            14035, "",   "DocuAuthorPh (up to 32 chars)"
;  
;  1,           "EnvDesigner",       BDP_Str,  1, "",                 0, "",         0, "",            14040, "",   "EnvDesigner (up to 76 chars)"
;  1,           "EnvDesignerPh",     BDP_Str,  1, "",                 0, "",         0, "",            14042, "",   "EnvDesignerPh (up to 32 chars)"
;  1,           "EnvMandLoc",        BDP_Str,  1, "",                 0, "",         0, "",            14044, "",   "EnvMandLoc (up to 76 chars)"
;  1,           "LtgDesigner",       BDP_Str,  1, "",                 0, "",         0, "",            14050, "",   "LtgDesigner (up to 76 chars)"
;  1,           "LtgDesignerPh",     BDP_Str,  1, "",                 0, "",         0, "",            14052, "",   "LtgDesignerPh (up to 32 chars)"
;  1,           "LtgMandLoc",        BDP_Str,  1, "",                 0, "",         0, "",            14054, "",   "LtgMandLoc (up to 76 chars)"
;  1,           "MechDesigner",      BDP_Str,  1, "",                 0, "",         0, "",            14060, "",   "MechDesigner (up to 76 chars)"
;  1,           "MechDesignerPh",    BDP_Str,  1, "",                 0, "",         0, "",            14062, "",   "MechDesignerPh (up to 32 chars)"
;  1,           "MechMandLoc",       BDP_Str,  1, "",                 0, "",         0, "",            14064, "",   "MechMandLoc (up to 76 chars)"
;  
;  1,           "CountyID",          BDP_Flt,  1, "",                 0, "",         0, "",            14070, "",   "CountyID"
;  
;  1,           "AASchedType",       BDP_Int,  8, "",                 0, "",         0, "",            14080, "",   "Activity Area Schedule Types"
;  1,           "AAOccType",         BDP_Int,  8, "",                 0, "",         0, "",            14085, "",   "Activity Area Occupancy Types"
;  
;  ;        SAC 12/10/00 - added to enable logic for setting SYSTEM:C-*-FAN-TYPE BDL keywords to reside in the ruleset
;  1,           "SupFanType",        BDP_Flt,  2, "",                 0, "",         0, "",            14090, "",   "Supply Fan Type"
;  1,           "RetFanType",        BDP_Flt,  2, "",                 0, "",         0, "",            14095, "",   "Return Fan Type"
;  ;------------------------------------------------------------------------------------------------


;---------------------------------------------------------------------------------------------------
;                  LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;                 ---------------------------------------------------------------------------------------------------
0,  "ESProto",    "ESProtoSelect",         1,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  0,  16600
;
;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
1,           "PrimBldgType",      BDP_Sym,  1, "",                 0, "",         0, "",            16605, "",   ""
1,           "SecBldgType",       BDP_Sym,  1, "",                 0, "",         0, "",            16610, "",   ""

1,           "Region",            BDP_Sym,  1, "",                 0, "",         0, "",            16615, "",   ""

1,           "CoolSource",        BDP_Sym,  1, "",                 0, "",         0, "",            16620, "",   ""
1,           "HtgOptions",        BDP_Int,  1, "",                 0, "",         0, "",            16623, "",   ""
1,           "HeatSource",        BDP_Sym,  1, "",                 0, "",         0, "",            16625, "",   ""
1,           "HVACGroup",         BDP_Int,  1, "",                 0, "",         0, "",            16628, "",   ""
1,           "HVACSystem",        BDP_Sym,  1, "",                 0, "",         0, "",            16630, "",   ""

; -- UNUSED (for now) --
1,           "CanHaveSecHVAC",    BDP_Int,  1, "",                 0, "",         0, "",            16635, "",   ""
1,           "HaveSecHVAC",       BDP_Int,  1, "",                 0, "",         0, "",            16640, "",   ""
1,           "CoolSource2",       BDP_Sym,  1, "",                 0, "",         0, "",            16645, "",   ""
1,           "HeatSource2",       BDP_Sym,  1, "",                 0, "",         0, "",            16650, "",   ""
1,           "HVACSystem2",       BDP_Sym,  1, "",                 0, "",         0, "",            16655, "",   ""

1,           "HaveSecBldgType",   BDP_Int,  1, "",                 0, "",         0, "",            16660, "",   ""

1,           "ProjPrefix",        BDP_Sym,  1, "",                 0, "",         0, "",            16665, "",   ""
1,           "ProjSuffix",        BDP_Sym,  1, "",                 0, "",         0, "",            16667, "",   ""
1,           "FNPrefix",          BDP_Sym,  1, "",                 0, "",         0, "",            16670, "",   ""
1,           "FNSuffix",          BDP_Sym,  1, "",                 0, "",         0, "",            16672, "",   ""

1,           "DisplayWhat",       BDP_Int,  1, "",                 0, "",         0, "",            16675, "",   ""

1,           "ProjName",          BDP_Str,  1, "",                 0, "",         0, "",            16700, "",   ""
1,           "ProtoFile",         BDP_Str,  1, "",                 0, "",         0, "",            16705, "",   ""

1,           "DebugID",           BDP_Int,  1, "",                 0, "",         0, "",            16720, "",   ""

1,           "ProductCode",       BDP_Sym,  1, "",                 0, "",         0, "",            16725, "",   "Product Code" 

             ; SAC 11/9/01 - added to facilitate Restaurant Analyzer report - in such a way to support future bills vs. simulated results reporting
1,           "BillsImplyGasHt",   BDP_Int,  1, "",                 0, "",         0, "",            16729, "",   ""
1,           "BillGasUnits",      BDP_Sym,  1, "",                 0, "",         0, "",            16730, "",   "Units in which monthly gas use and average rate are entered"
1,           "BillGasUseInput",   BDP_Flt, 12, "???",              0, "",         0, "",            16732, "",   "Monthly billing gas use (user specified units)"
1,           "BillGasUseMMBtu",   BDP_Flt, 12, "MMBtu",            0, "",         0, "",            16734, "",   "Monthly billing gas use (MMBtu)"
1,           "BillGasMMBtu_ccf",  BDP_Flt,  1, "",                 0, "",         0, "",            16736, "",   "MMBtu to ccf conversion factor"
1,           "BillGasRateUnits",  BDP_Str,  1, "",                 0, "",         0, "",            16738, "",   "units of user input gas rate" 
1,           "BillGasRateInput",  BDP_Flt,  1, "???",              0, "",         0, "",            16740, "",   "Average billing gas rate (user specified units)"
1,           "BillGasRateMMBtu",  BDP_Flt,  1, "$/MMBtu",          0, "",         0, "",            16742, "",   "Average billing gas rate ($/MMBtu)"
;------------------------------------------------------------------------------------------------


;---------------------------------------------------------------------------------------------------
;                  LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;                 ---------------------------------------------------------------------------------------------------
0,  "FacetColor", "3-D Facet Color",      10,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  0,  16900
;
;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
1,           "FacetType",         BDP_Sym,  1, "",                 0, "",         0, "",            16905, "",   "0 - walls, 1 - windows"
1,           "ColorOption",       BDP_Sym,  1, "",                 0, "",         0, "",            16910, "",   "0 - default, 1 - wall cons/win glass type"
1,           "ColorScheme",       BDP_Sym,  1, "",                 0, "",         0, "",            16912, "",   "future - variations in terms of default colors"

; Facet colors by ...
1,           "NumGridRows",       BDP_Int,  1, "",                 0, "",         0, "",            16920, "",   "RW to use?"
1,           "GridRowLabel",      BDP_Str, 99, "",                 0, "",         0, "",            16922, "",   "default - component type, by component - component name"
1,           "FacetBlkR",         BDP_Flt, 99, "",                 0, "",         0, "",            16925, "",   ""
1,           "FacetBlkG",         BDP_Flt, 99, "",                 0, "",         0, "",            16926, "",   ""
1,           "FacetBlkB",         BDP_Flt, 99, "",                 0, "",         0, "",            16927, "",   ""
1,           "FrameBlkR",         BDP_Flt, 99, "",                 0, "",         0, "",            16930, "",   ""
1,           "FrameBlkG",         BDP_Flt, 99, "",                 0, "",         0, "",            16931, "",   ""
1,           "FrameBlkB",         BDP_Flt, 99, "",                 0, "",         0, "",            16932, "",   ""
1,           "FacetWhtR",         BDP_Flt, 99, "",                 0, "",         0, "",            16935, "",   ""
1,           "FacetWhtG",         BDP_Flt, 99, "",                 0, "",         0, "",            16936, "",   ""
1,           "FacetWhtB",         BDP_Flt, 99, "",                 0, "",         0, "",            16937, "",   ""
1,           "FrameWhtR",         BDP_Flt, 99, "",                 0, "",         0, "",            16940, "",   ""
1,           "FrameWhtG",         BDP_Flt, 99, "",                 0, "",         0, "",            16941, "",   ""
1,           "FrameWhtB",         BDP_Flt, 99, "",                 0, "",         0, "",            16942, "",   ""

; Ambient lighting
; SAC 7/23/01 - No longer used, but keep around to ensure project file backward compatibility
1,           "AmbientLight",      BDP_Int,  5, "",                 0, "",         0, "",            16950, "",   "0-Viewer, 1-top, 2-bottom, 3-left, 4-right (%, not fraction)"

1,           "DisplayLegend",     BDP_Int,  1, "",                 0, "",         0, "",            16960, "",   "0-don't, 1-do (checkbox)"
;------------------------------------------------------------------------------------------------


;---------------------------------------------------------------------------------------------------
;                  LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;                 ---------------------------------------------------------------------------------------------------
0,  "Light3D",    "3-D Lighting",         10,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  0,  17000
;
;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
1,           "Type",              BDP_Sym,  1, "",                 0, "",         0, "",            17005, "",   "0-Default, 1-5-User Defined"
1,           "AmbientLight",      BDP_Int,  5, "",                 0, "",         0, "",            17050, "",   "0-Viewer, 1-top, 2-bottom, 3-left, 4-right (%, not fraction)"
;------------------------------------------------------------------------------------------------


;---------------------------------------------------------------------------------------------------
;                  LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;                 ---------------------------------------------------------------------------------------------------
 0,  "ES_Vis",     "ES-Vis Data",          1,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  0,  17200
;
;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
1,           "Sector",            BDP_Str,  1, "",                 0, "",         0, "",            17205, "",   ""
; SAC 10/7/01 - switched Region from float to string
1,           "Region",            BDP_Str,  1, "",                 0, "",         0, "",            17205, "",   ""
1,           "WeatherStation",    BDP_Str,  1, "",                 0, "",         0, "",            17205, "",   ""
1,           "FuelMixAvgFctr",    BDP_Flt,  1, "",                 0, "",         0, "",            17205, "",   ""
1,           "EstabWeight",       BDP_Flt,  1, "",                 0, "",         0, "",            17205, "",   ""
1,           "SqFtWeight",        BDP_Flt,  1, "",                 0, "",         0, "",            17205, "",   ""
1,           "Segment",           BDP_Str,  1, "",                 0, "",         0, "",            17205, "",   ""
1,           "SegmentDetail",     BDP_Str,  1, "",                 0, "",         0, "",            17205, "",   ""
1,           "Size",              BDP_Flt,  1, "",                 0, "",         0, "",            17205, "",   ""

1,           "HeatSysType",       BDP_Sym,  1, "",                 0, "",         0, "",            17205, "",   ""
1,           "HeatingFuel",       BDP_Sym,  1, "",                 0, "",         0, "",            17205, "",   ""
1,           "CoolSysType",       BDP_Sym,  1, "",                 0, "",         0, "",            17205, "",   ""
1,           "CoolingFuel",       BDP_Sym,  1, "",                 0, "",         0, "",            17205, "",   ""

1,           "NumEmployees",      BDP_Flt,  1, "",                 0, "",         0, "",            17205, "",   ""
1,           "HouseholdSize",     BDP_Flt,  1, "",                 0, "",         0, "",            17205, "",   ""
1,           "IncomeLevel",       BDP_Flt,  1, "",                 0, "",         0, "",            17205, "",   ""
1,           "Intensity",         BDP_Flt,  1, "",                 0, "",         0, "",            17205, "",   ""
1,           "StartDate",         BDP_Str,  1, "",                 0, "",         0, "",            17205, "",   ""
1,           "EndDate",           BDP_Str,  1, "",                 0, "",         0, "",            17205, "",   ""

; SAC 10/7/01 - New Additions to the list of parameters output to the ES_Vis XML-like export file
1,           "ESVisName",         BDP_Str,  1, "",                 0, "",         0, "",            17205, "",   ""
1,           "Description",       BDP_Str,  1, "",                 0, "",         0, "",            17205, "",   ""
1,           "Weather",           BDP_Str,  1, "",                 0, "",         0, "",            17205, "",   ""
1,           "State",             BDP_Str,  1, "",                 0, "",         0, "",            17205, "",   ""
1,           "Country",           BDP_Str,  1, "",                 0, "",         0, "",            17205, "",   ""
;------------------------------------------------------------------------------------------------



; RW 01/28/02 - New Facet BDB class used for storing custom Door and Window placement information
;------------------------------------------------------------------------------------------------
;               LName                   MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "FacetWiz", "Exterior Facet",     1024,  0,  0, "",          "ShellWiz","", "", "", "", -1,  1,  0,  1,   18000
;
;                                 VType     NV   UL                UT  OC            CV  CP              HI    ECRN  LName                  
;                                --------------------------------------------------------------------------------------------
1,           "ParentZoneIdx",     BDP_Int,   1, "",                 0, "",            0, "",            18001, "",   "Index number for the zone facet is assigned to" 
1,           "SegmentNumber",     BDP_Int,   1, "",                 0, "",            0, "",            18002, "",   "Segment number in the parent zone for facet" 
;-------------------------------------------------------------------------------------------------------------------


; RW 01/28/02 - New Window BDB class used for storing custom Door and Window placement information
;-----------------------------------------------------------------------------------------------------
;               LName                    MD  MR  AC  MirrorComp    Parent1    P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              --------------------------------------------------------------------------------------------------------
0,  "WinWiz", "Custom Window",         2048,  0,  0, "",          "FacetWiz", "", "", "", "", -1,  1,  0,  1,   18200
;
;                                 VType     NV   UL                UT  OC            CV  CP              HI    ECRN  LName                  
;                                --------------------------------------------------------------------------------------------
1,           "X",                 BDP_Flt,   1, "ft",               0, "",            0, "",            18201, "",   "X Value for the window" 
1,           "Y",                 BDP_Flt,   1, "ft",               0, "",            0, "",            18202, "",   "Y Value for the window" 
1,           "Width",             BDP_Flt,   1, "ft",               0, "",            0, "",            18203, "",   "Width of the window" 
1,           "Height",            BDP_Flt,   1, "ft",               0, "",            0, "",            18204, "",   "Height of the window" 
1,           "FrameWidth",        BDP_Flt,   1, "in",               0, "",            0, "",            18205, "",   "Width of the frame surrounding the window" 
; RW 01/28/02 - next parameter is populated with the appropriate index of the corresponding construction information and fin information stored in ShellWiz BDB class
1,           "IsDoor",            BDP_Int,   1, "",                 0, "",            0, "",            18206, "",   "Flag indicating whether or not this window is in fact a glass door" 
1,           "GlassTypeIdx",      BDP_Int,   1, "",                 0, "",            0, "",            18207, "",   "" 
; SAC 3/15/05 - Added new property to facilitate creation of glass doors on upper floors (motels & multi-family res) (for DEER)
1,           "GroundFlrOnly",     BDP_Int,   1, "",                 0, "",            0, "",            18208, "",   "Create component only on ground floor" 
;-------------------------------------------------------------------------------------------------------------------


; RW 01/28/02 - New Door BDB class used for storing custom Door and Window placement information
;------------------------------------------------------------------------------------------------------
;               LName                    MD  MR  AC  MirrorComp    Parent1    P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------------
0,  "DoorWiz", "Custom Door",          1024,  0,  0, "",          "FacetWiz", "", "", "", "", -1,  1,  0,  1,   18400
;
;                                 VType     NV   UL                UT  OC            CV  CP              HI    ECRN  LName                  
;                                --------------------------------------------------------------------------------------------
1,           "X",                 BDP_Flt,   1, "ft",               0, "",            0, "",            18401, "",   "X Value for the door" 
1,           "Y",                 BDP_Flt,   1, "ft",               0, "",            0, "",            18402, "",   "Y Value for the door" 
1,           "Width",             BDP_Flt,   1, "ft",               0, "",            0, "",            18403, "",   "Width of the door" 
1,           "Height",            BDP_Flt,   1, "ft",               0, "",            0, "",            18404, "",   "Height of the door" 
1,           "FrameWidth",        BDP_Flt,   1, "in",               0, "",            0, "",            18405, "",   "Width of the frame surrounding the door" 
; RW 01/28/02 - next two parameters are populated with the appropriate index of the corresponding construction information and fin information stored in ShellWiz BDB class
1,           "DoorTypeIdx",       BDP_Int,   1, "",                 0, "",            0, "",            18406, "",   "" 
; SAC 3/15/05 - Added new property to facilitate creation of doors on upper floors (motels & multi-family res) (for DEER)
1,           "GroundFlrOnly",     BDP_Int,   1, "",                 0, "",            0, "",            18208, "",   "Create component only on ground floor" 
;-------------------------------------------------------------------------------------------------------------------
; End of RW 01/28/01 added


; SAC 4/23/02 - Added custom electric rate component
;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "ERateWiz", "Electric Rate",      100,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  0,   19000
;
;                                 VType     NV   UL                UT  OC            CV  CP              HI    ECRN  LName                  
;                                --------------------------------------------------------------------------------------------
; SAC 1/2/04 - Added new Version property to facilitate future backward-compatibility
1,           "Version",           BDP_Int,   1, "",                 0, "",            0, "",            19002, "",   "ERateWiz Version #"

1,           "RateType",          BDP_Sym,   1, "",                 0, "",            0, "",            19001, "",   "" 
; SAC 12/9/02 - Added to differentiate incremental from cumulative blocks
1,           "RateBlockType",     BDP_Sym,   1, "",                 0, "",            0, "",            19005, "",   "" 

; SAC 3/22/05 - Added new ElecMeterNames property to facilitate assignment of specific meters to rate
1,           "ElecMeterNames",    BDP_Str,  25, "",                 0, "",            0, "",            19001, "",   "Electric Meter Names (1-25)" 

1,           "HaveSecSeason",     BDP_Int,   1, "",                 0, "",            0, "",            19010, "",   "Number of date ranges for this season"
1,           "SeasDateLabels",    BDP_Str,   2, "",                 0, "",            0, "",            19001, "",   "string representation of season dates" 
1,           "SecSeasStartMoDa",  BDP_Int,   6, "",                 0, "",            0, "",            19013, "",   "Second Season Start Month/Day"
1,           "SecSeasEndMoDa",    BDP_Int,   6, "",                 0, "",            0, "",            19016, "",   "Second Season End Month/Day"

1,           "CustChargeType",    BDP_Sym,   1, "",                 0, "",            0, "",            19020, "",   "" 
1,           "CustChargeAmt",     BDP_Flt,   2, "$",                0, "",            0, "",            19022, "",   "" 

1,           "UniformChargeKW",   BDP_Flt,   2, "$/kW",             0, "",            0, "",            19025, "",   "" 
1,           "UniformChargeKWH",  BDP_Flt,   2, "$/kWh",            0, "",            0, "",            19027, "",   "" 


1,           "EBlockRowsSeas1",   BDP_Int,   1, "",                 0, "",            0, "",            19001, "",   "" 
1,           "EBlockTypeSeas1",   BDP_Sym,  10, "",                 0, "",            0, "",            19030, "",   "" 
1,           "EBlockSizeSeas1",   BDP_Flt,  10, "",                 0, "",            0, "",            19032, "",   "" 
1,           "EBlockCostSeas1",   BDP_Flt,  10, "$/unit",           0, "",            0, "",            19034, "",   "" 

1,           "DBlockRowsSeas1",   BDP_Int,   1, "",                 0, "",            0, "",            19001, "",   "" 
1,           "DBlockTypeSeas1",   BDP_Sym,  10, "",                 0, "",            0, "",            19040, "",   "" 
1,           "DBlockSizeSeas1",   BDP_Flt,  10, "",                 0, "",            0, "",            19042, "",   "" 
1,           "DBlockCostSeas1",   BDP_Flt,  10, "$/unit",           0, "",            0, "",            19044, "",   "" 

1,           "EBlockRowsSeas2",   BDP_Int,   1, "",                 0, "",            0, "",            19001, "",   "" 
1,           "EBlockTypeSeas2",   BDP_Sym,  10, "",                 0, "",            0, "",            19030, "",   "" 
1,           "EBlockSizeSeas2",   BDP_Flt,  10, "",                 0, "",            0, "",            19032, "",   "" 
1,           "EBlockCostSeas2",   BDP_Flt,  10, "$/unit",           0, "",            0, "",            19034, "",   "" 

1,           "DBlockRowsSeas2",   BDP_Int,   1, "",                 0, "",            0, "",            19001, "",   "" 
1,           "DBlockTypeSeas2",   BDP_Sym,  10, "",                 0, "",            0, "",            19040, "",   "" 
1,           "DBlockSizeSeas2",   BDP_Flt,  10, "",                 0, "",            0, "",            19042, "",   "" 
1,           "DBlockCostSeas2",   BDP_Flt,  10, "$/unit",           0, "",            0, "",            19044, "",   "" 


1,           "TOUPeriodSeas1",    BDP_Int,   5, "",                 0, "",            0, "",            19052, "",   "" 
1,           "TOUPeriodStrSeas1", BDP_Sym,   5, "",                 0, "",            0, "",            19050, "",   "" 
1,           "TOUChargeKWSeas1",  BDP_Flt,   5, "$/kW",             0, "",            0, "",            19054, "",   "" 
1,           "TOUChargeKWHSeas1", BDP_Flt,   5, "$/kWh",            0, "",            0, "",            19056, "",   "" 

1,           "TOUPeriodSeas2",    BDP_Int,   5, "",                 0, "",            0, "",            19052, "",   "" 
1,           "TOUPeriodStrSeas2", BDP_Sym,   5, "",                 0, "",            0, "",            19050, "",   "" 
1,           "TOUChargeKWSeas2",  BDP_Flt,   5, "$/kW",             0, "",            0, "",            19054, "",   "" 
1,           "TOUChargeKWHSeas2", BDP_Flt,   5, "$/kWh",            0, "",            0, "",            19056, "",   "" 


1,           "TOUDayFlagSeas1",   BDP_Int,   3, "",                 0, "",            0, "",            19001, "",   "TOU Daytype Flag (first season)"
1,           "TOUDayAssignSeas1", BDP_Int,   8, "",                 0, "",            0, "",            19060, "",   "TOU Daytype Assignment (first season)"
1,           "TOUDayFlagSeas2",   BDP_Int,   3, "",                 0, "",            0, "",            19001, "",   "TOU Daytype Flag (second season)"
1,           "TOUDayAssignSeas2", BDP_Int,   8, "",                 0, "",            0, "",            19060, "",   "TOU Daytype Assignment (second season)"
1,           "TOUPeriodHrsSeas1", BDP_Int,  90, "",                 0, "",            0, "",            19065, "",   ""
1,           "TOUPeriodHrsSeas2", BDP_Int,  90, "",                 0, "",            0, "",            19065, "",   ""

1,           "TOUPeriodsChecked", BDP_Int,   1, "",                 0, "",            0, "",            19001, "",   "" 
1,           "TOUPeriodErrSeas1", BDP_Sym,   1, "",                 0, "",            0, "",            19001, "",   "" 
1,           "TOUPeriodErrSeas2", BDP_Sym,   1, "",                 0, "",            0, "",            19001, "",   "" 
1,           "TOUPeriodErrS1b",   BDP_Sym,   1, "",                 0, "",            0, "",            19001, "",   "" 
1,           "TOUPeriodErrS2b",   BDP_Sym,   1, "",                 0, "",            0, "",            19001, "",   "" 

; SAC 11/29/02 - Added new properties to ensure number of energy block type switches does not exceed 4
1,           "EBlockTypGrpSeas1", BDP_Int,   1, "",                 0, "",            0, "",            19001, "",   "" 
1,           "EBlockLstTypSeas1", BDP_Int,  12, "",                 0, "",            0, "",            19001, "",   "" 
1,           "EBlockTypGrpSeas2", BDP_Int,   1, "",                 0, "",            0, "",            19001, "",   "" 
1,           "EBlockLstTypSeas2", BDP_Int,  12, "",                 0, "",            0, "",            19001, "",   "" 

; SAC 11/30/02 - Added new properties to facilitate BDL component naming
1,           "TOUPerShortStrS1",  BDP_Sym,   5, "",                 0, "",            0, "",            19001, "",   "" 
1,           "TOUPerShortStrS2",  BDP_Sym,   5, "",                 0, "",            0, "",            19001, "",   "" 
;-------------------------------------------------------------------------------------------------------------------


; SAC 12/9/02 - Added custom fuel rate component
;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "FRateWiz", "Fuel Rate",          100,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  0,   19200
;
;                                 VType     NV   UL                UT  OC            CV  CP              HI    ECRN  LName                  
;                                --------------------------------------------------------------------------------------------
; SAC 1/2/04 - Added new Version property to facilitate future backward-compatibility
1,           "Version",           BDP_Int,   1, "",                 0, "",            0, "",            19202, "",   "FRateWiz Version #"

1,           "RateType",          BDP_Sym,   1, "",                 0, "",            0, "",            19201, "",   "" 
1,           "RateBlockType",     BDP_Sym,   1, "",                 0, "",            0, "",            19205, "",   "" 

1,           "HaveSecSeason",     BDP_Int,   1, "",                 0, "",            0, "",            19210, "",   "Number of date ranges for this season"
1,           "SeasDateLabels",    BDP_Str,   2, "",                 0, "",            0, "",            19201, "",   "string representation of season dates" 
1,           "SecSeasStartMoDa",  BDP_Int,   6, "",                 0, "",            0, "",            19213, "",   "Second Season Start Month/Day"
1,           "SecSeasEndMoDa",    BDP_Int,   6, "",                 0, "",            0, "",            19216, "",   "Second Season End Month/Day"

1,           "CustChargeType",    BDP_Sym,   1, "",                 0, "",            0, "",            19220, "",   "" 
1,           "CustChargeAmt",     BDP_Flt,   2, "$",                0, "",            0, "",            19222, "",   "" 

1,           "UniformChargeDem",  BDP_Flt,   2, "$/Therm/hr",       0, "",            0, "",            19225, "",   "" 
1,           "UniformChargeUse",  BDP_Flt,   2, "$/Therm",          0, "",            0, "",            19227, "",   "" 


1,           "EBlockRowsSeas1",   BDP_Int,   1, "",                 0, "",            0, "",            19201, "",   "" 
1,           "EBlockTypeSeas1",   BDP_Sym,  10, "",                 0, "",            0, "",            19230, "",   "" 
1,           "EBlockSizeSeas1",   BDP_Flt,  10, "",                 0, "",            0, "",            19232, "",   "" 
1,           "EBlockCostSeas1",   BDP_Flt,  10, "$/unit",           0, "",            0, "",            19234, "",   "" 

1,           "DBlockRowsSeas1",   BDP_Int,   1, "",                 0, "",            0, "",            19201, "",   "" 
1,           "DBlockTypeSeas1",   BDP_Sym,  10, "",                 0, "",            0, "",            19240, "",   "" 
1,           "DBlockSizeSeas1",   BDP_Flt,  10, "",                 0, "",            0, "",            19242, "",   "" 
1,           "DBlockCostSeas1",   BDP_Flt,  10, "$/unit",           0, "",            0, "",            19244, "",   "" 

1,           "EBlockRowsSeas2",   BDP_Int,   1, "",                 0, "",            0, "",            19201, "",   "" 
1,           "EBlockTypeSeas2",   BDP_Sym,  10, "",                 0, "",            0, "",            19230, "",   "" 
1,           "EBlockSizeSeas2",   BDP_Flt,  10, "",                 0, "",            0, "",            19232, "",   "" 
1,           "EBlockCostSeas2",   BDP_Flt,  10, "$/unit",           0, "",            0, "",            19234, "",   "" 

1,           "DBlockRowsSeas2",   BDP_Int,   1, "",                 0, "",            0, "",            19201, "",   "" 
1,           "DBlockTypeSeas2",   BDP_Sym,  10, "",                 0, "",            0, "",            19240, "",   "" 
1,           "DBlockSizeSeas2",   BDP_Flt,  10, "",                 0, "",            0, "",            19242, "",   "" 
1,           "DBlockCostSeas2",   BDP_Flt,  10, "$/unit",           0, "",            0, "",            19244, "",   "" 

; 1,           "EBlockTypGrpSeas1", BDP_Int,   1, "",                 0, "",            0, "",            19201, "",   "" 
; 1,           "EBlockLstTypSeas1", BDP_Int,  12, "",                 0, "",            0, "",            19201, "",   "" 
; 1,           "EBlockTypGrpSeas2", BDP_Int,   1, "",                 0, "",            0, "",            19201, "",   "" 
; 1,           "EBlockLstTypSeas2", BDP_Int,  12, "",                 0, "",            0, "",            19201, "",   "" 
;-------------------------------------------------------------------------------------------------------------------


; SAC 7/19/02 - Added adjoining wall component to deal w/ creating walls of adjoining shells as adiabatic
;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1    P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "AdjWall",  "Adjoining Wall",    1000,  0,  0, "",          "ShellWiz", "", "", "", "", -1,  1,  0,  0,   19900
;
;                                 VType     NV   UL                UT  OC            CV  CP              HI    ECRN  LName
;                                --------------------------------------------------------------------------------------------
1,           "WallIdx",           BDP_Int,   1, "",                 0, "",            0, "",            19901, "",   ""

1,           "AdjShell",          BDP_Obj,   1, "",                 0, "ShellWiz",    0, "",            19901, "",   ""
1,           "AdjWallIdx",        BDP_Int,   1, "",                 0, "",            0, "",            19901, "",   ""

1,           "Left",              BDP_Flt,   1, "",                 0, "",            0, "",            19901, "",   "" 
1,           "Right",             BDP_Flt,   1, "",                 0, "",            0, "",            19901, "",   "" 
1,           "Bottom",            BDP_Flt,   1, "",                 0, "",            0, "",            19901, "",   "" 
1,           "Top",               BDP_Flt,   1, "",                 0, "",            0, "",            19901, "",   "" 
;-------------------------------------------------------------------------------------------------------------------


; SAC 7/28/02 - Added MIRROR component to ShellWiz for the new EEM run feature
;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1    P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "ShellEEM", "ShellWiz EEM",        50,  0,  0, "ShellWiz",  "",         "", "", "", "", -1,  1,  0,  0,   20000
;
;                                 VType     NV   UL                UT  OC            CV  CP              HI    ECRN  LName
;                                --------------------------------------------------------------------------------------------
;------------------------------------------------------------------------------------------------

; SAC 7/28/02 - Added MIRROR component to HVACWiz for the new EEM run feature
;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1    P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "HVACEEM",  "HVACWiz EEM",         50,  0,  0, "HVACWiz",   "",         "", "", "", "", -1,  1,  0,  0,   21000
;
;                                 VType     NV   UL                UT  OC            CV  CP              HI    ECRN  LName
;                                --------------------------------------------------------------------------------------------
;------------------------------------------------------------------------------------------------

; SAC 9/18/03 - Added MIRROR component to DXCWWiz for the EEM run feature
;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1    P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "DXCWEEM",  "DX CW Wiz EEM",       10,  0,  0, "DXCWWiz",   "",         "", "", "", "", -1,  1,  0,  0,   22000
;
;                                 VType     NV   UL                UT  OC            CV  CP              HI    ECRN  LName
;                                --------------------------------------------------------------------------------------------
;------------------------------------------------------------------------------------------------

; SAC 7/28/02 - Added MIRROR component to WLHPWiz for the new EEM run feature
;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1    P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "WLHPEEM",  "WLHPWiz EEM",         10,  0,  0, "WLHPWiz",   "",         "", "", "", "", -1,  1,  0,  0,   22500
;
;                                 VType     NV   UL                UT  OC            CV  CP              HI    ECRN  LName
;                                --------------------------------------------------------------------------------------------
;------------------------------------------------------------------------------------------------

; SAC 7/28/02 - Added MIRROR component to PrimWiz for the new EEM run feature
;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1    P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "PrimEEM",  "PrimWiz EEM",         10,  0,  0, "PrimWiz",   "",         "", "", "", "", -1,  1,  0,  0,   23000
;
;                                 VType     NV   UL                UT  OC            CV  CP              HI    ECRN  LName
;                                --------------------------------------------------------------------------------------------
;------------------------------------------------------------------------------------------------

; SAC 7/28/02 - Added MIRROR component to DHWWiz for the new EEM run feature
;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1    P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "DHWEEM",  "DHWWiz EEM",           10,  0,  0, "DHWWiz",    "",         "", "", "", "", -1,  1,  0,  0,   24000
;
;                                 VType     NV   UL                UT  OC            CV  CP              HI    ECRN  LName
;                                --------------------------------------------------------------------------------------------
;------------------------------------------------------------------------------------------------

; SAC 7/28/02 - Added new Measure component to be the main component associated w/ each EEM
;------------------------------------------------------------------------------------------------
;               LName                   MD  MR  AC  MirrorComp    Parent1    P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ----------------------------------------------------------------------------------------------------
0,  "Measure",  "Energy Eff. Measure", 100,  0,  0, "",          "",         "", "", "", "", -1,  1,  0,  0,   25000
;
;                                 VType     NV   UL                UT  OC            CV  CP              HI    ECRN  LName
;                                --------------------------------------------------------------------------------------------
1,           "NumCategs",         BDP_Int,   1, "",                 0, "",            0, "",            22005, "",   "Number of possible categories"
1,           "CategNames",        BDP_Str,  10, "",                 0, "",            0, "",            22007, "",   "Names of each category"
1,           "AllowCateg",        BDP_Int,  10, "",                 0, "",            0, "",            22009, "",   "Allow category flags"
1,           "Category",          BDP_Sym,   1, "",                 0, "",            0, "",            22003, "",   "Measure Category"

; SAC 7/28/02 - Added properties to support the new EEM wizard mechanism
1,           "NumEEMs",           BDP_Int,   1, "",                 0, "",            0, "",            22010, "",   "Number of possible EEMs"
1,           "AllowEEM",          BDP_Int,  20, "",                 0, "",            0, "",            22011, "",   ""
1,           "EEMValue",          BDP_Int,  20, "",                 0, "",            0, "",            22012, "",   ""
1,           "EEMNames",          BDP_Str,  20, "",                 0, "",            0, "",            22013, "",   "Names of each EEM"

             ; Track active and available wizard screens for multi-screen Details Dlgs
1,           "ScreenIDArray",     BDP_Int,  99, "",                 0, "",            0, "",            22016, "",   "Wizard Screen ID Array" 
1,           "ScreenIDArrIdx",    BDP_Int,   1, "",                 0, "",            0, "",            22017, "",   "Wizard Screen ID Array Index" 
1,           "ScreenIDArrID",     BDP_Int,   1, "",                 0, "",            0, "",            22018, "",   "Wizard Screen ID Array ID" 
1,           "MultiScrnDetails",  BDP_Int,   1, "",                 0, "",            0, "",            22019, "",   "flag indicating multiple details dialogs exist for this measure" 

             ; Details dialog stuff
1,           "EEMDetailsDlgID",   BDP_Int,   1, "",                 0, "",            0, "",            22021, "",   ""
1,           "EEMDetailsDlgHt",   BDP_Int,   1, "",                 0, "",            0, "",            22023, "",   ""
1,           "EEMDetailsDlgWd",   BDP_Int,   1, "",                 0, "",            0, "",            22025, "",   ""


1,           "Type",              BDP_Sym,   1, "",                 0, "",            0, "",            22031, "",   "Measure Type"
1,           "SaveTypeSymbols",   BDP_Sym,   1, "",                 0, "",            0, "",            22001, "",   "used to save complete list of Type symbols"
1,           "TypeAbbrev",        BDP_Sym,   1, "",                 0, "",            0, "",            22032, "",   "Measure Type (abbreviated)"
1,           "OperateOn",         BDP_Obj,   1, "",                 0, "Measure",    -1, "",            22035, "",   "Previous run this measure is to be applied to"
1,           "OperateOnLbl",      BDP_Str,   1, "",                 0, "",            0, "",            22036, "",   ""

1,           "ShellEEM",          BDP_Obj,   1, "",                 0, "ShellEEM",    0, "",            22040, "",   "Shell EEM"
1,           "ShellToAdjust",     BDP_Obj,   1, "",                 0, "ShellWiz",    0, "",            22041, "",   "ShellWiz component to adjust"
1,           "ShellDisplay",      BDP_Obj,   1, "",                 0, "ShellEEM",    0, "",            22042, "",   "Shell Display component"

1,           "HVACEEM",           BDP_Obj,   1, "",                 0, "HVACEEM",     0, "",            22045, "",   "HVAC EEM"
1,           "HVACToAdjust",      BDP_Obj,   1, "",                 0, "HVACWiz",     0, "",            22046, "",   "HVACWiz component to adjust"
1,           "HVACDisplay",       BDP_Obj,   1, "",                 0, "HVACEEM",     0, "",            22047, "",   "HVAC Display component"

1,           "DXCWEEM",           BDP_Obj,   1, "",                 0, "DXCWEEM",     0, "",            22050, "",   "DXCW EEM"
1,           "DXCWToAdjust",      BDP_Obj,   1, "",                 0, "DXCWWiz",     0, "",            22051, "",   "DXCWWiz component to adjust"
1,           "DXCWDisplay",       BDP_Obj,   1, "",                 0, "DXCWEEM",     0, "",            22052, "",   "DXCW Display component"

1,           "WLHPEEM",           BDP_Obj,   1, "",                 0, "WLHPEEM",     0, "",            22055, "",   "WLHP EEM"
1,           "WLHPToAdjust",      BDP_Obj,   1, "",                 0, "WLHPWiz",     0, "",            22056, "",   "WLHPWiz component to adjust"
1,           "WLHPDisplay",       BDP_Obj,   1, "",                 0, "WLHPEEM",     0, "",            22057, "",   "WLHP Display component"

1,           "PrimEEM",           BDP_Obj,   1, "",                 0, "PrimEEM",     0, "",            22060, "",   "Prim EEM"
1,           "PrimToAdjust",      BDP_Obj,   1, "",                 0, "PrimWiz",     0, "",            22061, "",   "PrimWiz component to adjust"
1,           "PrimDisplay",       BDP_Obj,   1, "",                 0, "PrimEEM",     0, "",            22062, "",   "Prim Display component"

1,           "DHWEEM",            BDP_Obj,   1, "",                 0, "DHWEEM",      0, "",            22065, "",   "DHW EEM"
1,           "DHWToAdjust",       BDP_Obj,   1, "",                 0, "DHWWiz",      0, "",            22066, "",   "DHWWiz component to adjust"
1,           "DHWDisplay",        BDP_Obj,   1, "",                 0, "DHWEEM",      0, "",            22067, "",   "DHW Display component"

1,           "Summary",           BDP_Str,   1, "",                 0, "",            0, "",            22090, "",   "Measure summary"

1,           "Simulate",          BDP_Int,   1, "",                 0, "",            0, "",            22095, "",   ""

1,           "ScreenID",          BDP_Int,   1, "",                 0, "",            0, "",            22100, "",   ""
1,           "SelMeasureIdx",     BDP_Int,   1, "",                 0, "",            0, "",            22103, "",   ""
1,           "ErrorCode",         BDP_Int,   1, "",                 0, "",            0, "",            22105, "",   ""

1,           "GetCompToAdjust",   BDP_Int,   1, "",                 0, "",            0, "",            22110, "",   ""
1,           "CreateStep",        BDP_Int,   1, "",                 0, "",            0, "",            22111, "",   ""
1,           "CreationOK",        BDP_Int,   1, "",                 0, "",            0, "",            22112, "",   ""
1,           "CompIndex",         BDP_Int,   1, "",                 0, "",            0, "",            22113, "",   ""
1,           "DetailsEdited",     BDP_Int,   1, "",                 0, "",            0, "",            22115, "",   ""
1,           "EEMCompsOK",        BDP_Int,   1, "",                 0, "",            0, "",            22117, "",   ""

; SAC 8/9/02 - Added properties to store measure LCC data
1,           "LCC_FirstCost",     BDP_Flt,   1, "",                 0, "",            0, "",             2001, "",   ""
1,           "LCC_AnnMaint",      BDP_Flt,   1, "",                 0, "",            0, "",             2001, "",   ""
1,           "LCC_InvestDesc",    BDP_Str,  25, "",                 0, "",            0, "",             2001, "",   ""
1,           "LCC_InvestCost",    BDP_Flt,  25, "",                 0, "",            0, "",             2001, "",   ""
1,           "LCC_OperDesc",      BDP_Str,  25, "",                 0, "",            0, "",             2001, "",   ""
1,           "LCC_OperCost",      BDP_Flt,  25, "",                 0, "",            0, "",             2001, "",   ""

; SAC 8/10/02 - Added CUMULATIVE cost properties
1,           "LCC_CFirstCost",    BDP_Flt,   1, "",                 0, "",            0, "",             2001, "",   ""
1,           "LCC_CAnnMaint",     BDP_Flt,   1, "",                 0, "",            0, "",             2001, "",   ""
1,           "LCC_CInvestCost",   BDP_Flt,  25, "",                 0, "",            0, "",             2001, "",   ""
1,           "LCC_COperCost",     BDP_Flt,  25, "",                 0, "",            0, "",             2001, "",   ""

; SAC 8/11/02 - Added properties to enable mods in LSS spreadsheet within eQ to get posted back into BDBase
1,           "LCC_UI_FirstCost",  BDP_Flt,   1, "",                 0, "",            0, "",             2001, "",   ""
1,           "LCC_UI_AnnMaint",   BDP_Flt,   1, "",                 0, "",            0, "",             2001, "",   ""
1,           "LCC_UI_InvestDesc", BDP_Str,  25, "",                 0, "",            0, "",             2001, "",   ""
1,           "LCC_UI_InvestCost", BDP_Flt,  25, "",                 0, "",            0, "",             2001, "",   ""
1,           "LCC_UI_OperDesc",   BDP_Str,  25, "",                 0, "",            0, "",             2001, "",   ""
1,           "LCC_UI_OperCost",   BDP_Flt,  25, "",                 0, "",            0, "",             2001, "",   ""
;------------------------------------------------------------------------------------------------


; SAC 11/13/02 - Added component to track automated DOE-2 rate update info
;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1    P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              ---------------------------------------------------------------------------------------------------
0,  "RateUpd",  "Util Rate Update",  1000,  0,  0, "",          "",         "", "", "", "", -1,  1,  0,  0,   26000
;
;                                 VType     NV   UL                UT  OC            CV  CP              HI    ECRN  LName
;                                --------------------------------------------------------------------------------------------
1,           "Utility",           BDP_Sym,   1, "",                 0, "",            0, "",            26001, "",   ""
1,           "DetailName",        BDP_Str,   1, "",                 0, "",            0, "",            26001, "",   ""
1,           "RateDescrip",       BDP_Str,   1, "",                 0, "",            0, "",            26001, "",   ""
1,           "RateVersion",       BDP_Str,   1, "",                 0, "",            0, "",            26001, "",   ""

1,           "Protocol",          BDP_Sym,   1, "",                 0, "",            0, "",            26001, "",   "" 
1,           "HTTP_URL",          BDP_Str,   1, "",                 0, "",            0, "",            26001, "",   "" 
1,           "FTP_Host",          BDP_Str,   1, "",                 0, "",            0, "",            26001, "",   "" 
1,           "FTP_Username",      BDP_Str,   1, "",                 0, "",            0, "",            26001, "",   "" 
1,           "FTP_Password",      BDP_Str,   1, "",                 0, "",            0, "",            26001, "",   "" 
1,           "FTP_Path",          BDP_Str,   1, "",                 0, "",            0, "",            26001, "",   "" 

1,           "DateLastImport",    BDP_Int,   1, "",                 0, "",            0, "",            26001, "",   "" 
1,           "DateLastCheck",     BDP_Int,   1, "",                 0, "",            0, "",            26001, "",   "" 

1,           "UpdateRate",        BDP_Int,   1, "",                 0, "",            0, "",            26001, "",   "" 
;-------------------------------------------------------------------------------------------------------------------

; RW 4/08/03 - Added new component type to store roof zone information
;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1      P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              -----------------------------------------------------------------------------------------------------
0,  "RoofZone", "Roof Zone",         1000,  0,  0, "",           "ShellWiz",  "", "", "", "", -1,  1,  0,  0,   7700
;
;                                 VType     NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
1,           "NumVerts",          BDP_Int,   1, "",                 0, "",         0, "",             7710, "",   "Number of Vertices" 
; SAC 7/14/03 - Increased from 30 -> 120 vertices
1,           "X",                 BDP_Flt, 120, "ft",               0, "",         0, "",             7715, "",   "X" 
1,           "Y",                 BDP_Flt, 120, "ft",               0, "",         0, "",             7720, "",   "Y" 
; SAC 8/12/03 - Added volume-under-roofzone & peak ht properties
1,           "Volume",            BDP_Flt,   1, "ft3",              0, "",         0, "",             7701, "",   "Volume under roof" 
1,           "PeakHt",            BDP_Flt,   1, "ft",               0, "",         0, "",             7701, "",   "Peak height of roof" 
; SAC 8/23/03 - Added PolyArea and GableArea properties
1,           "PolyArea",          BDP_Flt,   1, "ft2",              0, "",         0, "",             7701, "",   "Area of roof zone floor" 
1,           "GableArea",         BDP_Flt,   1, "ft2",              0, "",         0, "",             7701, "",   "Sum of gable wall areas" 
;------------------------------------------------------------------------------------------------

;------------------------------------------------------------------------------------------------
;               LName                  MD  MR  AC  MirrorComp    Parent1      P2  P3  P4  P5  MC  MS  bP  CF     HI 
;              -----------------------------------------------------------------------------------------------------
0,  "RoofWall", "Roof Wall",        32000,  0,  0, "",           "RoofZone",  "", "", "", "", -1,  1,  0,  1,   7750
;
;                                 VType     NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
1,           "RoofZoneVert",      BDP_Int,   1, "",                 0, "",         0, "",             7755, "",   "The Roof Zone Vertex the polygon is attached to" 
1,           "NumVerts",          BDP_Int,   1, "",                 0, "",         0, "",             7760, "",   "Number of Vertices" 
; SAC 7/14/03 - Increased from 30 -> 120 vertices
1,           "X",                 BDP_Flt, 120, "ft",               0, "",         0, "",             7765, "",   "X" 
1,           "Y",                 BDP_Flt, 120, "ft",               0, "",         0, "",             7770, "",   "Y" 
1,           "Tilt",              BDP_Flt,   1, "ft",               0, "",         0, "",             7775, "",   "Tilt" 
1,           "Azimuth",           BDP_Flt,   1, "ft",               0, "",         0, "",             7780, "",   "Azimuth" 
; SAC 7/14/03 - Increased from 30 -> 120 vertices
1,           "XHorz",             BDP_Flt, 120, "ft",               0, "",         0, "",             7785, "",   "Horizontally projected X-coordinates" 
1,           "YHorz",             BDP_Flt, 120, "ft",               0, "",         0, "",             7787, "",   "Horizontally projected Y-coordinates" 
1,           "ZHorz",             BDP_Flt, 120, "ft",               0, "",         0, "",             7788, "",   "Horizontally projected Z-coordinates" 
; SAC 8/7/03 - Added coordinates for positioning gable walls at ext wall plane as opposed to at overhang offset
1,           "XGable",            BDP_Flt,   1, "ft",               0, "",         0, "",             7790, "",   "Gable X-coordinates" 
1,           "YGable",            BDP_Flt,   1, "ft",               0, "",         0, "",             7791, "",   "Gable Y-coordinates" 
; SAC 3/4/04 - Integrated RW's partial vaulted ceiling mods
; RW 11/30/03 - Added index used to get the space polygon special roof walls are associated with for vaulted ceilings
1,           "SpacePolyIdx",      BDP_Int,   1,   "",               0, "",         0, "",             7751, "",   "Space Polygon Index" 
;------------------------------------------------------------------------------------------------


; DEER Only
; SAC 10/7/03 - Added to facilitate input of DEER prototype data
;---------------------------------------------------------------------------------------------------
;                  LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;                 ---------------------------------------------------------------------------------------------------
0,  "DEERProto",  "DEER Proto Selection",  1,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  0,  16800
;
;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;                                ----------------------------------------------------------------------------------------
1,           "Region",            BDP_Sym,  1, "",                 0, "",         0, "",            16805, "",   ""
1,           "RegionVal",         BDP_Int,  1, "",                 0, "",         0, "",            16807, "",   ""

1,           "BldgType",          BDP_Sym,  1, "",                 0, "",         0, "",            16810, "",   ""
1,           "Vintage",           BDP_Sym,  1, "",                 0, "",         0, "",            16815, "",   ""
1,           "AllowHVACResize",   BDP_Int,  1, "",                 0, "",         0, "",            16817, "",   ""

1,           "Measure",           BDP_Sym,  1, "",                 0, "",         0, "",            16820, "",   ""
         ; SAC 1/12/05 - increased array size from 99 -> 499 to account for grocery, refrig warehouse & residential measures
1,           "MeasuresCompat",    BDP_Int,499, "",                 0, "",         0, "",            16822, "",   "" 
1,           "MsrErrCode",        BDP_Int,  1, "",                 0, "",         0, "",            16824, "",   "" 
1,           "SizingRunReqd",     BDP_Int,  1, "",                 0, "",         0, "",            16825, "",   ""
; 1,           "SecondaryHVAC",     BDP_Int,  1, "",                 0, "",         0, "",            16827, "",   ""

         ; SAC 2/5/05 - added properties to manage applicability and toggle for performing & reporting above code savings runs
1,           "CodeBaselineFlag",  BDP_Sym,  1, "",                 0, "",         0, "",            16852, "",   ""
1,           "CodeBaseFlagVal",   BDP_Int,  1, "",                 0, "",         0, "",            16852, "",   ""
1,           "RptCodeBaseline",   BDP_Int,  1, "",                 0, "",         0, "",            16850, "",   ""

; 1,           "DOE2Version",       BDP_Sym,  1, "",                 0, "",         0, "",            16834, "",   ""   ; SAC 10/25/04   - SAC 11/18/04 - moved to Project
1,           "Prototype",         BDP_Sym,  1, "",                 0, "",         0, "",            16830, "",   ""
1,           "ProtoErrMsg",       BDP_Str,  1, "",                 0, "",         0, "",            16832, "",   "" 

1,           "WeatherFile",       BDP_Str,  1, "",                 0, "",         0, "",            16840, "",   "Weather File Name" 

         ; SAC 4/17/05 - New properties to handle multiple runs for each stage of analysis (baseline / code baseline / measure)
1,           "BaselineNumRuns",   BDP_Int,  1, "",                 0, "",         0, "",            16801, "",   "" 
1,           "CodeBaseNumRuns",   BDP_Int,  1, "",                 0, "",         0, "",            16801, "",   "" 
1,           "MeasureNumRuns",    BDP_Int,  1, "",                 0, "",         0, "",            16801, "",   "" 
1,           "RunNumber",         BDP_Int,  1, "",                 0, "",         0, "",            16801, "",   "" 

         ; SAC 7/19/04 - added new flag value to toggle storage of hourly results
1,           "HourlyResults",     BDP_Int,  1, "",                 0, "",         0, "",            16845, "",   ""

1,           "DebugID",           BDP_Int,  1, "",                 0, "",         0, "",            16801, "",   ""
1,           "StorageOption",     BDP_Int,  1, "",                 0, "",         0, "",            16801, "",   ""

1,           "BldgTypeAbrev",     BDP_Sym,  1, "",                 0, "",         0, "",            16810, "",   ""
1,           "VintageAbrev",      BDP_Sym,  1, "",                 0, "",         0, "",            16815, "",   ""
1,           "MeasureAbrev",      BDP_Sym,  1, "",                 0, "",         0, "",            16820, "",   ""

1,           "BldgTypeAcro",      BDP_Sym,  1, "",                 0, "",         0, "",            16810, "",   ""
1,           "RegionAcro",        BDP_Sym,  1, "",                 0, "",         0, "",            16805, "",   ""
1,           "VintageAcro",       BDP_Sym,  1, "",                 0, "",         0, "",            16815, "",   ""
1,           "MeasureAcro",       BDP_Sym,  1, "",                 0, "",         0, "",            16820, "",   ""
1,           "RunAcronym",        BDP_Str,  1, "",                 0, "",         0, "",            16821, "",   ""

1,           "ResizeAllHVAC",     BDP_Int,  1, "",                 0, "",         0, "",            16801, "",   "" 
1,           "DOE2Enduses",       BDP_Int,  1, "",                 0, "",         0, "",            16801, "",   "DOE-2 enduses to report as 'Primary' enduse" 
1,           "ResultsToTrack",    BDP_Int,  1, "",                 0, "",         0, "",            16801, "",   "ID of simulation results to track" 
1,           "BaselineResults",   BDP_Flt, 20, "",                 0, "",         0, "",            16801, "",   "baseline bldg simulation results" 
1,           "CodeBaseResults",   BDP_Flt, 20, "",                 0, "",         0, "",            16801, "",   "code baseline bldg simulation results" 
1,           "MeasureResults",    BDP_Flt, 20, "",                 0, "",         0, "",            16801, "",   "measure bldg simulation results" 
1,           "BasPrgTstatHtElec", BDP_Flt, 80, "",                 0, "",         0, "",            16801, "",   "baseline bldg programmable thermostat heating electric results" 
1,           "BasPrgTstatHtGas",  BDP_Flt, 80, "",                 0, "",         0, "",            16801, "",   "baseline bldg programmable thermostat heating gas results" 
1,           "BasPrgTstatClElec", BDP_Flt, 80, "",                 0, "",         0, "",            16801, "",   "baseline bldg programmable thermostat cooling electric results" 
1,           "ResultErrMsg",      BDP_Str,  1, "",                 0, "",         0, "",            16801, "",   "" 
1,           "FinalResult",       BDP_Flt,  2, "",                 0, "",         0, "",            16801, "",   "final measure result" 
1,           "FinalResultMsg",    BDP_Str,  3, "",                 0, "",         0, "",            16801, "",   "final measure result messages" 
1,           "AbvCodeResult",     BDP_Flt,  2, "",                 0, "",         0, "",            16801, "",   "above code measure result" 
1,           "AbvCodeResultMsg",  BDP_Str,  3, "",                 0, "",         0, "",            16801, "",   "above code measure result messages" 

         ; SAC 3/26/05 - New properties to facilitate storage of residential results
1,           "VentIntoCoolHeat",  BDP_Int,  1, "",                 0, "",         0, "",            16801, "",   "Whether or not to partition vent results into cool/heat enduses" 
1,           "CalibrateSimRes",   BDP_Int,  1, "",                 0, "",         0, "",            16801, "",   "Whether or not to apply enduse calibration factors to sim results" 
1,           "SimResCalibFctrs",  BDP_Flt, 12, "",                 0, "",         0, "",            16801, "",   "Simulation results calibration factors (by enduse)" 

1,           "BatchProcess",      BDP_Int,  1, "",                 0, "",         0, "",            16801, "",   "Batch Processing Toggle" 
1,           "BatchProcessFile",  BDP_Str,  1, "",                 0, "",         0, "",            16801, "",   "Batch Processing File Name" 

         ; SAC 7/19/04 - Added several output reporting properties
         ; SAC 11/5/04 - Split BaseChars and MeasureChars into individual symbol & string results to enable formatted strings including dynamic efficiencies & such
1,           "MeasureID",         BDP_Sym,  1, "",                 0, "",         0, "",            16801, "",   ""
1,           "MeasureDescrip",    BDP_Sym,  1, "",                 0, "",         0, "",            16801, "",   ""
1,           "BaseCharsSym",      BDP_Sym,  1, "",                 0, "",         0, "",            16801, "",   ""
1,           "CodeBaseCharsSym",  BDP_Sym,  1, "",                 0, "",         0, "",            16801, "",   ""
1,           "MeasureCharsSym",   BDP_Sym,  1, "",                 0, "",         0, "",            16801, "",   ""
1,           "BaseChars",         BDP_Str,  1, "",                 0, "",         0, "",            16801, "",   ""
1,           "CodeBaseChars",     BDP_Str,  1, "",                 0, "",         0, "",            16801, "",   ""
1,           "MeasureChars",      BDP_Str,  1, "",                 0, "",         0, "",            16801, "",   ""
1,           "SectorAbrev",       BDP_Sym,  1, "",                 0, "",         0, "",            16801, "",   ""
1,           "CommonUnit",        BDP_Sym,  1, "",                 0, "",         0, "",            16801, "",   ""
1,           "MeasureCateg",      BDP_Sym,  1, "",                 0, "",         0, "",            16801, "",   ""
1,           "MeasureSubCateg",   BDP_Sym,  1, "",                 0, "",         0, "",            16801, "",   ""
1,           "MeasureFuel",       BDP_Sym,  1, "",                 0, "",         0, "",            16801, "",   ""

         ; SAC 7/21/04 - Added several results output reporting properties
1,           "CommonUnitDiv",     BDP_Flt,  1, "",                 0, "",         0, "",            16801, "",   "common unit divisor" 
1,           "NormBaseRes",       BDP_Flt,  5, "",                 0, "",         0, "",            16801, "",   "normalized baseline results 1-ElecKWH 2-GasKBTU 3-PeakKW 4-PrimEnduseKWH 5-PrimEnduseKBTU" 
1,           "NormCodeBaseRes",   BDP_Flt,  5, "",                 0, "",         0, "",            16801, "",   "normalized code baseline results 1-ElecKWH 2-GasKBTU 3-PeakKW 4-PrimEnduseKWH 5-PrimEnduseKBTU" 
1,           "ImpactResults",     BDP_Flt,  3, "",                 0, "",         0, "",            16801, "",   "baseline -> measure impact results 1-ElecKWH 2-GasKBTU 3-PeakKW (including negatives)" 
1,           "ImpactCodeBaseRes", BDP_Flt,  3, "",                 0, "",         0, "",            16801, "",   "code baseline -> measure impact results 1-ElecKWH 2-GasKBTU 3-PeakKW (including negatives)" 
; SAC 4/5/05 - Added new "reportable" building area property => unit area for MFam and weighted by 1-/2-story for SFam
1,           "ReportArea",        BDP_Flt,  1, "",                 0, "",         0, "",            16801, "",   "building area reported" 

         ; SAC 7/21/04 - Added several cost/other output reporting properties
1,           "MeasureLife",       BDP_Flt,  1, "",                 0, "",         0, "",            16801, "",   "" 
1,           "Costs",             BDP_Flt,  3, "",                 0, "",         0, "",            16801, "",   "equip, labor, base" 
1,           "CostRef",           BDP_Str,  1, "",                 0, "",         0, "",            16801, "",   "" 
1,           "OtherRef",          BDP_Str,  3, "",                 0, "",         0, "",            16801, "",   "" 

         ; SAC 8/2/04 - Added properties for performing daylighting analysis
1,           "DL_DayltMethod",    BDP_Sym,  1, "",                 0, "",         0, "",            16801, "",   ""
1,           "DL_LtCtrlType",     BDP_Sym,  1, "",                 0, "",         0, "",            16801, "",   ""
1,           "DL_LtCtrlSteps",    BDP_Flt,  1, "steps",            0, "",         0, "",            16801, "",   "" 
1,           "DL_LightSetPoint",  BDP_Flt,  1, "fc",               0, "",         0, "",            16801, "",   "" 
1,           "DL_MinPowerFrac",   BDP_Flt,  1, "frac",             0, "",         0, "",            16801, "",   "" 
1,           "DL_MinLightFrac",   BDP_Flt,  1, "frac",             0, "",         0, "",            16801, "",   "" 

         ; SAC 11/30/04 - Added property to facilitate DHW table look-ups
1,           "HasDHW",            BDP_Int,  2, "",                 0, "",         0, "",            16801, "",   "[1] => Non-Res, [2] => Res"

         ; SAC 3/27/05 - Added new property to enable switching of SYSTEM:MIN-SUPPLY-T between design and annual simulations
1,           "AnnSimMinSupplyT",  BDP_Flt,  1, "",                 0, "",         0, "",            16801, "",   "annual simulation SYSTEM:MIN-SUPPLY-T"

         ; SAC 2/2/05 - Added property to facilitate demand season date determination
1,           "DemandSeasonFlag",  BDP_Int,  1, "",                 0, "",         0, "",            16801, "",   "[0] => Anytime, [1] => Not Summer"
         ; SAC 4/6/05 - Added new property to control whether or not demand retrieval is handled via utility rate or hourly reports
1,           "DemandResultOpt",   BDP_Sym,  1, "",                 0, "",         0, "",            16801, "",   "Demand results via utility rates vs. hourly reports"

         ; SAC 3/22/05 - Added properties to facilitate multiple meter results weighting
1,           "NumMeters",         BDP_Int,  1, "",                 0, "",         0, "",            16801, "",   ""
1,           "ElecMeterNames",    BDP_Str, 10, "",                 0, "",         0, "",            16801, "",   ""
1,           "FuelMeterNames",    BDP_Str, 10, "",                 0, "",         0, "",            16801, "",   ""
1,           "MeterWeights",      BDP_Flt, 10, "",                 0, "",         0, "",            16801, "",   ""

         ; SAC 3/29/05 - Added flag to trigger special code to handle system sizing for evap cooling measures
1,           "EvapCoolMsrSizing", BDP_Int,  1, "",                 0, "",         0, "",            16801, "",   ""

1,           "TableFlagValues",   BDP_Int, 10, "",                 0, "",         0, "",            16801, "",   ""

         ; SAC 4/17/05 - New properties to handle programmable thermostat runs
1,           "TStatTemps_Htg",    BDP_Flt,  4, "",                 0, "",         0, "",            16801, "",   ""
1,           "TStatTemps_Clg",    BDP_Flt,  4, "",                 0, "",         0, "",            16801, "",   ""
;---------------------------------------------------------------------------------------------------


; SAC 12/2/04 - added bogus class to serve as a quick test for DEER measure abreviation uniqueness
;  ;---------------------------------------------------------------------------------------------------
;  ;                  LName                  MD  MR  AC  MirrorComp    Parent1   P2  P3  P4  P5  MC  MS  bP  CF     HI 
;  ;                 ---------------------------------------------------------------------------------------------------
;  0,  "TESTING",  "Testing Comp",  1,  0,  0, "",          "",        "", "", "", "", -1,  1,  0,  0,  16900
;  ;
;  ;                                 VType    NV   UL                UT  OC         CV  CP              HI    ECRN  LName                  
;  ;                                ----------------------------------------------------------------------------------------
;  1,           "LtgLo",             BDP_Int,  1, "",                 0, "",         0, "",            16901, "",   ""     ;   1,
;  1,           "LtgHi",             BDP_Int,  1, "",                 0, "",         0, "",            16901, "",   ""     ;   2,
;  1,           "OcSnS",             BDP_Int,  1, "",                 0, "",         0, "",            16901, "",   ""     ;   3,
;  1,           "OcSnL",             BDP_Int,  1, "",                 0, "",         0, "",            16901, "",   ""     ;   4,
;  1,              :   ,             BDP_Int,  1, "",                 0, "",         0, "",            16901, "",   ""     ;  95,
;  1,              :   ,             BDP_Int,  1, "",                 0, "",         0, "",            16901, "",   ""     ;  95,
;  1,              :   ,             BDP_Int,  1, "",                 0, "",         0, "",            16901, "",   ""     ;  95,
;  1,           "WHTCl",             BDP_Int,  1, "",                 0, "",         0, "",            16901, "",   ""     ;  95,
;  1,           "WHGsL",             BDP_Int,  1, "",                 0, "",         0, "",            16901, "",   ""     ;  96,
;  1,           "WHGsM",             BDP_Int,  1, "",                 0, "",         0, "",            16901, "",   ""     ;  97,
;  1,           "WSEcn",             BDP_Int,  1, "",                 0, "",         0, "",            16901, "",   ""     ;  98,
;  ;---------------------------------------------------------------------------------------------------


-1 
