代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/419962/10826221
txt todo.txt
TODO for Defendguin
by Bill Kendrick
bill@newbreedsoftware.com
http://www.newbreedsoftware.com/defendguin/
Version 0.0.9
January 5, 2002
TO DO
-----
* Finish options screen.
www.eeworm.com/read/275147/10834657
bak ng.bak
set talk off
set esca off
set exact off
set cons on
*激活从程序中向 Visual FoxPro 主窗口或活动的用户自定义窗口的输出。
set date ansi
www.eeworm.com/read/275147/10834664
prg dtgl.prg
set talk off
set esca off
set exact off
set cons on
*激活从程序中向 Visual FoxPro 主窗口或活动的用户自定义窗口的输出。
set date ansi
www.eeworm.com/read/275147/10834673
bak dtgl.bak
set talk off
set esca off
set exact off
set cons on
*激活从程序中向 Visual FoxPro 主窗口或活动的用户自定义窗口的输出。
set date ansi
www.eeworm.com/read/349276/10838645
pas msi_splash.pas
{*******************************************************}
{ }
{ MiTeC System Information Component }
{ Splash
www.eeworm.com/read/349186/10842614
prg main.prg
set talk off &&关闭对话模式
set safe off
set stat off
set dele on &&不处理已删除的记录
set cent on
set date to ansi
close all
RELEASE WINDOW 常用
if mod(day(date()),2)=0
_SCREEN.backcolor=rgb(80,180
www.eeworm.com/read/349186/10842794
bak main.bak
set talk off &&关闭对话模式
set safe off
set stat off
set dele on &&不处理已删除的记录
set cent on
set date to ansi
close all
RELEASE WINDOW 常用
if mod(day(date()),2)=0
_SCREEN.backcolor=rgb(80,180
www.eeworm.com/read/349179/10843596
prg main.prg
CLEAR &&清屏
CLEAR ALL &&从内存中释放所有的内存变量
CLOSE ALL &&关闭各种类型的文件
SET ESCAPE OFF &&禁止运行的程序和命令在按 Esc 键后被中断
SET SAFETY OFF &&指定在改写已有文件时不显示对话框
SET DELETE ON &&使用范围子句处理记录的命
www.eeworm.com/read/349179/10843631
bak main.bak
CLEAR &&清屏
CLEAR ALL &&从内存中释放所有的内存变量
CLOSE ALL &&关闭各种类型的文件
SET ESCAPE OFF &&禁止运行的程序和命令在按 Esc 键后被中断
SET SAFETY OFF &&指定在改写已有文件时不显示对话框
SET DELETE ON &&使用范围子句处理记录的命