source: trunk/src/testing/app/wshare/resource.h @ 4

Revision 4, 3.4 KB checked in by ajaworski, 13 years ago (diff)

Added modified SAGE sources

Line 
1/******************************************************************************
2 * SAGE - Scalable Adaptive Graphics Environment
3 *
4 * Copyright (C) 2004 Electronic Visualization Laboratory,
5 * University of Illinois at Chicago
6 *
7 * All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions are met:
11 *
12 *  * Redistributions of source code must retain the above copyright
13 *    notice, this list of conditions and the following disclaimer.
14 *  * Redistributions in binary form must reproduce the above
15 *    copyright notice, this list of conditions and the following disclaimer
16 *    in the documentation and/or other materials provided with the distribution.
17 *  * Neither the name of the University of Illinois at Chicago nor
18 *    the names of its contributors may be used to endorse or promote
19 *    products derived from this software without specific prior written permission.
20 *
21 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
25 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
26 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
27 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
28 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
29 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
30 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
31 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 *
33 * Direct questions, comments etc about SAGE to http://www.evl.uic.edu/cavern/forum/
34 *
35 *****************************************************************************/
36
37//{{NO_DEPENDENCIES}}
38// Microsoft Visual C++ generated include file.
39// Used by ScreenCapture.rc
40//
41#define IDC_MYICON                      2
42#define IDD_SCREENCAPTURE_DIALOG        102
43#define IDS_APP_TITLE                   103
44#define IDD_ABOUTBOX                    103
45#define IDM_ABOUT                       104
46#define IDM_EXIT                        105
47#define IDI_SCREENCAPTURE               107
48#define IDI_SMALL                       108
49#define IDC_SCREENCAPTURE               109
50#define IDR_MAINFRAME                   128
51#define ID_CAPTURE_START                129
52#define ID_CAPTURE_STOP                 130
53#define ID_FILE_SHOWWINDOW              131
54#define ID_EDIT_COPYTOCLIPBOARD         132
55#define ID_FILE_HIDEWINDOW              133
56#define ID_EDIT_COPYSCREENSHOTTOCLIPBOARD 134
57#define ID_EDIT_SAVEASBMP               135
58#define ID_FILE_CAPTURESCREENSHOT       136
59#define ID_FILE_STARTCAPTURINGTOAVI     137
60#define ID_FILE_PAUSECAPTURINGTOAVI     138
61#define IDI_ICON_PAUSE                  139
62#define IDI_ICON_START                  140
63#define IDC_STATIC                      -1
64
65// Next default values for new objects
66//
67#ifdef APSTUDIO_INVOKED
68#ifndef APSTUDIO_READONLY_SYMBOLS
69#define _APS_NO_MFC                     1
70#define _APS_NEXT_RESOURCE_VALUE        141
71#define _APS_NEXT_COMMAND_VALUE         32771
72#define _APS_NEXT_CONTROL_VALUE         1000
73#define _APS_NEXT_SYMED_VALUE           110
74#endif
75#endif
Note: See TracBrowser for help on using the repository browser.