diff options
author | George Hazan <ghazan@miranda.im> | 2022-02-06 16:55:42 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-02-06 16:55:42 +0300 |
commit | eb4b2db7495ff4088d252b5dd227acac0d9fdf11 (patch) | |
tree | a03f0dc5158ec9ec109fe8994b7671139f53a31f /protocols/YAMN/res/YAMN.rc | |
parent | a1af87253ded620840639d5948c390d885d1bced (diff) |
fixes #3021 (YAMN: истребить вкладку "Плагины")
Diffstat (limited to 'protocols/YAMN/res/YAMN.rc')
-rw-r--r-- | protocols/YAMN/res/YAMN.rc | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/protocols/YAMN/res/YAMN.rc b/protocols/YAMN/res/YAMN.rc index 75cd039e7d..0d017ecbbb 100644 --- a/protocols/YAMN/res/YAMN.rc +++ b/protocols/YAMN/res/YAMN.rc @@ -69,24 +69,6 @@ BEGIN BOTTOMMARGIN, 43 END - IDD_PLUGINOPT, DIALOG - BEGIN - LEFTMARGIN, 7 - VERTGUIDE, 13 - VERTGUIDE, 85 - VERTGUIDE, 160 - VERTGUIDE, 307 - TOPMARGIN, 4 - HORZGUIDE, 5 - HORZGUIDE, 20 - HORZGUIDE, 147 - HORZGUIDE, 157 - HORZGUIDE, 173 - HORZGUIDE, 184 - HORZGUIDE, 207 - HORZGUIDE, 217 - END - IDD_POP3ACCOUNTOPT, DIALOG BEGIN VERTGUIDE, 155 @@ -150,23 +132,6 @@ BEGIN LTEXT "",IDC_STATICMSG,7,7,172,37 END -IDD_PLUGINOPT DIALOGEX 0, 0, 310, 231 -STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD -EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg", 0, 0, 0x1 -BEGIN - GROUPBOX "Installed plugins",IDC_STATIC,7,5,300,142 - COMBOBOX IDC_COMBOPLUGINS,13,14,287,58,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP - LTEXT "Version:",IDC_STATIC,13,30,72,11 - EDITTEXT IDC_STVER,85,30,215,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | WS_GROUP - LTEXT "Description:",IDC_STATIC,13,41,72,23 - EDITTEXT IDC_STDESC,85,41,215,23,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | WS_GROUP - LTEXT "Copyright:",IDC_STATIC,13,64,72,10 - EDITTEXT IDC_STCOPY,85,63,215,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | WS_GROUP - LTEXT "Homepage:",IDC_STATIC,13,101,72,11 - CONTROL "",IDC_STWWW,"Hyperlink",WS_TABSTOP,85,101,215,11 -END - IDD_POP3ACCOUNTOPT DIALOGEX 0, 0, 310, 230 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT |