- *_screen.windowstate=2
- _screen.caption="选课管理系统"
- _screen.closable=.f.
- _screen.maxbutton=.f.
- _screen.minbutton=.f.
- _screen.controlbox=.f.
- *_screen.visible=.f.
- application.visible=.t.
- close all
- clear all
- set talk off
- *set safety off
- *set status bar off
- set sysmenu off
- do form dlyz.scx
- read events
- *set status bar on
- *set sysmenu on
- close all
- clear all
- *application.visible=.f.
- return
English
