?? 主程序.prg
字號:
clear all
close all
set sysmenu off
set clock on
set status bar off
set notify off
set palette off
set bell on
set escape on
set keycomp to windows
set carry on
set confirm on
set exact on
set near on
set ansi off
set deleted on
set optimize on
set refresh to 0,5
set odometer to 100
set blocksize to 64
set collate to 'stroke'
set sysformats off
set seconds on
set century on
set hours to 12
set date to ansi
set decimals to 2
set fdow to 1
set fweek to 1
set mark to '.'
set separator to','
set point to '.'
set talk off
set safety off
public xtbt
xtbt="學生信息管理系統"
_screen.caption =xtbt
_screen.picture="1600_030.gif"
do form 系統主頁
release window 常用
read events
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -