home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xwplascr.zip / XWPL0208.ZIP / tools / xlvm / xlvm.h < prev    next >
Text File  |  2002-04-16  |  2KB  |  58 lines

  1.  
  2. /*
  3.  *@@sourcefile xmlview.h:
  4.  *      header for xmlview.cpp.
  5.  */
  6.  
  7. /*
  8.  *      Copyright (C) 2000 Ulrich Möller.
  9.  *      This program is free software; you can redistribute it and/or modify
  10.  *      it under the terms of the GNU General Public License as published by
  11.  *      the Free Software Foundation, in version 2 as it comes in the COPYING
  12.  *      file of the XFolder main distribution.
  13.  *      This program is distributed in the hope that it will be useful,
  14.  *      but WITHOUT ANY WARRANTY; without even the implied warranty of
  15.  *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16.  *      GNU General Public License for more details.
  17.  */
  18.  
  19. /* ******************************************************************
  20.  *
  21.  *   Declarations
  22.  *
  23.  ********************************************************************/
  24.  
  25. #define IDP_DRIVE               1           // default icon also
  26. #define IDP_PARTITION           2
  27.  
  28. #define IDM_FILE                100
  29. #define IDMI_OPEN               101
  30. #define IDMI_EXIT               102
  31.  
  32. #define IDMI_VIEW_BARCHART      110
  33. #define IDMI_VIEW_PIECHART      111
  34. #define IDMI_VIEW_REFRESH       112
  35.  
  36. #define IDM_WHITESPACE                          200
  37. #define IDMI_INSTALLBMGR                        201
  38. #define IDMI_REMOVEBMGR                         202
  39. #define IDMI_SETMGRVALUES                       203
  40.  
  41. #define IDM_FREESPACE                           300
  42. #define IDMI_CREATE                             301
  43.  
  44. #define IDM_PARTITION                           400
  45. #define IDMI_RENAME                             402
  46. #define IDMI_DELETE                             403
  47.  
  48. #define IDM_VOLUME                              500
  49. #define IDMI_EXPANDVOLUME                       501
  50. #define IDMI_HIDEVOLUME                         503
  51. #define IDMI_CHANGELETTER                       504
  52. #define IDMI_RENAMEPARTITION_VOLUME             505
  53. #define IDMI_SETSTARTABLE                       507
  54. #define IDMI_ADDTOBMGR                          508
  55. #define IDMI_REMOVEFROMBMGR                     509
  56.  
  57.  
  58.