ReactOS 0.4.15-dev-7924-g5949c20
resource.h
Go to the documentation of this file.
1/*
2Copyright (c) 2006-2008 dogbert <dogber1@gmail.com>
3All rights reserved.
4
5Redistribution and use in source and binary forms, with or without
6modification, are permitted provided that the following conditions
7are met:
81. Redistributions of source code must retain the above copyright
9 notice, this list of conditions and the following disclaimer.
102. Redistributions in binary form must reproduce the above copyright
11 notice, this list of conditions and the following disclaimer in the
12 documentation and/or other materials provided with the distribution.
133. The name of the author may not be used to endorse or promote products
14 derived from this software without specific prior written permission.
15
16THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
17IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26*/
27
28#define IDC_STATIC -1
29
30// icons
31#define IDI_APP_ICON 150
32
33// main dialog
34#define IDD_MAIN 100
35#define IDB_CLOSE 101
36#define IDB_APPLY 102
37#define IDC_TAB 103
38#define IDT_SWAPJACKS 104
39
40#define IDD_TAB1 200
41#define IDC_EXCH_FB 201
42#define IDC_EN_REAR2LINE 202
43#define IDC_EN_CLFE2LINE 203
44#define IDC_NOROUTE_LINE 205
45#define IDC_EN_CENTER2MIC 206
46#define IDC_NOROUTE_MIC 207
47#define IDCB_CHANNELCONFIG 210
48#define IDC_LEFT 211
49#define IDC_CLEFT 212
50#define IDC_CENTER 213
51#define IDC_CRIGHT 214
52#define IDC_RIGHT 215
53#define IDC_BLEFT 216
54#define IDC_BRIGHT 217
55#define IDC_SUB 218
56#define IDB_STARTSTOP 219
57
58#define IDD_TAB2 300
59#define IDC_EN_SPDO 301
60#define IDC_EN_SPDO5V 302
61#define IDC_EN_SPDCOPYRHT 303
62#define IDC_EN_DAC2SPDO 304
63#define IDC_SEL_SPDIFI 310
64#define IDC_INV_SPDIFI 311
65#define IDC_POLVALID 312
66#define IDC_LOOP_SPDF 313
67#define IDC_EN_SPDI 314
68#define IDC_EN_SPDIMONITOR 315
69
70#define IDD_TAB3 400
71#define IDC_FMT_441_PCM 401
72#define IDC_FMT_480_PCM 402
73#define IDC_FMT_882_PCM 403
74#define IDC_FMT_960_PCM 404
75#define IDC_FMT_441_MULTI_PCM 405
76#define IDC_FMT_480_MULTI_PCM 406
77#define IDC_FMT_882_MULTI_PCM 407
78#define IDC_FMT_960_MULTI_PCM 408
79#define IDC_FMT_441_DOLBY 409
80#define IDC_FMT_480_DOLBY 410
81#define IDC_FMT_882_DOLBY 411
82#define IDC_FMT_960_DOLBY 412
83
84#define IDD_TAB4 500
85#define IDC_VERSION 501
86#define IDC_HWREV 502
87#define IDC_MAXCHAN 503
88#define IDC_BASEADR 504
89#define IDC_MPUADR 505
90#define IDC_URL1 506
91#define IDC_URL2 507
92
93char* tabsName[] = { "Analog", "Digital", "Formats", "About" };
95#define NUM_TABS 4
char * tabsName[]
Definition: resource.h:93
#define IDD_TAB2
Definition: resource.h:58
#define IDD_TAB1
Definition: resource.h:40
#define IDD_TAB3
Definition: resource.h:70
int tabsResource[]
Definition: resource.h:94
#define IDD_TAB4
Definition: resource.h:84