func init // adds using namespace sys.add_use('System.Windows.Forms') // initialize properties this.setfield('panel', sys.get_frame_above() + '.' + this.props("Position").value) // makes implementation methods for properties sys._prop_init('Height', 1, 0, 1) sys._prop_init('Width', 1, 0, 1) // initialize common events and properties include("InheritPanel-init") include("ScrollableControl-init") end include("InheritPanel") include("ScrollableControl")