Home | History | Annotate | Download | only in msi

Lines Matching refs:inuse

543     inuse = PyDialog(db, "FilesInUse",
548 inuse.text("Title", 15, 6, 200, 15, 0x30003,
550 inuse.text("Description", 20, 23, 280, 20, 0x30003,
552 inuse.text("Text", 20, 55, 330, 50, 3,
554 inuse.control("List", "ListBox", 20, 107, 330, 130, 7, "FileInUseProcess",
556 c=inuse.back("Exit", "Ignore", name="Exit")
558 c=inuse.next("Ignore", "Retry", name="Ignore")
560 c=inuse.cancel("Retry", "Exit", name="Retry")