| 1 | /* | 
|---|
| 2 | * This program is free software; you can redistribute it and/or modify | 
|---|
| 3 | * it under the terms of the GNU General Public License as published by | 
|---|
| 4 | * the Free Software Foundation; either version 2, or (at your option) | 
|---|
| 5 | * any later version. | 
|---|
| 6 | * | 
|---|
| 7 | * This program is distributed in the hope that it will be useful, | 
|---|
| 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
|---|
| 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
|---|
| 10 | * GNU General Public License for more details. | 
|---|
| 11 | * | 
|---|
| 12 | * You should have received a copy of the GNU General Public License | 
|---|
| 13 | * along with this program; see the file COPYING.  If not, write to | 
|---|
| 14 | * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 
|---|
| 15 | */ | 
|---|
| 16 | /* | 
|---|
| 17 | * If you need another license for your project/product (commercial, | 
|---|
| 18 | * noncommercial, whatever) contact me at | 
|---|
| 19 | * | 
|---|
| 20 | * http://www.os2world.com/cdwriting | 
|---|
| 21 | * http://www.geocities.com/SiliconValley/Sector/5785/ | 
|---|
| 22 | * | 
|---|
| 23 | */ | 
|---|
| 24 |  | 
|---|
| 25 | #define AIFFILE_HELP_PANEL   48020 /*0xbb94*/ | 
|---|
| 26 | #define AUFILE_HELP_PANEL    48038 /*0xbba6*/ | 
|---|
| 27 | #define IFFFILE_HELP_PANEL   48021 /*0xbb95*/ | 
|---|
| 28 | #define SNDFFILE_HELP_PANEL  48022 /*0xbb96*/ | 
|---|
| 29 | #define VOCFILE_HELP_PANEL   48017 /*0xbb91*/ | 
|---|
| 30 | #define WAVFILE_HELP_PANEL   48032 /*0xbba0*/ | 
|---|
| 31 | #define _AUFILE_HELP_PANEL   48019 /*0xbb93*/ | 
|---|
| 32 |  | 
|---|
| 33 | #define MIDIFILE_HELP_PANEL  48004 /*0xbb84*/ | 
|---|
| 34 |  | 
|---|
| 35 | #define AVCFILE_HELP_PANEL   48011 /*0xbb8b*/ | 
|---|
| 36 | #define DIBFILE_HELP_PANEL   48013 /*0xbb8d*/ | 
|---|
| 37 | #define GIFFILE_HELP_PANEL   48007 /*0xbb87*/ | 
|---|
| 38 | #define JPGFILE_HELP_PANEL   48031 /*0xbb9f*/ | 
|---|
| 39 | #define MMOTIONFILE_HELP_PANEL   48012 /*0xbb8c*/ | 
|---|
| 40 | #define PCXFILE_HELP_PANEL   48008 /*0xbb88*/ | 
|---|
| 41 | #define PCDFILE_HELP_PANEL   48009 /*0xbb89*/ | 
|---|
| 42 | #define TARGAFILE_HELP_PANEL 48005 /*0xbb85*/ | 
|---|
| 43 | #define TIFFFILE_HELP_PANEL  48006/*0xbb86*/ | 
|---|
| 44 |  | 
|---|
| 45 | #define AVIFILE_HELP_PANEL  48023 /*0xbb97*/ | 
|---|
| 46 | #define FLIFILE_HELP_PANEL  48024 /*0xbb98*/ | 
|---|
| 47 | #define MOVFILE_HELP_PANEL  48039 /*0xbba7*/ | 
|---|
| 48 | #define MPGFILE_HELP_PANEL  48025 /*0xbb99*/ | 
|---|
| 49 |  | 
|---|
| 50 |  | 
|---|
| 51 | #define AUDIOSTREAM_SETTINGS_PANEL  50 | 
|---|
| 52 | #define AUDIOSTREAM_HELP_PANEL  50 /* Object help and settings help are the same ATM */ | 
|---|
| 53 |  | 
|---|
| 54 |  | 
|---|