diff options
Diffstat (limited to 'app/xlockmore/win32/xlock95.h')
-rw-r--r-- | app/xlockmore/win32/xlock95.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/xlockmore/win32/xlock95.h b/app/xlockmore/win32/xlock95.h new file mode 100644 index 000000000..8c4676725 --- /dev/null +++ b/app/xlockmore/win32/xlock95.h @@ -0,0 +1,13 @@ +#define MODE_BOX 1000 +#define MODE_LIST 1010 +#define DESC_LABEL 1020 +#define DELAY_LABEL 1030 +#define DELAY_TEXT 1040 +#define COUNT_LABEL 1050 +#define COUNT_TEXT 1060 +#define CYCLES_LABEL 1070 +#define CYCLES_TEXT 1080 +#define ENABLE_BUTTON 1090 + + + |