mirror of https://github.com/lianthony/NT4.0
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.
62 lines
1.8 KiB
62 lines
1.8 KiB
|
|
/******************************************************************************
|
|
Copyright (c) Maynard, an Archive Company. 1991
|
|
GSH
|
|
|
|
Name: icons.h
|
|
|
|
Description: This file contains the ICON IDs for the Maynstream GUI
|
|
project.
|
|
|
|
$Log: G:/UI/LOGFILES/ICONS.H_V $
|
|
|
|
Rev 1.3 04 Oct 1992 19:47:24 DAVEV
|
|
UNICODE AWK PASS
|
|
|
|
Rev 1.2 03 Mar 1992 18:18:18 GLENN
|
|
Added done icon.
|
|
|
|
Rev 1.1 22 Jan 1992 12:22:26 GLENN
|
|
Added animated icons
|
|
|
|
Rev 1.0 20 Nov 1991 19:41:30 SYSTEM
|
|
Initial revision.
|
|
|
|
******************************************************************************/
|
|
|
|
// ICON RESOURCE IDs -- RANGE: 1 - 20
|
|
|
|
#define IDRI_WNTRPARK ID(1)
|
|
#define IDRI_SETUP ID(2)
|
|
#define IDRI_DISKS ID(3)
|
|
#define IDRI_TAPES ID(4)
|
|
#define IDRI_JOBS ID(5)
|
|
#define IDRI_JOBS1 ID(6)
|
|
#define IDRI_JOBS2 ID(7)
|
|
#define IDRI_TREE ID(8)
|
|
#define IDRI_FILES ID(9)
|
|
#define IDRI_TREEFILE ID(10)
|
|
#define IDRI_DEBUG ID(11)
|
|
#define IDRI_SERVERS ID(12)
|
|
#define IDRI_LOGFILES ID(13)
|
|
#define IDRI_SEARCH ID(14)
|
|
#define IDRI_BACKUP ID(15)
|
|
#define IDRI_RESTORE ID(16)
|
|
#define IDRI_TRANSFER ID(17)
|
|
#define IDRI_DONE ID(18)
|
|
#define IDRI_EXCHANGE ID(19)
|
|
|
|
#define IDRI_BKUP0 ID(20)
|
|
#define IDRI_BKUP1 ID(21)
|
|
#define IDRI_BKUP2 ID(22)
|
|
#define IDRI_BKUP3 ID(23)
|
|
#define IDRI_BKUP4 ID(24)
|
|
#define IDRI_BKUP5 ID(25)
|
|
#define IDRI_BKUP6 ID(26)
|
|
#define IDRI_BKUP7 ID(27)
|
|
#define IDRI_BKUP8 ID(28)
|
|
|
|
#define IDRI_SPIN0 ID(30)
|
|
#define IDRI_SPIN1 ID(31)
|
|
#define IDRI_SPIN2 ID(32)
|
|
#define IDRI_SPIN3 ID(33)
|