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

Side by Side Diff: remoting/host/win/core.rc

Issue 12179013: Revert 180433 because build\some.gyp was added to the CL by mistake. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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
« no previous file with comments | « remoting/host/win/core.cc ('k') | remoting/host/win/core_resource.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Microsoft Visual C++ generated resource script.
2 //
3 #include "core_resource.h"
4
5 #define APSTUDIO_READONLY_SYMBOLS
6 /////////////////////////////////////////////////////////////////////////////
7 //
8 // Generated from the TEXTINCLUDE 2 resource.
9 //
10 #include "afxres.h"
11
12 /////////////////////////////////////////////////////////////////////////////
13 #undef APSTUDIO_READONLY_SYMBOLS
14
15 /////////////////////////////////////////////////////////////////////////////
16 // English (U.S.) resources
17
18 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
19 #ifdef _WIN32
20 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
21 #pragma code_page(1252)
22 #endif //_WIN32
23
24 // Embedded type library.
25 1 typelib "remoting/host/elevated_controller.tlb"
26
27 /////////////////////////////////////////////////////////////////////////////
28 //
29 // String Table
30 //
31
32 STRINGTABLE
33 BEGIN
34 #ifdef OFFICIAL_BUILD
35 IDS_DISPLAY_SERVICE_NAME "Chrome Remote Desktop Service"
36 IDS_SERVICE_DESCRIPTION "This service enables incoming connections from Chrome Remote Desktop clients."
37 IDS_CONTROLLER "Chrome Remote Desktop Host Controller"
38 #else
39 IDS_DISPLAY_SERVICE_NAME "Chromoting Service"
40 IDS_SERVICE_DESCRIPTION "This service enables incoming connections from Chromo ting clients."
41 IDS_CONTROLLER "Chromoting Host Controller"
42 #endif
43 END
44
45 IDD_VERIFY_CONFIG_DIALOG ICON "remoting/resources/chromoting.ico"
46
47 /////////////////////////////////////////////////////////////////////////////
48 //
49 // Dialog
50 //
51
52 IDD_VERIFY_CONFIG_DIALOG DIALOGEX 0, 0, 221, 106
53 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUPWINDOW | WS_CAPTION
54 EXSTYLE 0
55 CAPTION "kTitle"
56 FONT 8, "MS Shell Dlg", 400, 0, 0x1
57 BEGIN
58 LTEXT "kConfirmConfigChange",IDC_MESSAGE,7,7,207,30
59 LTEXT "kAccount",IDC_EMAIL_LABEL,7,38,50,30
60 LTEXT "kEmail",IDC_EMAIL,60,38,110,30
61 LTEXT "kPin",IDC_PIN_LABEL,7,55,50,30
62 EDITTEXT IDC_PIN,60,55,100,15,WS_TABSTOP | ES_PASSWORD | ES_NUMBER
63 DEFPUSHBUTTON "kOK",IDOK,68,86,68,14,WS_TABSTOP
64 PUSHBUTTON "kCancel",IDCANCEL,146,86,68,14,WS_TABSTOP
65 END
66
67 IDD_DISCONNECT DIALOGEX 0, 0, 145, 24
68 STYLE DS_SETFONT | WS_POPUP
69 EXSTYLE WS_EX_TOPMOST | WS_EX_TOOLWINDOW
70 FONT 9, "Microsoft Sans Serif", 400, 0, 0x0
71 BEGIN
72 DEFPUSHBUTTON "kDisconnectButton",IDC_DISCONNECT,68,5,70,14
73 LTEXT "kSharingWith",IDC_DISCONNECT_SHARINGWITH,18,7,43,8
74 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDVERT,6,6,1,12
75 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDVERT,8,6,1,12
76 END
77
78 IDD_CONTINUE DIALOGEX 0, 0, 221, 58
79 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
80 EXSTYLE WS_EX_TOPMOST | WS_EX_TOOLWINDOW
81 CAPTION "kTitle"
82 FONT 8, "MS Shell Dlg", 400, 0, 0x1
83 BEGIN
84 DEFPUSHBUTTON "kDefault",IDC_CONTINUE_DEFAULT,116,38,98,14
85 LTEXT "kMessage",IDC_CONTINUE_MESSAGE,7,7,207,30
86 PUSHBUTTON "kCancel",IDC_CONTINUE_CANCEL,7,38,98,14
87 END
88
89 #endif // English (U.S.) resources
90 /////////////////////////////////////////////////////////////////////////////
OLDNEW
« no previous file with comments | « remoting/host/win/core.cc ('k') | remoting/host/win/core_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698