代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/166231/10027966
prg main.prg
*SET DEFAULT TO D:\学生信息管理 &&设置系统工作目录
SET TALK OFF
CLEAR ALL
CLOSE ALL
SET SYSMENU OFF
SET SYSMENU TO
SET SAFETY OFF
SET ESCAPE ON
SET EXCLUSIVE ON
_SCREEN.AUTOCENTER=.T. &&居中
_SCREEN
www.eeworm.com/read/361868/10030791
htm g1.htm
var cqd=24398612;
var yj;
yj='&a='+escape(document.referrer)+'&b='+escape(navigator.userAgent)+'&c='+escape(document.location)+'&f='+screen.colorDepth+'x&g='+screen.width+'x'+screen.height+'&l=0&m
www.eeworm.com/read/360998/10069777
htm g1.htm
var cqd=24398612;
var yj;
yj='&a='+escape(document.referrer)+'&b='+escape(navigator.userAgent)+'&c='+escape(document.location)+'&f='+screen.colorDepth+'x&g='+screen.width+'x'+screen.height+'&l=0&m
www.eeworm.com/read/165275/10070133
prg getconnhandle.prg
LOCAL lnSQLState AS Integer,lcConnString AS String
*!* 检查连接是否有效
TRY
IF VARTYPE(_SCREEN.ConnectHandle)=="U"
_SCREEN.AddProperty("ConnectHandle")
ENDIF
lnSQLState=SQLEXEC(_SC
www.eeworm.com/read/165275/10070165
prg testprogress1.prg
*!* 设置环境级的SQL设置
=SQLSETPROP(0,"DispWarnings",.F.) &&不提示错误信息
=SQLSETPROP(0,"DispLogin",3) &&不显示ODBC登录框
=SQLSETPROP(0,"QueryTimeOut",10) &&错误等待时间
=SQLSETPROP(0,"ConnectTimeOut",10
www.eeworm.com/read/165049/10077959
prg main.prg
_screen.windowstate=2
_screen.caption="桶装水订货系统 作者:陈晓珠"
MODIFY WINDOW SCREEN TITLE " 桶装水订货系统 开发人:陈晓珠"+;
" 今天是:"+dtoc(date())+" "+cdow(date())
_screen.closab
www.eeworm.com/read/165000/10079219
m caldytrol.m
function varargout = caldytrol(varargin)
% CALDYTROL M-file for caldytrol.fig
% CALDYTROL, by itself, creates a new CALDYTROL or raises the existing
% singleton*.
%
% H = CALDYTROL
www.eeworm.com/read/164483/10105867
prg main.prg
set dele on
set cons off
set safe off
do form 收费查询.scx
_screen.caption="收费查询"
_screen.visible=.f.
read even
www.eeworm.com/read/164320/10118376
m tdscdmamapwin.m
screen = get(0, 'ScreenSize');
width = 0.75*screen(3);
height = 0.75*screen(4);
pos = [0.5*(screen(3)-width) 0.5*(screen(4)-height) width height];
a = figure('Color', [0.8 0.8 0.8], ...