Home | History | Annotate | Download | only in command

Lines Matching refs:inuse

502         inuse = PyDialog(db, "FilesInUse",
507 inuse.text("Title", 15, 6, 200, 15, 0x30003,
509 inuse.text("Description", 20, 23, 280, 20, 0x30003,
511 inuse.text("Text", 20, 55, 330, 50, 3,
513 inuse.control("List", "ListBox", 20, 107, 330, 130, 7, "FileInUseProcess",
515 c=inuse.back("Exit", "Ignore", name="Exit")
517 c=inuse.next("Ignore", "Retry", name="Ignore")
519 c=inuse.cancel("Retry", "Exit", name="Retry")