From 98c8a49c029397c7e5b81e19292681f24a533e0e Mon Sep 17 00:00:00 2001 From: aunsane Date: Wed, 11 Apr 2018 23:37:53 +0300 Subject: CloudFile: Add "grant acess" link to CloudFile accounts (fixed #1260) --- plugins/CloudFile/res/resource.rc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'plugins/CloudFile/res') 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 -- cgit v1.2.3