-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathResource.h
169 lines (168 loc) · 7.41 KB
/
Resource.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by dxtex.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#define IDR_DXTXTYPE 129
#define IDD_CUBEMAP 131
#define IDD_VOLUMEMAP 132
#define IDD_CHANGEFORMAT 133
#define IDD_NEWTEXTURE 134
#define IDD_RESIZE 136
#define IDC_VERSION 1000
#define IDC_POSX 1001
#define IDC_NEGX 1002
#define IDC_POSY 1003
#define IDC_NEGY 1004
#define IDC_POSZ 1005
#define IDC_NEGZ 1006
#define IDC_RADIO2 1010
#define IDC_DXT1 1010
#define IDC_RADIO4 1011
#define IDC_DXT2 1011
#define IDC_RADIO8 1012
#define IDC_DXT3 1012
#define IDC_RADIO16 1013
#define IDC_DXT4 1013
#define IDC_RADIO32 1014
#define IDC_DXT5 1014
#define IDC_RADIO64 1015
#define IDC_A8R8G8B8 1015
#define IDC_RADIO128 1016
#define IDC_A1R5G5B5 1016
#define IDC_RADIO256 1017
#define IDC_R8R8G8B8 1017
#define IDC_RADIO512 1018
#define IDC_X1R5G5B5 1018
#define IDC_RADIO1024 1019
#define IDC_R3G3B2 1019
#define IDC_A8R3G3B2 1020
#define IDC_X4R4G4B4 1021
#define IDC_A4R4G4B4 1022
#define IDC_R8G8B8 1023
#define IDC_R5G6B5 1024
#define IDC_FMTDESC 1025
#define IDC_TEXTURE 1026
#define IDC_CUBEMAP 1027
#define IDC_VOLUMETEXTURE 1028
#define IDC_WIDTH 1029
#define IDC_HEIGHT 1030
#define IDC_DEPTH 1031
#define IDC_MIPCOUNT 1032
#define IDC_VOLUMEDEPTHLABEL 1033
#define IDC_X8R8G8B8 1034
#define IDC_NEWWIDTH 1035
#define IDC_NEWHEIGHT 1036
#define IDC_A2R10G10B10 1036
#define IDC_OLDWIDTH 1037
#define IDC_A16B16G16R16 1037
#define IDC_OLDHEIGHT 1038
#define IDC_D3DFMT_COMBO 1039
#define ID_FORMAT_GENERATEMIPMAPS 32774
#define ID_FORMAT_CHANGEIMAGEFORMAT 32775
#define ID_FORMAT_DXT1 32779
#define ID_VIEW_ORIGINAL 32780
#define ID_VIEW_COMPRESSED 32781
#define ID_VIEW_SMALLERMIPLEVEL 32782
#define ID_VIEW_LARGERMIPLEVEL 32783
#define ID_VIEW_ALPHACHANNEL 32784
#define ID_VIEW_ZOOMIN 32785
#define ID_VIEW_ZOOMOUT 32786
#define ID_FORMAT_DXT2 32787
#define ID_FORMAT_DXT3 32788
#define ID_FORMAT_DXT4 32789
#define ID_FORMAT_DXT5 32790
#define ID_VIEW_CHANGEBACKGROUNDCOLOR 32791
#define ID_FILE_OPENALPHA 32792
#define ID_FILE_OPENSUBSURFACE 32794
#define ID_FILE_OPENALPHASUBSURFACE 32795
#define ID_FORMAT_CHANGECUBEMAPFACES 32796
#define ID_VIEW_POSX 32797
#define ID_VIEW_NEGX 32798
#define ID_VIEW_POSY 32799
#define ID_VIEW_NEGY 32800
#define ID_VIEW_POSZ 32801
#define ID_VIEW_NEGZ 32802
#define ID_FILE_OPENFACE 32803
#define ID_FILE_OPENALPHAFACE 32804
#define ID_FORMAT_MAKEINTOVOLUMEMAP 32806
#define ID_VIEW_HIGHERVOLUMESLICE 32807
#define ID_VIEW_LOWERVOLUMESLICE 32808
#define ID_FORMAT_CHANGESURFACEFMT 32811
#define ID_RESIZE 32812
#define ID_FORMAT_RESIZE 32813
#define ID_INDICATOR_IMAGEINFO 61216
#define ID_ERROR_ODDDIMENSIONS 61217
#define ID_ERROR_NOTPOW2 61218
#define ID_ERROR_WRONGDIMENSIONS 61219
#define ID_ERROR_GENERATEALPHAFAILED 61220
#define ID_ERROR_PREMULTALPHA 61221
#define ID_ERROR_PREMULTTODXT1 61222
#define ID_ERROR_CANTCREATEDEVICE 61223
#define IDS_FMTDESC_A8R8G8B8 61224
#define IDS_FMTDESC_A1R5G5B5 61225
#define IDS_FMTDESC_A4R4G4B4 61226
#define IDS_FMTDESC_R8G8B8 61227
#define IDS_FMTDESC_R5G6B5 61228
#define IDS_FMTDESC_DXT1 61229
#define IDS_FMTDESC_DXT2 61230
#define IDS_FMTDESC_DXT3 61231
#define IDS_FMTDESC_DXT4 61232
#define IDS_FMTDESC_DXT5 61233
#define ID_ERROR_CANTCREATETEXTURE 61239
#define ID_ERROR_D3DCREATEFAILED 61240
#define ID_ERROR_COULDNTLOADFILE 61241
#define ID_ERROR_COULDNTSAVEFILE 61242
#define IDS_FMTDESC_X8R8G8B8 61243
#define IDS_FMTDESC_X1R5G5B5 61244
#define IDS_FMTDESC_R3G3B2 61245
#define IDS_FMTDESC_A8R3G3B2 61246
#define IDS_FMTDESC_X4R4G4B4 61247
#define ID_ERROR_NULLREF 61248
#define ID_ERROR_NEEDALPHA 61249
#define ID_ERROR_NEEDMULTOF4 61250
#define IDS_FMTDESC_A2R10G10B10 61251
#define IDS_FMTDESC_A16B16G16R16 61252
#define ID_ERROR_OUTOFMEMORY 61253
#define ID_ERROR_UNKNOWN 61254
#define IDS_FMTDESC_A8 61255
#define IDS_FMTDESC_G16R16 61256
#define IDS_FMTDESC_A8P8 61257
#define IDS_FMTDESC_A8L8 61258
#define IDS_FMTDESC_A4L4 61259
#define IDS_FMTDESC_L8 61260
#define IDS_FMTDESC_P8 61261
#define IDS_FMTDESC_L16 61262
#define IDS_FMTDESC_A2B10G10R10 61263
#define IDS_FMTDESC_A8B8G8R8 61264
#define IDS_FMTDESC_X8B8G8R8 61265
#define IDS_FMTDESC_Q8W8V8U8 61266
#define IDS_FMTDESC_V8U8 61267
#define IDS_FMTDESC_V16U16 61268
#define IDS_FMTDESC_Q16W16V16U16 61269
#define IDS_FMTDESC_CxV8U8 61270
#define IDS_FMTDESC_L6V5U5 61271
#define IDS_FMTDESC_X8L8V8U8 61272
#define IDS_FMTDESC_A2W10V10U10 61273
#define IDS_FMTDESC_G8R8_G8B8 61274
#define IDS_FMTDESC_R8G8_B8G8 61275
#define IDS_FMTDESC_UYVY 61276
#define IDS_FMTDESC_YUY2 61277
#define IDS_FMTDESC_R16F 61278
#define IDS_FMTDESC_G16R16F 61279
#define IDS_FMTDESC_A16B16G16R16F 61280
#define IDS_FMTDESC_R32F 61281
#define IDS_FMTDESC_G32R32F 61282
#define IDS_FMTDESC_A32B32G32R32F 61283
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS 1
#define _APS_NEXT_RESOURCE_VALUE 138
#define _APS_NEXT_COMMAND_VALUE 32814
#define _APS_NEXT_CONTROL_VALUE 1041
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif