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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/setup/win/host_configurer_resource.h
diff --git a/remoting/host/setup/win/host_configurer_resource.h b/remoting/host/setup/win/host_configurer_resource.h
new file mode 100644
index 0000000000000000000000000000000000000000..4a8444475ce7995740dc5ea852cca3fc4af8c458
--- /dev/null
+++ b/remoting/host/setup/win/host_configurer_resource.h
@@ -0,0 +1,28 @@
+// 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.
+
+#ifndef REMOTING_HOST_SETUP_WIN_HOST_CONFIGURER_RESOURCE_H_
+#define REMOTING_HOST_SETUP_WIN_HOST_CONFIGURER_RESOURCE_H_
+
+#define IDD_MAIN 101
+#define IDC_START_HOST 102
+#define IDC_STOP_HOST 103
+#define IDD_START_HOST 104
+#define IDC_HOST_NAME_LABEL 105
+#define IDC_HOST_NAME 106
+#define IDC_PIN_LABEL 107
+#define IDC_PIN 108
+#define IDC_CONFIRM_PIN_LABEL 109
+#define IDC_CONFIRM_PIN 110
+#define IDC_CONSENT 111
+#define IDS_TITLE 112
+#define IDS_SAME_PIN 113
+#define IDS_HOST_START_SUCCEEDED 114
+#define IDS_HOST_START_FAILED 115
+#define IDS_INVALID_PIN 116
+#define IDS_USE_BROWSER 117
+#define IDC_CHANGE_PIN 118
+#define IDS_CONSENT 119
+
+#endif // REMOTING_HOST_SETUP_WIN_HOST_CONFIGURER_RESOURCE_H_
« 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