From 42c98b0aec627beb51d50942ef1d1720b3860e8e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 27 Mar 2022 15:10:42 +0300 Subject: fixes #3058 (Group chats' popup options dialog moved from StdMsg to the core, its copy in Scriver removed) --- src/core/stdmsg/res/resource.rc | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'src/core/stdmsg/res') diff --git a/src/core/stdmsg/res/resource.rc b/src/core/stdmsg/res/resource.rc index 44b399894c..6f0083624d 100644 --- a/src/core/stdmsg/res/resource.rc +++ b/src/core/stdmsg/res/resource.rc @@ -217,26 +217,6 @@ BEGIN CONTROL "",IDC_SPIN4,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,183,178,11,14 END -IDD_OPTIONSPOPUP DIALOGEX 0, 0, 277, 177 -STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD -EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg", 0, 0, 0x1 -BEGIN - CONTROL "Use same style as in the message log",IDC_RADIO1,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,33,29,225,10 - CONTROL "Use default colors",IDC_RADIO2,"Button",BS_AUTORADIOBUTTON,33,62,217,10 - CONTROL "Use custom colors",IDC_RADIO3,"Button",BS_AUTORADIOBUTTON,33,95,105,10 - CONTROL "Custom1",IDC_TEXT,"ColourPicker",WS_TABSTOP,141,93,50,14,WS_EX_NOACTIVATE | 0x10000000L - CONTROL "Custom2",IDC_BKG,"ColourPicker",WS_TABSTOP,201,93,50,14,WS_EX_NOACTIVATE | 0x10000000L - EDITTEXT IDC_TIMEOUT,132,134,38,14,ES_RIGHT | ES_AUTOHSCROLL | ES_NUMBER - CONTROL "Spin1",IDC_SPIN1,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,169,135,11,14 - GROUPBOX "Popups for the StdMsg plugin",IDC_STATIC,0,0,277,174 - LTEXT "Timeout (s)",IDC_STATIC,33,138,92,8 - LTEXT "Text",IDC_STATIC,141,83,49,8 - LTEXT "Background",IDC_STATIC,201,83,67,8 - LTEXT "(Setting timeout to 0 means default setting and -1 means indefinite time)",IDC_STATIC,33,151,207,17 -END - - ///////////////////////////////////////////////////////////////////////////// // // DESIGNINFO @@ -347,16 +327,6 @@ BEGIN HORZGUIDE, 158 HORZGUIDE, 174 END - - IDD_OPTIONSPOPUP, DIALOG - BEGIN - VERTGUIDE, 33 - VERTGUIDE, 157 - VERTGUIDE, 201 - HORZGUIDE, 49 - HORZGUIDE, 81 - HORZGUIDE, 174 - END END #endif // APSTUDIO_INVOKED -- cgit v1.2.3