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

Side by Side Diff: remoting/host/setup/win/host_configurer_resource.h

Issue 11090063: [Chromoting] Add a simple Windows app that registers and starts a host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix non-standard resource header file. Created 8 years, 2 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
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 #ifndef REMOTING_HOST_SETUP_WIN_HOST_CONFIGURER_RESOURCE_H_
6 #define REMOTING_HOST_SETUP_WIN_HOST_CONFIGURER_RESOURCE_H_
7
8 #define IDD_MAIN 101
9 #define IDC_START_HOST 102
10 #define IDC_STOP_HOST 103
11 #define IDD_START_HOST 104
12 #define IDC_HOST_NAME_LABEL 105
13 #define IDC_HOST_NAME 106
14 #define IDC_PIN_LABEL 107
15 #define IDC_PIN 108
16 #define IDC_CONFIRM_PIN_LABEL 109
17 #define IDC_CONFIRM_PIN 110
18 #define IDC_CONSENT 111
19 #define IDS_TITLE 112
20 #define IDS_SAME_PIN 113
21 #define IDS_HOST_START_SUCCEEDED 114
22 #define IDS_HOST_START_FAILED 115
23 #define IDS_INVALID_PIN 116
24 #define IDS_USE_BROWSER 117
25 #define IDC_CHANGE_PIN 118
26 #define IDS_CONSENT 119
27
28 #endif // REMOTING_HOST_SETUP_WIN_HOST_CONFIGURER_RESOURCE_H_
OLDNEW
« no previous file with comments | « remoting/host/setup/win/host_configurer.rc ('k') | remoting/host/setup/win/host_configurer_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698