代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/257250/11940998
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 常用
modify window screen title "图书信息管理系统"
zoo
www.eeworm.com/read/343531/11942837
txt div 居中的绝好解决方法.txt
DIV 居中的绝好解决方法
作者:本站收集 文章来源:互联网 点击数:47 更新时间:2005-10-12
现在进行WEB重构的时候,一般我们做DIV 居中是这样:
body{
margin:0px auto;
text-align:center;
}
但是在没申明下面这句解析方法的时候,页面就会出错.不能居中对齐!
www.eeworm.com/read/257033/11956102
htm game.htm
function move(){
parent.moveTo((screen.width-460)/2,(screen.height-490)/2);
parent.resizeTo(460,490);}
五子棋http://www.51windows.com::
www.eeworm.com/read/154402/11963413
prg main.prg
*--主程序代码
*--初始环境设置
clea all
set talk off
set date to short
set sysmenu off
set date long
_screen.caption="教学管理信息系统"
_screen.windowstate=2
*--系统背景图片
p1=sys(5)+"..\教学管理信息系统\3.jpg"
_screen.pic
www.eeworm.com/read/154402/11963529
bak main.bak
*--主程序代码
*--初始环境设置
clea all
set talk off
set date to short
set sysmenu off
set date long
_screen.caption="教学管理信息系统"
_screen.windowstate=2
*--系统背景图片
p1=sys(5)+"..\GxglSystem\3.jpg"
_screen.p
www.eeworm.com/read/256729/11976399
frm savemap.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form SaveMap
BorderStyle = 3 'Fixed Dialog
Caption = "保存图象"
ClientHeight
www.eeworm.com/read/342996/11984745
readme
$Id: README,v 1.3 2002/06/19 18:55:08 dlowder Exp $
General
=======
The idea of tslib is to have a core library that provides standardised
services, and a set of plugins to manage the conversi
www.eeworm.com/read/342936/11989291
asp winco.asp
var screen=false;i=0;width=0;
function JyDownWindow()
{
if(screen==false)
{
parent.topwin.cols='0,8,*';
screen=true;
}
else if(screen==true)
www.eeworm.com/read/342936/11989634
asp winco2.asp
var screen=false;i=0;width=0;
function JyDownWindow2()
{
if(screen==false)
{
parent.topwin2.rows='*,8,0';
screen=true;
}
else if(screen==true)