| OLD | NEW |
| (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_ |
| OLD | NEW |