From 3997c1912c9ef57697452f357b02b10b8f5bc6a7 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 7 Mar 2014 19:41:15 +0000 Subject: Dropbox: - code cleaning and reorganization - added "/help" command - more informative authorization request - version bumped git-svn-id: http://svn.miranda-ng.org/main/trunk@8456 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dropbox/res/resource.rc | 44 +++++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 19 deletions(-) (limited to 'plugins/Dropbox/res') diff --git a/plugins/Dropbox/res/resource.rc b/plugins/Dropbox/res/resource.rc index 47d6736471..a248810fa7 100644 --- a/plugins/Dropbox/res/resource.rc +++ b/plugins/Dropbox/res/resource.rc @@ -17,29 +17,34 @@ #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU) LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL +#pragma code_page(1251) ///////////////////////////////////////////////////////////////////////////// // // Dialog // -IDD_OPTIONS_MAIN DIALOGEX 0, 0, 302, 258 +IDD_OPTIONS_MAIN DIALOGEX 0, 0, 323, 256 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_CLIPSIBLINGS FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN - GROUPBOX "Authorization",IDC_STATIC,10,5,282,83 + GROUPBOX "Authorization",IDC_STATIC,5,5,313,106 LTEXT "To allow Miranda NG access in your Dropbox account:",IDC_STATIC,15,18,219,10 - CONTROL "Go to this link",IDC_GETAUTH,"Hyperlink",WS_TABSTOP | 0x1,29,34,49,8 + CONTROL "Go to this link",IDC_GETAUTH,"Hyperlink",WS_TABSTOP | 0x1,29,34,61,8 LTEXT "1.",IDC_STATIC,21,34,8,8 - LTEXT "and allow access to files in apps folder",IDC_STATIC,84,34,164,8 + LTEXT ",",IDC_STATIC,90,34,8,8 + LTEXT "allow access to files in apps folder and copy the security code",IDC_STATIC,96,34,217,8 LTEXT "2.",IDC_STATIC,21,54,8,8 - LTEXT "Enter the security code ",IDC_STATIC,29,54,79,8 - EDITTEXT IDC_REQUEST_CODE,114,52,134,14,ES_AUTOHSCROLL + LTEXT "Enter the security code ",IDC_STATIC,29,54,97,8 + EDITTEXT IDC_REQUEST_CODE,138,52,175,14,ES_AUTOHSCROLL LTEXT "3.",IDC_STATIC,21,73,8,8 - LTEXT "Click authorize button",IDC_STATIC,29,73,79,8 - PUSHBUTTON "Authorize",IDC_AUTHORIZE,114,70,134,14 - GROUPBOX "Other",IDC_STATIC,10,91,282,35 - CONTROL "Use shortened share links",IDC_USE_SHORT_LINKS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,105,270,10 + LTEXT "Click authorize button",IDC_STATIC,29,73,97,8 + PUSHBUTTON "Authorize",IDC_AUTHORIZE,138,70,175,14 + GROUPBOX "Other",IDC_STATIC,5,115,313,33 + CONTROL "Use shortened share links",IDC_USE_SHORT_LINKS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,129,298,10 + LTEXT "4.",IDC_STATIC,21,94,8,8 + LTEXT "Check status of authorization",IDC_STATIC,29,94,97,8 + CTEXT "",IDC_AUTH_STATUS,138,94,175,8 END @@ -53,19 +58,18 @@ GUIDELINES DESIGNINFO BEGIN IDD_OPTIONS_MAIN, DIALOG BEGIN - VERTGUIDE, 10 + LEFTMARGIN, 5 + RIGHTMARGIN, 318 VERTGUIDE, 15 VERTGUIDE, 21 VERTGUIDE, 29 - VERTGUIDE, 78 - VERTGUIDE, 84 - VERTGUIDE, 108 - VERTGUIDE, 114 - VERTGUIDE, 248 - VERTGUIDE, 285 - VERTGUIDE, 292 + VERTGUIDE, 90 + VERTGUIDE, 96 + VERTGUIDE, 126 + VERTGUIDE, 138 + VERTGUIDE, 313 TOPMARGIN, 5 - BOTTOMMARGIN, 253 + BOTTOMMARGIN, 251 END END #endif // APSTUDIO_INVOKED @@ -79,6 +83,7 @@ END #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEUD) LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT +#pragma code_page(1251) ///////////////////////////////////////////////////////////////////////////// // @@ -133,6 +138,7 @@ IDI_DROPBOX ICON "dropbox.ico" #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS) LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT +#pragma code_page(1251) #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3