;-------------------------------------------------------------------------------
; UI String Data
;-------------------------------------------------------------------------------
; Record Format:
;
;     <GroupID>  : Index of string group - ranging from 0-#groups
;                    (It is most efficient to list the groups in sequential
;                     order without gaps)
;                    (-1 denotes end of file)
;
;     <StringID> : Index of the string within the group ranging from 0-N
;                    (Each index must be unique within the string group)
;                    (It is most efficient to list the groups in sequential
;                     order without gaps)
;
;     <String>   : Character string
;-------------------------------------------------------------------------------


; NavBar Button Labels
0,  0,  "Project && Site"
0,  1,  "Building Shell"
0,  2,  "Internal Loads"
0,  3,  "Water-Side HVAC"
0,  4,  "Air-Side HVAC"
0,  5,  "Utility && Economics"


; Start-up Dialog Strings
1,  0,  " Startup Options"
1,  1,  "Open &Recent Project:"
1,  2,  "&Select an Existing Project to Open"
1,  3,  "Create a New Project via the &Wizard"
1,  4,  "Start with a &Blank Slate Project"
1,  5,  "OK"
1,  6,  "View &Overview"
1,  7,  "E&xit"


; Main Framework Tab Labels
2,  0,  " Summary "
2,  1,  " Details "
2,  2,  " 3-D Geometry "
2,  3,  " 2-D Geometry "
2,  4,  " Internal Loads "
2,  5,  " Plant Equipment "
2,  6,  " Air-Side HVAC System "
2,  7,  " Spreadsheet "
2,  8,  " Refrigeration "


; Help - About... Dialog
3,  0,  "About "      ; used in dialog caption
3,  1,  "&Done"       ; button labels
3,  2,  "&About"
3,  3,  "&Credits"
3,  4,  "&License"
3,  5,  "For more information:"  ; web site URL label
3,  6,  ", version "  ; used to generate version label
3,  7,  ", build "
3,  8,  "-unknown-"   ; denotes invalid version label string


; Miscellaneous error messages
4,  0,  "Initialization Error"                      ; from PD2App::InitInstance()
4,  1,  "Unable to load RuleSet component. Exiting program."  ; from PD2App::InitInstance()
4,  2,  "Error loading BDL Key file."               ; from PD2App::InitInstance()
4,  3,  "Error initializing BDL."                   ; from PD2App::InitInstance()
4,  4,  "Error initializing BDLExt32."              ; from PD2App::InitInstance()
4,  5,  "Error initializing BDLLib32."              ; from PD2App::InitInstance()
4,  6,  "Error initializing BDLExt32 Symbol Data."  ; from PD2App::InitInstance()
4,  7,  "Error initializing BDL Component Type strings."  ; from PD2App::InitInstance()
4,  8,  "Error initializing Data Status Labels."    ; from PD2Globals.cpp
4,  9,  "Required file not found: [files] BDBaseFile."   ; from CMainFrame::OnCreate()
4, 10,  "BDX_InitBDBase() failed."                       ; from CMainFrame::OnCreate()
4, 11,  "User Defaults file not found."                  ; from CMainFrame::OnCreate()
4, 12,  "Error loading user default file."               ; from CMainFrame::OnCreate()
4, 13,  "%d errors encountered loading BDL IDs:\n\n%s"   ; from CMainFrame::OnCreate()
4, 14,  "Error loading BDL Dialog definitions."          ; from CMainFrame::OnCreate()
4, 15,  "Error loading BDL Defaults data."               ; from CMainFrame::OnCreate()
4, 16,  "Error initializing BDL Parent Type strings."  ; from PD2App::InitInstance()
4, 17,  "Error loading Air System Diagram definitions."  ; from CMainFrame::OnCreate()
4, 18,  "Error initializing custom BDL rate directory."  ; from CMainFrame::OnCreate()
4, 19,  "Error creating Compliance Data component."


; BDL - short data status labels
5,  0,  "(Undef)"       ; BDLX_DATATYPE_UNDEFINED
5,  1,  "(Def Val)"     ; BDLX_DATATYPE_DEF_DATA
5,  2,  "(Def Exp)"     ; BDLX_DATATYPE_DEF_EXP
5,  3,  "(Lib Val)"     ; BDLX_DATATYPE_LIB_DATA
5,  4,  "(Lib Exp)"     ; BDLX_DATATYPE_LIB_EXP
5,  5,  "(Usr Val)"     ; BDLX_DATATYPE_USER_DATA
5,  6,  "(Usr Exp)"     ; BDLX_DATATYPE_USER_EXP
5,  7,  "(UDef Val)"    ; BDLX_DATATYPE_USERDEF_DATA
5,  8,  "(UDef Exp)"    ; BDLX_DATATYPE_USERDEF_EXP
5,  9,  "(Link Val)"    ; BDLX_DATATYPE_LINK_DATA
5, 10,  "(Link Exp)"    ; BDLX_DATATYPE_LINK_EXP
5, 11,  "(Comp Val)"    ; BDLX_DATATYPE_COMP_DATA
5, 12,  "(Comp Exp)"    ; BDLX_DATATYPE_COMP_EXP 
5, 13,  "(CompLib Val)" ; BDLX_DATATYPE_COMP_LIBDATA
5, 14,  "(CompLib Exp)" ; BDLX_DATATYPE_COMP_LIBEXP 
5, 15,  "(Comp Sym)"    ; BDLX_DATATYPE_COMP_DEFSYM 


; BDL - data status strings appended to tool tip messages
6,  0,  " (undefined)"                     ; BDLX_DATATYPE_UNDEFINED
6,  1,  " (default value)"                 ; BDLX_DATATYPE_DEF_DATA
6,  2,  " (default expression)"            ; BDLX_DATATYPE_DEF_EXP
6,  3,  " (library value)"                 ; BDLX_DATATYPE_LIB_DATA
6,  4,  " (library expression)"            ; BDLX_DATATYPE_LIB_EXP
6,  5,  " (user value)"                    ; BDLX_DATATYPE_USER_DATA
6,  6,  " (user expression)"               ; BDLX_DATATYPE_USER_EXP
6,  7,  " (user default value)"            ; BDLX_DATATYPE_USERDEF_DATA
6,  8,  " (user default expression)"       ; BDLX_DATATYPE_USERDEF_EXP
6,  9,  " (linked value)"                  ; BDLX_DATATYPE_LINK_DATA
6, 10,  " (linked expression)"             ; BDLX_DATATYPE_LINK_EXP
6, 11,  " (compliance value)"              ; BDLX_DATATYPE_COMP_DATA
6, 12,  " (compliance expression)"         ; BDLX_DATATYPE_COMP_EXP 
6, 13,  " (compliance library value)"      ; BDLX_DATATYPE_COMP_LIBDATA
6, 14,  " (compliance library expression)" ; BDLX_DATATYPE_COMP_LIBEXP 
6, 15,  " (compliance default symbol)"     ; BDLX_DATATYPE_COMP_DEFSYM 


; BDBase (wizard & project data) - short data status labels
7,  0,  "(Undef)"     ; BDS_Undefined
7,  1,  "(Prg Def)"   ; BDS_ProgDefault
7,  2,  "(Rul Def)"   ; BDS_RuleDefault
7,  3,  "(Rul Lib)"   ; BDS_RuleLibrary
7,  4,  "(Rul Val)"   ; BDS_RuleDefined
7,  5,  "(Usr Def)"   ; BDS_UserDefault
7,  6,  "(Usr Lib)"   ; BDS_UserLibrary
7,  7,  "(Usr Val)"   ; BDS_UserDefined
7,  8,  "(Sim Rslt)"  ; BDS_SimResult

; BDBase (wizard & project data) - data status strings appended to tool tip messages
8,  0,  " (undefined)"          ; BDS_Undefined
8,  1,  " (program default)"    ; BDS_ProgDefault
8,  2,  " (ruleset default)"    ; BDS_RuleDefault
8,  3,  " (ruleset library)"    ; BDS_RuleLibrary
8,  4,  " (ruleset value)"      ; BDS_RuleDefined
8,  5,  " (user default)"       ; BDS_UserDefault
8,  6,  " (user library)"       ; BDS_UserLibrary
8,  7,  " (user value)"         ; BDS_UserDefined
8,  8,  " (simulation result)"  ; BDS_SimResult


; BDL Range Checking Error messages
9,  0,  "Entered value is not allowed because this value has special meaning to the program.  Please enter another value."
9,  1,  "Range Checking Violation for "
9,  2,  "Error:  Input value must be >= "
9,  3,  "Error:  Input value must be <= "
9,  4,  "Error:  Input value must be > "
9,  5,  "Caution:  It is recommended that the input value be <= "
9,  6,  "Error:  Before selection of this month, the day value must be <= "
9,  7,  "Compliance Ruleset "


; Miscellaneous UI Strings
10,  0,  "Ready"   ; Default status bar message
10,  1,  "Wizard Warning"  ; wizard warning messagebox dialog caption
        ; wizard warning message
; 10,  2,  "The wizard inputs will be presented in the exact same form they were in at the end of your last wizard session (if any)."
; 10,  3,  "  The wizard inputs will NOT reflect any modifications made to the building model since the original"
; 10,  4,  " building model was generated.\n\nTo avoid overwriting the existing building model, modify the Project Name field in the first"
; 10,  5,  " wizard dialog prior to selecting the 'Finish' button from the wizard.  If you do not modify the project name in the wizard, then"
; 10,  6,  " the existing building model will be overwritten by the building model generated from the wizard inputs.\n\nPress 'OK' to"
; 10,  7,  " initiate the Building Wizard, or\npress 'Cancel' to return to the existing project description."
10,  2,  "WARNING - You are entering the Building Creation Wizard.  Any changes"
10,  3,  " you've made in the detailed interface MAY be lost if you press 'OK'."
10,  4,  "\n\nIf you wish to retain the changes made in the detailed interface, rename"
10,  5,  " the project file upon entering the Wizard by modifying the Project Name"
10,  6,  " field on the first Wizard Screen prior to pressing the 'Finish' button."
10,  7,  "\n\nPress 'OK' to initiate the Building Creation Wizard, or\npress 'Cancel' to return to the existing project description."
10,  8,  "Project:"
10,  9,  "No Project Loaded"
10, 10,  "The data just modified will cause the following "  ; CMainFrm
10, 11,  " error(s):\n\n   "  ; CMainFrm
10, 12,  "This data modification will cause other values to change.\nPress OK to accept"
10, 13,  " all data modifications or\nCancel to restore the previous values."
10, 14,  "You are attempting to alter the type of a building component imported from a library.  If you alter the component type, then the library linkage"
10, 15,  " will be broken and the library supplied data will be defaulted.  Press OK to override the component type, or Cancel to abort this modification."
10, 16,  "To alter the type of a building component which is linked to another, you must first remove that linkage."
10, 17,  "Component Linkage Found"
10, 18,  "Library Linkage Found"
10, 19,  "Error loading ScrnKey library information."
10, 20,  "Error loading library component."
10, 21,  "Error loading library link data."
10, 22,  "Error creating BDL input file from wizard inputs!"
10, 23,  "Error opening new project!"
10, 24,  "Project and wizard components must exist prior to accessing the EEM Run Wizard."
10, 25,  "eQUEST Energy Efficiency Measures (EEM) Wizard"
10, 26,  "This EEM Details dialog is too large to display in your current screen resolution mode (%dx%d vs. %dx%d).",
10, 27,  "Energy Efficiency Measure Details"
10, 28,  "%ld Bad Building Component(s)."
10, 29,  "Building OK."
; EEM Run stuff
10, 30,  "\n\nPress <OK> to fix the names via the EEM Run Wizard, or <Cancel> to abort the simulation option."
10, 31,  "EvaluateEEMWizardStuff() Failed."
10, 32,  "Loading Simulation DLL"
10, 33,  "Generating Simulation Input File - "
10, 34,  "Error generating EEM run #%d simulation input file '%s'."
10, 35,  "Reading Simulation Input File - "
10, 36,  "%d error(s) found in the EEM run '%s' BDL input file."
10, 37,  "Weather file '%s' not found.  You must select an available weather file before performing a simulation."
10, 38,  "No weather file selected.  You must select an available weather file before performing a simulation."
10, 39,  "%ld Bad Building Component(s) exist.  You must fix these errors before performing a simulation."
10, 40,  "Writing Simulation Standard File"
10, 41,  "Error:  %ld standard file writing errors encountered."
10, 42,  "Performing Simulation"
10, 43,  "Run %d of %d:  %s"
10, 44,  "Simulation Progress"
10, 45,  "%d Run(s) Completed Successfully\n"
10, 46,  "%d Run(s) Terminated Due To Errors\n"
10, 47,  "%d Run(s) Aborted By User\n"
10, 48,  "\nPress 'Yes' to view summary results or 'No' to return to the main screen."  ; SAC 11/26/01 - no longer referenced
; Compliance Analysis strings
10, 49,  "%ld Bad Building Component(s) found.  All building components must pass the basic error"
10, 50,  " checking process before compliance analysis can be performed."
10, 51,  "RuleProcRead() failed."
10, 52,  "Compliance analysis result:  PASSED"
10, 53,  "Compliance analysis result:  FAILED"
; More Misc CMainFrm strings
10, 54,  "No errors found to list."
10, 55,  "Confirm Data Modifications"
10, 56,  "Maximum number of tracked modifications exceeded."
10, 57,  "Component Copy Failed."
; Quick Menu (right mouse pop-up menu) item strings & error messages
10, 58,  "&Item Help"
10, 59,  "&Topic Help"
10, 60,  "&Restore Default"
10, 61,  "AppendMenu( ... ) Failed."
10, 62,  "AppendMenu( Separator ) Failed."
; More Misc CMainFrm strings
10, 63,  "Error loading recent file."
10, 64,  "Error loading BDL Dialog definitions."
; More CPDTreeCtrl
10, 65,  "Error loading tree data from file '%s'."
10, 66,  "Error retrieving tree data for this module."
10, 67,  "Create another "
10, 68,  "&Properties..."
10, 69,  "Create child "
10, 70,  "Create "
10, 71,  "Create Child Component"
10, 72,  "&Delete..."
10, 73,  "&Help"
10, 74,  "AppendMenu( Create ... ) Failed."
10, 75,  "AppendMenu( Properties ) Failed."
10, 76,  "AppendMenu( Separator ) Failed."
10, 77,  "unused"    ; was "AppendMenu( Create a Copy ) Failed."
10, 78,  "unused"    ; was "AppendMenu( Create a Linked... ) Failed."
10, 79,  "AppendMenu( Create Child... ) Failed."
10, 80,  "AppendMenu( Delete ) Failed."
10, 81,  "AppendMenu( Help ) Failed."
; CMainFrm strings having to do with switching user interface modes (wizard vs. detailed)
10, 82,  "Switching to Wizard Data Edit mode will enable you to utilize the building creation and/or EEM run wizards."
10, 83,  "  Any modifications you may have made to the detailed building description will be lost if you either press"
10, 84,  " the 'Finish' button from the building creation wizard or enter the EEM run wizard."
10, 85,  "Switching to Wizard Data Edit mode will enable you to re-enter the building creation and/or EEM run wizards"
10, 86,  " but will cause any modifications you may have made to the detailed building description to be lost."
10, 87,  "\n\nSelect YES to switch to Wizard Data Edit mode, or\nNO to remain in the Detailed Data Edit mode."
10, 88,  "Switching to Detailed Data Edit mode will enable you to edit the detailed building description but will"
10, 89,  " cause all EEM wizard information to be ignored."
10, 90,  "\n\nSelect YES to switch to Detailed Data Edit mode, or\nNO to remain in the Wizard Data Edit mode."
10, 91,  "Only projects that were originally generated from wizard inputs allow re-entry into the building create"
10, 92,  " wizard.\nTo generate a new building description from the wizard, select File - New from the menu bar."
10, 93,  "You must select the 'Mode' menu bar option and switch modes to 'Wizard Data Edit' if you wish to re-enter the building creation wizard."
10, 94,  "Only projects that were originally generated from wizard inputs can perform EEM runs.\nTo generate a new"
10, 95,  " building description from the wizard, select File - New from the menu bar."
10, 96,  "You must select the 'Mode' menu bar option and switch modes to 'Wizard Data Edit' if you wish to describe EEM runs."
10, 97,  "You must select the 'Mode' menu bar option and switch modes to 'Detailed Data Edit' if you wish to edit detailed building description data."
10, 98,  "Data Edit Error"
10, 99,  "Generating building description..."
10,100,  "\nPress OK to restore the previous value(s), or\nCancel to proceed with the data modification."
10,101,  "Define &Link..."
10,102,  "AppendMenu( Link ) Failed."
; CMainFrm strings having to do with modifying imported library components
10,103,  "You have requested a change to a library component.  Library components cannot be edited, so performing this modification will cause this"
10,104,  " component to become part of your project rather than being fetched from the library upon project open.  As a result, this component will"
10,105,  " not benefit from any future library updates or fixes but otherwise this action should not cause any problems with your project."
10,106,  "\n\nPress OK to continue with the component modification, or Cancel to abort this modification."
; Compliance Ruleset Load error strings
10,107,  "Error setting up complinace ruleset symbol list."
10,108,  "The compliance ruleset previously selected into this project was not found.\nThe default ruleset (if any) will be installed instead."
; CMainFrm strings having to do with Navigation requiring component creation
10,109,  "The following building component(s) must be created before this screen can be displayed:\n   "
10,110,  "\n\nSelect OK to create the new building component(s), or Cancel to prevent their creation."
10,111,  " Navigation"
; CMainFrm strings having to do with Button Processing (optional list insert/add/remove)
10,112,  "2 or more list items must exist before one can be removed."
10,113,  "Error encountered while setting new last week schedule end day to 12/31."
10,114,  "Error encountered while shifting list data to fill removed item(s)."
10,115,  "Error encountered while relocating list data."
10,116,  "Error encountered while shifting list data to create new item(s)."
10,117,  "Error encountered while setting week schedule dates to accomodate inserted week."
10,118,  "Error encountered while adjusting week schedules to accomodate new week assignment."
; UI Ctrl strings having to do with modifying BDL DEFAULT library components
10,119,  "You have requested a change to a default library component.  Default library components cannot be edited."
; Strings prompting user to perform straight sim or baseline/EEMs
10,120,  "Press 'Yes' to perform a simulation on the existing building description in memory.\n"
10,121,  "Press 'No' to select which runs (baseline and/or any existing EEM runs) to simulate."
; String prompting user whether or not to abort remaining simulations (after they already aborted one)
10,122,  "Would you like to abort all %d remaining simulations?"
; Strings to support the new Write Detailed Input feature
10,123,  "Project must first be saved to a file."
10,124,  " - Details.txt"
10,125,  "Write Input Details "
10,126,  "Succeeded."
10,127,  "Failed."
10,128,  "At least one BDL command must be selected for output."
; Compliance Reporting strings
10,129,  "A compliance ruleset must be selected into the project data before compliance analysis can be performed."
10,130,  "A compliance ruleset must be selected into the project data and the analysis must be performed before any compliance reports can be viewed."
10,131,  "Compliance report '%s' not found.  Compliance analysis must be peformed prior to reviewing the output compliance report(s)."
10,132,  "\n\nWould you like to perform the compliance analysis now?"
10,133,  "The following compliance report was found:\n   %s\n\nOnline review of compliance reports stored in PDF format is not yet implemented."
10,134,  "  This report can however be viewed and/or printed using Adobe's free Acrobat Reader which can be downloaded from their website at:\n   "
10,135,  "http://www.adobe.com/products/acrobat/readstep.html"
10,136,  "Press 'Yes' if you would like to install the compliance ruleset defaults now or "
10,137,  "'No' to wait until the compliance analysis is performed."
; PD2 application strings used to prompt user to confirm re-open of current project
10,138,  "You are attempting to re-open a project that is already loaded."
10,139,  "  If you confirm this action, then all modifications made to the project since it was last saved WILL BE LOST!"
10,140,  "\n\nPress 'Yes' to re-open the current project, or 'No' to abort this operation."
; Leading text for name of "blank" BDL components when no screens alternative exists
10,141,  "Default "
; Added to alert user of impending data reset if action performed
10,142,  "Data Modification Warning"
10,143,  "WARNING  -  Changing the space's Schedule Type will cause all of this space's Occupancy Types to get re-initialized."
10,144,  "\n\nChoose 'Yes' to confirm the Schedule Type change, or 'No' to abort the change."
; more Quick Menu (right mouse pop-up menu) item strings
10,145,  "&View Default/Range..."
10,146,  "&Edit/View User Default..."
; Batch processing results
10,147,  "Batch Processing Results:"
10,148,  "   %d Record(s) Processed Successfully"
10,149,  "   %d Record(s) Terminated Due To Errors"
10,150,  "   %d Record(s) Aborted By User"
10,151,  "\nWould you like to restore the original project data?"
10,152,  "Storing hourly results..."
10,153,  "Batch Processing Aborted on or following %d%s run."
; Save to Library option strings
10,154,  "&Save to Library..."
10,155,  "AppendMenu( Save to Library ) Failed."
10,156,  "This component name has already been used.\nPlease pick another."
; Message to user upon failure to launch external reporting application
10,157,  "Unable to launch external reporting application."
; Message to user when attempting to initiate feature that is only allowed in Detailed mode
10,158,  "You must select the 'Mode' menu bar option and switch modes to 'Detailed Data Edit' in order to activate this feature."
; Pre-File Import message
10,159,  "Would you like to pre-process this import file to ensure that it contains only import-compatible commands and to filter out duplicate building components?"
10,160,  "Import Pre-Processing Aborted by user."
10,161,  "Import Pre-Processing Results:"
10,162,  "     %d Commands/Components Prepared for Import"
10,163,  "     %d Duplicate Components Skipped"
10,164,  "     %d Commands Skipped"
10,165,  "     %d Errors Encountered"
; Added below for the RunSimDlg to allow it to display both EEM and Parametric Run selection
10,166,  "EEM Run Selection"																	; Dialog Title text
10,167,  "Place a check next to each EEM run you would like to have simulated."					; Long Text Comment
10,168,  "EEM Runs:"																			; Short Text Comment
10,169,  "Parametric Run Selection"																; Dialog Title text 		
10,170,  "Place a check next to each Parametric run you would like to have simulated."			; Long Text Comment 
10,171,  "Parametric Runs:"																		; Short Text Comment
; more Quick Menu (right mouse pop-up menu) item strings
10,172,  "Edit/View User E&xpression..."
; Error message for when user tries to create a ZONE when no SPACEs are available for assignment
10,173,  "At least one Space component with no corresponding Zone must exist prior to creating a new Zone."
; Simulation Complete dialog strings
10,174,  "Simulation(s) Complete"
10,175,  "View Summary Results/Reports..."
10,176,  "View Detailed Simulation Output File..."
10,177,  "Return to the Input Building Description"
10,178,  "Detailed Simulation Output File(s)"


; Main Detailed View Tab title strings
11,  0,  "Data describing "
11,  1,  ":  "
11,  2,  "Screen definitions not found for this building component type."
11,  3,  "Select a building model component from the tree to display its data here."


; PD2Doc strings
12,  0,  "Generating 2 dimensional geometry."
12,  1,  "Generating 3 dimensional geometry."
12,  2,  "This machine will be unable to view this project in 3-D mode.\nDisabling the 3-D view mode."
12,  3,  "Initializing user library."
12,  4,  "Library file '%s' not found."
12,  5,  "Error initializing library file '%s'."
12,  6,  "CPD2Doc::OnNewDocument() Error creating project component."
12,  7,  "Initializing BDL memory."
12,  8,  "New Project Created"
12,  9,  "Saving project data."
12, 10,  "Project Saved"
12, 11,  "Saving DOE-2 BDL input file."
12, 12,  "Invalid project file extension."
12, 13,  "Importing project data."
12, 14,  "Performing project defaulting."
12, 15,  "Error creating EEMRun2 component."
12, 16,  "Opening DOE-2 BDL input file."
12, 17,  "Generating expression dependency lists."
12, 18,  "The project file must be saved before performing this action.\n\nPress <OK> to save the current project as:\n   "
12, 19,  "\n\nIf you would like to save the project to a different file, press <Cancel>, then select File - Save As to create "
12, 20,  "the new project file and then reinitiate the action."
12, 21,  "The selected project file's input units type is not compatible with current program settings."
12, 22,  "There are insufficient system resources to efficiently render this building in 3 dimensions.\n\n"
12, 23,  "Press 'OK' to disable the 3-D view for this project, or 'Cancel' to enable the 3-D view despite the limited resources."
12, 24,  "Initializing DWG information."
12, 25,  "DWG file '%s' not found.\n\nWould you like to Browse for a replacement DWG file?"
12, 26,  "An error occurred while trying to load the following DWG file:\n   '%s'"
12, 27,  "This project contains "
12, 28,  " user inputs for window height and/or % coverage that override default values.  In order to"
12, 29,  " produce equivalent building models in this version of "
12, 30,  ", the following wizard window description changes need to be made:"
12, 31,  "\n\n(1)  Window height inputs should be updated to include frame width "
12, 32,  "(previous versions assumed that window height excluded frame width)."
12, 33,  "\n\n(2)  % Window inputs should be updated to reflect Floor-to-Ceiling wall heights "
12, 34,  "(previous versions applied the % inputs to the floor-to-floor wall heights)."
12, 35,  "building creation wizard"
12, 36,  "EEM wizard"
12, 37,  "building creation and EEM wizard"
12, 38,  "Checking/resetting symbolic values..."


; Non-MainFrm & PD2Doc Status Bar Message strings
13,  0,  "Refreshing Results Data..."
13,  1,  "Resetting 3-D geometry data..."
13,  2,  "Loading 3-D geometry data..."
13,  3,  "Copying "   ; used by tree control following drag/drop operation
13,  4,  "Moving "    ; used by tree control following drag/drop operation
13,  5,  "Loading Compliance Ruleset File..."
13,  6,  "Initializing Compliance Ruleset..."
13,  7,  "RuleProcInit() failed."


; Miscellaneous dialog button captions
14,  0,  "Done"
14,  1,  "OK"
14,  2,  "Cancel"


; Miscellaneous UI Control Strings (Combo-boxes, edit controls, spreadsheets...)
15,  0,  "- none -"       ; String for indicating no object is assigned
15,  1,  "- undefined -"
15,  2,  "- create -"
15,  3,  "- library -"
15,  4,  "n/a"    ; String for displaying unused data
15,  5,  "Symbolic"    ; label for PARAMETERs
15,  6,  "Numeric"     ; label for PARAMETERs
15,  7,  "Unknown"     ; label for PARAMETERs
15,  8,  "create new "  ; Combobox
15,  9,  "Error retrieving BDL default UI data from BDLScrns.dll"  ; Combobox
15, 10,  "Combo-Box Control Error"  ; Combobox
15, 11,  "  (rule lib)"
15, 12,  "  (user lib)"
15, 13,  "- sim default -"
15, 14,  "Building Component"
15, 15,  "This data is not user editable."  ; All UI controls
15, 16,  "Edit Control Error"  ; Edit controls
15, 17,  "Only components which are not already assigned elsewhere may be selected."  ; Spreadsheet error msg
15, 18,  "Component Type"      ; Spreadsheet - Multiple create rename spread column titles
15, 19,  "Existing Component"  ; (same)
15, 20,  "New Component"       ; (same)
15, 21,  "The new component name must contain at least one alpha-numeric character."        ; Spread - name error
15, 22,  "This name is already in use, enter a unique name for the new component."          ; (same)
15, 23,  "The entered name is a reserved string, enter another name for the new component." ; (same)
15, 24,  "The entered name is already in use by another component being created."           ; (same)
15, 25,  "Picture Not Available:"  ; CPDCtrlPicture Error Messages
15, 26,  " File Not Found:"        ; (same)
15, 27,  "Picture ID = %d"         ; (same)


; CDlgRequired & CPDDialog
16,  0,  "Required "
16,  1,  " Data"
16,  2,  " for '"
16,  3,  "Press Done once all required data is defined."
16,  4,  "Press Cancel to leave dialog without specifying required data."
16,  5,  "Every data element must be defined before continuing.\n"
16,  6,  "In order to ensure proper component defaulting and simulation you must define every data element on the required"
16,  7,  " data dialog and then select the Done button.  Leaving any required data dialog without doing so may cause fatal"
16,  8,  " program errors.\n\nPress OK to return to the required data dialog, or\nCancel to leave without further processing."
16,  9,  "Canceling from this required keyword dialog will cause this building component to be deleted.\n\n"
16, 10,  "Press OK to confirm component deletion, or\nCancel to return to the required keyword dialog."
16, 11,  "User Input Error"
16, 12,  "Error deleting building component: CPDDialog::FinalProcessing()"


; CDlgLibrary (library import)
17,  0,  " Library Selection"
17,  1,  "Category:"
17,  2,  "Entry:"
17,  3,  "Parent "
17,  4,  "Library Name:"
17,  5,  "Library File:"
17,  6,  "Library Entry Description:"
17,  7,  "Press OK to select active library component."
17,  8,  "Press Cancel to return without selecting library component."
17,  9,  "Select the desired library category from the list."
17, 10,  "Select the desired library entry from the list."
17, 11,  "Select parent building component."
17, 12,  "Invalid parent component."


; CDlgRenameLink (rename/link component)
18,  0,  "Rename Building Component"
18,  1,  "Define Component Linkage"
18,  2,  "Reassign Component Linkage"
18,  3,  "Reassign Keyword Reference"
18,  4,  "Enter the new name for the "
18,  5,  "previously identified as '"
18,  6,  "Select the "
18,  7,  " to link"
18,  8,  " to:"
18,  9,  "The selected library component's name"
18, 10,  "' conflicts"
18, 11,  "with an existing building component."
18, 12,  "Enter a new name for this "
18, 13,  "Enter new name for building component."
18, 14,  "Assign linkage for building component."
18, 15,  "Select new keyword reference for building component."
18, 16,  "Press Done to accept changes."
18, 17,  "Press OK to accept changes."
18, 18,  "Press Cancel to return without saving changes."
18, 19,  "You must enter a name in the name field before selecting OK."
18, 20,  "The entered name is a reserved string, enter a new name for the component being created."
18, 21,  "This name is already in use, enter a unique name for the component being created."
18, 22,  "Error setting component name to database."
18, 23,  "The name must contain at least one alpha-numeric character."


; CDlgCreateComponent
19,  0,  "Create "
19,  1,  " Name:"
19,  2,  "Parent "
19,  3,  " Type:"
19,  4,  "Link Component To:"
19,  5,  "Component To Copy:"
19,  6,  "Creation Option:"
19,  7,  "Load Component From Library"
19,  8,  "Press OK to create building component."
19,  9,  "Press Cancel to return without creating component."
19, 10,  "Enter the name of the building component to create."
19, 11,  "Select parent building component."
19, 12,  "Select component type to create."
19, 13,  "Press the library button to import from a building component library."
19, 14,  "Select the existing component to link this new component to."
19, 15,  "Select the desired creation option."
19, 16,  "Check this box to re-create children of the component selected above."
19, 17,  "Check this box to re-create components assigned to the component selected above."
19, 18,  "Create from scratch"
19, 19,  "Link to existing component"
19, 20,  "Copy an existing component"
19, 21,  "Create and Link to all child components"
19, 22,  "Create and Copy all child components"
19, 23,  "Create and Link to all assigned components"
19, 24,  "Create and Copy all assigned components"
19, 25,  "You must enter a name in the name field before selecting OK."
19, 26,  "The entered name is a reserved string, enter a new name for the component being created."
19, 27,  "This name is already in use, enter a unique name for the component being created."
19, 28,  "Invalid parent component."
19, 29,  "Invalid or no component type defined."
19, 30,  "The entered name must contain at least one alpha-numeric character."
19, 31,  "Component Creation Error"
19, 32,  "You must first create a valid parent component of type: "
19, 33,  "The maximum number of components of this type (%d"
19, 34,  ") are already defined.  Cannot create any more components of this type until one or more is deleted."
19, 35,  "Building components of this type are not yet implemented."
19, 36,  "A building component of type "
19, 37,  " must be created before the creation of this "
19, 38,  "There must be at least one component of type "
19, 39,  " that has no parent component assignment before the creation of this "
19, 40,  " or "


; BDL - strings appended to polygon names when generating their mirror image
20,  0,  " - SMirror"  ; CANNOT EXCEED 15 characters
20,  1,  " - SM"       ; CANNOT EXCEED  7 characters
20,  2,  "Error initializing strings appended to polygon names when generating their mirror image."  ; PD2App::InitInstance()


; CDlgMultCreateName
21,  0,  "Multiple Creation Naming"
21,  1,  "Press OK to create the new building components."
21,  2,  "Press Cancel to abort the building component creation process."
21,  3,  "Enter the desired names in the 'New Component' column, then press OK."


; Graphic file formats supported by CPDCtrlPicture
22,  0,  "Bitmap"
22,  1,  "JPG" 
22,  2,  "GIF"
22,  3,  "PNG"


; File-New Dialog Strings
23,  0,  " New Project Options"
23,  1,  "&Wizard Generated building description"
23,  2,  "&Blank Slate building description"
23,  3,  "OK"
23,  4,  "Project %ld"


; File-Open Strings
24,  0,  "DOE-2.2 BDL Input Files (*"


; Delete Component Dialog Strings
25,  0,  " To Delete:"   ; Component to delete combobox label
25,  1,  "Delete"        ; button label
25,  2,  "Cancel"        ; button label
25,  3,  "Component Deletion Error"  ; error dialog caption
25,  4,  "Press Delete to delete the selected building component."        ; Messages
25,  5,  "Press Cancel to return without deleting a building component."
25,  6,  "Select the building component to delete."
25,  7,  "Select the building component to reset all linkages to."
25,  8,  "Select the building component to reset all keyword references to."
25,  9,  "Child Components:"             ; Child related strings
25, 10,  "No child components exist."
25, 11,  "%d child component(s) exist."
25, 12,  "All child components must be either deleted or reassigned to other parents"
25, 13,  "before deletion can be performed.  Reassignment of child components can be"
25, 14,  "achieved by editing the properties of each child component."
25, 15,  "Linked Components:"              ; Linkage related strings
25, 16,  "No linked components exist."
25, 17,  "%d linked component(s) exist."
25, 18,  "No linkage reassignments can be made without producing circularities.  "
25, 19,  "Therefore, if the component is deleted all links to the component being "
25, 20,  "deleted will be removed entirely."
25, 21,  "Keyword Assignments:"               ; Keyword Reference related strings
25, 22,  "No keyword assignments exist."
25, 23,  "%d keyword assignment(s) exist."
25, 24,  "Over %d keyword assignments exist."
25, 25,  "Error encountered searching for keyword assignments."
25, 26,  "%d building component(s) reference the component selected for deletion."
25, 27,  "All %d keyword assignment(s) are optional."
25, 28,  "All %d keyword assignment(s) are required."
25, 29,  "%d keyword assignment(s) are optional and %d are required."
25, 30,  "All keyword assignments can be reassigned to other building components."
25, 31,  "%d required keyword assignment(s) cannot be reassigned to another component."
25, 32,  "%d optional keyword assignment(s) cannot be reassigned to another component."
25, 33,  "%d required and %d optional keyword assignments cannot be reassigned."
25, 34,  "  All required keyword assignments that cannot be reassigned must be"
25, 35,  " resolved before this building component can be deleted."
25, 36,  "No other building components can be substituted for the component"
25, 37,  "being deleted.  Therefore all keyword assignments will be reset"
25, 38,  "during the course of deleting this building component."
25, 39,  "Any optional keyword assignments that cannot be reassigned will be"
25, 40,  "reset during the course of deleting this building component."
25, 41,  "Bad or missing building component selection."     ; Error messages
25, 42,  "Error resolving linkages to the component being deleted."
25, 43,  "Error retrieving new link building component."
25, 44,  "Invalid link reassignment building component."
25, 45,  "Error resolving keyword references to the component being deleted."
25, 46,  "Error retrieving new keyword assignment building component."
25, 47,  "Invalid keyword reassignment building component."
25, 48,  "Maximum number of allowable keyword assignments exceeded."
25, 49,  "Error loading keyword reference information."
25, 50,  "BDLCIO Error deleting building component."
25, 51,  "Reassign all linkages to: "    ; Linkage control labels
25, 52,  "Prompt for each reassignment or link breakage"
25, 53,  "Break all linkages to the component being deleted"
25, 54,  "Break linkage to the component being deleted"
25, 55,  "Reassign all links to:"
25, 56,  "Reassign link to:"
25, 57,  "Prompt for each keyword reassignment or reset"      ; Keyword control labels
25, 58,  "Reset all keyword references to the component being deleted"
25, 59,  "Reset keyword reference to the component being deleted"
25, 60,  "Reassign all keyword references to:"
25, 61,  "Reassign keyword reference to:"
25, 62,  "Error deleting building component: CPDDialog::FinalProcessing()"


; Hourly Reports/Blocks Dialog Strings
26,  0,  "Hourly Results Selection"   ; Dialog caption
26,  1,  "Select Report or Block to View/Edit:"   ; Tree label
26,  2,  "New Report"  ; Button labels
26,  3,  "New Block"
26,  4,  "Del Report"
26,  5,  "Del Block"
26,  6,  "Hourly Report Name:"   ; Report-mode UI control labels
26,  7,  "On/Off Schedule:"
26,  8,  "Output Option:"
26,  9,  "Assigned Hourly Report Blocks:"
26, 10,  "Report Block Name:"   ; Block-mode UI control labels
26, 11,  "Variable Type:"
26, 12,  "Building Component:"
26, 13,  "Selected Hourly Results Series:"
26, 14,  "At least one result series must always be selected."
26, 15,  " "
26, 16,  "One or more building components of type "
26, 17,  " must exist before this report block type can be selected."
26, 18,  "Error selecting building component."


; Project Properties Dialog Strings
27,  0,  "Project Properties"
27,  1,  "&Close"


; Dialog that lists shape vertex locations for a specified polygon
28,  0,  "Parent Component"
28,  1,  "Child Component"
28,  2,  "*Vtx"
28,  3,  "*Vtx => The parent component's shape vertex whose location determines the position of the"
28,  4,  "             corresponding child component."
28,  5,  "Shape Vertex Deletion Error"
28,  6,  "The selected vertex (#%d) cannot be deleted because doing so would cause errors to occur in the"
28,  7,  "following child components that are positioned based on the location of this shape vertex:"
28,  8,  "Child Component Locations"
28,  9,  "The following child components are positioned based on the location of vertices describing"
28, 10,  "this shape:"


; Button labels and tooltip strings for new action button window
29,  0,  "Building Creation Wizard"
29,  1,  "Building Wizard"
29,  2,  "Energy Efficiency Measure Wizard"
29,  3,  "EEM Wizard"
29,  4,  "Simulate Building Performance"
29,  5,  "Simulate Building"
29,  6,  "Perform Compliance Analysis"
29,  7,  "Compliance Analysis"
29,  8,  "Review Simulation Results View"
29,  9,  "Simulation Results"
29, 10,  "Review Compliance Analysis Report"
29, 11,  "Compliance Report"
29, 12,  "Return to Building Description Mode"
29, 13,  "Building Description"
29, 14,  "Actions"
29, 15,  "Component Tree"
; 29, 15,  "Detailed Tree"  - SAC 12/6/01 - changed to above


; Main view GRID tab strings
30,  0,  "Display Mode:"


; Compliance Analysis Completed dialog
31,  0,  "Compliance Analysis Completed"
31,  1,  "Compliance analysis successfully completed."
31,  2,  "Analysis Results:"
31,  3,  "&View Report"
31,  4,  "&Done"
31,  5,  "\nPlease wait while the input building description is restored..."
31,  6,  " "
31,  7,  "Press the 'View Report' button to view the compliance report, or the "
31,  8,  "'Done' button to return to the building description"


; FillElementString strings
32,  0,  "Fixed"
32,  1,  "Building"
32,  2,  "Shade"
32,  3,  "Conditioned"
32,  4,  "Unconditioned"
32,  5,  "Plenum"
32,  6,  "Space"
32,  7,  "Exterior"
32,  8,  "Interior"
32,  9,  "Underground"
32, 10,  "Floor"
32, 11,  "Roof"
32, 12,  "Wall"
32, 13,  "Ceiling"
32, 14,  "Window"
32, 15,  "Door"


; DlgViewRangeDefault strings
;   - status bar messages
33,  0,  "Press Done when finished viewing default and range information."
33,  1,  "Press Edit/View Expressions to display input and default expressions."
33,  2,  "Edit/View Expressions..."
;   - dialog caption
33,  3,  "View Default/Range"
;   - dialog labels
33,  4,  "BDL Command and Keyword Names"
33,  5,  "Command:  "
33,  6,  "           Keyword:  "
33,  7,  "Status Bar Message"
33,  8,  "Data Type Information"
33,  9,  "The referenced building component can be loaded from a library."
33, 10,  "The only compatible subtype is "
33, 11,  "The compatible subtypes are "
33, 12,  "No range checking performed on input value."
33, 13,  "Error"
33, 14,  "Caution"
33, 15,  " if value "
33, 16,  "<= "
33, 17,  "< "
33, 18,  "> "
33, 19,  "Current and Default Values"
33, 20,  "Current value:"
33, 21,  "User-defined default:"
33, 22,  "DOE-2 default:"
33, 23,  "Units Label"
33, 24,  "(unknown)"
33, 25,  "(none)"
;   - used for Command/Keyword status labeling
33, 26,  "NAME"
33, 27,  "NAME-OPT"
33, 28,  "PARENT"
33, 29,  "GRAND-PARENT"
33, 30,  "TYPE"
33, 31,  "VALUE"
;   - used for data type labeling
33, 32,  "A character string of up to %d characters."
33, 33,  "A single "
33, 34,  "A list of "
33, 35,  "rounded "
33, 36,  "numeric value"
33, 37,  "pre-defined symbolic value"
33, 38,  "reference to another building component"
33, 39,  "references to other building components"
33, 40,  "reference to a child building component"
33, 41,  "references to child building components"
;   - miscellaneous punctuation
33, 42,  ", "
33, 43,  " and "
33, 44,  "."
33, 45,  "  and  "
;   - BDL reserved data value strings
33, 46,  "(required)"
33, 47,  "(unused)"
33, 48,  "(no default)"
33, 49,  "(unfilled)"


; DlgExpression strings
;   - caption
34,  0,  "View Input and Default Expressions"
;   - misc dialog labels
34,  1,  "Current Value"
34,  2,  "No User Input Entered"
34,  3,  "User Input Value (displayed above)"
34,  4,  "User Input Expression:"
34,  5,  "User-Defined Default Value:"
34,  6,  "User-Defined Default Expression:"
34,  7,  "DOE-2 Default Value:"
34,  8,  "DOE-2 Default Expression:"
;   - button labels
34,  9,  "Edit User Input Expression..."
34, 10,  "Create User Input Expression..."
34, 11,  "Edit User-Defined Default..."
34, 12,  "Create User-Defined Default..."
34, 13,  "Select this button to edit/create the user input expression."
34, 14,  "Select this button to edit/create the user-defined default."


; DlgViewUserDefault strings
;   - captions
35,  0,  "User-Defined Default"
35,  1,  "User Input Expression"
;   - default button strings
35,  2,  "Use DOE-2 Default"
35,  3,  "User-Defined Default Value:"
35,  4,  "User-Defined Default Expression:"
35,  5,  "Use the DOE-2 default and not a user-defined default."
35,  6,  "Enter a user-defined default value."
35,  7,  "Enter a user-defined default expression."
;   - button captions
35,  8,  "Install Expression From User Input"
35,  9,  "Install Expression From User Default"
35, 10,  "Install Expression From DOE-2 Default"
;   - status bar messages
35, 11,  "Enter the expression which defines this building element."
35, 12,  "Select this button to install the user input expression."
35, 13,  "Select this button to install the user-defined default expression."
35, 14,  "Select this button to install the DOE-2 default expression."
35, 15,  "Enter user-defined default value."
35, 16,  "Select user-defined default from drop-down list."


; strings appended onto the end of integer values (based on mod(X,10))
36,  0,  "th"
36,  1,  "st"
36,  2,  "nd"
36,  3,  "rd"
36,  4,  "th"
36,  5,  "th"
36,  6,  "th"
36,  7,  "th"
36,  8,  "th"
36,  9,  "th"


; strings referenced by the CDlgLibrarySaveOptions class
37,  0,  "Library Save Options"
37,  1,  "Storage of %s component to library:"
37,  2,  "Data to Save"
37,  3,  "User Defined Data"
37,  4,  "User Defined Default"
37,  5,  "Library Data"
37,  6,  "Linked/Liked Data"
37,  7,  "Other Components to Save"
37,  8,  "Child Component(s)"
37,  9,  "Referenced Component(s)"
37, 10,  "Compliance Data"


; strings referenced by the CDlgLibrarySaveComponent class
38,  0,  "Save %s to Library"
38,  1,  "Library Category:"
38,  2,  "Component Name:"
38,  3,  "Description:"
38,  4,  "Line 1:"
38,  5,  "Line 2:"
38,  6,  "&Save"
38,  7,  "&Don't Save"
38,  8,  "&Abort"
38,  9,  "You must enter a name in the name field before selecting OK."
38, 10,  "This name is already in use, enter a unique name for the building component."
38, 11,  "This name is being used for a default library component of the same type.  Do you wish to overwrite the default library component?"


; strings references by the CDlgparametricRuns class
39,  0,  "Parametric Run Definitions"										; Dialog caption
39,  1,  "Existing Parametric Runs"									; Tree label
39,  2,  "Create Parametric Run"														; Button labels
39,  3,  "Create Parametric Component"													; Button labels
39,  4,  "Delete Selected Item"														; Button labels
39,  5,  "Delete ..."													; Button labels
39,  6,  "Name:"												; Parametric Run mode UI control labels
39,  7,  "Label:"											; Parametric Run mode UI control labels
39,  8,  "Perform Run"											; Parametric Run mode UI control labels
39,  9,  "Run Based On:"											; Parametric Run mode UI control labels
39, 10,  "Name:"   									; Component-mode UI control labels
39, 11,  "References:"									; Component-mode UI control labels			
39, 12,  "Component Type:"												; Keyword Grid column 1 header
39, 13,  "Keyword"															; Keyword Grid column 2 header
39, 14,  "Index"															; Keyword Grid column 3 header
39, 15,  "Value"
39, 16,  "Rulelist"											; Parametric Component Type 1
39, 17,  "BDL Command"											; Parametric Component Type 2
39, 18,  "Select All"														; Button text for BDL Command Reference list
39, 19,  "Clear All"														; Button text for BDL Command Reference list
39, 20,  "Baseline Run"																; Combo box text for clearing selection
39, 21,  "A Parametric Run must be selected in order to create a component"	; MsgBox string when user tries to create a component without a run being selected
39, 22,  "Required data missing from currently selected entry."				; MsgBox string when user tries to navigate to a different entry when current is incomplete
39, 23,  "Type:"
39, 24,  "Keywords:"
39, 25,  "Rulelist:"
39, 26,  "- none -"															; Heading at the top of the keyword grid used to delete existing items
39, 27,  "The selected keyword is already listed. Continuing will delete existing entry.\n Continue?"
39, 28,  "Unable to find the symbol definition for %s"
39, 29,  "%s is not a numeric entry."
39, 30,	 "The name %s is already being used.  Please re-enter a different name."
39, 31,  "The label %s is already being used.  Please re-enter a different label."
39, 32,  "Grid View"
39, 33,  "All runs based on this run will be altered so they will be based on the run this run is based on.\n Continue with delete?"
39, 34,  "- Select Keyword -"

; strings references by the CDlgParamRunsSpread class
40,  0,  "Parametric Runs Comparison Listing"											; Dialog Caption
40,  1,  "Edit"																			; Edit Button Label
40,  2,  "Component"																	; Column 1 Header
40,  3,  "Reference(s)"																	; Column 2 Header
40,  4,  "Keyword"																		; Column 3 Header
40,  5,  "Array Idx"																	; Column 4 Header
40,  6,  "Baseline"
40,  7,  "NONE"
40,  8,  "(ALL)"
40,  9,  "(1 of %d)"
40, 10,  "N/A"

; CDlgBDLError strings
41,  0,  "%d error(s) found in the project's BDL input file.  Details describing the BDL errors can be found in the file:"
41,  1,  "%d error(s) reinitializing BDL memory."
41,  2,  "Press 'Continue' to remain in the program, or\npress 'Exit' to exit the program."

; CViewAirSystem strings
42,  0,  "Show Zone Assignments"
42,  1,  "Show Zone Features"
42,  2,  "Show Zone Locations"
42,  3,  "Hide Zone Assignments"
42,  4,  "Hide Zone Features"
42,  5,  "Hide Zone Locations"
42,  6,  "Zone Assignments"
42,  7,  "Zone Features"
42,  8,  "Zone Locations"

; CDlgSimOutput
43,  0,  "Yes"
43,  1,  "No"
43,  2,  "Simulation Report:"
43,  3,  "%d Run(s) Found in Project Directory"
43,  4,  "Press 'Yes' to view summary results or 'No' to return to the main screen."
43,  5,  "Done"

; Analysis Run/Opportunity types
44,  1,  ".restopp"

; Labels for special section of required keyword dialog for Luminaire Types
45,  0,   "Coefficients of Utilization"
45,  1,   "Room"
45,  2,   "Cavity"
45,  3,   "Ratio"
45,  4,   "0.80"
45,  5,   "0.50"
45,  6,   "0.30"
45,  7,   "Ceiling Cavity Reflectance"
45,  8,   "0.50"
45,  9,   "0.30"
45, 10,   "0.10"
45, 11,   "Wall Reflectance"


-1
