summaryrefslogtreecommitdiff
path: root/Plugins/emoticons/resource.rc
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/emoticons/resource.rc')
-rw-r--r--Plugins/emoticons/resource.rc34
1 files changed, 22 insertions, 12 deletions
diff --git a/Plugins/emoticons/resource.rc b/Plugins/emoticons/resource.rc
index cac5142..4b35e34 100644
--- a/Plugins/emoticons/resource.rc
+++ b/Plugins/emoticons/resource.rc
@@ -34,13 +34,18 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX " Emoticons ",IDC_EMOTICONS,1,5,250,99
LTEXT "Pack:",IDC_STATIC,11,20,48,8
- COMBOBOX IDC_PACK,63,18,177,60,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
+ COMBOBOX IDC_PACK,63,18,177,60,CBS_DROPDOWNLIST | WS_VSCROLL |
+ WS_TABSTOP
CONTROL "Replace emoticons in text input area too",IDC_INPUT_TOO,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,40,230,10
- CONTROL "Use default emoticon pack for unknown protocols",IDC_USE_DEFAULT_PACK,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,52,230,10
- CONTROL "Ignore words in UPPER CASE",IDC_IGNORE_UPPERCASE,"Button",BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_TABSTOP,10,64,230,10
- CONTROL "Download more emoticon packs",IDC_GETMORE,"Hyperlink",WS_TABSTOP | 0x1,10,85,230,12
+ CONTROL "Use default emoticon pack for unknown protocols",
+ IDC_USE_DEFAULT_PACK,"Button",BS_AUTOCHECKBOX |
+ WS_TABSTOP,10,52,230,10
+ CONTROL "Ignore words in UPPER CASE",IDC_IGNORE_UPPERCASE,"Button",
+ BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_TABSTOP,10,64,230,
+ 10
+ CONTROL "Download more emoticon packs",IDC_GETMORE,"Hyperlink",
+ WS_TABSTOP | 0x1,10,85,230,12
END
IDD_EMOTICON_SELECTION DIALOGEX 0, 0, 188, 90
@@ -55,15 +60,20 @@ STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- LISTBOX IDC_PACK,7,2,277,148,LBS_OWNERDRAWVARIABLE | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
+ LISTBOX IDC_PACK,7,2,277,148,LBS_OWNERDRAWVARIABLE |
+ LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
CONTROL "Replace emoticons in text input area too",IDC_INPUT_TOO,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,160,277,10
- CONTROL "Use default emoticon pack for unknown protocols",IDC_USE_DEFAULT_PACK,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,172,277,10
- CONTROL "Only replace emoticons surrounded by spaces",IDC_ONLY_ISOLATED,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,184,277,10
- CONTROL "Download more emoticon packs",IDC_GETMORE,"Hyperlink",WS_TABSTOP | 0x1,7,218,277,12
- CONTROL "Enable custom smileys",IDC_CUSTOM_SMILEYS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,196,277,10
+ CONTROL "Use default emoticon pack for unknown protocols",
+ IDC_USE_DEFAULT_PACK,"Button",BS_AUTOCHECKBOX |
+ WS_TABSTOP,7,172,277,10
+ CONTROL "Only replace emoticons surrounded by spaces",
+ IDC_ONLY_ISOLATED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
+ 7,184,277,10
+ CONTROL "Download more emoticon packs",IDC_GETMORE,"Hyperlink",
+ WS_TABSTOP | 0x1,7,218,277,12
+ CONTROL "Enable custom smileys",IDC_CUSTOM_SMILEYS,"Button",
+ BS_AUTOCHECKBOX | WS_TABSTOP,7,196,277,10
END