代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/344240/11893983
java map2d.java
import java.awt.*;
import java.awt.geom.*;
public class Map2D extends javax.swing.JApplet {
public void paint(Graphics screen) {
Graphics2D screen2D = (Graphics2D)screen;
se
www.eeworm.com/read/155053/11900347
~pas helpfrm.~pas
unit HelpFrm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
THelpForm = class(TForm)
Label1: TLabel;
Lab
www.eeworm.com/read/155053/11900388
~pas aboutfrm.~pas
unit AboutFrm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TAboutForm = class(TForm)
Label1: TLabel;
L
www.eeworm.com/read/155053/11900422
pas aboutfrm.pas
unit AboutFrm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TAboutForm = class(TForm)
Label1: TLabel;
L
www.eeworm.com/read/155053/11900423
pas helpfrm.pas
unit HelpFrm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
THelpForm = class(TForm)
Label1: TLabel;
Lab
www.eeworm.com/read/257927/11904446
~pas umain.~pas
unit UMAIN;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Buttons, XPMan, ExtCtrls, jpeg, StdCtrls,shellapi;
type
UserInfo = reco
www.eeworm.com/read/257927/11904464
pas umain.pas
unit UMAIN;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Buttons, XPMan, ExtCtrls, jpeg, StdCtrls,shellapi;
type
UserInfo = reco
www.eeworm.com/read/344081/11909505
html 72.html
窗口扩展打开效果
function expand() {
for(x = 0; x < 50; x++) {
window.moveTo(screen.availWidth * -(x - 50) / 100, screen.availHeight * -(x - 5
www.eeworm.com/read/257250/11940989
prg main.prg
set talk off &&关闭对话模式
set safe off
set stat off
set dele on &&不处理已删除的记录
set cent on
set date to ansi
close all
release window 常用
modify window screen title "图书信息管理系统"
zoo