Home | History | Annotate | Download | only in command

Lines Matching refs:maint

695         maint = PyDialog(db, "MaintenanceTypeDlg", x, y, w, h, modal, title,
697 maint.title("Welcome to the [ProductName] Setup Wizard")
698 maint.text("BodyText", 15, 63, 330, 42, 3,
700 g=maint.radiogroup("RepairRadioGroup", 15, 108, 330, 60, 3,
706 maint.back("< Back", None, active=False)
707 c=maint.next("Finish", "Cancel")
731 maint.cancel("Cancel", "RepairRadioGroup").event("SpawnDialog", "CancelDlg")