** END HEADER -- do not remove this line // // Generated on 2021-06-23 // parameter bModal local f f = new close_on_idle_subForm() if (bModal) f.mdi = false // ensure not MDI f.readModal() else f.open() endif class close_on_idle_subForm of CLOSE_ON_IDLE from "close_on_idle.cfm" with (this) onOpen = class::FORM_ONOPEN height = 406.0 left = 674.0 top = 21.0 width = 437.0 endwith function form_onOpen() close_on_idle::form_onOpen() form.timer.allow_idle_time := 20 return endclass