diff options
Diffstat (limited to 'src/resource.h')
-rw-r--r-- | src/resource.h | 119 |
1 files changed, 119 insertions, 0 deletions
diff --git a/src/resource.h b/src/resource.h new file mode 100644 index 0000000..1fc0ec2 --- /dev/null +++ b/src/resource.h @@ -0,0 +1,119 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Developer Studio generated include file. +// Used by T2.rc +// +#define IDI_ICON1 1 +#define ID_OPENING_SOUND 1 +#define IDI_ICON2 2 +#define IDI_ICON3 3 +#define IDD_ABOUTBOX 100 +#define IDR_DEFAULT_PALETTE 100 +#define ID_LEFT 106 +#define ID_RIGHT 107 +#define IDR_MAINFRAME 128 +#define IDR_T2TYPE 129 +#define IDR_DEBUG_MENU 130 +#define IDD_ROUTING_TABLE 140 +#define IDD_WORLD_PLUGINS 151 +#define IDD_DBG_STEP_RUN 158 +#define IDD_SYS_INFO 159 +#define IDD_DBG_EQUIP_INFO 160 +#define IDD_NEW_DLG_TMP 166 +#define IDI_LEFT 168 +#define IDI_RIGHT 169 +#define IDB_PATTERN_BRUSH 170 +#define IDD_DBG_IPS 171 +#define IDB_OPEN_SELECT 172 +#define ID_OPEN_SELECT_PALETTE 174 +#define IDB_SPLASH_SCREEN 175 +#define ID_WORLD_SELECT_T2DLG 178 +#define IDB_WORLD_SELECT 179 +#define IDD_DBG_EVENT_LIST 182 +#define IDC_INFO 183 +#define IDC_DESTRUCT 184 +#define IDC_MIC 185 + +#define IDC_FINGER 187 +#define IDC_FINGER_B 188 +#define IDC_HAND 189 +#define IDC_HAND_B 190 +#define IDB_SETTINGS 189 + +#define IDC_SEARCH_RANGE 192 +#define IDC_INFO_B 193 +#define IDC_DESTRUCT_B 194 +#define IDC_ZOOM 195 +#define IDC_T2_NO 210 + +#define IDB_LOGO 223 +#define IDB_CREDITS 224 +#define IDD_256CHECK 227 +#define IDD_SERIAL 228 +#define IDB_COPYRIGHT 229 +#define IDC_WORLD_PLUGIN_LIST 1000 +#define IDC_SERIAL_1 1000 +#define IDC_SERIAL_2 1001 +#define IDC_SERIAL_3 1002 +#define IDC_SERIAL_4 1003 +#define IDC_DBG_STEP 1006 +#define IDC_PLUGIN_LIST 1007 +#define IDC_FREE_MEMORY 1008 +#define IDC_USED_MEMORY 1009 +#define IDC_CROSS_EQUIP_LIST 1010 +#define IDC_EQUIP_NAME 1011 +#define IDC_EQUIP_ID 1012 +#define IDC_DEBUG_INFO_LIST 1013 +#define IDC_DEBUG_INFO 1014 +#define IDC_TOOLPALETTE_PLUGIN_LIST 1015 +#define IDC_ROUTING_TABLE_EDIT 1016 +#define IDC_NEW_DLG_WORLDS 1018 +#define IDC_IPS 1019 +#define IDC_EVENT_LIST 1020 +#define IDC_EVENT_START 1021 +#define IDC_SERIAL_NUMBER 1024 +#define IDC_CREDITS 1025 +#define IDC_LOGO 1026 +#define IDC_SERIAL_LABEL 1027 +#define IDC_DEFAULT_CHECK 1028 +#define IDB_ERROR 32767 +#define ID_ZOOM_100_PERCENT 0x8003 +#define ID_ZOOM_50_PERCENT 0x8004 +#define ID_ZOOM_25_PERCENT 0x8005 +#define ID_DBG_NORMAL_DISPLAY 0x8006 +#define ID_DBG_FLOORINFO_TENANT 0x8007 +#define ID_DBG_BKGNDINFO 0x8008 +#define ID_SYSTEM_INFO 0x8009 +#define ID_DBG_STEP_RUN 0x800A +#define ID_DBG_GRID 0x800B +#define ID_DBG_FLOORINFO_MOVER 0x800C +#define ID_DBG_CROSS_EQUIP 0x800D +#define ID_DBG_FLOORINFO_REQUEST 0x800E +#define ID_DBG_DISPLAY_SPEED_MEASURING 0x800F +#define ID_DBG_IDLE_SPEED_MEASURING 0x8010 +#define ID_DBG_ALL_LOAD_MEASURING 0x8011 +#define ID_DBG_POOL 0x8012 +#define ID_DBG_DISPLAY_IPS 0x8013 +#define ID_DBG_PEOPLE 0x8014 +#define ID_DBG_GRADE_UP 0x8015 +#define ID_DBG_GRADE_DOWN 0x8016 +#define ID_DBG_OFFSCR_SPEED_MEASURING 0x8017 +#define ID_DBG_EVENT 0x8018 +#define ID_PAUSE 0x8019 +#define ID_SETTING 0x801A +#define ID_HIDE_ELEVATOR_ROOM 0x801B +#define ID_HIDE_CONTROL_WINDOW 0x801F +#define ID_HIDE_MESSAGE_WINDOW 0x8020 +#define ID_HIDE_TOOL_WINDOW 0x8021 +#define ID_FAVORITE 0x8022 +#define ID_DBG_MODE 0x8023 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 101 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1000 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif |