widget/windows/widget.rc

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/widget/windows/widget.rc	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,30 @@
     1.4 +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
     1.5 + */
     1.6 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.7 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.8 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.9 +
    1.10 +#include "resource.h"
    1.11 +#include <winresrc.h>
    1.12 +#include <dlgs.h>
    1.13 +
    1.14 +IDC_GRAB                CURSOR  DISCARDABLE     "res/grab.cur"
    1.15 +IDC_GRABBING            CURSOR  DISCARDABLE     "res/grabbing.cur"
    1.16 +IDC_CELL                CURSOR  DISCARDABLE     "res/cell.cur"
    1.17 +IDC_COPY                CURSOR  DISCARDABLE     "res/copy.cur"
    1.18 +IDC_ALIAS               CURSOR  DISCARDABLE     "res/aliasb.cur"
    1.19 +IDC_ZOOMIN              CURSOR  DISCARDABLE     "res/zoom_in.cur"
    1.20 +IDC_ZOOMOUT             CURSOR  DISCARDABLE     "res/zoom_out.cur"
    1.21 +IDC_COLRESIZE           CURSOR  DISCARDABLE     "res/col_resize.cur"
    1.22 +IDC_ROWRESIZE           CURSOR  DISCARDABLE     "res/row_resize.cur"
    1.23 +IDC_VERTICALTEXT        CURSOR  DISCARDABLE     "res/vertical_text.cur"
    1.24 +IDC_NONE                CURSOR  DISCARDABLE     "res/none.cur"
    1.25 +
    1.26 +OPTPROPSHEET DIALOG DISCARDABLE  32, 32, 288, 226
    1.27 +STYLE DS_MODALFRAME | DS_3DLOOK | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | 
    1.28 +    WS_CAPTION | WS_SYSMENU
    1.29 +CAPTION "Options"
    1.30 +FONT 8, "MS Sans Serif"
    1.31 +BEGIN
    1.32 +
    1.33 +END

mercurial