summaryrefslogtreecommitdiff
path: root/plugins/CloudFile/res
diff options
context:
space:
mode:
authoraunsane <aunsane@gmail.com>2018-04-11 23:37:53 +0300
committeraunsane <aunsane@gmail.com>2018-04-11 23:38:18 +0300
commit98c8a49c029397c7e5b81e19292681f24a533e0e (patch)
treeace75eb705f679ed1e69742dcef85d1b2242f578 /plugins/CloudFile/res
parent21fe9b80ff4030f76f68a90726bc29e49627414c (diff)
CloudFile: Add "grant acess" link to CloudFile accounts (fixed #1260)
Diffstat (limited to 'plugins/CloudFile/res')
-rw-r--r--plugins/CloudFile/res/resource.rc23
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/CloudFile/res/resource.rc b/plugins/CloudFile/res/resource.rc
index ac6165d105..ff523095fd 100644
--- a/plugins/CloudFile/res/resource.rc
+++ b/plugins/CloudFile/res/resource.rc
@@ -113,6 +113,15 @@ BEGIN
CONTROL "Go to this link",IDC_OAUTH_AUTHORIZE,"Hyperlink",WS_GROUP | WS_TABSTOP | 0x1,7,18,179,8
END
+IDD_ACCMGR DIALOGEX 0, 0, 188, 126
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_SYSMENU
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 400, 0, 0x1
+BEGIN
+ PUSHBUTTON "Request access",IDC_REQUESTACCESS,15,19,73,14
+ PUSHBUTTON "Revoke access",IDC_REVOKEACCESS,100,19,73,14
+END
+
/////////////////////////////////////////////////////////////////////////////
//
@@ -129,6 +138,11 @@ BEGIN
0
END
+IDD_ACCMGR AFX_DIALOG_LAYOUT
+BEGIN
+ 0
+END
+
/////////////////////////////////////////////////////////////////////////////
//
@@ -157,6 +171,15 @@ BEGIN
TOPMARGIN, 7
BOTTOMMARGIN, 76
END
+
+ IDD_ACCMGR, DIALOG
+ BEGIN
+ LEFTMARGIN, 7
+ RIGHTMARGIN, 181
+ TOPMARGIN, 7
+ BOTTOMMARGIN, 119
+ HORZGUIDE, 33
+ END
END
#endif // APSTUDIO_INVOKED