⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 3dres.h_

📁 经典游戏之源程序-飞行模拟器,方便学习和自我娱乐
💻 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_

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -