blob: 4d933343d087ae0bdae3102ec39701ffbf73aa41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by host_service.rc
//
// N.B. Values of |IDS_DISPLAY_SERVICE_NAME|, |IDS_SERVICE_DESCRIPTION|,
// |IDS_CONTROLLER| and |IDD_VERIFY_CONFIG_DIALOG| are hardcoded in
// remoting/host/install/chromoting.wxs. Make sure the values below and in
// the installation script match.
#define IDS_DISPLAY_SERVICE_NAME 101
#define IDS_SERVICE_DESCRIPTION 102
#define IDS_CONTROLLER 103
#define IDD_VERIFY_CONFIG_DIALOG 104
#define IDC_MESSAGE 105
#define IDC_EMAIL 106
#define IDC_PIN 107
#define IDC_EMAIL_LABEL 108
#define IDC_PIN_LABEL 109
#define IDD_DISCONNECT 110
#define IDD_CONTINUE 111
#define IDC_DISCONNECT 1001
#define IDC_DISCONNECT_SHARINGWITH 1002
#define IDC_DISCONNECT_USERNAME 1003
#define IDC_CONTINUE_MESSAGE 1004
#define IDC_CONTINUE_DEFAULT 1005
#define IDC_CONTINUE_CANCEL 1007
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 112
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1006
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|