Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenresource.h
Go to the documentation of this file.
00001 /* 00002 Copyright (c) 2006-2007 dogbert <dogber1@gmail.com> 00003 All rights reserved. 00004 00005 Redistribution and use in source and binary forms, with or without 00006 modification, are permitted provided that the following conditions 00007 are met: 00008 1. Redistributions of source code must retain the above copyright 00009 notice, this list of conditions and the following disclaimer. 00010 2. Redistributions in binary form must reproduce the above copyright 00011 notice, this list of conditions and the following disclaimer in the 00012 documentation and/or other materials provided with the distribution. 00013 3. The name of the author may not be used to endorse or promote products 00014 derived from this software without specific prior written permission. 00015 00016 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 00017 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 00018 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 00019 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 00020 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 00021 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 00022 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 00023 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 00024 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 00025 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 00026 */ 00027 00028 #define IDC_STATIC -1 00029 00030 // icons 00031 #define IDI_APP_ICON 150 00032 00033 // main dialog 00034 #define IDD_MAIN 100 00035 #define IDB_CLOSE 101 00036 #define IDB_APPLY 102 00037 #define IDC_TAB 103 00038 #define IDT_SWAPJACKS 104 00039 00040 #define IDD_TAB1 200 00041 #define IDC_EN_PCMDAC 201 00042 #define IDC_EXCH_FB 202 00043 #define IDC_EN_REAR2LINE 203 00044 #define IDC_EN_BASS2LINE 204 00045 #define IDC_EN_CENTER2LINE 205 00046 #define IDC_NOROUTE_LINE 206 00047 #define IDC_EN_CENTER2MIC 207 00048 #define IDC_NOROUTE_MIC 208 00049 #define IDCB_CHANNELCONFIG 210 00050 #define IDC_LEFT 211 00051 #define IDC_CLEFT 212 00052 #define IDC_CENTER 213 00053 #define IDC_CRIGHT 214 00054 #define IDC_RIGHT 215 00055 #define IDC_BLEFT 216 00056 #define IDC_BRIGHT 217 00057 #define IDC_SUB 218 00058 #define IDB_STARTSTOP 219 00059 00060 #define IDD_TAB2 300 00061 #define IDC_EN_SPDO 301 00062 #define IDC_EN_SPDO5V 302 00063 #define IDC_EN_SPDCOPYRHT 303 00064 #define IDC_EN_DAC2SPDO 304 00065 #define IDC_SEL_SPDIFI 310 00066 #define IDC_INV_SPDIFI 311 00067 #define IDC_POLVALID 312 00068 #define IDC_LOOP_SPDF 313 00069 #define IDC_EN_SPDI 314 00070 00071 #define IDD_TAB3 400 00072 #define IDC_FMT_441_PCM 401 00073 #define IDC_FMT_480_PCM 402 00074 #define IDC_FMT_882_PCM 403 00075 #define IDC_FMT_960_PCM 404 00076 #define IDC_FMT_441_MULTI_PCM 405 00077 #define IDC_FMT_480_MULTI_PCM 406 00078 #define IDC_FMT_882_MULTI_PCM 407 00079 #define IDC_FMT_960_MULTI_PCM 408 00080 #define IDC_FMT_441_DOLBY 409 00081 #define IDC_FMT_480_DOLBY 410 00082 #define IDC_FMT_882_DOLBY 411 00083 #define IDC_FMT_960_DOLBY 412 00084 00085 #define IDD_TAB4 500 00086 #define IDC_VERSION 501 00087 #define IDC_HWREV 502 00088 #define IDC_MAXCHAN 503 00089 #define IDC_BASEADR 504 00090 #define IDC_MPUADR 505 00091 #define IDC_URL1 506 00092 #define IDC_URL2 507 00093 00094 char* tabsName[] = { "Analog", "Digital", "Formats", "About" }; 00095 int tabsResource[] = { IDD_TAB1, IDD_TAB2, IDD_TAB3, IDD_TAB4 }; 00096 #define NUM_TABS 4 Generated on Sun May 27 2012 04:16:27 for ReactOS by
1.7.6.1
|