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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Microsoft Visual C++ generated resource script. 1 // Microsoft Visual C++ generated resource script.
2 // 2 //
3 #include "host_plugin_resource.h" 3 #include "host_plugin_resource.h"
4 4
5 #define APSTUDIO_READONLY_SYMBOLS 5 #define APSTUDIO_READONLY_SYMBOLS
6 ///////////////////////////////////////////////////////////////////////////// 6 /////////////////////////////////////////////////////////////////////////////
7 // 7 //
8 // Generated from the TEXTINCLUDE 2 resource. 8 // Generated from the TEXTINCLUDE 2 resource.
9 // 9 //
10 #include "afxres.h" 10 #include "afxres.h"
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 // Dialog 91 // Dialog
92 // 92 //
93 93
94 IDD_DISCONNECT DIALOGEX 0, 0, 166, 59 94 IDD_DISCONNECT DIALOGEX 0, 0, 166, 59
95 STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION 95 STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
96 EXSTYLE WS_EX_TOPMOST 96 EXSTYLE WS_EX_TOPMOST
97 CAPTION "Remoting" 97 CAPTION "Remoting"
98 FONT 9, "Microsoft Sans Serif", 400, 0, 0x0 98 FONT 9, "Microsoft Sans Serif", 400, 0, 0x0
99 BEGIN 99 BEGIN
100 DEFPUSHBUTTON "Disconnect",IDC_DISCONNECT,56,38,50,14 100 DEFPUSHBUTTON "Disconnect",IDC_DISCONNECT,56,38,50,14
101 LTEXT "Sharing with:",IDC_SHARINGWITH,7,17,55,8 101 LTEXT "Sharing with:",IDC_DISCONNECT_SHARINGWITH,7,17,46,8
102 LTEXT "<username>",IDC_USERNAME,51,17,108,8 102 LTEXT "<username>",IDC_DISCONNECT_USERNAME,51,17,108,8
103 END
104
105 IDD_CONTINUE DIALOGEX 0, 0, 221, 58
106 STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
107 EXSTYLE WS_EX_TOPMOST
108 CAPTION "Continue Sharing"
109 FONT 8, "MS Shell Dlg", 400, 0, 0x1
110 BEGIN
111 DEFPUSHBUTTON "Yes, continue sharing",IDC_CONTINUE,61,38,90,14
112 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
103 END 113 END
104 114
105 115
106 ///////////////////////////////////////////////////////////////////////////// 116 /////////////////////////////////////////////////////////////////////////////
107 // 117 //
108 // DESIGNINFO 118 // DESIGNINFO
109 // 119 //
110 120
111 #ifdef APSTUDIO_INVOKED 121 #ifdef APSTUDIO_INVOKED
112 GUIDELINES DESIGNINFO 122 GUIDELINES DESIGNINFO
113 BEGIN 123 BEGIN
114 IDD_DISCONNECT, DIALOG 124 IDD_DISCONNECT, DIALOG
115 BEGIN 125 BEGIN
116 LEFTMARGIN, 7 126 LEFTMARGIN, 7
117 RIGHTMARGIN, 159 127 RIGHTMARGIN, 159
118 TOPMARGIN, 7 128 TOPMARGIN, 7
119 BOTTOMMARGIN, 52 129 BOTTOMMARGIN, 52
120 END 130 END
131
132 IDD_CONTINUE, DIALOG
133 BEGIN
134 LEFTMARGIN, 7
135 RIGHTMARGIN, 214
136 TOPMARGIN, 7
137 BOTTOMMARGIN, 52
138 END
121 END 139 END
122 #endif // APSTUDIO_INVOKED 140 #endif // APSTUDIO_INVOKED
123 141
124 #endif // English (U.S.) resources 142 #endif // English (U.S.) resources
125 ///////////////////////////////////////////////////////////////////////////// 143 /////////////////////////////////////////////////////////////////////////////
126 144
127 145
128 146
129 #ifndef APSTUDIO_INVOKED 147 #ifndef APSTUDIO_INVOKED
130 ///////////////////////////////////////////////////////////////////////////// 148 /////////////////////////////////////////////////////////////////////////////
131 // 149 //
132 // Generated from the TEXTINCLUDE 3 resource. 150 // Generated from the TEXTINCLUDE 3 resource.
133 // 151 //
134 152
135 153
136 ///////////////////////////////////////////////////////////////////////////// 154 /////////////////////////////////////////////////////////////////////////////
137 #endif // not APSTUDIO_INVOKED 155 #endif // not APSTUDIO_INVOKED
138 156
OLDNEW
« 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