summaryrefslogtreecommitdiff
path: root/protocols/Dummy/res
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2015-10-25 11:41:14 +0000
committerRobert Pösel <robyer@seznam.cz>2015-10-25 11:41:14 +0000
commit55dc3a99af44bb97931bdeca9122d0d62f7b183f (patch)
tree9b685ccc08282402d343bfcd131d6a77f8b038fa /protocols/Dummy/res
parent7d5f7b0fac50a1c6972c48664797f33f180243ee (diff)
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
Diffstat (limited to 'protocols/Dummy/res')
-rw-r--r--protocols/Dummy/res/resource.apsbin3476 -> 3608 bytes
-rw-r--r--protocols/Dummy/res/resource.rc6
2 files changed, 4 insertions, 2 deletions
diff --git a/protocols/Dummy/res/resource.aps b/protocols/Dummy/res/resource.aps
index b342d02388..10cecfb374 100644
--- a/protocols/Dummy/res/resource.aps
+++ b/protocols/Dummy/res/resource.aps
Binary files differ
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