Merge "[WK2] Revert patch / set a limit of layer count and atlas size." into 2.0_beta
[framework/web/webkit-efl.git] / Tools / WinLauncher / WinLauncher.rc
1 // Microsoft Visual C++ generated resource script.
2 //
3 #include "resource.h"
4
5 #define APSTUDIO_READONLY_SYMBOLS
6 /////////////////////////////////////////////////////////////////////////////
7 //
8 // Generated from the TEXTINCLUDE 2 resource.
9 //
10 #define APSTUDIO_HIDDEN_SYMBOLS
11 #include "windows.h"
12 #undef APSTUDIO_HIDDEN_SYMBOLS
13
14 /////////////////////////////////////////////////////////////////////////////
15 #undef APSTUDIO_READONLY_SYMBOLS
16
17 /////////////////////////////////////////////////////////////////////////////
18 // English (U.S.) resources
19
20 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
21 #ifdef _WIN32
22 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
23 #pragma code_page(1252)
24 #endif //_WIN32
25
26 /////////////////////////////////////////////////////////////////////////////
27 //
28 // Icon
29 //
30
31 // Icon with lowest ID value placed first to ensure application icon
32 // remains consistent on all systems.
33 IDI_WINLAUNCHER         ICON                    "WinLauncher.ico"
34 IDI_SMALL               ICON                    "small.ico"
35
36 /////////////////////////////////////////////////////////////////////////////
37 //
38 // Menu
39 //
40
41 IDC_WINLAUNCHER MENU 
42 BEGIN
43     POPUP "&File"
44     BEGIN
45         MENUITEM "&Print\tCtrl-P",              IDM_PRINT
46         MENUITEM "E&xit",                       IDM_EXIT
47     END
48     POPUP "&Help"
49     BEGIN
50         MENUITEM "&About ...",                  IDM_ABOUT
51     END
52 END
53
54
55 /////////////////////////////////////////////////////////////////////////////
56 //
57 // Accelerator
58 //
59
60 IDC_WINLAUNCHER ACCELERATORS 
61 BEGIN
62     "?",            IDM_ABOUT,              ASCII,  ALT
63     "/",            IDM_ABOUT,              ASCII,  ALT
64 END
65
66
67 /////////////////////////////////////////////////////////////////////////////
68 //
69 // Dialog
70 //
71
72 IDD_ABOUTBOX DIALOGEX 22, 17, 230, 75
73 STYLE DS_SETFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
74 CAPTION "About"
75 FONT 8, "System", 0, 0, 0x0
76 BEGIN
77     ICON            IDI_WINLAUNCHER,IDC_MYICON,14,9,20,20
78     LTEXT           "WinLauncher Version 1.2",IDC_STATIC,49,10,119,8,SS_NOPREFIX
79     LTEXT           "Copyright (C) 2009",IDC_STATIC,49,20,119,8
80     DEFPUSHBUTTON   "OK",IDOK,195,6,30,11,WS_GROUP
81 END
82
83
84 #ifdef APSTUDIO_INVOKED
85 /////////////////////////////////////////////////////////////////////////////
86 //
87 // TEXTINCLUDE
88 //
89
90 1 TEXTINCLUDE 
91 BEGIN
92     "resource.h\0"
93 END
94
95 2 TEXTINCLUDE 
96 BEGIN
97     "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
98     "#include ""windows.h""\r\n"
99     "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
100     "\0"
101 END
102
103 3 TEXTINCLUDE 
104 BEGIN
105     "\r\n"
106     "\0"
107 END
108
109 #endif    // APSTUDIO_INVOKED
110
111
112 /////////////////////////////////////////////////////////////////////////////
113 //
114 // String Table
115 //
116
117 STRINGTABLE 
118 BEGIN
119     IDS_APP_TITLE           "WinLauncher"
120     IDC_WINLAUNCHER         "WINLAUNCHER"
121 END
122
123 #endif    // English (U.S.) resources
124 /////////////////////////////////////////////////////////////////////////////
125
126
127
128 #ifndef APSTUDIO_INVOKED
129 /////////////////////////////////////////////////////////////////////////////
130 //
131 // Generated from the TEXTINCLUDE 3 resource.
132 //
133
134
135 /////////////////////////////////////////////////////////////////////////////
136 #endif    // not APSTUDIO_INVOKED
137