blob: a0ad8d95ed7b7f6dfff71480cd846fe03397cb6e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
/******************************************************************************
Copyright (c) Maynard, an Archive Company. 1991
GSH
Name: cursors.h
Description: This file contains the CURSOR IDs for the Maynstream GUI
project.
$Log: G:/UI/LOGFILES/CURSORS.H_V $
Rev 1.2 04 Oct 1992 19:46:28 DAVEV
UNICODE AWK PASS
Rev 1.1 26 Mar 1992 08:53:08 GLENN
Added new pen.
Rev 1.0 20 Nov 1991 19:36:04 SYSTEM
Initial revision.
******************************************************************************/
// CURSOR RESOURCE IDs
// Windows Internal Cursors.
#define IDRC_ARROW IDC_ARROW
#define IDRC_WAIT IDC_WAIT
#define IDRC_IBEAM IDC_IBEAM
// GUI Subsystem Cursors. -- RANGE: 21 - 30
#define IDRC_PEN ID(21)
#define IDRC_HAND ID(22)
#define IDRC_HSLIDER ID(23)
#define IDRC_HELP ID(24)
#define IDRC_PEN2 ID(25)
|