** END HEADER -- do not remove this line // // Generated on 2023-11-06 // parameter bModal local f f = new datecalendarForm() if (bModal) f.mdi = false // ensure not MDI f.readModal() else f.open() endif class datecalendarForm of FORM set procedure to :dUFLP:datecalendar.cc additive with (this) metric = 6 // Pixels height = 352.0 left = 444.0 top = 0.0 width = 280.0 text = "" endwith this.DATECALENDAR1 = new DATECALENDAR(this) with (this.DATECALENDAR1) left = 41.0 top = 49.0 width = 106.0 height = 24.0 endwith endclass