diff options
Diffstat (limited to 'Plugins/emoticons/resource.rc')
| -rw-r--r-- | Plugins/emoticons/resource.rc | 58 |
1 files changed, 15 insertions, 43 deletions
diff --git a/Plugins/emoticons/resource.rc b/Plugins/emoticons/resource.rc index 4b35e34..1ec4ab6 100644 --- a/Plugins/emoticons/resource.rc +++ b/Plugins/emoticons/resource.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
@@ -27,27 +27,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL // Dialog
//
-IDD_OPTIONS_OLD DIALOGEX 0, 0, 252, 105
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
-EXSTYLE WS_EX_CONTROLPARENT
-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
- 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
-END
-
IDD_EMOTICON_SELECTION DIALOGEX 0, 0, 188, 90
STYLE DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_BORDER
EXSTYLE WS_EX_NOPARENTNOTIFY
@@ -55,25 +34,27 @@ FONT 8, "MS Sans Serif", 0, 0, 0x1 BEGIN
END
-IDD_OPTIONS DIALOGEX 0, 0, 293, 234
+IDD_OPTIONS DIALOGEX 0, 0, 293, 247
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 0, 0, 0x1
+FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX IDC_PACK,7,2,277,148,LBS_OWNERDRAWVARIABLE |
LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
+ CONTROL "Embed videos",IDC_VIDEO,"Button",BS_AUTOCHECKBOX |
+ WS_TABSTOP,7,159,277,10
+ CONTROL "Enable custom smileys",IDC_CUSTOM_SMILEYS,"Button",
+ BS_AUTOCHECKBOX | WS_TABSTOP,7,171,277,10
CONTROL "Replace emoticons in text input area too",IDC_INPUT_TOO,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,160,277,10
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,183,277,10
CONTROL "Use default emoticon pack for unknown protocols",
IDC_USE_DEFAULT_PACK,"Button",BS_AUTOCHECKBOX |
- WS_TABSTOP,7,172,277,10
+ WS_TABSTOP,7,195,277,10
CONTROL "Only replace emoticons surrounded by spaces",
IDC_ONLY_ISOLATED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
- 7,184,277,10
+ 7,207,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
+ WS_TABSTOP | 0x1,7,231,277,12
END
@@ -83,21 +64,12 @@ END //
#ifdef APSTUDIO_INVOKED
-GUIDELINES DESIGNINFO
+GUIDELINES DESIGNINFO MOVEABLE PURE
BEGIN
- IDD_OPTIONS_OLD, DIALOG
- BEGIN
- LEFTMARGIN, 1
- RIGHTMARGIN, 251
- TOPMARGIN, 1
- BOTTOMMARGIN, 104
- END
-
IDD_OPTIONS, DIALOG
BEGIN
LEFTMARGIN, 1
TOPMARGIN, 1
- BOTTOMMARGIN, 228
END
END
#endif // APSTUDIO_INVOKED
@@ -121,19 +93,19 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_CAN // TEXTINCLUDE
//
-1 TEXTINCLUDE
+1 TEXTINCLUDE MOVEABLE PURE
BEGIN
"resource.h\0"
END
-2 TEXTINCLUDE
+2 TEXTINCLUDE MOVEABLE PURE
BEGIN
"#include ""resource.h""\r\n"
"#include ""winresrc.h""\r\n"
"\0"
END
-3 TEXTINCLUDE
+3 TEXTINCLUDE MOVEABLE PURE
BEGIN
"\r\n"
"\0"
|
