From 3c0c4ec799f35eb99215758f99491583033c5741 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 27 Dec 2016 20:40:35 +0300 Subject: first version of options dialog --- protocols/Discord/src/resource.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'protocols/Discord/src/resource.h') diff --git a/protocols/Discord/src/resource.h b/protocols/Discord/src/resource.h index f1e2a41867..44d79b91ae 100644 --- a/protocols/Discord/src/resource.h +++ b/protocols/Discord/src/resource.h @@ -5,6 +5,11 @@ #define IDI_MAIN 101 #define IDI_OFFLINE 102 +#define IDD_OPTIONS_ACCOUNT 103 + +#define IDC_PASSWORD 1001 +#define IDC_USERNAME 1002 +#define IDC_GROUP 1003 // Next default values for new objects // @@ -12,7 +17,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 103 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1001 +#define _APS_NEXT_CONTROL_VALUE 1004 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif -- cgit v1.2.3