代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/150933/5687764
cpp fview.cpp
// ******************************************************************** //
// //
// FVIEW.CPP
www.eeworm.com/read/150933/5687782
cpp fview.cpp
// ******************************************************************** //
// //
// FVIEW.CPP
www.eeworm.com/read/148741/5708984
java dbdemo.java
//dbDemo.java file
import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
public class dbDemo extends MIDlet implements CommandListener
{
//命令对象
private Command exitCom
www.eeworm.com/read/145991/5742030
bas ljcodes.bas
Sub Command4_Click () ' "SEND CODES TO PRINTER" BUTTON
Picture1.Print "Sending codes directly to printer,"
Picture1.Print "which had better be LaserJet-II compatible!"
' Co
www.eeworm.com/read/145991/5742032
bas direct.bas
Sub Command1_Click () ' "PRINT DIRECTLY" BUTTON
' Uses Visual BASIC commands to plot circles and
' lines directly on the printer.
Screen.MousePointer = 11 ' HOURGLASS CURSOR
www.eeworm.com/read/145991/5742038
bas bitmap.bas
Sub Command2_Click () ' "CREATE A BITMAP" BUTTON
' Creates an image on a bitmap file which can be
' manipulated and printed with Windows Paintbrush.
Screen.MousePointer = 11 ' HO
www.eeworm.com/read/144698/5748711
pas unitfrmmain.pas
unit unitFrmMain;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
ScrollBox1: TScrollBox;
www.eeworm.com/read/144698/5749122
pas unitfrmmain.pas
unit unitFrmMain;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
ScrollBox1: TScrollBox;
www.eeworm.com/read/144227/5751561
java centeredframetest.java
/**
@version 1.31 2004-05-03
@author Cay Horstmann
*/
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class CenteredFrameTest
{
public static void main
www.eeworm.com/read/144037/5753596
java engine.java
/*
* Copyright (c) 2002, 2003 Sun Microsystems, Inc. All Rights Reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll