From 379d05e49fd38452c8071ff4069bd8d54b6e7b01 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Thu, 16 Jun 2016 08:03:15 +0000 Subject: MirLua: fixed m_options module git-svn-id: http://svn.miranda-ng.org/main/trunk@16990 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/res/resource.rc | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'plugins/MirLua/res') diff --git a/plugins/MirLua/res/resource.rc b/plugins/MirLua/res/resource.rc index 85d91554d8..66744b2c00 100644 --- a/plugins/MirLua/res/resource.rc +++ b/plugins/MirLua/res/resource.rc @@ -86,6 +86,13 @@ BEGIN CONTROL "Popup on obsolete methods",IDC_POPUPONOBSOLETE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,21,294,10 END +IDD_SCRIPTOPTIONSPAGE DIALOGEX 0, 0, 310, 250 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD +EXSTYLE WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg", 0, 0, 0x1 +BEGIN +END + ///////////////////////////////////////////////////////////////////////////// // @@ -101,6 +108,10 @@ BEGIN VERTGUIDE, 302 HORZGUIDE, 242 END + + IDD_SCRIPTOPTIONSPAGE, DIALOG + BEGIN + END END #endif // APSTUDIO_INVOKED -- cgit v1.2.3