www.pudn.com > ·ÉÐÐÆ÷Ä£Äâ.rar > 3DRES.H_


// 3dRes.h 
// 
// Copyright (c) Nigel Thompson 1996 
// 
// This file defines all the resource sysmbols used in 
// 3dPlus.rc. 
// It is automatically included when you include 3dPlus.h 
// 
 
#ifndef _3DRES_H_ 
#define _3DRES_H_ 
 
/////////////////////////////////////////////////////////////////////////// 
// Resource IDs 
 
// Property sheet pages 
 
#define _3D_IDPP_SPHERE		10000		 
#define _3D_IDPP_CUBOID		10001 
#define _3D_IDPP_OBJECT		10002 
#define _3D_IDPP_CONE  		10003 
#define _3D_IDPP_TRANSLATE	10004 
#define _3D_IDPP_ROTATE		10005 
#define _3D_IDPP_SCALE		10006 
 
 
// control ids 
 
#define _3D_IDC_RADIO1		10100 
#define _3D_IDC_RADIO2		10101 
#define _3D_IDC_RADIO3		10102 
#define _3D_IDC_RADIO4		10103 
 
#define _3D_IDC_X			10200 
#define _3D_IDC_Y			10201 
#define _3D_IDC_Z			10202 
 
#define _3D_IDC_RADIUS		10300 
 
#define _3D_IDC_BX			10400 
#define _3D_IDC_BY			10401 
#define _3D_IDC_BZ			10402 
#define _3D_IDC_BR			10403 
#define _3D_IDC_BCLOSED		10404 
#define _3D_IDC_TX			10405 
#define _3D_IDC_TY			10406 
#define _3D_IDC_TZ			10407 
#define _3D_IDC_TR			10408 
#define _3D_IDC_TCLOSED		10409 
 
#define _3D_IDC_XL			10500 
#define _3D_IDC_YL			10501 
#define _3D_IDC_ZL			10502 
#define _3D_IDC_XU			10503 
#define _3D_IDC_YU			10504 
#define _3D_IDC_ZU			10505 
#define _3D_IDC_XD			10506 
#define _3D_IDC_YD			10507 
#define _3D_IDC_ZD			10508 
 
#define _3D_IDC_FILENAME	10600 
#define _3D_IDC_BROWSE		10601 
 
#define _3D_IDC_BEFORE		10700 
#define _3D_IDC_AFTER		10701 
#define _3D_IDC_REPLACE		10702 
 
#endif // _3DRES_H_