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

Side by Side Diff: remoting/host/plugin/host_plugin.rc

Issue 10384127: Chromoting: the Me2me host now presents a notification on the console allowing a user to disconnect… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Unix-line endings. The license text. Created 8 years, 7 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/it2me_host_user_interface.cc ('k') | remoting/host/plugin/host_plugin_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 "host_plugin_resource.h"
4
5 #define APSTUDIO_READONLY_SYMBOLS
6 /////////////////////////////////////////////////////////////////////////////
7 //
8 // Generated from the TEXTINCLUDE 2 resource.
9 //
10 #include "winres.h"
11 #include "constants.h"
12
13 /////////////////////////////////////////////////////////////////////////////
14 #undef APSTUDIO_READONLY_SYMBOLS
15
16 /////////////////////////////////////////////////////////////////////////////
17 // English (U.S.) resources
18
19 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
20 #ifdef _WIN32
21 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
22 #pragma code_page(1252)
23 #endif //_WIN32
24
25 #ifdef APSTUDIO_INVOKED
26 /////////////////////////////////////////////////////////////////////////////
27 //
28 // TEXTINCLUDE
29 //
30
31 1 TEXTINCLUDE
32 BEGIN
33 "host_plugin_resource.h\0"
34 END
35
36 2 TEXTINCLUDE
37 BEGIN
38 "#include ""winres.h""\r\n"
39 "#include ""constants.h""\r\n"
40 "\0"
41 END
42
43 #endif // APSTUDIO_INVOKED
44
45
46 /////////////////////////////////////////////////////////////////////////////
47 //
48 // Dialog
49 //
50
51 IDD_DISCONNECT DIALOGEX 0, 0, 145, 24
52 STYLE DS_SETFONT | WS_POPUP
53 EXSTYLE WS_EX_TOPMOST | WS_EX_TOOLWINDOW
54 FONT 9, "Microsoft Sans Serif", 400, 0, 0x0
55 BEGIN
56 DEFPUSHBUTTON "kDisconnectButton",IDC_DISCONNECT,68,5,70,14
57 LTEXT "kSharingWith",IDC_DISCONNECT_SHARINGWITH,18,7,43,8
58 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDVERT,6,6,1,12
59 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDVERT,8,6,1,12
60 END
61
62 IDD_CONTINUE DIALOGEX 0, 0, 221, 58
63 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
64 EXSTYLE WS_EX_TOPMOST | WS_EX_TOOLWINDOW
65 CAPTION "kTitle"
66 FONT 8, "MS Shell Dlg", 400, 0, 0x1
67 BEGIN
68 DEFPUSHBUTTON "kDefault",IDC_CONTINUE_DEFAULT,116,38,98,14
69 LTEXT "kMessage",IDC_CONTINUE_MESSAGE,7,7,207,30
70 PUSHBUTTON "kCancel",IDC_CONTINUE_CANCEL,7,38,98,14
71 END
72
73
74 /////////////////////////////////////////////////////////////////////////////
75 //
76 // DESIGNINFO
77 //
78
79 #ifdef APSTUDIO_INVOKED
80 GUIDELINES DESIGNINFO
81 BEGIN
82 IDD_DISCONNECT, DIALOG
83 BEGIN
84 VERTGUIDE, 20
85 BOTTOMMARGIN, 23
86 END
87
88 IDD_CONTINUE, DIALOG
89 BEGIN
90 LEFTMARGIN, 7
91 RIGHTMARGIN, 214
92 VERTGUIDE, 105
93 VERTGUIDE, 116
94 VERTGUIDE, 203
95 TOPMARGIN, 7
96 BOTTOMMARGIN, 52
97 END
98 END
99 #endif // APSTUDIO_INVOKED
100
101 #endif // English (U.S.) resources
102 /////////////////////////////////////////////////////////////////////////////
OLDNEW
« no previous file with comments | « remoting/host/it2me_host_user_interface.cc ('k') | remoting/host/plugin/host_plugin_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698