diff options
author | Mataes <mataes2007@gmail.com> | 2020-05-04 16:31:46 +0300 |
---|---|---|
committer | Mataes <mataes2007@gmail.com> | 2020-05-04 16:32:54 +0300 |
commit | 12695913155f60e583f00f55a71f40dd5772d194 (patch) | |
tree | c50f1d9ec132be1d4dd077d133c453fedd2dce50 /plugins/NewStory/res | |
parent | af5b19827156bab74e209689b895a9e268e9b803 (diff) |
newstory: cleanup
Diffstat (limited to 'plugins/NewStory/res')
-rw-r--r-- | plugins/NewStory/res/resource.rc | 26 |
1 files changed, 0 insertions, 26 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 |