mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
34 lines
1.2 KiB
C
34 lines
1.2 KiB
C
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
#define IDC_BASE 4100
|
|
|
|
#define IDC_SELECTANCHOR 4100
|
|
#define IDC_GRAB 4101
|
|
#define IDC_GRABBING 4102
|
|
#define IDC_CELL 4103
|
|
#define IDC_COPY 4104
|
|
#define IDC_ALIAS 4105
|
|
#define IDC_ZOOMIN 4106
|
|
#define IDC_ZOOMOUT 4107
|
|
#define IDC_COLRESIZE 4108
|
|
#define IDC_ROWRESIZE 4109
|
|
#define IDC_VERTICALTEXT 4110
|
|
#define IDC_NONE 4112
|
|
|
|
/* OS/2 specific */
|
|
#define IDC_ARROWWAIT 4113
|
|
#define IDC_CROSS 4114
|
|
#define IDC_HELP 4115
|
|
|
|
#define IDC_COUNT IDC_HELP-IDC_BASE+1
|
|
|
|
/* drag & drop icons */
|
|
#define IDC_DNDBASE 4150
|
|
#define IDC_DNDURL 4150
|
|
#define IDC_DNDTEXT 4151
|
|
|
|
#define IDC_DNDCOUNT IDC_DNDTEXT-IDC_DNDBASE+1
|
|
|