This commit is contained in:
2024-08-07 09:16:27 -04:00
parent fdfadd5c7e
commit 5f971cf684
5200 changed files with 731717 additions and 0 deletions

27
splitter/RESOURCE.H Normal file
View File

@@ -0,0 +1,27 @@
#ifndef _SPLITTER_RESOURCE_H_
#define _SPLITTER_RESOURCE_H_
// string table defines
#define STRING_SPLITTER 1000
#define STRING_VERSION 1001
#define STRING_MAINVIEWCLASSNAME 1002
// news group add/modify dialog
// nntp menu items
#define SPLITTER_FILE_OPEN 40000
#define SPLITTER_FILE_BROWSE 40001
#define SPLITTER_FILE_EXIT 40002
#define SPLITTER_HELP_CONTENTS 40003
#define SPLITTER_HELP_SEARCH 40004
#define SPLITTER_REGISTRATION 40005
#define SPLITTER_HELP_ABOUT 40006
#define IDM_CASCADE 10014
#define IDM_TILE 10015
#define IDM_ARRANGE 10016
#define IDM_CLOSEALL 10017
#define IDM_MINIMIZEALL 10018
#define IDM_RESTOREALL 10019
#endif