代码搜索结果

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

main.bak

*main.prg *设置系统参数 clear all close all set directory to curdir() set sysmenu off set clock on set status bar on *设置系统全局变量 public systit systit="旅行社业务管理系统" *设置系统标题及图标 _screen.captio

mmodel.h

/////////////////////////////////////////////////////////////////////////////// // // MModel.h // // Copyright (c) 2003 Forum Nokia. All rights reserved. // // Technology developed by Rocket

textinfo.c

#include void main(void) { struct text_info text; gettextinfo(&text); cprintf("Screen coordinates %d,%d to %d,%d\r\n", text.wintop, text.winleft, text.winbottom, t

main.prg

set safe off set statu off set sysm off LOCAL lcLastSetTalk,lcLastSetPath lcLastSetTalk=SET("TALK") SET TALK OFF lcLastSetPath=SET("PATH") *CD "\bkksbm\" SET PATH TO ;DATA;INCLUDE;FORMS;GRAPH

alt_touchscreen.c

/****************************************************************************** * * * License Agreement

curs_scr_dump.3x

.\"*************************************************************************** .\" Copyright (c) 1998-2003,2005 Free Software Foundation, Inc. * .\"

zlighten.as

/** * project3D Engine * @author John Sword * @version 2 - AS3 */ package engine.materials { import engine.materials.Material; import engine.geom.Face; import flash.display.Sprite;

makefile

# executable files for this directory OBJECTS = screen3.exe # tells make to use the file "..\MS_makefile_template", which # defines general rules for making .obj and .exe files include ..\MS_mak