Index: shared/scripts/names.py =================================================================== diff -u -rba1474dc5c7f4efa5eaca5a840ab8d51a1c5c438 -r4d66e02dce6ed8c33da954937c892dde409f98e5 --- shared/scripts/names.py (.../names.py) (revision ba1474dc5c7f4efa5eaca5a840ab8d51a1c5c438) +++ shared/scripts/names.py (.../names.py) (revision 4d66e02dce6ed8c33da954937c892dde409f98e5) @@ -46,8 +46,12 @@ #page step indicator dynamic object property o_text_object = {"type": "Text", "unnamed": 1, "visible": True} o_bullet_object = {"type": "StepBullet", "unnamed": 1, "visible": True} +o_NinePatchImage = {"container": o_Gui_MainView, "type": "NinePatchImage", "unnamed": 1, "visible": False} +o_PreTreatmentBase_backgroundRect_Rectangle = {"container": o_PreTreatmentCreateStack_PreTreatmentBase_TreatmentFlowBase, "gradient": 0, "id": "_backgroundRect", "type": "Rectangle", "unnamed": 1, "visible": True} +keyBackground_Rectangle = {"container": o_Gui_MainView, "gradient": 0, "id": "keyBackground", "type": "Rectangle", "unnamed": 1, "visible": True} +t_Text = {"container": o_Gui_MainView, "text": "t", "type": "Text", "unnamed": 1, "visible": True} +o_PreTreatmentBase_confirmButton_TouchRect = {"container": o_PreTreatmentCreateStack_PreTreatmentBase_TreatmentFlowBase, "gradient": 0, "objectName": "_confirmButton", "type": "TouchRect", "visible": True} - #standbymode o_MainHome_MainHome = {"container": o_Gui_MainView, "objectName": "_MainHome", "type": "MainHome", "visible": True} o_standby_page = {"container": o_MainHome_MainHome, "type": "Column", "unnamed": 1, "visible": True}