代码搜索结果

找到约 16,607 项符合 Screen 的代码

opennew.js

function opennew(newurl,windowName,width,height) { var theLeft,theTop theLeft = (screen.width-width)/2-2 theTop = (screen.height-height)/2 //window.open(newurl,windowName,'width = '+width+',heigh

mainprg.prg

clear screen clear events set dele on open database gzgl use gz use mm do main.mpr do form mmk read events

cfghelp.c

/* * This module contains all the routines needed to create a new help * screen. The new help screen is read from a file which must exist before * executing this routine. * * Program Name:

criterr.c

/* #include "tdestr.h" #include "common.h" #include "tdefunc.h" #include "criterr.h" /* * Save the area of the screen that will display the Critical * Error info. CEH_WIDTH and CEH_HEIGH

withdrawal.cpp

// Withdrawal.cpp // Member-function definitions for class Withdrawal. #include "Withdrawal.h" // Withdrawal class definition #include "Screen.h" // Screen class definition #include "BankDatabase.

transaction.cpp

// Transaction.cpp // Member-function definitions for class Transaction. #include "Transaction.h" // Transaction class definition #include "Screen.h" // Screen class definition #include "BankDatab

deposit.cpp

// Deposit.cpp // Member-function definitions for class Deposit. #include "Deposit.h" // Deposit class definition #include "Screen.h" // Screen class definition #include "BankDatabase.h" // BankDa

balanceinquiry.cpp

// BalanceInquiry.cpp // Member-function definitions for class BalanceInquiry. #include "BalanceInquiry.h" // BalanceInquiry class definition #include "Screen.h" // Screen class definition #includ

transaction.h

// Transaction.h // Transaction abstract base class definition. #ifndef TRANSACTION_H #define TRANSACTION_H class Screen; // forward declaration of class Screen class BankDatabase; // forward d

jsp语法(1)——html注释.txt

作者:风之彩 email: zhonggb@163.net 日期:2001-6-29 14:27:13 HTML 注释 在客户端显示一个注释. JSP 语法 例子 1 在客