summaryrefslogtreecommitdiff
path: root/chromium/sandbox/win/sandbox_poc/resource.h
blob: 4a2eba6f6728a404ed79e5e437a79060bf6b1dd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// Copyright (c) 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef SANDBOX_WIN_SANDBOX_POC_RESOURCE_H_
#define SANDBOX_WIN_SANDBOX_POC_RESOURCE_H_

//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by sandbox.rc
//
#define IDI_SANDBOX                     107
#define IDR_MENU_MAIN_UI                129
#define IDD_LAUNCH_DLL                  130
#define IDC_RADIO_POCDLL                1000
#define IDC_RADIO_CUSTOM_DLL            1001
#define IDC_DLL_NAME                    1002
#define IDC_ENTRY_POINT                 1003
#define IDC_LOG_FILE                    1004
#define IDC_BROWSE_DLL                  1005
#define IDC_BROWSE_LOG                  1006
#define ID_FILE_EXIT                    32771
#define ID_COMMANDS_LAUNCHDLL           32772
#define ID_COMMANDS_SPAWNTARGET         32773
#define IDC_STATIC                      -1

// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC                     1
#define _APS_NEXT_RESOURCE_VALUE        131
#define _APS_NEXT_COMMAND_VALUE         32774
#define _APS_NEXT_CONTROL_VALUE         1007
#define _APS_NEXT_SYMED_VALUE           110
#endif
#endif

#endif  // SANDBOX_WIN_SANDBOX_POC_RESOURCE_H_