mirror of
https://github.com/electronicarts/CnC_Generals_Zero_Hour.git
synced 2025-12-16 23:51:41 -05:00
Initial commit of Command & Conquer Generals and Command & Conquer Generals Zero Hour source code.
This commit is contained in:
79
GeneralsMD/Code/Tools/PATCHGET/RESOURCE.H
Normal file
79
GeneralsMD/Code/Tools/PATCHGET/RESOURCE.H
Normal file
@@ -0,0 +1,79 @@
|
||||
/*
|
||||
** 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 Script1.rc
|
||||
//
|
||||
#define TXT_ABORT_DOWNLOAD 1
|
||||
#define TXT_ABORT 2
|
||||
#define TXT_TIME_REMAIN 3
|
||||
#define TXT_BYTES_READ 4
|
||||
#define TXT_BPS 5
|
||||
#define TXT_CANT_CONTACT 6
|
||||
#define TXT_ERROR 7
|
||||
#define TXT_AN_UPGRADE_AVAILABLE 8
|
||||
#define TXT_DOWNLOAD_NOW 9
|
||||
#define TXT_DOWNLOADING_FILE 10
|
||||
#define TXT_NONE 11
|
||||
#define TXT_UPGRADE_AVAILABLE 12
|
||||
#define TXT_NO_PATCHES 13
|
||||
#define TXT_AUTO_UPDATE 14
|
||||
#define TXT_CONNECTING 15
|
||||
#define TXT_INSTALL_PROBLEM 16
|
||||
#define TXT_API_MISSING 17
|
||||
#define TXT_TITLE 18
|
||||
#define TXT_REGNOW 19
|
||||
#define FTP_StatusIdle 20
|
||||
#define FTP_UnknownError 21
|
||||
#define FTP_NoSuchServer 22
|
||||
#define FTP_CouldNotConnect 23
|
||||
#define FTP_LoginFailed 24
|
||||
#define FTP_NoSuchFile 25
|
||||
#define FTP_LocalFileOpenFailed 26
|
||||
#define FTP_TCPError 27
|
||||
#define FTP_DisconnectError 28
|
||||
#define FTP_StatusNone 29
|
||||
#define FTP_StatusConnecting 30
|
||||
#define FTP_StatusLoggingIn 31
|
||||
#define FTP_StatusFindingFile 32
|
||||
#define FTP_StatusQueryingResume 33
|
||||
#define FTP_StatusDownloading 34
|
||||
#define FTP_StatusFinishing 35
|
||||
#define FTP_StatusDone 36
|
||||
#define FTP_StatusDisconnecting 37
|
||||
#define IDD_CONNECTING 101
|
||||
#define IDD_DOWNLOAD_DIALOG 102
|
||||
#define IDB_BITMAP1 103
|
||||
#define IDB_BITMAP 103
|
||||
#define IDI_ICON1 104
|
||||
#define IDC_TIMEREM 1001
|
||||
#define IDC_BYTESLEFT 1002
|
||||
#define IDC_DLABORT 1004
|
||||
#define IDC_PROGRESS 1005
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 112
|
||||
#define _APS_NEXT_COMMAND_VALUE 40001
|
||||
#define _APS_NEXT_CONTROL_VALUE 1006
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user