From 55dc3a99af44bb97931bdeca9122d0d62f7b183f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 25 Oct 2015 11:41:14 +0000 Subject: Dummy: Support for sending messages (with option to enable it) git-svn-id: http://svn.miranda-ng.org/main/trunk@15614 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Dummy/res/resource.rc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'protocols/Dummy/res/resource.rc') diff --git a/protocols/Dummy/res/resource.rc b/protocols/Dummy/res/resource.rc index 19b1fb4949..7d7ef55679 100644 --- a/protocols/Dummy/res/resource.rc +++ b/protocols/Dummy/res/resource.rc @@ -23,7 +23,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // Dialog // -IDD_ACCMGRUI DIALOGEX 0, 0, 186, 122 +IDD_ACCMGRUI DIALOGEX 0, 0, 186, 144 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 @@ -37,6 +37,8 @@ BEGIN EDITTEXT IDC_ID_TEXT,95,63,90,12,ES_AUTOHSCROLL LTEXT "Visible name of unique identifier of contacts",IDC_STATIC,10,79,175,18 LTEXT "Restart is required to apply these changes.",IDC_STATIC,0,105,185,8 + CONTROL "Allow sending messages to contacts",IDC_ALLOW_SENDING, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,0,121,185,10 END @@ -79,7 +81,7 @@ BEGIN VERTGUIDE, 10 VERTGUIDE, 95 VERTGUIDE, 185 - BOTTOMMARGIN, 93 + BOTTOMMARGIN, 138 END END #endif // APSTUDIO_INVOKED -- cgit v1.2.3