OLD | NEW |
1 // Microsoft Visual C++ generated resource script. | 1 // Microsoft Visual C++ generated resource script. |
2 // | 2 // |
3 #include "core_resource.h" | 3 #include "core_resource.h" |
4 | 4 |
5 #define APSTUDIO_READONLY_SYMBOLS | 5 #define APSTUDIO_READONLY_SYMBOLS |
6 ///////////////////////////////////////////////////////////////////////////// | 6 ///////////////////////////////////////////////////////////////////////////// |
7 // | 7 // |
8 // Generated from the TEXTINCLUDE 2 resource. | 8 // Generated from the TEXTINCLUDE 2 resource. |
9 // | 9 // |
10 #include "afxres.h" | 10 #include "afxres.h" |
11 | 11 |
12 ///////////////////////////////////////////////////////////////////////////// | 12 ///////////////////////////////////////////////////////////////////////////// |
13 #undef APSTUDIO_READONLY_SYMBOLS | 13 #undef APSTUDIO_READONLY_SYMBOLS |
14 | 14 |
15 ///////////////////////////////////////////////////////////////////////////// | 15 ///////////////////////////////////////////////////////////////////////////// |
16 // English (U.S.) resources | 16 // English (U.S.) resources |
17 | 17 |
18 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) | 18 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) |
19 #ifdef _WIN32 | 19 #ifdef _WIN32 |
20 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US | 20 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US |
21 #pragma code_page(1252) | 21 #pragma code_page(1252) |
22 #endif //_WIN32 | 22 #endif //_WIN32 |
23 | 23 |
24 // Embedded type library. | |
25 1 typelib "remoting/host/elevated_controller.tlb" | |
26 | |
27 ///////////////////////////////////////////////////////////////////////////// | 24 ///////////////////////////////////////////////////////////////////////////// |
28 // | 25 // |
29 // String Table | 26 // String Table |
30 // | 27 // |
31 | 28 |
32 STRINGTABLE | 29 STRINGTABLE |
33 BEGIN | 30 BEGIN |
34 #ifdef OFFICIAL_BUILD | 31 #ifdef OFFICIAL_BUILD |
35 IDS_DISPLAY_SERVICE_NAME "Chrome Remote Desktop Service" | 32 IDS_DISPLAY_SERVICE_NAME "Chrome Remote Desktop Service" |
36 IDS_SERVICE_DESCRIPTION "This service enables incoming connections from Chrome
Remote Desktop clients." | 33 IDS_SERVICE_DESCRIPTION "This service enables incoming connections from Chrome
Remote Desktop clients." |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 CAPTION "kTitle" | 78 CAPTION "kTitle" |
82 FONT 8, "MS Shell Dlg", 400, 0, 0x1 | 79 FONT 8, "MS Shell Dlg", 400, 0, 0x1 |
83 BEGIN | 80 BEGIN |
84 DEFPUSHBUTTON "kDefault",IDC_CONTINUE_DEFAULT,116,38,98,14 | 81 DEFPUSHBUTTON "kDefault",IDC_CONTINUE_DEFAULT,116,38,98,14 |
85 LTEXT "kMessage",IDC_CONTINUE_MESSAGE,7,7,207,30 | 82 LTEXT "kMessage",IDC_CONTINUE_MESSAGE,7,7,207,30 |
86 PUSHBUTTON "kCancel",IDC_CONTINUE_CANCEL,7,38,98,14 | 83 PUSHBUTTON "kCancel",IDC_CONTINUE_CANCEL,7,38,98,14 |
87 END | 84 END |
88 | 85 |
89 #endif // English (U.S.) resources | 86 #endif // English (U.S.) resources |
90 ///////////////////////////////////////////////////////////////////////////// | 87 ///////////////////////////////////////////////////////////////////////////// |
OLD | NEW |