代码搜索结果
找到约 10,000 项符合
Screen 的代码
display.h
#ifndef _DISPLAY_H
#define _DISPLAY_H
#ifndef _STDIO_H
#include
#endif
#define MAXARGS 5
struct display {
uint32 cookie; /* Magic cookie to detect bogus pointers */
#define D_
readme.txt
Code Sample Name: DDEx3
Feature Area: Direct Draw
Description:
DDEx3 demonstrates the use of off-screen surfaces.
This program shows how to initialize DirectDraw and create a Direc
textinfo.c
#include
void main(void)
{
struct text_info text;
gettextinfo(&text);
cprintf("Screen coordinates %d,%d to %d,%d\r\n",
text.wintop, text.winleft, text.winbottom, t
textinfo.c
#include
void main(void)
{
struct text_info text;
gettextinfo(&text);
cprintf("Screen coordinates %d,%d to %d,%d\r\n",
text.wintop, text.winleft, text.winbottom, t
textinfo.c
#include
void main(void)
{
struct text_info text;
gettextinfo(&text);
cprintf("Screen coordinates %d,%d to %d,%d\r\n",
text.wintop, text.winleft, text.winbottom, t
unit1.cpp
//---------------------------------------------------------------------------
#include
#include
#pragma hdrstop
#include "Unit1.h"
//--------------------------------------
gltest.c
/*
libdmtx - Data Matrix Encoding/Decoding Library
Copyright (c) 2007 Mike Laughton
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General P
sample.dpr
program sample;
uses
Forms,
CUnit1 in 'CUnit1.pas' {MAIN};
{$R *.RES}
begin
Application.Initialize;
Application.Title := 'ICS Screen Capture';
Application.CreateForm(TMAIN, MAI
程序1.bak
*程序1.prg
clear all
close all
set sysmenu off
set sysmenu to
set clock on
set status bar on
public systit
systit="旅行社业务管理系统"
_screen.caption=systit
_screen.icon="tp\11.jpg"
_screen.
main.prg
*main.prg
*设置系统参数
clear all
close all
set directory to curdir()
set sysmenu off
set clock on
set status bar on
*设置系统全局变量
public systit
systit="旅行社业务管理系统"
*设置系统标题及图标
_screen.captio