diff options
Diffstat (limited to 'watrack_mpd/resource.h')
-rwxr-xr-x | watrack_mpd/resource.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/watrack_mpd/resource.h b/watrack_mpd/resource.h index 5f6d247..e46d88b 100755 --- a/watrack_mpd/resource.h +++ b/watrack_mpd/resource.h @@ -15,6 +15,10 @@ #define IDC_MSG_SIZE 1009
#define IDC_MSG_SIZE2 1010
#define IDC_CHAR_COUNT 1010
+#define IDC_SERVER 1011
+#define IDC_PORT 1012
+#define IDC_EDIT3 1013
+#define IDC_PASSWORD 1013
// Next default values for new objects
//
@@ -22,7 +26,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1011
+#define _APS_NEXT_CONTROL_VALUE 1016
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|