代码搜索结果

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

scr_djgr.c

/* * Copyright (c) 1999 Greg Haerr * * Copyright (c) 1999 Victor Rogachev * * Screen Driver using DJGPP & GRX Library * * For only GRX lib * * This driv

malpha.c

/* * Copyright (c) 2000 Greg Haerr * * Microwindows alpha blending demo * * This demo requires UPDATEREGIONS=N in microwin/src/config */ #include "windows.h" #include "wintern

formlocationhelper.cs

// Copyright (c) 2005 Daniel Grunwald // Licensed under the terms of the "BSD License", see doc/license.txt using System; using System.Drawing; using System.Windows.Forms; using ICSharpCode.Co

textform.java

/** * A simple form to display a bunch of text and then return to the calling * screen. */ import javax.microedition.lcdui.*; public class TextForm extends Form implements CommandListener

textform.java

/** * A simple form to display a bunch of text and then return to the calling * screen. */ import javax.microedition.lcdui.*; public class TextForm extends Form implements CommandListener

textform.java

/** * A simple form to display a bunch of text and then return to the calling * screen. */ import javax.microedition.lcdui.*; public class TextForm extends Form implements CommandListener

textform.java

/** * A simple form to display a bunch of text and then return to the calling * screen. */ import javax.microedition.lcdui.*; public class TextForm extends Form implements CommandListener

hwwork.pas.svn-base

unit HwWork; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, dxExEdtr, DB, ADODB, Menus, ActnList, ImgList, StdCtrls, Buttons, wwdbdat

calculator.java

package bookmanager; import java.awt.*; import javax.swing.*; import java.awt.event.*; import java.math.BigDecimal; class calculator extends JFrame implements ActionListener//这个类用来实现计算器 {