Home | History | Annotate | Download | only in msi

Lines Matching refs:maint

802     maint = PyDialog(db, "MaintenanceTypeDlg", x, y, w, h, modal, title,
804 maint.title("Welcome to the [ProductName] Setup Wizard")
805 maint.text("BodyText", 135, 63, 230, 42, 3,
807 g=maint.radiogroup("RepairRadioGroup", 135, 108, 230, 60, 3,
813 maint.back("< Back", None, active=False)
814 c=maint.next("Finish", "Cancel")
838 maint.cancel("Cancel", "RepairRadioGroup").event("SpawnDialog", "CancelDlg")