diff options
Diffstat (limited to 'isee_tweaker/isee_tweaker.rc')
-rw-r--r-- | isee_tweaker/isee_tweaker.rc | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/isee_tweaker/isee_tweaker.rc b/isee_tweaker/isee_tweaker.rc new file mode 100644 index 0000000..6fe836d --- /dev/null +++ b/isee_tweaker/isee_tweaker.rc @@ -0,0 +1,111 @@ +//Microsoft Developer Studio generated resource script.
+//
+#include "resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "afxres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// Russian resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
+#ifdef _WIN32
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+#pragma code_page(1251)
+#endif //_WIN32
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Dialog
+//
+
+IDD_OPT_ISEETWEAKER DIALOGEX 0, 0, 313, 240
+STYLE DS_3DLOOK | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg"
+BEGIN
+ GROUPBOX "ISee Tweaker",0,0,0,313,240
+ COMBOBOX IDC_PREDEFINDEDCID,9,122,97,76,CBS_DROPDOWNLIST |
+ WS_VSCROLL | WS_TABSTOP
+ LTEXT "Identify you Miranda IM as:",IDC_STATIC,9,112,93,8
+ CONTROL "Enable Privacy Menu",IDC_ENABLEPRIVACYMENU,"Button",
+ BS_AUTOCHECKBOX | BS_FLAT | WS_TABSTOP,9,20,226,10
+ CONTROL "Enable idle time sending",IDC_ENABLEIDLE,"Button",
+ BS_AUTOCHECKBOX | BS_FLAT | WS_TABSTOP,9,31,226,10
+ CONTROL "Enable extended search",IDC_ENABLEEXTSEARCH,"Button",
+ BS_AUTOCHECKBOX | BS_FLAT | WS_TABSTOP,9,41,229,10
+ LTEXT "Threshold in DAYS for updating user info:",IDC_STATIC,8,
+ 94,132,8
+ EDITTEXT IDC_UPDDAYS,142,92,42,12,ES_AUTOHSCROLL | ES_NUMBER
+ CONTROL "Disable user info rescan (using threshold) on login",
+ IDC_DISABLEUIRESCAN,"Button",BS_AUTOCHECKBOX | BS_FLAT |
+ WS_TABSTOP,9,73,226,10
+ CONTROL "Disable extended status support",IDC_DISABLEEXTSTATUS,
+ "Button",BS_AUTOCHECKBOX | BS_FLAT | WS_TABSTOP,9,63,226,
+ 10
+ LTEXT "Note: Miranda IM will have to be restarted for changes to take effect.",
+ IDC_STATIC,4,216,303,8
+ CTEXT "P.S. Thanks to Bio for his great work! ..:: Peace to all :..",
+ IDC_STATIC,3,227,307,10,0,WS_EX_STATICEDGE
+ CONTROL "Disable PopUps",IDC_DISABLEPOPUPS,"Button",
+ BS_AUTOCHECKBOX | BS_FLAT | WS_TABSTOP,9,10,226,10
+ PUSHBUTTON "Reset to defaults",IDC_RESET,208,197,102,14
+ CONTROL "Enable channel 2 messages",IDC_ENABLECHAN2,"Button",
+ BS_AUTOCHECKBOX | BS_FLAT | WS_TABSTOP,9,52,226,10
+ COMBOBOX IDC_MTNTYPE,112,122,114,76,CBS_DROPDOWNLIST | WS_VSCROLL |
+ WS_TABSTOP
+ LTEXT "Message typing notyfication (MTN):",IDC_STATIC,112,112,
+ 125,8
+ COMBOBOX IDC_VISIBLEMODE,9,147,199,76,CBS_DROPDOWNLIST |
+ WS_VSCROLL | WS_TABSTOP
+ LTEXT "Visible mode:",IDC_STATIC,9,138,125,8
+END
+
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE DISCARDABLE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE DISCARDABLE
+BEGIN
+ "#include ""afxres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE DISCARDABLE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+#endif // Russian resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
|