代码搜索:Screen

找到约 10,000 项符合「Screen」的源代码

代码结果 10,000
www.eeworm.com/read/386336/8753248

prg 学生管理系统.prg

_SCREEN.VISIBLE=.F. do form 封面.scx read event set talk off set defa to F:\学生管理系统 &&根据自己的目录来设 close all keyb "{ctrl+f4}" modi wind screen titl "学生管理系统" clea do 学生管理系统.mpr read event modif
www.eeworm.com/read/386336/8753261

bak 学生管理系统.bak

set defa to F:\学生管理系统 &&根据自己的目录来设 _SCREEN.VISIBLE=.F. do form 封面.scx read event set talk off close all keyb "{ctrl+f4}" modi wind screen titl "学生管理系统" clea do 学生管理系统.mpr read event modif
www.eeworm.com/read/286555/8758847

bak mainprg.bak

clear screen clear events open database gzgl use gz use mm do main.mpr do form mmk read events
www.eeworm.com/read/286555/8758905

prg mainprg.prg

clear screen clear events set dele on open database gzgl use gz use mm do main.mpr do form mmk read events
www.eeworm.com/read/286468/8763343

prg mainprg.prg

clea all close all public be,user ,rec,rec1,mdh set stat bar off set talk off set safe off _screen.visible=.f. do form loginform read event
www.eeworm.com/read/430012/8773312

bak main6.bak

_screen.windowstate=2 _screen.caption="物 资 管 理 信 息 系 统 " _screen.closable=.F. _screen.maxbutton=.F. _screen.minbutton=.F. *_screen.backcolor="0,0,128" close all clear all clea set sysmenu of
www.eeworm.com/read/286293/8773727

makefile

SOURCES = mined1.c minedaux.c mined2.c minedio.c minedmp.c OBJ = mined1.o minedaux.o mined2.o minedio.o minedmp.o #I = /usr/include # dependencies of this might also be used # Choose one of the follo
www.eeworm.com/read/429984/8774961

prg pzgl.prg

set talk off clea all data _SCREEN.CAPTION = left(dtos(date()),4)+"年益阳市初中毕业会考及中招管理系统" _SCREEN.PICTURE = '0112b.jpg' do form fm2.scx read events retu
www.eeworm.com/read/286262/8779995

c help.c

/* $Header: /nw2/tony/src/stevie/src/RCS/help.c,v 1.10 89/08/31 10:00:20 tony Exp $ * * Routine to display a command summary. */ #include "stevie.h" extern char *Version; static int hel
www.eeworm.com/read/286240/8780814

c simple-drawing.c

/* * simple-drawing.c - demonstrate drawing of pixels, lines, arcs, etc. * on a window. All drawings are done in black color * over a white background. */ #i