[4] | 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 DecklinkCapture.rc
|
---|
| 40 | //
|
---|
| 41 | #define IDR_MANIFEST 1
|
---|
| 42 | #define IDM_ABOUTBOX 0x0010
|
---|
| 43 | #define IDD_ABOUTBOX 100
|
---|
| 44 | #define IDS_ABOUTBOX 101
|
---|
| 45 | #define IDD_DECKLINKCAPTURE_DIALOG 102
|
---|
| 46 | #define IDR_MAINFRAME 128
|
---|
| 47 | #define IDC_COMBO_VIDEOFORMATS 1000
|
---|
| 48 | #define IDC_COMBO_AUDIOFORMATS 1001
|
---|
| 49 | #define IDC_STATIC_PREVIEW 1002
|
---|
| 50 | #define IDC_CHECK_AUDIOMUTE 1003
|
---|
| 51 | #define IDC_EDIT_CAPTUREFILE 1004
|
---|
| 52 | #define IDC_BUTTON_BROWSE 1005
|
---|
| 53 | #define IDC_BUTTON_CAPTURE 1006
|
---|
| 54 | #define IDC_BUTTON_STOP 1007
|
---|
| 55 | #define IDC_COMBO_COMPRESSION 1008
|
---|
| 56 | #define IDC_BUTTON_CODECPROPERTIES 1009
|
---|
| 57 | #define IDC_COMBO_VIDEODEVICE 1010
|
---|
| 58 | #define IDC_COMBO_AUDIODEVICE 1011
|
---|
| 59 | #define IDC_SAGE_START 1012
|
---|
| 60 | #define IDC_SAGE_STOP 1013
|
---|
| 61 | #define IDC_SAGE_ADDR 1014
|
---|
| 62 | #define IDC_EDIT1 1015
|
---|
| 63 | #define IDC_SAGE_EDIT_IP 1015
|
---|
| 64 | #define IDC_SAGE_STOP2 1016
|
---|
| 65 | #define IDC_SAGE_REG 1016
|
---|
| 66 | #define IDC_COMBO_COMPRESSION2 1017
|
---|
| 67 |
|
---|
| 68 | // Next default values for new objects
|
---|
| 69 | //
|
---|
| 70 | #ifdef APSTUDIO_INVOKED
|
---|
| 71 | #ifndef APSTUDIO_READONLY_SYMBOLS
|
---|
| 72 | #define _APS_NEXT_RESOURCE_VALUE 129
|
---|
| 73 | #define _APS_NEXT_COMMAND_VALUE 32771
|
---|
| 74 | #define _APS_NEXT_CONTROL_VALUE 1016
|
---|
| 75 | #define _APS_NEXT_SYMED_VALUE 101
|
---|
| 76 | #endif
|
---|
| 77 | #endif
|
---|