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

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

Issue 7640022: Update Chromoting's Disconnect window resources for Windows. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Microsoft Visual C++ generated resource script. 1 // Microsoft Visual C++ generated resource script.
2 // 2 //
3 #include "host_plugin_resource.h" 3 #include "host_plugin_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"
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 // 90 //
91 // Dialog 91 // Dialog
92 // 92 //
93 93
94 IDD_DISCONNECT DIALOGEX 0, 0, 166, 59 94 IDD_DISCONNECT DIALOGEX 0, 0, 166, 59
95 STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION 95 STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
96 EXSTYLE WS_EX_TOPMOST 96 EXSTYLE WS_EX_TOPMOST
97 CAPTION "kTitle" 97 CAPTION "kTitle"
98 FONT 9, "Microsoft Sans Serif", 400, 0, 0x0 98 FONT 9, "Microsoft Sans Serif", 400, 0, 0x0
99 BEGIN 99 BEGIN
100 DEFPUSHBUTTON "kDisconnectButton",IDC_DISCONNECT,56,38,50,14 100 DEFPUSHBUTTON "kDisconnectButton",IDC_DISCONNECT,30,38,108,14
Sergey Ulanov 2011/08/13 01:21:23 Do we need to have size of the button fixed? Is it
Jamie 2011/08/13 02:26:39 Coming to a CL near you in the not-too-distant fut
101 LTEXT "kSharingWith",IDC_DISCONNECT_SHARINGWITH,7,17,46,8 101 LTEXT "kSharingWith",IDC_DISCONNECT_SHARINGWITH,7,17,46,8
102 LTEXT "<username>",IDC_DISCONNECT_USERNAME,51,17,108,8 102 LTEXT "<username>",IDC_DISCONNECT_USERNAME,51,17,108,8
103 END 103 END
104 104
105 IDD_CONTINUE DIALOGEX 0, 0, 221, 58 105 IDD_CONTINUE DIALOGEX 0, 0, 221, 58
106 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION 106 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
107 EXSTYLE WS_EX_TOPMOST 107 EXSTYLE WS_EX_TOPMOST
108 CAPTION "kTitle" 108 CAPTION "kTitle"
109 FONT 8, "MS Shell Dlg", 400, 0, 0x1 109 FONT 8, "MS Shell Dlg", 400, 0, 0x1
110 BEGIN 110 BEGIN
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 #ifndef APSTUDIO_INVOKED 148 #ifndef APSTUDIO_INVOKED
149 ///////////////////////////////////////////////////////////////////////////// 149 /////////////////////////////////////////////////////////////////////////////
150 // 150 //
151 // Generated from the TEXTINCLUDE 3 resource. 151 // Generated from the TEXTINCLUDE 3 resource.
152 // 152 //
153 153
154 154
155 ///////////////////////////////////////////////////////////////////////////// 155 /////////////////////////////////////////////////////////////////////////////
156 #endif // not APSTUDIO_INVOKED 156 #endif // not APSTUDIO_INVOKED
157 157
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698