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

Side by Side Diff: remoting/host/win/core_resource.h

Issue 2326553003: Adding a Confirmation dialog for It2Me on Windows (Closed)
Patch Set: Updating the SetForegroundWindow logic a bit. Created 4 years, 3 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 //{{NO_DEPENDENCIES}} 5 //{{NO_DEPENDENCIES}}
6 // Microsoft Visual C++ generated include file. 6 // Microsoft Visual C++ generated include file.
7 // Used by host_service.rc 7 // Used by host_service.rc
8 // 8 //
9 9
10 // N.B. Values of |IDS_DISPLAY_SERVICE_NAME|, |IDS_SERVICE_DESCRIPTION|, 10 // N.B. Values of |IDS_DISPLAY_SERVICE_NAME|, |IDS_SERVICE_DESCRIPTION|,
11 // |IDS_CONTROLLER_NAME| and |IDD_VERIFY_CONFIG_DIALOG| are hardcoded in 11 // |IDS_CONTROLLER_NAME| and |IDD_VERIFY_CONFIG_DIALOG| are hardcoded in
12 // remoting/host/install/chromoting.wxs. Make sure the values below and in 12 // remoting/host/install/chromoting.wxs. Make sure the values below and in
13 // the installation script match. 13 // the installation script match.
14 #define IDS_DISPLAY_SERVICE_NAME 101 14 #define IDS_DISPLAY_SERVICE_NAME 101
15 #define IDS_SERVICE_DESCRIPTION 102 15 #define IDS_SERVICE_DESCRIPTION 102
16 #define IDS_CONTROLLER_NAME 103 16 #define IDS_CONTROLLER_NAME 103
17 #define IDD_VERIFY_CONFIG_DIALOG 104 17 #define IDD_VERIFY_CONFIG_DIALOG 104
18 #define IDC_MESSAGE 105 18 #define IDC_MESSAGE 105
19 #define IDC_EMAIL 106 19 #define IDC_EMAIL 106
20 #define IDC_PIN 107 20 #define IDC_PIN 107
21 #define IDC_EMAIL_LABEL 108 21 #define IDC_EMAIL_LABEL 108
22 #define IDC_PIN_LABEL 109 22 #define IDC_PIN_LABEL 109
23 23
24 #define IDD_DISCONNECT 110 24 #define IDD_DISCONNECT 110
25 #define IDD_CONTINUE 111 25 #define IDD_CONTINUE 111
26 #define IDI_CHROME_REMOTE_DESKTOP 112
27 #define IDS_PRODUCT_NAME 113
28 #define IDS_SHARE_CONFIRM_DIALOG_MESSAGE 114
29 #define IDS_SHARE_CONFIRM_DIALOG_MESSAGE_WITH_USERNAME 115
30 #define IDS_SHARE_CONFIRM_DIALOG_CONFIRM 116
31 #define IDS_SHARE_CONFIRM_DIALOG_DECLINE 117
26 #define IDC_DISCONNECT 1001 32 #define IDC_DISCONNECT 1001
27 #define IDC_DISCONNECT_SHARINGWITH 1002 33 #define IDC_DISCONNECT_SHARINGWITH 1002
28 #define IDC_DISCONNECT_USERNAME 1003 34 #define IDC_DISCONNECT_USERNAME 1003
29 #define IDC_CONTINUE_MESSAGE 1004 35 #define IDC_CONTINUE_MESSAGE 1004
30 #define IDC_CONTINUE_DEFAULT 1005 36 #define IDC_CONTINUE_DEFAULT 1005
31 #define IDC_CONTINUE_CANCEL 1007 37 #define IDC_CONTINUE_CANCEL 1007
32 38
33 // Next default values for new objects 39 // Next default values for new objects
34 // 40 //
35 #ifdef APSTUDIO_INVOKED 41 #ifdef APSTUDIO_INVOKED
36 #ifndef APSTUDIO_READONLY_SYMBOLS 42 #ifndef APSTUDIO_READONLY_SYMBOLS
37 #define _APS_NEXT_RESOURCE_VALUE 112 43 #define _APS_NEXT_RESOURCE_VALUE 118
38 #define _APS_NEXT_COMMAND_VALUE 40001 44 #define _APS_NEXT_COMMAND_VALUE 40001
39 #define _APS_NEXT_CONTROL_VALUE 1006 45 #define _APS_NEXT_CONTROL_VALUE 1006
40 #define _APS_NEXT_SYMED_VALUE 101 46 #define _APS_NEXT_SYMED_VALUE 101
41 #endif 47 #endif
42 #endif 48 #endif
OLDNEW
« remoting/host/it2me/it2me_confirmation_dialog_win.cc ('K') | « remoting/host/win/core.rc.jinja2 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698