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
22LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
23#pragma code_page(1252)
24#endif //_WIN32
25
26/////////////////////////////////////////////////////////////////////////////
27//
28// Icon
29//
30
31// Icon with lowest ID value placed first to ensure application icon
32// remains consistent on all systems.
33IDI_CRASHGENERATIONAPP  ICON                    "crash_generation_app.ico"
34IDI_SMALL               ICON                    "small.ico"
35
36/////////////////////////////////////////////////////////////////////////////
37//
38// Menu
39//
40
41IDC_CRASHGENERATIONAPP MENU
42BEGIN
43    POPUP "&File"
44    BEGIN
45        MENUITEM "E&xit",                       IDM_EXIT
46    END
47    POPUP "&Server"
48    BEGIN
49        MENUITEM "&Start",                      ID_SERVER_START
50        MENUITEM "S&top",                       ID_SERVER_STOP
51    END
52    POPUP "&Client"
53    BEGIN
54        MENUITEM "&Deref Zero",                 ID_CLIENT_DEREFZERO
55        MENUITEM "&Invalid Param",              ID_CLIENT_INVALIDPARAM
56        MENUITEM "&Pure Call",                  ID_CLIENT_PURECALL
57        MENUITEM "&Request Dump",               ID_CLIENT_REQUESTEXPLICITDUMP
58    END
59END
60
61
62/////////////////////////////////////////////////////////////////////////////
63//
64// Accelerator
65//
66
67IDC_CRASHGENERATIONAPP ACCELERATORS
68BEGIN
69    "?",            IDM_ABOUT,              ASCII,  ALT
70    "/",            IDM_ABOUT,              ASCII,  ALT
71END
72
73
74/////////////////////////////////////////////////////////////////////////////
75//
76// Dialog
77//
78
79IDD_ABOUTBOX DIALOG  22, 17, 230, 75
80STYLE DS_SETFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
81CAPTION "About"
82FONT 8, "System"
83BEGIN
84    ICON            IDI_CRASHGENERATIONAPP,IDC_MYICON,14,9,16,16
85    LTEXT           "CrashGenerationApp Version 1.0",IDC_STATIC,49,10,119,8,SS_NOPREFIX
86    LTEXT           "Copyright (C) 2008",IDC_STATIC,49,20,119,8
87    DEFPUSHBUTTON   "OK",IDOK,195,6,30,11,WS_GROUP
88END
89
90
91#ifdef APSTUDIO_INVOKED
92/////////////////////////////////////////////////////////////////////////////
93//
94// TEXTINCLUDE
95//
96
971 TEXTINCLUDE
98BEGIN
99    "resource.h\0"
100END
101
1022 TEXTINCLUDE
103BEGIN
104    "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
105    "#include ""windows.h""\r\n"
106    "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
107    "\0"
108END
109
1103 TEXTINCLUDE
111BEGIN
112    "\r\n"
113    "\0"
114END
115
116#endif    // APSTUDIO_INVOKED
117
118
119/////////////////////////////////////////////////////////////////////////////
120//
121// String Table
122//
123
124STRINGTABLE
125BEGIN
126    IDS_APP_TITLE           "CrashGenerationApp"
127    IDC_CRASHGENERATIONAPP  "CRASHGENERATIONAPP"
128END
129
130#endif    // English (U.S.) resources
131/////////////////////////////////////////////////////////////////////////////
132
133
134
135#ifndef APSTUDIO_INVOKED
136/////////////////////////////////////////////////////////////////////////////
137//
138// Generated from the TEXTINCLUDE 3 resource.
139//
140
141
142/////////////////////////////////////////////////////////////////////////////
143#endif    // not APSTUDIO_INVOKED
144
145