Initial commit of Command & Conquer Generals and Command & Conquer Generals Zero Hour source code.
This commit is contained in:
parent
2e338c00cb
commit
3d0ee53a05
6072 changed files with 2283311 additions and 0 deletions
73
GeneralsMD/Code/Tools/ImagePacker/Resource/Resource.h
Normal file
73
GeneralsMD/Code/Tools/ImagePacker/Resource/Resource.h
Normal file
|
@ -0,0 +1,73 @@
|
|||
/*
|
||||
** Command & Conquer Generals Zero Hour(tm)
|
||||
** Copyright 2025 Electronic Arts Inc.
|
||||
**
|
||||
** This program 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.
|
||||
**
|
||||
** This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
//{{NO_DEPENDENCIES}}
|
||||
// Microsoft Developer Studio generated include file.
|
||||
// Used by ImagePacker.rc
|
||||
//
|
||||
#define IDD_DIALOG1 101
|
||||
#define IMAGE_PACKER_DIALOG 101
|
||||
#define IMAGE_ERRORS 102
|
||||
#define PAGE_ERRORS 103
|
||||
#define DIRECTORY_SELECT_DIALOG 104
|
||||
#define BUTTON_START 1000
|
||||
#define BUTTON_EXIT 1001
|
||||
#define LIST_FOLDERS 1002
|
||||
#define RADIO_128X128 1003
|
||||
#define RADIO_256X256 1004
|
||||
#define RADIO_512X512 1005
|
||||
#define RADIO_TARGET_OTHER 1006
|
||||
#define EDIT_WIDTH 1007
|
||||
#define EDIT_HEIGHT 1008
|
||||
#define BUTTON_ADD_FOLDER 1009
|
||||
#define BUTTON_REMOVE_FOLDER 1010
|
||||
#define EDIT_FILENAME 1011
|
||||
#define CHECK_USE_SUB_FOLDERS 1012
|
||||
#define STATIC_X 1013
|
||||
#define STATIC_STATUS 1014
|
||||
#define BUTTON_PREVIEW 1016
|
||||
#define BUTTON_PREVIOUS 1017
|
||||
#define BUTTON_NEXT 1018
|
||||
#define LIST_IMAGES 1018
|
||||
#define EDIT_GUTTER 1019
|
||||
#define CHECK_ALPHA 1020
|
||||
#define CHECK_BITMAP_PREVIEW 1021
|
||||
#define CHECK_GDF 1022
|
||||
#define CHECK_INI 1022
|
||||
#define BUTTON_PROCEED 1023
|
||||
#define BUTTON_CANCEL 1024
|
||||
#define LIST_PAGES 1025
|
||||
#define BUTTON_ADD 1027
|
||||
#define LIST_DIR 1028
|
||||
#define STATIC_CURRENT_DIR 1031
|
||||
#define COMBO_DRIVE 1032
|
||||
#define CHECK_COMPRESS 1033
|
||||
#define CHECK_GAP_EXTEND_RGB 1037
|
||||
#define CHECK_GAP_GUTTER 1038
|
||||
#define STATIC_GAP_INFO 1039
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 105
|
||||
#define _APS_NEXT_COMMAND_VALUE 40001
|
||||
#define _APS_NEXT_CONTROL_VALUE 1040
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
Reference in a new issue