From 82bb569278e601b855c5df581e59f60cd0dcabee Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 5 Mar 2013 21:08:53 +0000 Subject: added precompiled header added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3902 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/QuickMessages/res/quickmessages.rc | 105 ++++++----------------------- 1 file changed, 20 insertions(+), 85 deletions(-) (limited to 'plugins/QuickMessages/res/quickmessages.rc') diff --git a/plugins/QuickMessages/res/quickmessages.rc b/plugins/QuickMessages/res/quickmessages.rc index 6cc083dc37..00fd075bf1 100644 --- a/plugins/QuickMessages/res/quickmessages.rc +++ b/plugins/QuickMessages/res/quickmessages.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include +#include ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS @@ -34,7 +34,7 @@ END 2 TEXTINCLUDE BEGIN - "#include \r\n" + "#include \r\n" "\0" END @@ -81,52 +81,6 @@ BEGIN CONTROL "Consider as ServiceName",IDC_ISSERVNAME2,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,117,196,189,20 END - -///////////////////////////////////////////////////////////////////////////// -// -// DESIGNINFO -// - -#ifdef APSTUDIO_INVOKED -GUIDELINES DESIGNINFO -BEGIN - IDD_OPTIONS, DIALOG - BEGIN - RIGHTMARGIN, 314 - VERTGUIDE, 5 - VERTGUIDE, 105 - VERTGUIDE, 110 - VERTGUIDE, 114 - VERTGUIDE, 307 - BOTTOMMARGIN, 251 - HORZGUIDE, 9 - HORZGUIDE, 19 - HORZGUIDE, 149 - HORZGUIDE, 152 - HORZGUIDE, 166 - HORZGUIDE, 169 - END -END -#endif // APSTUDIO_INVOKED - -#endif // Neutral resources -///////////////////////////////////////////////////////////////////////////// - - -///////////////////////////////////////////////////////////////////////////// -// 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_HELPDIALOG DIALOGEX 0, 0, 202, 210 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_TOOLWINDOW @@ -160,6 +114,23 @@ END #ifdef APSTUDIO_INVOKED GUIDELINES DESIGNINFO BEGIN + IDD_OPTIONS, DIALOG + BEGIN + RIGHTMARGIN, 314 + VERTGUIDE, 5 + VERTGUIDE, 105 + VERTGUIDE, 110 + VERTGUIDE, 114 + VERTGUIDE, 307 + BOTTOMMARGIN, 251 + HORZGUIDE, 9 + HORZGUIDE, 19 + HORZGUIDE, 149 + HORZGUIDE, 152 + HORZGUIDE, 166 + HORZGUIDE, 169 + END + IDD_HELPDIALOG, DIALOG BEGIN LEFTMARGIN, 7 @@ -180,43 +151,7 @@ END // remains consistent on all systems. IDI_QICON ICON "qicon.ico" -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,0,4,2 - PRODUCTVERSION 0,0,4,2 - FILEFLAGSMASK 0x17L -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x2L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "041904b0" - BEGIN - VALUE "Author", "MaD_CLuSTeR" - VALUE "FileDescription", "Quick Messages" - VALUE "FileVersion", "0.0.4.2" - VALUE "InternalName", "quick messages" - VALUE "LegalCopyright", "Copyright © 2008 Danil Mozhar" - VALUE "ProductVersion", "0, 0, 4, 2" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x419, 1200 - END -END - -#endif // Russian resources +#endif // Neutral resources ///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3