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

Side by Side Diff: sandbox/win/sandbox_poc/sandbox.rc

Issue 1851213002: Remove sandbox on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nacl compile issues Created 4 years, 8 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
« no previous file with comments | « sandbox/win/sandbox_poc/sandbox.ico ('k') | sandbox/win/sandbox_poc/sandbox_poc.vcproj » ('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 "resource.h"
4
5 #define APSTUDIO_READONLY_SYMBOLS
6 /////////////////////////////////////////////////////////////////////////////
7 //
8 // Generated from the TEXTINCLUDE 2 resource.
9 //
10 #define APSTUDIO_HIDDEN_SYMBOLS
11 #include "windows.h"
12 #undef APSTUDIO_HIDDEN_SYMBOLS
13
14 /////////////////////////////////////////////////////////////////////////////
15 #undef APSTUDIO_READONLY_SYMBOLS
16
17 /////////////////////////////////////////////////////////////////////////////
18 // English (U.S.) resources
19
20 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
21 #ifdef _WIN32
22 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
23 #pragma code_page(1252)
24 #endif //_WIN32
25
26 /////////////////////////////////////////////////////////////////////////////
27 //
28 // Menu
29 //
30
31 IDR_MENU_MAIN_UI MENU
32 BEGIN
33 POPUP "&File"
34 BEGIN
35 MENUITEM "E&xit", ID_FILE_EXIT
36 END
37 POPUP "&Commands"
38 BEGIN
39 MENUITEM "&Spawn target", ID_COMMANDS_SPAWNTARGET
40 END
41 END
42
43
44 /////////////////////////////////////////////////////////////////////////////
45 //
46 // Dialog
47 //
48
49 IDD_LAUNCH_DLL DIALOGEX 0, 0, 269, 118
50 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSM ENU
51 CAPTION "BrokerUI: Load an Attack DLL"
52 FONT 8, "MS Shell Dlg", 400, 0, 0x1
53 BEGIN
54 DEFPUSHBUTTON "Call now",IDOK,212,70,50,14
55 PUSHBUTTON "Cancel",IDCANCEL,212,95,50,14
56 EDITTEXT IDC_DLL_NAME,7,43,200,13,ES_AUTOHSCROLL
57 LTEXT "DLL to load in target:",IDC_STATIC,7,33,168,8
58 LTEXT "Function to call:",IDC_STATIC,7,61,139,8
59 EDITTEXT IDC_ENTRY_POINT,7,71,200,13,ES_AUTOHSCROLL
60 EDITTEXT IDC_LOG_FILE,7,17,200,13,ES_AUTOHSCROLL
61 LTEXT "File for Target logging (optional):",IDC_STATIC,7,7,139,8
62 PUSHBUTTON "Browse...",IDC_BROWSE_DLL,212,42,50,14
63 PUSHBUTTON "Browse...",IDC_BROWSE_LOG,212,16,50,14
64 END
65
66
67 /////////////////////////////////////////////////////////////////////////////
68 //
69 // DESIGNINFO
70 //
71
72 #ifdef APSTUDIO_INVOKED
73 GUIDELINES DESIGNINFO
74 BEGIN
75 IDD_LAUNCH_DLL, DIALOG
76 BEGIN
77 LEFTMARGIN, 7
78 RIGHTMARGIN, 262
79 TOPMARGIN, 7
80 BOTTOMMARGIN, 111
81 END
82 END
83 #endif // APSTUDIO_INVOKED
84
85
86 /////////////////////////////////////////////////////////////////////////////
87 //
88 // Icon
89 //
90
91 // Icon with lowest ID value placed first to ensure application icon
92 // remains consistent on all systems.
93 IDI_SANDBOX ICON "sandbox.ico"
94
95 #ifdef APSTUDIO_INVOKED
96 /////////////////////////////////////////////////////////////////////////////
97 //
98 // TEXTINCLUDE
99 //
100
101 1 TEXTINCLUDE
102 BEGIN
103 "resource.h\0"
104 END
105
106 2 TEXTINCLUDE
107 BEGIN
108 "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
109 "#include ""windows.h""\r\n"
110 "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
111 "\0"
112 END
113
114 3 TEXTINCLUDE
115 BEGIN
116 "\r\n"
117 "\0"
118 END
119
120 #endif // APSTUDIO_INVOKED
121
122 #endif // English (U.S.) resources
123 /////////////////////////////////////////////////////////////////////////////
124
125
126
127 #ifndef APSTUDIO_INVOKED
128 /////////////////////////////////////////////////////////////////////////////
129 //
130 // Generated from the TEXTINCLUDE 3 resource.
131 //
132
133
134 /////////////////////////////////////////////////////////////////////////////
135 #endif // not APSTUDIO_INVOKED
136
OLDNEW
« no previous file with comments | « sandbox/win/sandbox_poc/sandbox.ico ('k') | sandbox/win/sandbox_poc/sandbox_poc.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698