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

Side by Side Diff: chrome/app/chrome_dll.rc

Issue 12453019: Copy remoting notification bar to chrome and use it for screen capture API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | « no previous file | chrome/app/chrome_dll_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 "chrome_dll_resource.h" 3 #include "chrome_dll_resource.h"
4 #include "chrome_command_ids.h" 4 #include "chrome_command_ids.h"
5 5
6 #define APSTUDIO_READONLY_SYMBOLS 6 #define APSTUDIO_READONLY_SYMBOLS
7 ///////////////////////////////////////////////////////////////////////////// 7 /////////////////////////////////////////////////////////////////////////////
8 // 8 //
9 // Generated from the TEXTINCLUDE 2 resource. 9 // Generated from the TEXTINCLUDE 2 resource.
10 // 10 //
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 IDD_IPC_SETTINGS DIALOGEX 0, 0, 182, 558 218 IDD_IPC_SETTINGS DIALOGEX 0, 0, 182, 558
219 STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | DS_FIXEDSYS | WS_POPUP | WS_CAPTI ON | WS_SYSMENU 219 STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | DS_FIXEDSYS | WS_POPUP | WS_CAPTI ON | WS_SYSMENU
220 CAPTION "IPC Logging Settings" 220 CAPTION "IPC Logging Settings"
221 FONT 8, "MS Shell Dlg", 400, 0, 0x1 221 FONT 8, "MS Shell Dlg", 400, 0, 0x1
222 BEGIN 222 BEGIN
223 CONTROL "",IDC_Messages,"SysListView32",LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,7,22,170,529 223 CONTROL "",IDC_Messages,"SysListView32",LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,7,22,170,529
224 PUSHBUTTON "All",IDC_MessagesAll,7,6,56,13 224 PUSHBUTTON "All",IDC_MessagesAll,7,6,56,13
225 PUSHBUTTON "None",IDC_MessagesNone,121,7,56,13 225 PUSHBUTTON "None",IDC_MessagesNone,121,7,56,13
226 END 226 END
227 227
228 IDD_SCREEN_CAPTURE_NOTIFICATION DIALOGEX 0, 0, 145, 24
229 STYLE DS_SETFONT | WS_POPUP
230 EXSTYLE WS_EX_TOPMOST | WS_EX_TOOLWINDOW
231 FONT 9, "Microsoft Sans Serif", 400, 0, 0x0
232 BEGIN
233 DEFPUSHBUTTON "kDisconnectButton",IDC_SCREEN_CAPTURE_STOP,68,5,70,14
234 LTEXT "kSharingWith",IDC_SCREEN_CAPTURE_TEXT,18,7,43,8
235 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDVERT,6,6,1,12
236 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDVERT,8,6,1,12
237 END
238
228 239
229 ///////////////////////////////////////////////////////////////////////////// 240 /////////////////////////////////////////////////////////////////////////////
230 // 241 //
231 // DESIGNINFO 242 // DESIGNINFO
232 // 243 //
233 244
234 #ifdef APSTUDIO_INVOKED 245 #ifdef APSTUDIO_INVOKED
235 GUIDELINES DESIGNINFO 246 GUIDELINES DESIGNINFO
236 BEGIN 247 BEGIN
237 IDD_IPC_SETTINGS, DIALOG 248 IDD_IPC_SETTINGS, DIALOG
(...skipping 14 matching lines...) Expand all
252 // 263 //
253 // Generated from the TEXTINCLUDE 3 resource. 264 // Generated from the TEXTINCLUDE 3 resource.
254 // 265 //
255 266
256 267
257 ///////////////////////////////////////////////////////////////////////////// 268 /////////////////////////////////////////////////////////////////////////////
258 #endif // not APSTUDIO_INVOKED 269 #endif // not APSTUDIO_INVOKED
259 270
260 // (temp change to touch this file or incremental builds may break now 271 // (temp change to touch this file or incremental builds may break now
261 // that we removed chrome_dll_version.rc from it) 272 // that we removed chrome_dll_version.rc from it)
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chrome_dll_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698