58 lines
2.3 KiB
C
58 lines
2.3 KiB
C
// vim: set ts=4 sw=4 tw=99 noet:
|
|
//
|
|
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
|
|
// Copyright (C) The AMX Mod X Development Team.
|
|
//
|
|
// This software is licensed under the GNU General Public License, version 3 or higher.
|
|
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
|
|
// https://alliedmods.net/amxmodx-license
|
|
|
|
#define IDC_MYICON 2
|
|
#define IDM_VISUALSTYLES 1
|
|
#define IDD_WINCSX_DIALOG 102
|
|
#define IDS_APP_TITLE 103
|
|
#define IDD_WINCSXBOX 103
|
|
#define IDM_ABOUT 104
|
|
#define IDI_WINCSX 107
|
|
#define IDI_SMALL 108
|
|
#define IDC_WINCSX 109
|
|
#define IDR_MAINFRAME 128
|
|
#define IDD_ABOUTBOX 129
|
|
#define IDR_241 132
|
|
#define IDC_LIST 1010
|
|
#define IDC_BUTTON_ABOUT 1029
|
|
#define IDC_ABOUT 1029
|
|
#define IDC_BUTTON_SAVECHANGES 1030
|
|
#define IDC_BUTTON_CLEARSTATS 1031
|
|
#define IDC_BUTTON_DELETE 1032
|
|
#define IDC_EDIT_NAME 1100
|
|
#define IDC_EDIT_POSITION 1101
|
|
#define IDC_EDIT_AUTHID 1102
|
|
#define IDC_EDIT_DAMAGE 1103
|
|
#define IDC_EDIT_FRAGS 1104
|
|
#define IDC_EDIT_DEATHS 1105
|
|
#define IDC_EDIT_TKS 1106
|
|
#define IDC_EDIT_SHOTS 1107
|
|
#define IDC_EDIT_HITS 1108
|
|
#define IDC_EDIT_HS 1109
|
|
#define IDC_EDIT_PLANTS 1110
|
|
#define IDC_EDIT_EXPLOSIONS 1111
|
|
#define IDC_EDIT_DEFUSIONS 1112
|
|
#define IDC_EDIT_DEFUSED 1113
|
|
#define IDC_AUTHOR 1114
|
|
#define ID_HELP_DIALOG 32771
|
|
#define IDM_FILE_DIALOG 32773
|
|
#define IDC_STATIC -1
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NO_MFC 1
|
|
#define _APS_NEXT_RESOURCE_VALUE 133
|
|
#define _APS_NEXT_COMMAND_VALUE 32775
|
|
#define _APS_NEXT_CONTROL_VALUE 1033
|
|
#define _APS_NEXT_SYMED_VALUE 110
|
|
#endif
|
|
#endif
|