home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wvis0626.zip / warpvision_20020626.zip / wvision.h < prev    next >
Text File  |  2002-06-21  |  2KB  |  60 lines

  1. /*
  2.  * WarpVision
  3.  *
  4.  * Copyleft Alex Strelnikov.
  5.  *
  6.  * WarpVision is free software; you can redistribute it and/or modify
  7.  * it under the terms of the GNU General Public License as published by
  8.  * the Free Software Foundation; either version 2 of the License, or
  9.  * (at your option) any later version.
  10.  *
  11.  * WarpVision is distributed in the hope that it will be useful,
  12.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.  * GNU General Public License for more details.
  15.  *
  16.  * You should have received a copy of the GNU General Public License
  17.  * along with this program; if not, write to the Free Software
  18.  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  19.  *
  20. */
  21.  
  22. #define ID_MAINWND      256
  23.  
  24. #define ID_OPTIONS      257
  25. #define ID_SNAP         258
  26. #define ID_EXIT         259
  27. #define ID_NEWTEXT      260
  28. #define ID_QUERY        261
  29. #define ID_DIRECT       263
  30. #define ID_USEDIVE      264
  31. #define ID_SET_DLG      265
  32. #define ID_CLOSE        266
  33. #define ID_GAMMA        270
  34.  
  35. #define SEEK_NONE           0
  36. #define SEEK_FORWARD_600S   1
  37. #define SEEK_BACKWARD_600S  2
  38. #define SEEK_FORWARD_60S    3
  39. #define SEEK_BACKWARD_60S   4
  40. #define SEEK_FORWARD_10S    5
  41. #define SEEK_BACKWARD_10S   6
  42.  
  43. #define ScanExit        1    /* Esc       */
  44. #define ScanFS          33   /* 'F' key   */
  45. #define ScanGammaDec    51   /* < key     */
  46. #define ScanGammaInc    52   /* > key     */
  47. #define ScanPause1      25   /* 'P' key   */
  48. #define ScanPause2      57   /* Space key */
  49. #define ScanBack10s     99   /* Left      */
  50. #define ScanFwd10s      100  /* Right     */
  51. #define ScanFwd60s      97   /* Up        */
  52. #define ScanBack60s     102  /* Down      */
  53. #define ScanFwd600s     98   /* PageUp    */
  54. #define ScanBack600s    103  /* PageDown  */
  55. #define ScanSyncDec     12   /* -         */
  56. #define ScanSyncInc     13   /* + (=)     */
  57. #define ScanMute        50   /* 'M' key   */
  58. #define ScanVolumeInc   104  /* Ins key   */
  59. #define ScanVolumeDec   105  /* Del key   */
  60.