mirror of
https://github.com/blendogames/quadrilateralcowboy.git
synced 2024-11-12 23:44:11 +00:00
131 lines
5.9 KiB
C
131 lines
5.9 KiB
C
|
/*
|
||
|
===========================================================================
|
||
|
|
||
|
Doom 3 GPL Source Code
|
||
|
Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company.
|
||
|
|
||
|
This file is part of the Doom 3 GPL Source Code (?Doom 3 Source Code?).
|
||
|
|
||
|
Doom 3 Source Code is free software: you can redistribute it and/or modify
|
||
|
it under the terms of the GNU General Public License as published by
|
||
|
the Free Software Foundation, either version 3 of the License, or
|
||
|
(at your option) any later version.
|
||
|
|
||
|
Doom 3 Source Code is distributed in the hope that it will be useful,
|
||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
GNU General Public License for more details.
|
||
|
|
||
|
You should have received a copy of the GNU General Public License
|
||
|
along with Doom 3 Source Code. If not, see <http://www.gnu.org/licenses/>.
|
||
|
|
||
|
In addition, the Doom 3 Source Code is also subject to certain additional terms. You should have received a copy of these additional terms immediately following the terms and conditions of the GNU General Public License which accompanied the Doom 3 Source Code. If not, please request a copy in writing from id Software at the address below.
|
||
|
|
||
|
If you have questions concerning this license or the applicable additional terms, you may contact in writing id Software LLC, c/o ZeniMax Media Inc., Suite 120, Rockville, Maryland 20850 USA.
|
||
|
|
||
|
===========================================================================
|
||
|
*/
|
||
|
#define IDD_ME_ABOUTBOX 6000
|
||
|
#define IDD_TEST_DIALOG 6001
|
||
|
#define IDD_CONSOLE_FORM 6002
|
||
|
#define IDD_FIND 6003
|
||
|
#define IDD_MATERIALEDIT_FORM 6004
|
||
|
#define IDR_ME_MAINFRAME 6005
|
||
|
#define IDR_ME_MATERIALTREE_POPUP 6006
|
||
|
#define IDR_ME_FILETOOLBAR 6007
|
||
|
#define IDR_ME_STAGELIST_POPUP 6008
|
||
|
#define IDB_ME_TREEBITMAP 6009
|
||
|
#define IDI_ME_ON_ICON 6010
|
||
|
#define IDI_ME_OFF_ICON 6011
|
||
|
#define IDI_ME_DISABLED_ICON 6012
|
||
|
#define IDS_STRING7002 6013
|
||
|
#define ID_EDITMENU_INSERTFILE 6015
|
||
|
#define IDC_MATERIALEDITOR_EDIT_TEXT 6200
|
||
|
#define IDC_TAB1 6201
|
||
|
#define IDC_TAB2 6202
|
||
|
#define IDC_CONSOLE_OUTPUT 6203
|
||
|
#define IDC_EDIT_FINDTEXT 6204
|
||
|
#define IDC_EDIT2 6205
|
||
|
#define IDC_CONSOLE_EDIT 6206
|
||
|
#define IDC_CHECK_MATCH_CASE 6207
|
||
|
#define IDC_CHECK_NAME_ONLY 6208
|
||
|
#define IDC_CHECK_MATCH_WORD 6209
|
||
|
#define IDC_RADIO_SEARCHFILE 6210
|
||
|
#define IDC_RADIO_SEARCHSCOPE 6211
|
||
|
#define IDC_RADIO_SEARCHALL 6212
|
||
|
#define IDC_MATERIAL_NAME 6213
|
||
|
#define ID_ME_FILE_EXIT 26000
|
||
|
#define ID_ME_FILE_OPEN 26001
|
||
|
#define ID_ME_FILE_SAVE 26002
|
||
|
#define ID_ME_FILE_NEW 26003
|
||
|
#define ID_ME_FILE_SAVEAS 26004
|
||
|
#define ID_VIEW_INCLUDEFILENAME 26005
|
||
|
#define ID_PREVIEW_RELOADARBPROGRAMS 26006
|
||
|
#define ID_ME_PREVIEW_APPLYCHANGES 26007
|
||
|
#define ID_ME_PREVIEW_APPLYALL 26008
|
||
|
#define ID_POPUP_APPLYCHANGES 26009
|
||
|
#define ID_ME_FILE_SAVEMATERIAL 26010
|
||
|
#define ID_ME_FILE_SAVEFILE 26011
|
||
|
#define ID_POPUP_SAVEMATERIAL 26012
|
||
|
#define ID_POPUP_SAVEFILE 26013
|
||
|
#define ID_POPUP_SAVEALL 26014
|
||
|
#define ID_POPUP_APPLYFILE 26015
|
||
|
#define ID_POPUP2_SAVEFILE 26016
|
||
|
#define ID_POPUP2_SAVEALL 26017
|
||
|
#define ID_POPUP_APPLYALL 26018
|
||
|
#define ID_POPUP3_SAVEALL 26019
|
||
|
#define ID_POPUP_APPLYMATERIAL 26020
|
||
|
#define ID_ME_PREVIEW_APPLYFILE 26021
|
||
|
#define ID_STAGEPOPUP_ADDSTAGE 26022
|
||
|
#define ID_STAGEPOPUP_ADDBUMPMAP 26023
|
||
|
#define ID_STAGEPOPUP_ADDDIFFUSEMAP 26024
|
||
|
#define ID_STAGEPOPUP_ADDSPECULAR 26025
|
||
|
#define ID_STAGEPOPUP_DELETESTAGE 26026
|
||
|
#define ID_Menu7052 26027
|
||
|
#define ID_STAGEPOPUP_RENAMESTAGE 26028
|
||
|
#define ID_STAGEPOPUP_DELETEALLSTAGES 26029
|
||
|
#define ID_PREVIEW_RELOADIMAGES 26030
|
||
|
#define ID_POPUP_ADDMATERIAL 26031
|
||
|
#define ID_POPUP_DELETEMATERIAL 26032
|
||
|
#define ID_POPUP_RENAMEMATERIAL 26033
|
||
|
#define ID_POPUP_ADDFOLDER 26034
|
||
|
#define ID_ME_EDIT_UNDO 26035
|
||
|
#define ID_ME_EDIT_REDO 26036
|
||
|
#define ID_ME_EDIT_CUT 26037
|
||
|
#define ID_Menu7063 26038
|
||
|
#define ID_ME_EDIT_COPY 26039
|
||
|
#define ID_ME_EDIT_PASTE 26040
|
||
|
#define ID_ME_EDIT_DELETE 26041
|
||
|
#define ID_POPUP_CUT 26042
|
||
|
#define ID_POPUP_COPY 26043
|
||
|
#define ID_POPUP_PASTE 26044
|
||
|
#define ID_STAGEPOPUP_CUT 26045
|
||
|
#define ID_STAGEPOPUP_COPY 26046
|
||
|
#define ID_STAGEPOPUP_PASTE 26047
|
||
|
#define ID_STAGEPOPUP_ADD 26048
|
||
|
#define ID_ME_EDIT_FIND 26049
|
||
|
#define ID_ME_EDIT_RENAME 26050
|
||
|
#define ID_POPUP_RELOADFILE 26051
|
||
|
#define ID_FIND_NEXT 26052
|
||
|
#define ID_BUTTON40001 26053
|
||
|
#define ID_BUTTON40002 26054
|
||
|
#define ID_BUTTON40003 26055
|
||
|
#define ID_BUTTON40004 26056
|
||
|
#define ID_BUTTON40005 26057
|
||
|
#define ID_BUTTON40006 26058
|
||
|
#define ID_BUTTON40007 26059
|
||
|
#define ID_ME_FILE_SAVE_ACEL 26060
|
||
|
#define ID_ME_EDIT_FIND_NEXT 26061
|
||
|
|
||
|
// Next default values for new objects
|
||
|
//
|
||
|
#ifdef APSTUDIO_INVOKED
|
||
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||
|
#define _APS_3D_CONTROLS 1
|
||
|
#define _APS_NEXT_RESOURCE_VALUE 6016
|
||
|
#define _APS_NEXT_COMMAND_VALUE 26062
|
||
|
#define _APS_NEXT_CONTROL_VALUE 6214
|
||
|
#define _APS_NEXT_SYMED_VALUE 6014
|
||
|
#endif
|
||
|
#endif
|