代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/195228/8168034
java splash.java
import java.awt.*;
import javax.swing.*;
import javax.swing.border.LineBorder;
public class Splash extends JWindow {
private Dimension d = Toolkit.getDefaultToolkit().getScreenSize(); //Getti
www.eeworm.com/read/195113/8173028
txt readme.txt
======================================================================
INSTALLATION REQUIREMENTS:
Installation requires a minimum of 64 MB of RAM and a screen
resolution of 640 x 480 at 8 bit
www.eeworm.com/read/395425/8173873
fpw config.fpw
screen = off
resource = off
title = 红虎工作室
sysmenu = on
talk = off
www.eeworm.com/read/394573/8217785
txt javascript一些非常实用的操作.txt
【在js中使用页面元素的方法】
window.document.getElementID('elementID');
$('elementID')
--13:41 2008-12-22--
【页面载入时最大化显示】
window.onload=function()
{
window.moveTo(0,0) ;
window.resizeTo(screen.availWidth,
www.eeworm.com/read/294507/8222075
bas mdlmain.bas
Attribute VB_Name = "mdlMain"
Option Explicit
'用于描述用户当前操作状态的枚举
Public Enum UserOperation
BrowseUser = 1 '浏览用户
BrowseSupplier = 2 '浏览供货商
BrowseType = 3 '浏览商品类型
BrowseB
www.eeworm.com/read/294131/8250891
cpp withdrawal.cpp
// Withdrawal.cpp
// Member-function definitions for class Withdrawal.
#include "Withdrawal.h" // Withdrawal class definition
#include "Screen.h" // Screen class definition
#include "BankDatabase.
www.eeworm.com/read/294131/8250908
cpp transaction.cpp
// Transaction.cpp
// Member-function definitions for class Transaction.
#include "Transaction.h" // Transaction class definition
#include "Screen.h" // Screen class definition
#include "BankDatab
www.eeworm.com/read/294131/8250916
cpp 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
www.eeworm.com/read/192975/8261358
pas splash.pas
// If forms of your application appears fast on the screen, the splash of the
// other demo is better. In this example, because ADOConnection is slow, I used
// the following way to show the splash