summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webkit_resources.rc
blob: e39ee759cda14f1e239165ef472a8a8e349a7170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
// Resources used by webkit/*.
//
// Paths in this file are relative to SolutionDir.

#ifdef APSTUDIO_INVOKED
  #error // Don't open in the Visual Studio resource editor!
#endif //APSTUDIO_INVOKED

#include <winuser.h>
#include "webkit\\glue\\webkit_resources.h"

/////////////////////////////////////////////////////////////////////////////
//
// data resources
//

IDR_BROKENIMAGE            BINDATA "webkit\\glue\\resources\\broken-image.gif"
IDR_TICKMARK_DASH          BINDATA "webkit\\glue\\resources\\dash.png"
IDR_FEED_PREVIEW           BINDATA "webkit\\glue\\resources\\feed.html"
IDR_PAN_SCROLL_ICON        BINDATA "webkit\\glue\\resources\\pan_icon.png"
IDR_TEXTAREA_RESIZER       BINDATA "webkit\\glue\\resources\\textarea_resize_corner.png"

/////////////////////////////////////////////////////////////////////////////
//
// Cursor
//

IDC_ALIAS               CURSOR    "webkit\\glue\\resources\\aliasb.cur"
IDC_CELL                CURSOR    "webkit\\glue\\resources\\cell.cur"
IDC_COLRESIZE           CURSOR    "webkit\\glue\\resources\\col_resize.cur"
IDC_COPYCUR             CURSOR    "webkit\\glue\\resources\\copy.cur"
IDC_ROWRESIZE           CURSOR    "webkit\\glue\\resources\\row_resize.cur"
IDC_VERTICALTEXT        CURSOR    "webkit\\glue\\resources\\vertical_text.cur"
IDC_ZOOMIN              CURSOR    "webkit\\glue\\resources\\zoom_in.cur"
IDC_ZOOMOUT             CURSOR    "webkit\\glue\\resources\\zoom_out.cur"
IDC_PAN_MIDDLE          CURSOR    "webkit\\glue\\resources\\pan_middle.cur"
IDC_PAN_NORTH           CURSOR    "webkit\\glue\\resources\\pan_north.cur"
IDC_PAN_NORTH_EAST      CURSOR    "webkit\\glue\\resources\\pan_north_east.cur"
IDC_PAN_EAST            CURSOR    "webkit\\glue\\resources\\pan_east.cur"
IDC_PAN_SOUTH_EAST      CURSOR    "webkit\\glue\\resources\\pan_south_east.cur"
IDC_PAN_SOUTH           CURSOR    "webkit\\glue\\resources\\pan_south.cur"
IDC_PAN_SOUTH_WEST      CURSOR    "webkit\\glue\\resources\\pan_south_west.cur"
IDC_PAN_WEST            CURSOR    "webkit\\glue\\resources\\pan_west.cur"
IDC_PAN_NORTH_WEST      CURSOR    "webkit\\glue\\resources\\pan_north_west.cur"

/////////////////////////////////////////////////////////////////////////////
//
// Dialog template for the plugin installation dialog.
//
IDD_DEFAULT_PLUGIN_INSTALL_DIALOG DIALOGEX 0, 0, 240, 130
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Plug-in Needed"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
    DEFPUSHBUTTON   "",IDB_GET_THE_PLUGIN,32,100,81,14
    PUSHBUTTON      "",IDCANCEL,133,100,74,14
    LTEXT           "",IDC_PLUGIN_INSTALL_CONFIRMATION_LABEL,17,50,204,27
END


/////////////////////////////////////////////////////////////////////////////
//
// Icon used by the default plugin window.
//
IDI_DEFAULT_PLUGIN_ICON            ICON             "webkit\\default_plugin\\default_plugin.ico"