mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.4 KiB
39 lines
1.4 KiB
/*
|
|
* BTTNCUR.RC
|
|
* Buttons & Cursors Version 1.1, March 1993
|
|
*
|
|
* Resource file for the Button Image & Cursors DLL, including cursors and
|
|
* standard bitmaps.
|
|
*
|
|
* Copyright (c)1992-1993 Microsoft Corporation, All Rights Reserved,
|
|
* as applied to redistribution of this source code in source form
|
|
* License is granted to use of compiled code in shipped binaries.
|
|
*/
|
|
|
|
#include <windows.h>
|
|
#include "bttncur.h"
|
|
#include "bttncuri.h"
|
|
|
|
IDB_STANDARDIMAGES72 BITMAP res\stdim72.bmp
|
|
IDB_STANDARDIMAGES96 BITMAP res\stdim96.bmp
|
|
IDB_STANDARDIMAGES120 BITMAP res\stdim120.bmp
|
|
|
|
IDC_RIGHTARROW CURSOR res\rarrow.cur
|
|
IDC_CONTEXTHELP CURSOR res\help.cur
|
|
IDC_MAGNIFY CURSOR res\magnify.cur
|
|
IDC_NODROP CURSOR res\nodrop.cur
|
|
IDC_TABLETOP CURSOR res\tabletop.cur
|
|
IDC_HSIZEBAR CURSOR res\sizebarh.cur
|
|
IDC_VSIZEBAR CURSOR res\sizebarv.cur
|
|
IDC_HSPLITBAR CURSOR res\splith.cur
|
|
IDC_VSPLITBAR CURSOR res\splitv.cur
|
|
IDC_SMALLARROWS CURSOR res\sarrows.cur
|
|
IDC_LARGEARROWS CURSOR res\larrows.cur
|
|
IDC_HARROWS CURSOR res\harrows.cur
|
|
IDC_VARROWS CURSOR res\varrows.cur
|
|
IDC_NESWARROWS CURSOR res\neswarrs.cur
|
|
IDC_NWSEARROWS CURSOR res\nwsearrs.cur
|
|
|
|
|
|
//Include the version information
|
|
rcinclude bttncur.rcv
|