home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / LSW270SR.ZIP / h / prmdlg.h < prev    next >
C/C++ Source or Header  |  2004-04-11  |  4KB  |  101 lines

  1. /*
  2.  *      Copyright (C) 1997-2004 Andrei Los.
  3.  *      This file is part of the lSwitcher source package.
  4.  *      lSwitcher is free software; you can redistribute it and/or modify
  5.  *      it under the terms of the GNU General Public License as published
  6.  *      by the Free Software Foundation, in version 2 as it comes in the
  7.  *      "COPYING" file of the lSwitcher main distribution.
  8.  *      This program is distributed in the hope that it will be useful,
  9.  *      but WITHOUT ANY WARRANTY; without even the implied warranty of
  10.  *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  11.  *      GNU General Public License for more details.
  12.  */
  13.  
  14. #ifndef PARMDLG_H_INCLUDED
  15. #define PARMDLG_H_INCLUDED
  16.  
  17. #define BS_NOTEBOOKBUTTON          8L
  18. #define BKS_TABBEDDIALOG         0x00000800  /* Tabbed dialog         */
  19. #define BKS_BUTTONAREA           0x00000200  /* Reserve space for     */
  20.  
  21.  
  22. #define DLG_PARAMS                  100
  23. #define DLG_POPUP                   201
  24. #define DLG_EXCLUDE                 202
  25. #define DLG_TASKBAR                 203
  26. #define STR_DLGPAGE                 204
  27. #define DLG_EXCLUDETSKBAR           205
  28.  
  29.  
  30. #define DLG_MISC                    300
  31.  
  32. #define LB_REMOVED                  101
  33. #define LB_ADDED                    102
  34. #define PB_ADD                      103
  35. #define PB_REMOVE                   104
  36. #define PB_EXIT                     105
  37. #define PB_SAVE                     106
  38. #define RAD_ALTTAB                  107
  39. #define RAD_CTRLTAB                 108
  40. #define CHK_SHOWVIEWER              109
  41. #define CHK_SHOWHIDDEN              110
  42. #define CHK_PMSWITCHER              111
  43. #define SPIN_SCROLLDIV            112
  44. #define PB_HIDE                     113
  45. #define CHK_SWDESKTOP               114
  46. #define CHK_PMPOPUPINFS             115
  47. #define CHK_SHOWINWINLIST           116
  48. #define CHK_SCROLL                  117
  49. #define CHK_HINTS                   118
  50. #define PB_REFRESH                  119
  51. #define CHK_ZORDER                  120
  52. #define NB_PARAMS                   121
  53. #define CHK_TASKBARON               122
  54. #define CHK_TASKBARALWAYSVISIBLE    123
  55. #define RAD_TOP                     124
  56. #define RAD_BOTTOM                  125
  57. #define CHK_STICKY                126 
  58. #define CHK_ICONSONLYTSKBAR        127
  59. #define CHK_REDUCEDSK                128
  60. #define EF_HOTKEY                   129
  61. #define SPIN_BTNWID                 130
  62.  
  63.  
  64. #define RAD_MINMBTN1                131
  65. #define RAD_MINMBTN2                132
  66. #define RAD_MINMBTN3                133
  67. #define RAD_CLOSEMBTN1              134
  68. #define RAD_CLOSEMBTN2              135
  69. #define RAD_CLOSEMBTN3              136
  70. #define RAD_SWMBTN12                137
  71. #define RAD_MINMBTN12               138
  72. #define RAD_CLOSEMBTN12             139
  73. #define RAD_SWMBTN1                 140
  74. #define RAD_SWMBTN2                 141
  75. #define RAD_SWMBTN3                 142
  76.  
  77. #define COMBO_LANG                  143
  78. #define GRP_MINHIDE            144
  79.  
  80. #define CHK_FLATBTN            145
  81. #define CHK_GROUPITEMS            146
  82. #define CHK_ALLOWRESIZE            147
  83. #define RAD_WINTAB            148
  84. #define CHK_3DTASKBAR            149
  85. #define CHK_TSKBARGROW                150
  86.  
  87. #define DLG_RUN 200
  88. #define PB_BROWSE 201
  89. #define CB_RUNCOMMAND 202
  90.  
  91. #define DLG_PRTY 400
  92. #define SPIN_DELTA                  401
  93. #define RAD_IDLETIME                402
  94. #define RAD_REGULAR                 403
  95. #define RAD_CRITICAL                404
  96. #define RAD_FGNDSERVER              405
  97. #define CHK_DESCENDANTS             406
  98.  
  99.  
  100. #endif
  101.