diff include/id.h @ 16:b651aa41b9d4 default tip

hhsinfo method (server)
author pyon@macmini
date Mon, 15 Jul 2019 07:03:05 +0900
parents c262e17de9b1
children
line wrap: on
line diff
--- a/include/id.h	Sat Jun 08 15:50:59 2019 +0900
+++ b/include/id.h	Mon Jul 15 07:03:05 2019 +0900
@@ -1,9 +1,8 @@
 // Filename   : id.h
-// Last Change: 2019-05-28 ‰Î 10:01:22.
+// Last Change: 2019-07-09 ‰Î 08:08:05.
 //
 
-#ifndef __ID_H__
-#define __ID_H__
+#pragma once
 
 #include <wx/wx.h>
 
@@ -22,6 +21,8 @@
 
 	// invisible for shortcut-key
 	ID_DLMAN,
+	ID_INDEX,
+	ID_BPRINT,
 	ID_SLDR,
 	ID_FOCUS,
 	ID_PZOOM,
@@ -43,9 +44,18 @@
 	ID_MNGEXIT,
 
 	/* for index */
-	ID_DPBGN,
-	ID_DPEND,
+	ID_DRIVE,
+	ID_YEAR,
+	ID_DATE,
+	ID_CCN,
+
+	/* for batch-print */
+	ID_LOAD,
+	ID_MANDP,
+	ID_CHECKALL,
+	ID_UNCHECKALL,
+	ID_CLEAR,
+	ID_DELETE,
 };
 
-#endif // __ID_H__