diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2018-12-27 10:41:21 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2018-12-27 10:41:21 +0300 |
commit | 50b460e1381cfd3d8dbccc69892a70db2eeb2288 (patch) | |
tree | 971914d641a29e0fa3b74f42f91e94bc7593415d /plugins/MenuItemEx/res | |
parent | 228008cd0ceeeec457d83370854510cd8be1d8f8 (diff) |
MenuEx: options class structure fix
Diffstat (limited to 'plugins/MenuItemEx/res')
-rw-r--r-- | plugins/MenuItemEx/res/resource.rc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/MenuItemEx/res/resource.rc b/plugins/MenuItemEx/res/resource.rc index 77b5784eed..c291df7a18 100644 --- a/plugins/MenuItemEx/res/resource.rc +++ b/plugins/MenuItemEx/res/resource.rc @@ -44,16 +44,6 @@ IDI_ICON13 ICON "CopyMirVer.ico" // Dialog
//
-IDD_AUTHREQ DIALOGEX 0, 0, 186, 95
-STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
-CAPTION "Enter an authorization request"
-FONT 8, "MS Shell Dlg", 0, 0, 0x1
-BEGIN
- DEFPUSHBUTTON "&Send",IDOK,34,74,50,14
- PUSHBUTTON "&Cancel",IDCANCEL,98,74,50,14
- EDITTEXT IDC_REASON,7,7,172,59,ES_MULTILINE | ES_AUTOVSCROLL | ES_WANTRETURN
-END
-
IDD_OPTIONS DIALOGEX 0, 0, 280, 217
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
|