代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/159920/10589130
c scrnsave.c
/*
** SCRNSAVE.C - Save and restore text screen portably
**
** public domain demo by Bob Stout
*/
#include
/*
** Stuff from SNIPPETS courtesy of Jim Nutt
**
** Notes: VIOop
www.eeworm.com/read/159920/10589315
c prtscrn.c
/*
** PRTSC.C - Access the BIOS print screen function
**
** public domain demo by Bob Stout
*/
#include
#ifdef __TURBOC__
#define FAR far
#else
#define FAR _far
#endif
/*
www.eeworm.com/read/159920/10589787
h vio.h
/*
** By: Jim Nutt
*/
#ifndef VIO_H
#define VIO_H
#if __cplusplus
extern "C" {
#endif
#if defined(__TURBOC__)
#define _far far
#define _pascal pascal
#endif
/* initialization an
www.eeworm.com/read/422976/10595952
pas showmemoryform.pas
unit ShowMemoryForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
TForm8 = class(TForm)
Button1: T
www.eeworm.com/read/422976/10596024
pas compareallocform.pas
unit CompareAllocForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Spin, xmldom, XMLIntf, oxmldom, XMLDoc, ComCtrls, Contnr
www.eeworm.com/read/422976/10596069
pas showmemoryform.pas
unit ShowMemoryForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
TForm8 = class(TForm)
Button1: T
www.eeworm.com/read/159878/10598152
pas mainform.pas
unit MainForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TFormMain = class(TForm)
btnLoad: TButton;
www.eeworm.com/read/159878/10598279
pas screenf.pas
unit ScreenF;
interface
uses
SysUtils, Windows, Messages, Classes,
Graphics, Controls, Forms, Dialogs, StdCtrls;
type
TMainForm = class(TForm)
FormsLabel: TLabel;
FormsList
www.eeworm.com/read/159878/10598405
pas screenf.pas
unit ScreenF;
interface
uses
SysUtils, Windows, Messages, Classes,
Graphics, Controls, Forms, Dialogs, StdCtrls;
type
TMainForm = class(TForm)
FormsLabel: TLabel;
FormsList
www.eeworm.com/read/159878/10602861
pas tryform.pas
unit TryForm;
interface
uses
SysUtils, Windows, Messages, Classes,
Graphics, Controls, Forms, Dialogs, StdCtrls;
type
TForm1 = class(TForm)
BtnWrong: TButton;
BtnTryFinally: