# encoding: UTF-8 from objectmaphelper import * o_Gui_MainView = { "type": "Gui::MainView", "unnamed": 1, "visible": True} standByScreen_MainHome = {"container": o_Gui_MainView, "type": "MainHome", "visible": True} treatmentStack = {"container": o_Gui_MainView, "type": "TreatmentStack", "visible": True} startTreatmentButton = {"container": standByScreen_MainHome, "id": "_startTreatmentRect", "type": "TouchRect", "unnamed": 1, "visible": True} mainTreatmentScreen = {"container": treatmentStack, "id": "_treatmentHome", "type": "TreatmentHome", "unnamed": 1, "visible": True} startFluidButton = {"container": mainTreatmentScreen, "id": "_startFluidButton", "type": "TouchRect", "unnamed": 1, "visible": True} salineDeliveredText = {"container": mainTreatmentScreen, "objectName": "salineDescriptionText", "type": "Text", "visible": True} currentBolusVolume = {"container": mainTreatmentScreen, "type": "Label", "unnamed": 1, "visible": True} treatmentSaline = {"container": mainTreatmentScreen, "objectName": "treatmentSaline", "type": "TreatmentSaline", "visible": True} salineProgressBar = {"container": mainTreatmentScreen, "id": "_fluidProgressBar", "type": "ProgressBar", "unnamed": 1, "visible": True}