diff options
Diffstat (limited to 'plugins/NewStory')
-rw-r--r-- | plugins/NewStory/res/resource.rc | 47 | ||||
-rw-r--r-- | plugins/NewStory/src/history.cpp | 8 | ||||
-rw-r--r-- | plugins/NewStory/src/resource.h | 1 |
3 files changed, 0 insertions, 56 deletions
diff --git a/plugins/NewStory/res/resource.rc b/plugins/NewStory/res/resource.rc index 7f151bd47c..afeeaf5f4e 100644 --- a/plugins/NewStory/res/resource.rc +++ b/plugins/NewStory/res/resource.rc @@ -78,23 +78,6 @@ ICO_TIMETREE ICON "timetree.ico" // Dialog // -IDD_SEARCH DIALOGEX 0, 0, 264, 132 -STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Search history" -FONT 8, "MS Shell Dlg", 0, 0, 0x1 -BEGIN - DEFPUSHBUTTON "OK",IDOK,152,111,51,15 - PUSHBUTTON "Cancel",IDCANCEL,207,111,51,15 - CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_DISABLED | WS_BORDER,7,92,250,14 - RTEXT "Search for:",IDC_STATIC,7,24,45,14,SS_CENTERIMAGE - CONTROL "Progress1",IDC_PROGRESS1,"msctls_progress32",WS_BORDER,7,73,250,14 - COMBOBOX IDC_COMBO1,57,7,200,55,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP - EDITTEXT IDC_EDIT1,57,24,200,14,ES_AUTOHSCROLL - RTEXT "Search in:",IDC_STATIC,7,7,45,12,SS_CENTERIMAGE - CONTROL "Match case",IDC_CHECK2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,57,43,100,10 - CONTROL "Tokenize search string",IDC_CHECK3,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,57,58,100,10 -END - IDD_HISTORY DIALOGEX 0, 0, 380, 319 STYLE DS_SETFONT | DS_NOIDLEMSG | DS_CENTER | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME CAPTION "" @@ -222,31 +205,6 @@ END #ifdef APSTUDIO_INVOKED GUIDELINES DESIGNINFO BEGIN - IDD_SEARCH, DIALOG - BEGIN - LEFTMARGIN, 7 - RIGHTMARGIN, 257 - VERTGUIDE, 52 - VERTGUIDE, 57 - VERTGUIDE, 157 - VERTGUIDE, 202 - VERTGUIDE, 207 - TOPMARGIN, 7 - BOTTOMMARGIN, 125 - HORZGUIDE, 19 - HORZGUIDE, 24 - HORZGUIDE, 38 - HORZGUIDE, 43 - HORZGUIDE, 53 - HORZGUIDE, 58 - HORZGUIDE, 68 - HORZGUIDE, 73 - HORZGUIDE, 87 - HORZGUIDE, 92 - HORZGUIDE, 106 - HORZGUIDE, 111 - END - IDD_CALENDARTOOL, DIALOG BEGIN END @@ -398,11 +356,6 @@ END // AFX_DIALOG_LAYOUT // -IDD_SEARCH AFX_DIALOG_LAYOUT -BEGIN - 0 -END - IDD_OPT_ADVANCED AFX_DIALOG_LAYOUT BEGIN 0 diff --git a/plugins/NewStory/src/history.cpp b/plugins/NewStory/src/history.cpp index f6b26a08ff..0da075e8cc 100644 --- a/plugins/NewStory/src/history.cpp +++ b/plugins/NewStory/src/history.cpp @@ -962,14 +962,6 @@ public: PostMessage(m_hwnd, UM_REBUILDLIST, 0, 0); break;*/ - // case IDC_SEARCH: - // int id = DialogBoxParam(hInst, MAKEINTRESOURCE(IDD_SEARCH), 0, SearchDlgProc, (LPARAM)GetDlgItem(m_hwnd, IDC_ITEMS)); - // SendMessage(GetDlgItem(m_hwnd, IDC_ITEMS), LB_SETCARETINDEX, id, 0); - // SendMessage(GetDlgItem(m_hwnd, IDC_ITEMS), LB_SETTOPINDEX, id, 0); - // SendMessage(GetDlgItem(m_hwnd, IDC_ITEMS), LB_SELITEMRANGE, FALSE, MAKELPARAM(0,eventCount)); - // SendMessage(GetDlgItem(m_hwnd, IDC_ITEMS), LB_SELITEMRANGE, TRUE, MAKELPARAM(id,id)); - // break; - case WM_USER + 0x600: if (wParam) m_histControl.SendMsg(NSM_SEEKTIME, wParam, 0); diff --git a/plugins/NewStory/src/resource.h b/plugins/NewStory/src/resource.h index 78845b142c..c362c6241f 100644 --- a/plugins/NewStory/src/resource.h +++ b/plugins/NewStory/src/resource.h @@ -5,7 +5,6 @@ #define IDD_HISTORY 101 #define IDD_OPT_TEMPLATES 102 #define IDD_OPT_ADVANCED 103 -#define IDD_SEARCH 105 #define IDR_CONTEXTMENU 106 #define IDR_POPUPS 113 #define IDD_CALENDARTOOL 118 |