Chromium Code Reviews| 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..388fb6ef96c0f1e4ecbbd06c30518163614d8ba5 |
| --- /dev/null |
| +++ b/remoting/host/setup/win/host_configurer_resource.h |
| @@ -0,0 +1,19 @@ |
| +#define IDD_MAIN 101 |
|
Sergey Ulanov
2012/10/11 01:15:24
We shouldn't need this file if you move resources
simonmorris
2012/10/11 21:27:35
This can be addressed in a separate CL, when we've
|
| +#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 |