summaryrefslogtreecommitdiff
path: root/plugins/Actman/i_cnst_database.inc
blob: 0727d68451ad69559e5ab2ee6de3aa1bfe1b1080 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{resource constants}
const
  IDC_RW_READ       = 2601;
  IDC_RW_WRITE      = 2602;
  IDC_RW_DELETE     = 2603;
  IDC_RW_MODULE     = 2606;
  IDC_RW_SETTING    = 2608;
  IDC_RW_VALUE      = 2610;
  IDC_RW_DATATYPE   = 2611;

  IDC_CONTACTTYPE   = 2614;

  IDC_RW_LAST       = 2620;
  IDC_RW_SAVE       = 2621;

  IDC_CONTACTLIST   = 2141;
  IDC_CNT_REFRESH   = 2142;