summaryrefslogtreecommitdiff
path: root/plugins/CloudFile/res
diff options
context:
space:
mode:
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