代码搜索:Screen

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

代码结果 10,000
www.eeworm.com/read/126270/14436152

prg quit1.prg

if wchild('screen')>1 xx=messagebox("请将其他窗口关闭后,然后再退出系统...",0+48,"注意") else clos all set excl on use sbtz pack use sbsb pack use sbgg pack use sblx pack use xjhm pack use passwd pack
www.eeworm.com/read/126151/14443354

txt vga.txt

Program(VGA,Dos.MZ); Var(X,Word,25); Var(Y,Word,50); Var(Color,Byte,1); Var(Count,Byte,100); Begin Screen.SetMode(VGA); @@: Count =- 1; Y =+ 1; X = 25; Color =+ 1; Count.
www.eeworm.com/read/126151/14443359

txt cursor.txt

Program(Cursor,Dos.MZ); Var(X,Byte); Var(Y,Byte); Begin Screen.Clear; Cursor.Set(10,30); Write('Line 1'); Cursor.Get(Y,X); Y = Y + 1; X = X - 6; Cursor.Set(Y,X); Write
www.eeworm.com/read/227045/14443363

htm 12-2.htm

§12.2 获得用户屏幕分辨率
www.eeworm.com/read/126151/14443368

txt hello.txt

Program(Hello,Dos.MZ); Begin Screen.Clear; WriteLn('Hello world!',Color.White _ ,11,28); Jump(@F); WriteLn('Test'); @@: Wait; End;
www.eeworm.com/read/125764/14465224

cpp demo7_7.cpp

// DEMO7_7.CPP 16-bit surface to surface blitter demo // INCLUDES /////////////////////////////////////////////// #define WIN32_LEAN_AND_MEAN // just say no to MFC #define INITGUID #inclu
www.eeworm.com/read/125764/14466292

cpp demo12_4.cpp

// DEMO12_4.CPP - evasion demo // to compile make sure to include DDRAW.LIB, DSOUND.LIB, // DINPUT.LIB, WINMM.LIB, and of course // T3DLIB1.CPP,T3DLIB2.CPP,T3DLIB3.CPP, // INCLUDES ////////////
www.eeworm.com/read/226304/14481776

upg monitor.upg

Monitor NORMAL 00 Undefined 01 Monitor Control 02 EDID Information 03 VDIF Information 04 VESA Version 05 On Screen Display 06 Auto Size Center 07 Polarity Horz Synch 08 Polarity Vert Synch
www.eeworm.com/read/226201/14489111

frm frmlogin.frm

VERSION 5.00 Object = "{0B81E4A9-BE4E-4AEF-9272-33AB5B51C6FC}#1.0#0"; "XPControls.ocx" Begin VB.Form FrmLogin AutoRedraw = -1 'True BackColor = &H80000018& BorderStyle
www.eeworm.com/read/226143/14492559

prg main.prg

Set Safety Off do form form\welcome _screen.top=-1024 _screen.visible=.f. read events