diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-25 19:52:36 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-25 19:52:36 +0000 |
commit | 4f88e37aadccfd0ebc4c4ac880e310d2700c75e4 (patch) | |
tree | b916a6827e572b2d089b8a981cebe10bba02adce /plugins/StartupSilence/res | |
parent | d2a51dc68f19b260883a9f35b6e150f08c01f63d (diff) |
StartupSilence plugin added (written by person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6627 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StartupSilence/res')
-rw-r--r-- | plugins/StartupSilence/res/StartupSilence.rc | 122 | ||||
-rw-r--r-- | plugins/StartupSilence/res/disable.ico | bin | 0 -> 2550 bytes | |||
-rw-r--r-- | plugins/StartupSilence/res/disablettb.ico | bin | 0 -> 894 bytes | |||
-rw-r--r-- | plugins/StartupSilence/res/enable.ico | bin | 0 -> 2550 bytes | |||
-rw-r--r-- | plugins/StartupSilence/res/enablettb.ico | bin | 0 -> 894 bytes | |||
-rw-r--r-- | plugins/StartupSilence/res/startupsilence.ico | bin | 0 -> 894 bytes | |||
-rw-r--r-- | plugins/StartupSilence/res/version.rc | 44 |
7 files changed, 166 insertions, 0 deletions
diff --git a/plugins/StartupSilence/res/StartupSilence.rc b/plugins/StartupSilence/res/StartupSilence.rc new file mode 100644 index 0000000000..3266c4f309 --- /dev/null +++ b/plugins/StartupSilence/res/StartupSilence.rc @@ -0,0 +1,122 @@ +// Microsoft Visual C++ generated resource script.
+//
+#include "..\src\resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "afxres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// NEUTRAL resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
+LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
+#pragma code_page(1252)
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Dialog
+//
+
+IDD_SSOPT DIALOGEX 0, 0, 312, 216
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
+BEGIN
+ GROUPBOX "Silence at Startup",IDC_STATIC,3,0,304,211
+ LTEXT "Settings for the next Computer Name:",IDC_STATIC,13,15,182,8
+ EDITTEXT IDC_HST,24,27,271,12,ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
+ CONTROL "Enable silence at startup",IDC_DELAY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,46,259,9
+ EDITTEXT IDC_SSTIME,47,59,34,14,ES_AUTOHSCROLL | ES_NUMBER
+ CONTROL "spin1",IDC_SSSPIN,"msctls_updown32",UDS_WRAP | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,77,59,12,15
+ RTEXT "for",IDC_STATIC,13,61,25,9
+ LTEXT "(10-300) seconds (Default 20).",IDC_STATIC,84,61,161,9
+ CONTROL "Show PopUp notification",IDC_DELAY2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,81,259,9
+ EDITTEXT IDC_SSPOPUPTIME,47,95,34,14,ES_AUTOHSCROLL | ES_NUMBER
+ CONTROL "spin2",IDC_SSSPIN2,"msctls_updown32",UDS_WRAP | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,77,95,12,15
+ LTEXT "PopUp time (1-30) seconds (Default 5).",IDC_STATIC,83,97,161,9
+ CONTROL "Main Menu Item (plugin reload or miranda restart required).",IDC_MENU,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,115,259,9
+ CONTROL "TopToolBar button (restart miranda required).",IDC_TTB,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,134,259,9
+ PUSHBUTTON "Reset to default\r\n(for this computer)",IDC_RESETDEFAULT,202,183,100,23,BS_CENTER | BS_VCENTER | BS_MULTILINE | NOT WS_TABSTOP
+ CTEXT "You need configure it once for each computer, where you run your Maranda NG.",IDC_STATIC,11,152,286,28
+ LTEXT "No Apply button required.",IDC_STATIC,12,196,184,8
+END
+
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""afxres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_SSICON ICON "startupsilence.ico"
+IDI_SSENABLE ICON "enable.ico"
+IDI_SSDISABLE ICON "disable.ico"
+IDI_SSENABLETTB ICON "enablettb.ico"
+IDI_SSDISABLETTB ICON "disablettb.ico"
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// DESIGNINFO
+//
+
+#ifdef APSTUDIO_INVOKED
+GUIDELINES DESIGNINFO
+BEGIN
+ IDD_SSOPT, DIALOG
+ BEGIN
+ BOTTOMMARGIN, 211
+ END
+END
+#endif // APSTUDIO_INVOKED
+
+#endif // NEUTRAL resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
diff --git a/plugins/StartupSilence/res/disable.ico b/plugins/StartupSilence/res/disable.ico Binary files differnew file mode 100644 index 0000000000..7cb0afddd9 --- /dev/null +++ b/plugins/StartupSilence/res/disable.ico diff --git a/plugins/StartupSilence/res/disablettb.ico b/plugins/StartupSilence/res/disablettb.ico Binary files differnew file mode 100644 index 0000000000..aaad5926a3 --- /dev/null +++ b/plugins/StartupSilence/res/disablettb.ico diff --git a/plugins/StartupSilence/res/enable.ico b/plugins/StartupSilence/res/enable.ico Binary files differnew file mode 100644 index 0000000000..5a2b81aeed --- /dev/null +++ b/plugins/StartupSilence/res/enable.ico diff --git a/plugins/StartupSilence/res/enablettb.ico b/plugins/StartupSilence/res/enablettb.ico Binary files differnew file mode 100644 index 0000000000..443dc07d0f --- /dev/null +++ b/plugins/StartupSilence/res/enablettb.ico diff --git a/plugins/StartupSilence/res/startupsilence.ico b/plugins/StartupSilence/res/startupsilence.ico Binary files differnew file mode 100644 index 0000000000..6683253611 --- /dev/null +++ b/plugins/StartupSilence/res/startupsilence.ico diff --git a/plugins/StartupSilence/res/version.rc b/plugins/StartupSilence/res/version.rc new file mode 100644 index 0000000000..2ba5a1d38f --- /dev/null +++ b/plugins/StartupSilence/res/version.rc @@ -0,0 +1,44 @@ +#ifdef APSTUDIO_INVOKED
+#error this file is not editable by Microsoft Visual C++
+#endif //APSTUDIO_INVOKED
+
+#include "..\src\version.h"
+#include "winres.h"
+
+#ifdef _WIN32
+LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
+#endif //_WIN32
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION __FILEVERSION_STRING
+ PRODUCTVERSION __FILEVERSION_STRING
+ FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
+#ifdef _DEBUG
+ FILEFLAGS VS_FF_DEBUG
+//#else
+// FILEFLAGS 0x0L
+#endif
+
+ FILEOS VOS__WINDOWS32
+ FILETYPE VFT_DLL
+ FILESUBTYPE VFT2_UNKNOWN
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "000004b0" // LOCALE_NEUTRAL<<16 + 1200 (ANSI - Unicode)
+ BEGIN
+ VALUE "Author", __AUTHOR
+ VALUE "FileDescription", __DESC
+ VALUE "InternalName", __PLUGIN_NAME
+ VALUE "LegalCopyright", __COPYRIGHT
+ VALUE "OriginalFilename", __FILENAME
+ VALUE "FileVersion", __VERSION_STRING
+ VALUE "ProductName", "Miranda NG"
+ VALUE "ProductVersion", __PROD_VERSION_STRING
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", /*LOCALE_NEUTRAL from WinNT.h */ 0x0, 1200
+ END
+END
|