** END HEADER -- do not remove this line // // Generated on 2018-08-18 // parameter bModal local f f = new top_textForm() if (bModal) f.mdi = false // ensure not MDI f.readModal() else f.open() endif class top_textForm of FORM with (this) height = 16.0 left = 16.0 top = 8.4545 width = 40.0 text = "Do you mean this text?" endwith endclass