代码搜索结果
找到约 10,000 项符合
Screen 的代码
vt_kern.h
#ifndef _VT_KERN_H
#define _VT_KERN_H
/*
* this really is an extension of the vc_cons structure in console.c, but
* with information needed by the vt package
*/
#include
#include
ftable.frm
VERSION 5.00
Begin VB.Form fTable
BorderStyle = 1 'Fixed Single
Caption = "学生成绩统计报表"
ClientHeight = 3000
ClientLeft = 45
ClientTop = 330
scrcntl.h
#ifndef _SCREENCONTROL_
#define _SCREENCONTROL_
#include "os.h"
#ifdef OS_DOS
typedef UCHAR * screen_ptr;
#endif
#ifdef OS_WINDOWS
typedef HDC screen_ptr;
#endif
void Init_Screen(short
filemain.cpp
#include "ray.h"
#include "resnames.h"
#include "rayfile.h"
#include "globals.h"
#include "scrmes.h"
BOOL Scan_Check_Res(PCHAR res_check)
{
CHAR resource_name[RESOURCE_LENGTH+1];
base_index=
scrmes.h
#ifndef _SCR_MESSAGE_
#define _SCR_MESSAGE_
#include "types.h"
void Screen_Message(PCHAR message);
#endif
watch.c
/* watch -- execute a program repeatedly, displaying output fullscreen */
/* $Id */
/* Based on the original 1991 'watch' by Tony Rems
(with mods and corrections by Francois P
scrcntl.h
#ifndef _SCREENCONTROL_
#define _SCREENCONTROL_
#include "os.h"
#ifdef OS_DOS
typedef UCHAR * screen_ptr;
#endif
#ifdef OS_WINDOWS
typedef HDC screen_ptr;
#endif
void Init_Screen(short
filemain.cpp
#include "ray.h"
#include "resnames.h"
#include "rayfile.h"
#include "globals.h"
#include "scrmes.h"
BOOL Scan_Check_Res(PCHAR res_check)
{
CHAR resource_name[RESOURCE_LENGTH+1];
base_index=
scrmes.h
#ifndef _SCR_MESSAGE_
#define _SCR_MESSAGE_
#include "types.h"
void Screen_Message(PCHAR message);
#endif