From 315e950a7a7a5a0920d638efb9e4e77d33d18a40 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 4 Nov 1995 01:40:09 +0000 Subject: [PATCH] Change icon resources to be symbolically defined. --- v7/src/microcode/os2pmcon.h | 19 ++++++++++++++++++- v7/src/microcode/os2pmcon.rc | 34 +++++++++++++++++----------------- 2 files changed, 35 insertions(+), 18 deletions(-) diff --git a/v7/src/microcode/os2pmcon.h b/v7/src/microcode/os2pmcon.h index c60539cbc..9bdc90732 100644 --- a/v7/src/microcode/os2pmcon.h +++ b/v7/src/microcode/os2pmcon.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: os2pmcon.h,v 1.1 1995/10/30 07:58:12 cph Exp $ +$Id: os2pmcon.h,v 1.2 1995/11/04 01:40:09 cph Exp $ Copyright (c) 1995 Massachusetts Institute of Technology @@ -50,3 +50,20 @@ MIT in each case. */ #define IDM_FONT 30 #define IDM_ABOUT 40 + +#define IDI_BCH 10 +#define IDI_COFFEE 11 +#define IDI_CONSES 12 +#define IDI_EDWIN 13 +#define IDI_ENVIR1 14 +#define IDI_GRAPHICS 15 +#define IDI_LAMBDA 16 +#define IDI_LAMBDA2 17 +#define IDI_LIAR1 18 +#define IDI_LIAR2 19 +#define IDI_LIAR3 20 +#define IDI_MINCER 21 +#define IDI_SHIELD1 22 +#define IDI_SHIELD2 23 +#define IDI_SHIELD3 24 +#define IDI_SHIELD4 25 diff --git a/v7/src/microcode/os2pmcon.rc b/v7/src/microcode/os2pmcon.rc index d1a303f96..521f5cc01 100644 --- a/v7/src/microcode/os2pmcon.rc +++ b/v7/src/microcode/os2pmcon.rc @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: os2pmcon.rc,v 1.3 1995/11/04 01:01:16 cph Exp $ +$Id: os2pmcon.rc,v 1.4 1995/11/04 01:40:02 cph Exp $ Copyright (c) 1995 Massachusetts Institute of Technology @@ -39,28 +39,28 @@ MIT in each case. */ #ifdef SCHEME ICON ID_PMCON_RESOURCES "os2utl\\lambda2.ico" -ICON 11 "os2utl\\bch.ico" #else #ifdef BCHSCHEM ICON ID_PMCON_RESOURCES "os2utl\\bch.ico" -ICON 11 "os2utl\\lambda2.ico" #endif #endif -ICON 12 "os2utl\\coffee.ico" -ICON 13 "os2utl\\conses.ico" -ICON 14 "os2utl\\edwin.ico" -ICON 15 "os2utl\\envir1.ico" -ICON 16 "os2utl\\graphics.ico" -ICON 17 "os2utl\\lambda.ico" -ICON 18 "os2utl\\liar1.ico" -ICON 19 "os2utl\\liar2.ico" -ICON 20 "os2utl\\liar3.ico" -ICON 21 "os2utl\\mincer.ico" -ICON 22 "os2utl\\shield1.ico" -ICON 23 "os2utl\\shield2.ico" -ICON 24 "os2utl\\shield3.ico" -ICON 25 "os2utl\\shield4.ico" +ICON IDI_BCH "os2utl\\bch.ico" +ICON IDI_COFFEE "os2utl\\coffee.ico" +ICON IDI_CONSES "os2utl\\conses.ico" +ICON IDI_EDWIN "os2utl\\edwin.ico" +ICON IDI_ENVIR1 "os2utl\\envir1.ico" +ICON IDI_GRAPHICS "os2utl\\graphics.ico" +ICON IDI_LAMBDA "os2utl\\lambda.ico" +ICON IDI_LAMBDA2 "os2utl\\lambda2.ico" +ICON IDI_LIAR1 "os2utl\\liar1.ico" +ICON IDI_LIAR2 "os2utl\\liar2.ico" +ICON IDI_LIAR3 "os2utl\\liar3.ico" +ICON IDI_MINCER "os2utl\\mincer.ico" +ICON IDI_SHIELD1 "os2utl\\shield1.ico" +ICON IDI_SHIELD2 "os2utl\\shield2.ico" +ICON IDI_SHIELD3 "os2utl\\shield3.ico" +ICON IDI_SHIELD4 "os2utl\\shield4.ico" MENU ID_PMCON_RESOURCES { -- 2.25.1