diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-06 20:34:08 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-06 20:34:08 +0300 |
commit | 7e0750197ca5733ce10de616fc6245603f547077 (patch) | |
tree | 889d5ba2fee4be76cfbdbf5c8cf2152bed5502be /plugins/Clist_blind | |
parent | 70597686af875aede3183e1b9a8e870f623bcb78 (diff) |
Clist_blind: more unused resources removed
Diffstat (limited to 'plugins/Clist_blind')
-rw-r--r-- | plugins/Clist_blind/res/resource.rc | 53 | ||||
-rw-r--r-- | plugins/Clist_blind/src/clcopts.cpp | 2 | ||||
-rw-r--r-- | plugins/Clist_blind/src/resource.h | 46 |
3 files changed, 0 insertions, 101 deletions
diff --git a/plugins/Clist_blind/res/resource.rc b/plugins/Clist_blind/res/resource.rc index 0dc3bf5f13..c8505b34cf 100644 --- a/plugins/Clist_blind/res/resource.rc +++ b/plugins/Clist_blind/res/resource.rc @@ -25,40 +25,6 @@ LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT // Dialog
//
-IDD_DELETECONTACT DIALOGEX 0, 0, 294, 101
-STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
-EXSTYLE WS_EX_CONTROLPARENT
-CAPTION "Delete contact"
-FONT 8, "MS Shell Dlg", 0, 0, 0x1
-BEGIN
- CONTROL "Are you sure you want to delete %s?",IDC_TOPLINE,"Static",SS_SIMPLE | SS_NOPREFIX | WS_GROUP,7,7,270,8
- LTEXT "This will erase all history and settings for this contact!",IDC_STATIC,7,18,239,16
- PUSHBUTTON "Yes",IDYES,58,38,65,14
- DEFPUSHBUTTON "No",IDNO,172,38,65,14
- CONTROL "Hide from list only, in order to keep their history and ignore/visibility settings",IDC_HIDE,
- "Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,7,65,280,9
- LTEXT "Use Options -> Contacts -> Ignore to unhide contacts.",IDC_STATIC,20,78,257,16
-END
-
-IDD_OPT_HOTKEY DIALOGEX 0, 0, 238, 136
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
-EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 0, 0, 0x1
-BEGIN
- GROUPBOX "Hotkeys",IDC_STATIC,4,4,230,126
- CONTROL "Show/Hide:",IDC_SHOWHIDE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,19,78,9
- CONTROL "HotKey1",IDC_HKSHOWHIDE,"msctls_hotkey32",WS_BORDER | WS_TABSTOP,92,17,93,12
- CONTROL "Read message:",IDC_READMSG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,36,78,9
- CONTROL "HotKey1",IDC_HKREADMSG,"msctls_hotkey32",WS_BORDER | WS_TABSTOP,92,34,93,12
- CONTROL "Web search:",IDC_NETSEARCH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,53,78,9
- CONTROL "HotKey1",IDC_HKSEARCH,"msctls_hotkey32",WS_BORDER | WS_TABSTOP,92,51,93,12
- LTEXT "URL:",IDC_HOTKEYURLSTR,26,71,22,8
- EDITTEXT IDC_SEARCHURL,92,69,136,12,ES_AUTOHSCROLL
- CONTROL "Open in new browser window",IDC_SEARCHNEWWND,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,86,136,10
- CONTROL "Show options",IDC_SHOWOPTIONS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,107,71,9
- CONTROL "HotKey1",IDC_HKSHOWOPTIONS,"msctls_hotkey32",WS_BORDER | WS_TABSTOP,92,105,93,12
-END
-
IDD_OPT_CLIST DIALOGEX 0, 0, 314, 204
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
@@ -180,25 +146,6 @@ END #ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO
BEGIN
- IDD_DELETECONTACT, DIALOG
- BEGIN
- LEFTMARGIN, 7
- RIGHTMARGIN, 277
- TOPMARGIN, 7
- BOTTOMMARGIN, 85
- END
-
- IDD_OPT_HOTKEY, DIALOG
- BEGIN
- LEFTMARGIN, 4
- RIGHTMARGIN, 234
- TOPMARGIN, 4
- BOTTOMMARGIN, 132
- HORZGUIDE, 23
- HORZGUIDE, 40
- HORZGUIDE, 57
- END
-
IDD_OPT_CLIST, DIALOG
BEGIN
LEFTMARGIN, 2
diff --git a/plugins/Clist_blind/src/clcopts.cpp b/plugins/Clist_blind/src/clcopts.cpp index 522cd62d9b..fa193ec15d 100644 --- a/plugins/Clist_blind/src/clcopts.cpp +++ b/plugins/Clist_blind/src/clcopts.cpp @@ -38,10 +38,8 @@ struct }
static checkBoxToStyleEx[] =
{
- { IDC_TRACKSELECT, CLS_EX_TRACKSELECT, 0 },
{ IDC_SHOWGROUPCOUNTS, CLS_EX_SHOWGROUPCOUNTS, 0 },
{ IDC_HIDECOUNTSWHENEMPTY, CLS_EX_HIDECOUNTSWHENEMPTY, 0 },
- { IDC_LINEWITHGROUPS, CLS_EX_LINEWITHGROUPS, 0 },
{ IDC_QUICKSEARCHVISONLY, CLS_EX_QUICKSEARCHVISONLY, 0 },
{ IDC_SORTGROUPSALPHA, CLS_EX_SORTGROUPSALPHA, 0 },
{ IDC_NOTNOSMOOTHSCROLLING, CLS_EX_NOSMOOTHSCROLLING, 1 }
diff --git a/plugins/Clist_blind/src/resource.h b/plugins/Clist_blind/src/resource.h index d8ae3e9f46..9e3125f0db 100644 --- a/plugins/Clist_blind/src/resource.h +++ b/plugins/Clist_blind/src/resource.h @@ -3,13 +3,9 @@ // Used by W:\miranda-ng\plugins\Clist_blind\res\resource.rc
//
#define IDD_OPT_CLIST 126
-#define IDD_OPT_HOTKEY 184
#define IDD_OPT_CLUI 218
#define IDD_OPT_CLC 228
-#define IDD_OPT_CLCBKG 230
#define IDD_OPT_SBAR 234
-#define IDD_OPT_CLCTEXTSIMPLE 239
-#define IDD_DELETECONTACT 254
#define IDC_MIN2TRAY 1073
#define IDC_ONTOP 1074
#define IDC_SHOWMAINMENU 1075
@@ -17,17 +13,12 @@ #define IDC_TOOLWND 1097
#define IDC_ONECLK 1098
#define IDC_SHOWCAPTION 1098
-#define IDC_SHOWHIDE 1100
#define IDC_SORTBYSTATUS 1101
#define IDC_FADEINOUT 1101
-#define IDC_READMSG 1102
#define IDC_AUTOSIZE 1102
#define IDC_AUTOSIZEUPWARD 1103
#define IDC_ALWAYSSTATUS 1103
-#define IDC_NETSEARCH 1104
#define IDC_SORTBYPROTO 1105
-#define IDC_SHOWOPTIONS 1105
-#define IDC_SEARCHURL 1106
#define IDC_TRANSPARENT 1124
#define IDC_TRANSINACTIVE 1126
#define IDC_TRANSACTIVE 1128
@@ -35,40 +26,19 @@ #define IDC_STATIC12 1155
#define IDC_STATIC21 1156
#define IDC_STATIC22 1157
-#define IDC_HKSHOWHIDE 1162
-#define IDC_HKREADMSG 1163
-#define IDC_HKSEARCH 1164
-#define IDC_HKSHOWOPTIONS 1165
-#define IDC_BROWSE 1184
#define IDC_INACTIVEPERC 1187
#define IDC_ACTIVEPERC 1188
-#define IDC_SEARCHNEWWND 1188
#define IDC_TITLETEXT 1196
#define IDC_AUTOHIDE 1235
#define IDC_HIDETIME 1236
#define IDC_MAXSIZEHEIGHT 1254
#define IDC_MAXSIZESPIN 1255
-#define IDC_BKGCOLOUR 1269
-#define IDC_FILENAME 1271
-#define IDC_SCROLL 1277
-#define IDC_PROPORTIONAL 1278
-#define IDC_SELCOLOUR 1281
#define IDC_SMOOTHTIME 1283
#define IDC_SMOOTHTIMESPIN 1284
-#define IDC_ROWHEIGHT 1286
-#define IDC_ROWHEIGHTSPIN 1287
#define IDC_GROUPINDENT 1289
#define IDC_GROUPINDENTSPIN 1290
#define IDC_LEFTMARGIN 1291
-#define IDC_SAMPLE 1292
#define IDC_LEFTMARGINSPIN 1292
-#define IDC_FONTSIZE 1293
-#define IDC_STRETCHH 1298
-#define IDC_STRETCHV 1299
-#define IDC_TILEH 1300
-#define IDC_SCRIPT 1300
-#define IDC_TILEV 1301
-#define IDC_GAMMACORRECT 1302
#define IDC_DONTCYCLE 1315
#define IDC_PRIMARYSTATUS 1316
#define IDC_CYCLE 1317
@@ -85,25 +55,13 @@ #define IDC_RIGHTMIRANDA 1330
#define IDC_RIGHTSTATUS 1331
#define IDC_SORTBYNAME 1347
-#define IDC_STAUTOHIDESECS 1349
-#define IDC_STCLISTGROUP 1350
-#define IDC_DISABLEDRAGDROP 1351
-#define IDC_NOTEDITLABELS 1352
-#define IDC_SHOWSELALWAYS 1353
-#define IDC_TRACKSELECT 1354
#define IDC_SHOWGROUPCOUNTS 1355
#define IDC_HIDECOUNTSWHENEMPTY 1356
-#define IDC_NOTNOTRANSLUCENTSEL 1358
-#define IDC_LINEWITHGROUPS 1359
#define IDC_QUICKSEARCHVISONLY 1360
#define IDC_SORTGROUPSALPHA 1361
#define IDC_NOTNOSMOOTHSCROLLING 1362
-#define IDC_BITMAP 1363
#define IDC_STWINDOWGROUP 1364
#define IDC_STATIC01 1365
-#define IDC_HIDE 1534
-#define IDC_TOPLINE 1535
-#define IDC_HOTKEYURLSTR 1567
#define IDC_BRINGTOFRONT 1579
#define IDC_BLINKTIME 1607
#define IDC_BLINKSPIN 1608
@@ -112,11 +70,7 @@ #define IDC_SBPANELBEVEL 1611
#define IDC_DROPSHADOW 1612
#define IDC_SHOWGRIP 1612
-#define IDC_TXT_TITLE1 1617
-#define IDC_TXT_TITLE2 1618
#define IDC_ONDESKTOP 1657
-#define IDC_WINCOLOUR 1659
-#define IDC_ICONBLINK 1660
#define IDC_STMSDELAY 1661
#define IDC_T_CONTACT 1662
#define IDC_T_GROUP 1663
|