forked from OpenTM2/opentm2-source
-
Notifications
You must be signed in to change notification settings - Fork 1
/
EQFUTCLB.ID
executable file
·22 lines (21 loc) · 1.29 KB
/
EQFUTCLB.ID
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*+----------------------------------------------------------------------------+
| EQFUTCLB.ID - IDs for the select view details option dialog |
+----------------------------------------------------------------------------+
| Copyright Notice: |
| |
| Copyright (C) 1990-2016, International Business Machines |
| Corporation and others. All rights reserved |
+----------------------------------------------------------------------------+
*/
#define ID_SELVIEW_AVAIL_LB ID_SELVIEW_DLG + 1
#define ID_SELVIEW_SELECT_LB ID_SELVIEW_DLG + 2
#define ID_SELVIEW_CLEAR_PB ID_SELVIEW_DLG + 5
#define ID_SELVIEW_VIEW_PB ID_SELVIEW_DLG + 6
#define ID_SELVIEW_CANCEL_PB ID_SELVIEW_DLG + 7
#define ID_SELVIEW_HELP_PB ID_SELVIEW_DLG + 8
#define ID_SELVIEW_SELECT_PB ID_SELVIEW_DLG + 9
#define ID_SELVIEW_DESELECT_PB ID_SELVIEW_DLG + 10
#define ID_SELVIEW_UP_PB ID_SELVIEW_DLG + 11
#define ID_SELVIEW_DOWN_PB ID_SELVIEW_DLG + 12
#define ID_SELVIEW_LOADDEF_PB ID_SELVIEW_DLG + 13
#define ID_SELVIEW_SAVEDEF_PB ID_SELVIEW_DLG + 144