Morph the selector widget to a constant padding on the window shapes in overview.
[chromium-blink-merge.git] / sandbox / win / sandbox_poc / sandbox.rc
blob978c96f6f231ba30ce93efbbbb14d99dc4294ab8
1 // Microsoft Visual C++ generated resource script.
2 //
3 #include "resource.h"
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
14 /////////////////////////////////////////////////////////////////////////////
15 #undef APSTUDIO_READONLY_SYMBOLS
17 /////////////////////////////////////////////////////////////////////////////
18 // English (U.S.) resources
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
26 /////////////////////////////////////////////////////////////////////////////
28 // Menu
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
44 /////////////////////////////////////////////////////////////////////////////
46 // Dialog
49 IDD_LAUNCH_DLL DIALOGEX 0, 0, 269, 118
50 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
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
67 /////////////////////////////////////////////////////////////////////////////
69 // DESIGNINFO
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
86 /////////////////////////////////////////////////////////////////////////////
88 // Icon
91 // Icon with lowest ID value placed first to ensure application icon
92 // remains consistent on all systems.
93 IDI_SANDBOX             ICON                    "sandbox.ico"
95 #ifdef APSTUDIO_INVOKED
96 /////////////////////////////////////////////////////////////////////////////
98 // TEXTINCLUDE
101 1 TEXTINCLUDE 
102 BEGIN
103     "resource.h\0"
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"
114 3 TEXTINCLUDE 
115 BEGIN
116     "\r\n"
117     "\0"
120 #endif    // APSTUDIO_INVOKED
122 #endif    // English (U.S.) resources
123 /////////////////////////////////////////////////////////////////////////////
127 #ifndef APSTUDIO_INVOKED
128 /////////////////////////////////////////////////////////////////////////////
130 // Generated from the TEXTINCLUDE 3 resource.
134 /////////////////////////////////////////////////////////////////////////////
135 #endif    // not APSTUDIO_INVOKED