diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/NewStory/res/resource.rc | 26 | ||||
-rw-r--r-- | plugins/NewStory/src/resource.h | 1 |
2 files changed, 0 insertions, 27 deletions
diff --git a/plugins/NewStory/res/resource.rc b/plugins/NewStory/res/resource.rc index 8d0d0adabf..7f151bd47c 100644 --- a/plugins/NewStory/res/resource.rc +++ b/plugins/NewStory/res/resource.rc @@ -95,18 +95,6 @@ BEGIN CONTROL "Tokenize search string",IDC_CHECK3,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,57,58,100,10 END -IDD_MESSAGE DIALOGEX 0, 0, 224, 173 -STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "View single message" -FONT 8, "MS Shell Dlg", 0, 0, 0x1 -BEGIN - DEFPUSHBUTTON "Close",IDCANCEL,167,149,50,17 - EDITTEXT IDC_USERNICK,28,9,189,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER - ICON "",IDC_MSGICON,7,7,16,14 - CONTROL "Sample text. With smileys: :) :D and hyperlinks: https://www.miranda-ng.org",IDC_TEXT, - "MTextControl",WS_TABSTOP,7,26,210,118 -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 "" @@ -259,20 +247,6 @@ BEGIN HORZGUIDE, 111 END - IDD_MESSAGE, DIALOG - BEGIN - LEFTMARGIN, 7 - RIGHTMARGIN, 217 - VERTGUIDE, 23 - VERTGUIDE, 28 - TOPMARGIN, 7 - BOTTOMMARGIN, 166 - HORZGUIDE, 21 - HORZGUIDE, 26 - HORZGUIDE, 144 - HORZGUIDE, 149 - END - IDD_CALENDARTOOL, DIALOG BEGIN END diff --git a/plugins/NewStory/src/resource.h b/plugins/NewStory/src/resource.h index 9d2340ba58..78845b142c 100644 --- a/plugins/NewStory/src/resource.h +++ b/plugins/NewStory/src/resource.h @@ -7,7 +7,6 @@ #define IDD_OPT_ADVANCED 103 #define IDD_SEARCH 105 #define IDR_CONTEXTMENU 106 -#define IDD_MESSAGE 112 #define IDR_POPUPS 113 #define IDD_CALENDARTOOL 118 #define IDD_FILTERMODE 123 |