2017-05-30 03:38:38 +02:00
|
|
|
/*
|
|
|
|
|
* 86Box A hypervisor and IBM PC system emulator that specializes in
|
|
|
|
|
* running old operating systems and software designed for IBM
|
|
|
|
|
* PC systems and compatibles from 1981 through fairly recent
|
|
|
|
|
* system designs based on the PCI bus.
|
|
|
|
|
*
|
|
|
|
|
* This file is part of the 86Box distribution.
|
|
|
|
|
*
|
|
|
|
|
* Windows resource defines.
|
|
|
|
|
*
|
2018-01-26 22:17:09 +01:00
|
|
|
* Version: @(#)resource.h 1.0.19 2018/01/26
|
2017-06-04 02:11:19 -04:00
|
|
|
*
|
|
|
|
|
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
|
2017-05-30 03:38:38 +02:00
|
|
|
* Miran Grca, <mgrca8@gmail.com>
|
2018-01-17 18:43:36 +01:00
|
|
|
* Fred N. van Kempen, <decwiz@yahoo.com>
|
2017-10-08 19:14:46 -04:00
|
|
|
*
|
2018-01-17 18:43:36 +01:00
|
|
|
* Copyright 2008-2018 Sarah Walker.
|
|
|
|
|
* Copyright 2016-2018 Miran Grca.
|
2017-05-30 03:38:38 +02:00
|
|
|
*/
|
2017-06-04 02:11:19 -04:00
|
|
|
#ifndef WIN_RESOURCE_H
|
|
|
|
|
# define WIN_RESOURCE_H
|
|
|
|
|
|
2017-05-30 03:38:38 +02:00
|
|
|
|
2017-06-04 22:18:41 -04:00
|
|
|
/* Dialog IDs. */
|
|
|
|
|
#define DLG_ABOUT 101 /* top-level dialog */
|
|
|
|
|
#define DLG_STATUS 102 /* top-level dialog */
|
2018-01-17 18:43:36 +01:00
|
|
|
#define DLG_SND_GAIN 103 /* top-level dialog */
|
|
|
|
|
#define DLG_NEW_FLOPPY 104 /* top-level dialog */
|
2017-06-04 22:18:41 -04:00
|
|
|
#define DLG_CONFIG 110 /* top-level dialog */
|
|
|
|
|
#define DLG_CFG_MACHINE 111 /* sub-dialog of config */
|
|
|
|
|
#define DLG_CFG_VIDEO 112 /* sub-dialog of config */
|
|
|
|
|
#define DLG_CFG_INPUT 113 /* sub-dialog of config */
|
|
|
|
|
#define DLG_CFG_SOUND 114 /* sub-dialog of config */
|
|
|
|
|
#define DLG_CFG_NETWORK 115 /* sub-dialog of config */
|
2017-09-02 23:39:26 +02:00
|
|
|
#define DLG_CFG_PORTS 116 /* sub-dialog of config */
|
|
|
|
|
#define DLG_CFG_PERIPHERALS 117 /* sub-dialog of config */
|
|
|
|
|
#define DLG_CFG_HARD_DISKS 118 /* sub-dialog of config */
|
|
|
|
|
#define DLG_CFG_HARD_DISKS_ADD 119 /* sub-dialog of config */
|
2018-01-26 22:17:09 +01:00
|
|
|
#define DLG_CFG_FLOPPY_DRIVES 120 /* sub-dialog of config */
|
|
|
|
|
#define DLG_CFG_OTHER_REMOVABLE_DEVICES 121 /* sub-dialog of config */
|
2017-06-04 02:11:19 -04:00
|
|
|
|
2017-06-04 22:18:41 -04:00
|
|
|
/* Static text label IDs. */
|
2017-06-15 22:40:43 -04:00
|
|
|
#define IDT_1700 1700 /* Language: */
|
|
|
|
|
#define IDT_1701 1701 /* Machine: */
|
|
|
|
|
#define IDT_1702 1702 /* CPU type: */
|
|
|
|
|
#define IDT_1703 1703 /* Wait states: */
|
|
|
|
|
#define IDT_1704 1704 /* CPU: */
|
|
|
|
|
#define IDT_1705 1705 /* MB == IDC_TEXT_MB */
|
|
|
|
|
#define IDT_1706 1706 /* Memory: */
|
|
|
|
|
#define IDT_1707 1707 /* Video: */
|
|
|
|
|
#define IDT_1708 1708 /* Video speed: */
|
|
|
|
|
#define IDT_1709 1709 /* Mouse: */
|
|
|
|
|
#define IDT_1710 1710 /* Joystick: */
|
|
|
|
|
#define IDT_1711 1711 /* Sound card: */
|
|
|
|
|
#define IDT_1712 1712 /* MIDI Out Device: */
|
|
|
|
|
#define IDT_1713 1713 /* Network type: */
|
|
|
|
|
#define IDT_1714 1714 /* PCap device: */
|
|
|
|
|
#define IDT_1715 1715 /* Network adapter: */
|
|
|
|
|
#define IDT_1716 1716 /* SCSI Controller: */
|
|
|
|
|
#define IDT_1717 1717 /* HD Controller: */
|
|
|
|
|
#define IDT_1718 1718 /* Tertiary IDE: */
|
|
|
|
|
#define IDT_1719 1719 /* Quaternary IDE: */
|
|
|
|
|
#define IDT_1720 1720 /* Hard disks: */
|
|
|
|
|
#define IDT_1721 1721 /* Bus: */
|
|
|
|
|
#define IDT_1722 1722 /* Channel: */
|
|
|
|
|
#define IDT_1723 1723 /* ID: */
|
|
|
|
|
#define IDT_1724 1724 /* LUN: */
|
|
|
|
|
#define IDT_1726 1726 /* Sectors: */
|
|
|
|
|
#define IDT_1727 1727 /* Heads: */
|
|
|
|
|
#define IDT_1728 1728 /* Cylinders: */
|
|
|
|
|
#define IDT_1729 1729 /* Size (MB): */
|
|
|
|
|
#define IDT_1730 1730 /* Type: */
|
|
|
|
|
#define IDT_1731 1731 /* File name: */
|
|
|
|
|
#define IDT_1737 1737 /* Floppy drives: */
|
|
|
|
|
#define IDT_1738 1738 /* Type: */
|
|
|
|
|
#define IDT_1739 1739 /* CD-ROM drives: */
|
|
|
|
|
#define IDT_1740 1740 /* Bus: */
|
|
|
|
|
#define IDT_1741 1741 /* ID: */
|
|
|
|
|
#define IDT_1742 1742 /* LUN: */
|
|
|
|
|
#define IDT_1743 1743 /* Channel: */
|
|
|
|
|
#define IDT_STEXT 1744 /* text in status window */
|
|
|
|
|
#define IDT_SDEVICE 1745 /* text in status window */
|
2018-01-17 18:43:36 +01:00
|
|
|
#define IDT_1746 1746 /* Main */
|
|
|
|
|
#define IDT_1747 1747 /* CD */
|
|
|
|
|
#define IDT_1748 1748 /* MIDI */
|
|
|
|
|
#define IDT_1749 1749 /* File name: */
|
|
|
|
|
#define IDT_1750 1750 /* Disk size: */
|
2018-01-19 15:39:13 +01:00
|
|
|
#define IDT_1751 1751 /* RPM mode: */
|
2018-01-24 20:58:39 +01:00
|
|
|
#define IDT_1752 1752 /* Progress: */
|
2018-01-26 22:17:09 +01:00
|
|
|
#define IDT_1753 1753 /* Bus: */
|
|
|
|
|
#define IDT_1754 1754 /* ID: */
|
|
|
|
|
#define IDT_1755 1755 /* LUN: */
|
|
|
|
|
#define IDT_1756 1756 /* Channel: */
|
|
|
|
|
#define IDT_1757 1757 /* Progress: */
|
2017-06-04 02:11:19 -04:00
|
|
|
|
2017-05-18 14:03:43 -04:00
|
|
|
|
2017-06-04 22:18:41 -04:00
|
|
|
/*
|
|
|
|
|
* To try to keep these organized, we now group the
|
|
|
|
|
* constants per dialog, as this allows easy adding
|
|
|
|
|
* and deleting items.
|
|
|
|
|
*/
|
|
|
|
|
#define IDC_SETTINGSCATLIST 1001 /* generic config */
|
|
|
|
|
#define IDC_CFILE 1002 /* Select File dialog */
|
|
|
|
|
#define IDC_CHECK_SYNC 1008
|
2017-06-19 06:46:08 +02:00
|
|
|
/* Leave this as is until we finally get into localization in 86Box 3.00(?). */
|
|
|
|
|
#if 0
|
2017-06-04 22:18:41 -04:00
|
|
|
#define IDC_COMBO_LANG 1009
|
2017-06-19 06:46:08 +02:00
|
|
|
#endif
|
2017-06-04 22:18:41 -04:00
|
|
|
|
|
|
|
|
#define IDC_COMBO_MACHINE 1010 /* machine/cpu config */
|
|
|
|
|
#define IDC_CONFIGURE_MACHINE 1011
|
|
|
|
|
#define IDC_COMBO_CPU_TYPE 1012
|
|
|
|
|
#define IDC_COMBO_CPU 1013
|
|
|
|
|
#define IDC_CHECK_FPU 1014
|
|
|
|
|
#define IDC_COMBO_WS 1015
|
2017-10-15 02:43:13 +02:00
|
|
|
#ifdef USE_DYNAREC
|
2017-06-04 22:18:41 -04:00
|
|
|
#define IDC_CHECK_DYNAREC 1016
|
2017-10-15 02:43:13 +02:00
|
|
|
#endif
|
2017-06-04 22:18:41 -04:00
|
|
|
#define IDC_MEMTEXT 1017
|
|
|
|
|
#define IDC_MEMSPIN 1018
|
|
|
|
|
#define IDC_TEXT_MB IDT_1705
|
|
|
|
|
|
|
|
|
|
#define IDC_VIDEO 1030 /* video config */
|
|
|
|
|
#define IDC_COMBO_VIDEO 1031
|
|
|
|
|
#define IDC_COMBO_VIDEO_SPEED 1032
|
|
|
|
|
#define IDC_CHECK_VOODOO 1033
|
|
|
|
|
#define IDC_BUTTON_VOODOO 1034
|
|
|
|
|
|
|
|
|
|
#define IDC_INPUT 1050 /* input config */
|
|
|
|
|
#define IDC_COMBO_MOUSE 1051
|
|
|
|
|
#define IDC_COMBO_JOYSTICK 1052
|
|
|
|
|
#define IDC_COMBO_JOY 1053
|
2017-12-10 02:08:37 -05:00
|
|
|
#define IDC_CONFIGURE_MOUSE 1054
|
2017-06-04 22:18:41 -04:00
|
|
|
|
|
|
|
|
#define IDC_SOUND 1070 /* sound config */
|
|
|
|
|
#define IDC_COMBO_SOUND 1071
|
|
|
|
|
#define IDC_CHECK_SSI 1072
|
|
|
|
|
#define IDC_CHECK_CMS 1073
|
|
|
|
|
#define IDC_CHECK_GUS 1074
|
|
|
|
|
#define IDC_CHECK_NUKEDOPL 1075
|
|
|
|
|
#define IDC_COMBO_MIDI 1076
|
|
|
|
|
#define IDC_CHECK_MPU401 1077
|
|
|
|
|
#define IDC_CONFIGURE_MPU401 1078
|
2017-06-14 07:21:01 +02:00
|
|
|
#define IDC_CHECK_FLOAT 1079
|
2017-06-04 22:18:41 -04:00
|
|
|
|
|
|
|
|
#define IDC_COMBO_NET_TYPE 1090 /* network config */
|
|
|
|
|
#define IDC_COMBO_PCAP 1091
|
|
|
|
|
#define IDC_COMBO_NET 1092
|
|
|
|
|
|
2017-09-02 23:39:26 +02:00
|
|
|
#define IDC_COMBO_LPT1 1110 /* ports config */
|
|
|
|
|
#define IDC_CHECK_SERIAL1 1111
|
|
|
|
|
#define IDC_CHECK_SERIAL2 1112
|
|
|
|
|
#define IDC_CHECK_PARALLEL 1113
|
|
|
|
|
|
|
|
|
|
#define IDC_OTHER_PERIPH 1120 /* other periph config */
|
|
|
|
|
#define IDC_COMBO_SCSI 1121
|
|
|
|
|
#define IDC_CONFIGURE_SCSI 1122
|
|
|
|
|
#define IDC_COMBO_HDC 1123
|
|
|
|
|
#define IDC_COMBO_IDE_TER 1124
|
|
|
|
|
#define IDC_COMBO_IDE_QUA 1125
|
|
|
|
|
#define IDC_CHECK_BUGGER 1126
|
2017-06-04 22:18:41 -04:00
|
|
|
|
|
|
|
|
#define IDC_HARD_DISKS 1130 /* hard disk config */
|
|
|
|
|
#define IDC_LIST_HARD_DISKS 1131
|
|
|
|
|
#define IDC_BUTTON_HDD_ADD_NEW 1132
|
|
|
|
|
#define IDC_BUTTON_HDD_ADD 1133
|
|
|
|
|
#define IDC_BUTTON_HDD_REMOVE 1134
|
|
|
|
|
#define IDC_COMBO_HD_BUS 1135
|
|
|
|
|
#define IDC_COMBO_HD_CHANNEL 1136
|
|
|
|
|
#define IDC_COMBO_HD_ID 1137
|
|
|
|
|
#define IDC_COMBO_HD_LUN 1138
|
|
|
|
|
#define IDC_COMBO_HD_CHANNEL_IDE 1139
|
2017-09-02 23:39:26 +02:00
|
|
|
|
|
|
|
|
#define IDC_EDIT_HD_FILE_NAME 1140 /* add hard disk dialog */
|
2017-06-04 22:18:41 -04:00
|
|
|
#define IDC_EDIT_HD_SPT 1141
|
|
|
|
|
#define IDC_EDIT_HD_HPC 1142
|
|
|
|
|
#define IDC_EDIT_HD_CYL 1143
|
|
|
|
|
#define IDC_EDIT_HD_SIZE 1144
|
|
|
|
|
#define IDC_COMBO_HD_TYPE 1145
|
2018-01-24 20:58:39 +01:00
|
|
|
#define IDC_PBAR_IMG_CREATE 1146
|
2017-06-04 22:18:41 -04:00
|
|
|
|
|
|
|
|
#define IDC_REMOV_DEVICES 1150 /* removable dev config */
|
|
|
|
|
#define IDC_LIST_FLOPPY_DRIVES 1151
|
|
|
|
|
#define IDC_COMBO_FD_TYPE 1152
|
|
|
|
|
#define IDC_CHECKTURBO 1153
|
2017-07-27 17:14:52 +02:00
|
|
|
#define IDC_CHECKBPB 1154
|
2018-01-26 22:17:09 +01:00
|
|
|
#define IDC_LIST_CDROM_DRIVES 1155
|
|
|
|
|
#define IDC_COMBO_CD_BUS 1156
|
|
|
|
|
#define IDC_COMBO_CD_ID 1157
|
|
|
|
|
#define IDC_COMBO_CD_LUN 1158
|
|
|
|
|
#define IDC_COMBO_CD_CHANNEL_IDE 1159
|
|
|
|
|
#define IDC_LIST_ZIP_DRIVES 1160
|
|
|
|
|
#define IDC_COMBO_ZIP_BUS 1161
|
|
|
|
|
#define IDC_COMBO_ZIP_ID 1162
|
|
|
|
|
#define IDC_COMBO_ZIP_LUN 1163
|
|
|
|
|
#define IDC_COMBO_ZIP_CHANNEL_IDE 1164
|
|
|
|
|
#define IDC_CHECK250 1165
|
2017-06-04 22:18:41 -04:00
|
|
|
|
2018-01-17 18:43:36 +01:00
|
|
|
#define IDC_SLIDER_MAIN 1180 /* sound gain dialog */
|
|
|
|
|
#define IDC_SLIDER_CD 1181
|
|
|
|
|
#define IDC_SLIDER_MIDI 1182
|
|
|
|
|
|
|
|
|
|
#define IDC_EDIT_FILE_NAME 1190 /* new floppy image dialog */
|
|
|
|
|
#define IDC_COMBO_DISK_SIZE 1191
|
2018-01-19 15:39:13 +01:00
|
|
|
#define IDC_COMBO_RPM_MODE 1192
|
2018-01-17 18:43:36 +01:00
|
|
|
|
2017-06-04 22:18:41 -04:00
|
|
|
|
|
|
|
|
/* For the DeviceConfig code, re-do later. */
|
|
|
|
|
#define IDC_CONFIG_BASE 1200
|
|
|
|
|
#define IDC_CONFIGURE_VID 1200
|
|
|
|
|
#define IDC_CONFIGURE_SND 1201
|
|
|
|
|
#define IDC_CONFIGURE_VOODOO 1202
|
|
|
|
|
#define IDC_CONFIGURE_MOD 1203
|
|
|
|
|
#define IDC_CONFIGURE_NET_TYPE 1204
|
|
|
|
|
#define IDC_CONFIGURE_BUSLOGIC 1205
|
|
|
|
|
#define IDC_CONFIGURE_PCAP 1206
|
|
|
|
|
#define IDC_CONFIGURE_NET 1207
|
2017-06-19 06:46:08 +02:00
|
|
|
#define IDC_CONFIGURE_MIDI 1208
|
2017-06-04 22:18:41 -04:00
|
|
|
#define IDC_JOY1 1210
|
|
|
|
|
#define IDC_JOY2 1211
|
|
|
|
|
#define IDC_JOY3 1212
|
|
|
|
|
#define IDC_JOY4 1213
|
|
|
|
|
#define IDC_HDTYPE 1280
|
|
|
|
|
#define IDC_RENDER 1281
|
|
|
|
|
#define IDC_STATUS 1282
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define IDM_ABOUT 40001
|
|
|
|
|
#define IDC_ABOUT_ICON 65535
|
|
|
|
|
#define IDM_ACTION_SCREENSHOT 40011
|
|
|
|
|
#define IDM_ACTION_HRESET 40012
|
|
|
|
|
#define IDM_ACTION_RESET_CAD 40013
|
|
|
|
|
#define IDM_ACTION_EXIT 40014
|
2017-07-16 22:07:06 +02:00
|
|
|
#define IDM_ACTION_CTRL_ALT_ESC 40015
|
2017-09-25 04:31:20 -04:00
|
|
|
#define IDM_ACTION_PAUSE 40016
|
2017-06-04 22:18:41 -04:00
|
|
|
#define IDM_CONFIG 40020
|
|
|
|
|
#define IDM_CONFIG_LOAD 40021
|
|
|
|
|
#define IDM_CONFIG_SAVE 40022
|
|
|
|
|
#define IDM_STATUS 40030
|
2018-01-17 18:43:36 +01:00
|
|
|
#define IDM_SND_GAIN 40040
|
2017-06-04 22:18:41 -04:00
|
|
|
#define IDM_VID_RESIZE 40050
|
|
|
|
|
#define IDM_VID_REMEMBER 40051
|
|
|
|
|
#define IDM_VID_DDRAW 40060
|
|
|
|
|
#define IDM_VID_D3D 40061
|
2017-10-14 00:49:08 -04:00
|
|
|
#define IDM_VID_VNC 40062
|
|
|
|
|
#define IDM_VID_RDP 40063
|
2017-06-04 22:18:41 -04:00
|
|
|
#define IDM_VID_SCALE_1X 40064
|
|
|
|
|
#define IDM_VID_SCALE_2X 40065
|
|
|
|
|
#define IDM_VID_SCALE_3X 40066
|
|
|
|
|
#define IDM_VID_SCALE_4X 40067
|
|
|
|
|
#define IDM_VID_FULLSCREEN 40070
|
|
|
|
|
#define IDM_VID_FS_FULL 40071
|
|
|
|
|
#define IDM_VID_FS_43 40072
|
|
|
|
|
#define IDM_VID_FS_SQ 40073
|
|
|
|
|
#define IDM_VID_FS_INT 40074
|
2018-01-17 18:43:36 +01:00
|
|
|
#define IDM_VID_FS_KEEPRATIO 40075
|
|
|
|
|
#define IDM_VID_FORCE43 40076
|
|
|
|
|
#define IDM_VID_OVERSCAN 40077
|
2017-06-04 22:18:41 -04:00
|
|
|
#define IDM_VID_INVERT 40079
|
|
|
|
|
#define IDM_VID_CGACON 40080
|
2017-07-19 15:08:40 +09:00
|
|
|
#define IDM_VID_GRAYCT_601 40085
|
|
|
|
|
#define IDM_VID_GRAYCT_709 40086
|
|
|
|
|
#define IDM_VID_GRAYCT_AVE 40087
|
2017-07-17 23:04:50 +09:00
|
|
|
#define IDM_VID_GRAY_RGB 40090
|
|
|
|
|
#define IDM_VID_GRAY_MONO 40091
|
|
|
|
|
#define IDM_VID_GRAY_AMBER 40092
|
|
|
|
|
#define IDM_VID_GRAY_GREEN 40093
|
|
|
|
|
#define IDM_VID_GRAY_WHITE 40094
|
2017-05-18 14:03:43 -04:00
|
|
|
|
2017-06-04 22:18:41 -04:00
|
|
|
#define IDM_LOG_BREAKPOINT 51201
|
|
|
|
|
#define IDM_DUMP_VRAM 51202 // should be an Action
|
2017-05-18 14:03:43 -04:00
|
|
|
|
2017-06-04 22:18:41 -04:00
|
|
|
#define IDM_LOG_SERIAL 51211
|
|
|
|
|
#define IDM_LOG_D86F 51212
|
|
|
|
|
#define IDM_LOG_FDC 51213
|
|
|
|
|
#define IDM_LOG_IDE 51214
|
|
|
|
|
#define IDM_LOG_CDROM 51215
|
|
|
|
|
#define IDM_LOG_NIC 51216
|
|
|
|
|
#define IDM_LOG_BUSLOGIC 51217
|
2017-05-18 14:03:43 -04:00
|
|
|
|
2017-06-04 22:18:41 -04:00
|
|
|
/*
|
|
|
|
|
* We need 7 bits for CDROM (2 bits ID and 5 bits for host drive),
|
|
|
|
|
* and 5 bits for Removable Disks (5 bits for ID), so we use an
|
|
|
|
|
* 8bit (256 entries) space for these devices.
|
|
|
|
|
*/
|
2017-05-27 03:53:32 +02:00
|
|
|
#define IDM_FLOPPY_IMAGE_NEW 0x1200
|
|
|
|
|
#define IDM_FLOPPY_IMAGE_EXISTING 0x1300
|
|
|
|
|
#define IDM_FLOPPY_IMAGE_EXISTING_WP 0x1400
|
2018-01-19 15:39:13 +01:00
|
|
|
#define IDM_FLOPPY_EXPORT_TO_86F 0x1500
|
2017-05-27 03:53:32 +02:00
|
|
|
#define IDM_FLOPPY_EJECT 0x1600
|
2017-05-18 14:03:43 -04:00
|
|
|
|
2017-05-27 03:53:32 +02:00
|
|
|
#define IDM_CDROM_MUTE 0x2200
|
|
|
|
|
#define IDM_CDROM_EMPTY 0x2300
|
|
|
|
|
#define IDM_CDROM_RELOAD 0x2400
|
|
|
|
|
#define IDM_CDROM_IMAGE 0x2500
|
|
|
|
|
#define IDM_CDROM_HOST_DRIVE 0x2600
|
2017-05-18 14:03:43 -04:00
|
|
|
|
2018-01-26 22:17:09 +01:00
|
|
|
#define IDM_ZIP_IMAGE_NEW 0x3200
|
|
|
|
|
#define IDM_ZIP_IMAGE_EXISTING 0x3300
|
|
|
|
|
#define IDM_ZIP_IMAGE_EXISTING_WP 0x3400
|
|
|
|
|
#define IDM_ZIP_EJECT 0x3500
|
|
|
|
|
#define IDM_ZIP_RELOAD 0x3600
|
|
|
|
|
|
|
|
|
|
#define IDM_RDISK_EJECT 0x4200
|
|
|
|
|
#define IDM_RDISK_RELOAD 0x4300
|
|
|
|
|
#define IDM_RDISK_SEND_CHANGE 0x4400
|
|
|
|
|
#define IDM_RDISK_IMAGE 0x4500
|
|
|
|
|
#define IDM_RDISK_IMAGE_WP 0x4600
|
2017-05-18 14:03:43 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Next default values for new objects */
|
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
|
|
|
# ifndef APSTUDIO_READONLY_SYMBOLS
|
|
|
|
|
# define _APS_NO_MFC 1
|
2017-06-04 22:18:41 -04:00
|
|
|
# define _APS_NEXT_RESOURCE_VALUE 1400
|
|
|
|
|
# define _APS_NEXT_COMMAND_VALUE 55000
|
|
|
|
|
# define _APS_NEXT_CONTROL_VALUE 1800
|
|
|
|
|
# define _APS_NEXT_SYMED_VALUE 200
|
2017-05-18 14:03:43 -04:00
|
|
|
# endif
|
|
|
|
|
#endif
|
2017-05-27 03:53:32 +02:00
|
|
|
|
2017-06-04 02:11:19 -04:00
|
|
|
|
|
|
|
|
#endif /*WIN_RESOURCE_H*/
|