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

Side by Side Diff: chrome/app/chrome_dll.rc

Issue 5526008: Simplify the magic required to create IPC message headers a bit. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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 | « chrome/app/chrome_command_ids.h ('k') | chrome/browser/automation/automation_provider.h » ('j') | 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 "chrome_dll_resource.h" 3 #include "chrome_dll_resource.h"
4 #include "chrome_command_ids.h" 4 #include "chrome_command_ids.h"
5 5
6 #define APSTUDIO_READONLY_SYMBOLS 6 #define APSTUDIO_READONLY_SYMBOLS
7 ///////////////////////////////////////////////////////////////////////////// 7 /////////////////////////////////////////////////////////////////////////////
8 // 8 //
9 // Generated from the TEXTINCLUDE 2 resource. 9 // Generated from the TEXTINCLUDE 2 resource.
10 // 10 //
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 IDI_THROBBER_21 ICON "theme\vista_frame_throbber_21.i co" 203 IDI_THROBBER_21 ICON "theme\vista_frame_throbber_21.i co"
204 IDI_THROBBER_22 ICON "theme\vista_frame_throbber_22.i co" 204 IDI_THROBBER_22 ICON "theme\vista_frame_throbber_22.i co"
205 IDI_THROBBER_23 ICON "theme\vista_frame_throbber_23.i co" 205 IDI_THROBBER_23 ICON "theme\vista_frame_throbber_23.i co"
206 IDI_THROBBER_24 ICON "theme\vista_frame_throbber_24.i co" 206 IDI_THROBBER_24 ICON "theme\vista_frame_throbber_24.i co"
207 207
208 ///////////////////////////////////////////////////////////////////////////// 208 /////////////////////////////////////////////////////////////////////////////
209 // 209 //
210 // Dialog 210 // Dialog
211 // 211 //
212 212
213 IDD_IPC_SETTINGS DIALOGEX 0, 0, 723, 558 213 IDD_IPC_SETTINGS DIALOGEX 0, 0, 182, 558
214 STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | DS_FIXEDSYS | WS_POPUP | WS_CAPTI ON | WS_SYSMENU 214 STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | DS_FIXEDSYS | WS_POPUP | WS_CAPTI ON | WS_SYSMENU
215 CAPTION "IPC Logging Settings" 215 CAPTION "IPC Logging Settings"
216 FONT 8, "MS Shell Dlg", 400, 0, 0x1 216 FONT 8, "MS Shell Dlg", 400, 0, 0x1
217 BEGIN 217 BEGIN
218 CONTROL "",IDC_View,"SysListView32",LVS_ALIGNLEFT | WS_BORDER | WS_T ABSTOP,7,22,170,529 218 CONTROL "",IDC_Messages,"SysListView32",LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,7,22,170,529
219 CONTROL "",IDC_ViewHost,"SysListView32",LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,187,22,170,529 219 PUSHBUTTON "All",IDC_MessagesAll,7,6,56,13
220 CONTROL "",IDC_Plugin,"SysListView32",LVS_ALIGNLEFT | WS_BORDER | WS _TABSTOP,367,22,170,279 220 PUSHBUTTON "None",IDC_MessagesNone,121,7,56,13
221 CONTROL "",IDC_PluginHost,"SysListView32",LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,546,22,170,279
222 CONTROL "",IDC_NPObject,"SysListView32",LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,367,326,170,145
223 CONTROL "",IDC_PluginProcess,"SysListView32",LVS_ALIGNLEFT | WS_BORD ER | WS_TABSTOP,546,326,170,50
224 CONTROL "",IDC_PluginProcessHost,"SysListView32",LVS_ALIGNLEFT | WS_ BORDER | WS_TABSTOP,546,381,170,90
225 CONTROL "",IDC_DevToolsAgent,"SysListView32",LVS_ALIGNLEFT | WS_BORD ER | WS_TABSTOP,367,480,170,71
226 CONTROL "",IDC_DevToolsClient,"SysListView32",LVS_ALIGNLEFT | WS_BOR DER | WS_TABSTOP,546,480,170,71
227 PUSHBUTTON "Check All",IDC_ViewAll,7,6,56,13
228 PUSHBUTTON "Check None",IDC_ViewNone,121,7,56,13
229 PUSHBUTTON "Check All",IDC_ViewHostAll,187,7,56,13
230 PUSHBUTTON "Check None",IDC_ViewHostNone,301,7,56,13
231 PUSHBUTTON "Check All",IDC_PluginAll,367,7,56,13
232 PUSHBUTTON "Check None",IDC_PluginNone,482,7,56,13
233 PUSHBUTTON "Check All",IDC_NPObjectAll,367,310,56,13
234 PUSHBUTTON "Check None",IDC_NPObjectNone,481,310,56,13
235 PUSHBUTTON "Check All",IDC_PluginHostAll,546,7,56,13
236 PUSHBUTTON "Check None",IDC_PluginHostNone,660,7,56,13
237 END 221 END
238 222
239 223
240 ///////////////////////////////////////////////////////////////////////////// 224 /////////////////////////////////////////////////////////////////////////////
241 // 225 //
242 // DESIGNINFO 226 // DESIGNINFO
243 // 227 //
244 228
245 #ifdef APSTUDIO_INVOKED 229 #ifdef APSTUDIO_INVOKED
246 GUIDELINES DESIGNINFO 230 GUIDELINES DESIGNINFO
(...skipping 23 matching lines...) Expand all
270 // 254 //
271 // Generated from the TEXTINCLUDE 3 resource. 255 // Generated from the TEXTINCLUDE 3 resource.
272 // 256 //
273 257
274 258
275 ///////////////////////////////////////////////////////////////////////////// 259 /////////////////////////////////////////////////////////////////////////////
276 #endif // not APSTUDIO_INVOKED 260 #endif // not APSTUDIO_INVOKED
277 261
278 // (temp change to touch this file or incremental builds may break now 262 // (temp change to touch this file or incremental builds may break now
279 // that we removed chrome_dll_version.rc from it) 263 // that we removed chrome_dll_version.rc from it)
OLDNEW
« no previous file with comments | « chrome/app/chrome_command_ids.h ('k') | chrome/browser/automation/automation_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698