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

40
drums/drums.h Normal file
View File

@@ -0,0 +1,40 @@
#ifndef _DRUMS_DRUMS_H_
#define _DRUMS_DRUMS_H_
#include "windows.h"
//
#define IDC_STATIC -1
// CURSOR
#define HARROW 1000
#define APPACCELERATORS 10000
#define MENU_FILE_EXIT 10000
#define MENU_FILE_NEW 10001
#define MENU_FILE_OPEN 10002
#define MENU_EDIT_CUT 12000
#define MENU_EDIT_COPY 12001
#define MENU_EDIT_PASTE 12002
// STRINGS
#define IDM_CASCADE 10014
#define IDM_TILE 10015
#define IDM_ARRANGE 10016
#define IDM_CLOSEALL 10017
#define IDM_MINIMIZEALL 10018
#define IDM_RESTOREALL 10019
// STRINGTABLE
#define STRING_DRUMVIEWWINDOWCLASSNAME 20000
#endif