Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Unified Diff: remoting/host/plugin/host_plugin.rc

Issue 7219002: Chromoting's ContinueWindow implementation for Windows. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/disconnect_window_win.cc ('k') | remoting/host/plugin/host_plugin_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/plugin/host_plugin.rc
===================================================================
--- remoting/host/plugin/host_plugin.rc (revision 89904)
+++ remoting/host/plugin/host_plugin.rc (working copy)
@@ -98,11 +98,21 @@
FONT 9, "Microsoft Sans Serif", 400, 0, 0x0
BEGIN
DEFPUSHBUTTON "Disconnect",IDC_DISCONNECT,56,38,50,14
- LTEXT "Sharing with:",IDC_SHARINGWITH,7,17,55,8
- LTEXT "<username>",IDC_USERNAME,51,17,108,8
+ LTEXT "Sharing with:",IDC_DISCONNECT_SHARINGWITH,7,17,46,8
+ LTEXT "<username>",IDC_DISCONNECT_USERNAME,51,17,108,8
END
+IDD_CONTINUE DIALOGEX 0, 0, 221, 58
+STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
+EXSTYLE WS_EX_TOPMOST
+CAPTION "Continue Sharing"
+FONT 8, "MS Shell Dlg", 400, 0, 0x1
+BEGIN
+ DEFPUSHBUTTON "Yes, continue sharing",IDC_CONTINUE,61,38,90,14
+ LTEXT "You are currently sharing this machine with another user. Please confirm that you want to continue sharing.",IDC_CONTINUE_TEXT,7,7,201,30
+END
+
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
@@ -118,6 +128,14 @@
TOPMARGIN, 7
BOTTOMMARGIN, 52
END
+
+ IDD_CONTINUE, DIALOG
+ BEGIN
+ LEFTMARGIN, 7
+ RIGHTMARGIN, 214
+ TOPMARGIN, 7
+ BOTTOMMARGIN, 52
+ END
END
#endif // APSTUDIO_INVOKED
« no previous file with comments | « remoting/host/disconnect_window_win.cc ('k') | remoting/host/plugin/host_plugin_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698