widget/windows/resource.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/widget/windows/resource.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
     1.5 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.8 +#define IDC_GRAB                        4101
     1.9 +#define IDC_GRABBING                    4102
    1.10 +#define IDC_CELL                        4103
    1.11 +#define IDC_COPY                        4104
    1.12 +#define IDC_ALIAS                       4105
    1.13 +#define IDC_ZOOMIN                      4106
    1.14 +#define IDC_ZOOMOUT                     4107
    1.15 +#define IDC_COLRESIZE                   4108
    1.16 +#define IDC_ROWRESIZE                   4109
    1.17 +#define IDC_VERTICALTEXT                4110
    1.18 +#define IDC_DUMMY_CE_MENUBAR            4111
    1.19 +#define IDC_NONE                        4112

mercurial