OSDN Git Service

44592c4bdaf7bf9e1d4af956d914de3722dcf017
[tortoisegit/TortoiseGitJp.git] / TortoiseShell / resource.rc
1 // Microsoft Visual C++ generated resource script.\r
2 //\r
3 #include "resource.h"\r
4 \r
5 #define APSTUDIO_READONLY_SYMBOLS\r
6 /////////////////////////////////////////////////////////////////////////////\r
7 //\r
8 // Generated from the TEXTINCLUDE 2 resource.\r
9 //\r
10 #include "winres.h"\r
11 \r
12 /////////////////////////////////////////////////////////////////////////////\r
13 #undef APSTUDIO_READONLY_SYMBOLS\r
14 \r
15 /////////////////////////////////////////////////////////////////////////////\r
16 // Neutral resources\r
17 \r
18 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)\r
19 #ifdef _WIN32\r
20 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL\r
21 #pragma code_page(1252)\r
22 #endif //_WIN32\r
23 \r
24 /////////////////////////////////////////////////////////////////////////////\r
25 //\r
26 // Icon\r
27 //\r
28 \r
29 // Icon with lowest ID value placed first to ensure application icon\r
30 // remains consistent on all systems.\r
31 IDI_APP                 ICON                    "..\\Resources\\Tortoise.ico"\r
32 IDI_CHECKOUT            ICON                    "..\\Resources\\menucheckout.ico"\r
33 IDI_UPDATE              ICON                    "..\\Resources\\menuupdate.ico"\r
34 IDI_COMMIT              ICON                    "..\\Resources\\menucommit.ico"\r
35 IDI_ADD                 ICON                    "..\\Resources\\menuadd.ico"\r
36 IDI_REVERT              ICON                    "..\\Resources\\menurevert.ico"\r
37 IDI_CLEANUP             ICON                    "..\\Resources\\menucleanup.ico"\r
38 IDI_RESOLVE             ICON                    "..\\Resources\\menuresolve.ico"\r
39 IDI_SWITCH              ICON                    "..\\Resources\\menuswitch.ico"\r
40 IDI_MERGE               ICON                    "..\\Resources\\menumerge.ico"\r
41 IDI_IMPORT              ICON                    "..\\Resources\\menuimport.ico"\r
42 IDI_EXPORT              ICON                    "..\\Resources\\menuexport.ico"\r
43 IDI_COPY                ICON                    "..\\Resources\\menucopy.ico"\r
44 IDI_DELETE              ICON                    "..\\Resources\\menudelete.ico"\r
45 IDI_RENAME              ICON                    "..\\Resources\\menurename.ico"\r
46 IDI_DIFF                ICON                    "..\\Resources\\menucompare.ico"\r
47 IDI_LOG                 ICON                    "..\\Resources\\menulog.ico"\r
48 IDI_ABOUT               ICON                    "..\\Resources\\menuabout.ico"\r
49 IDI_SETTINGS            ICON                    "..\\Resources\\menusettings.ico"\r
50 IDI_CREATEREPOS         ICON                    "..\\Resources\\menucreaterepos.ico"\r
51 IDI_CONFLICT            ICON                    "..\\Resources\\menuconflict.ico"\r
52 IDI_RELOCATE            ICON                    "..\\Resources\\menurelocate.ico"\r
53 IDI_HELP                ICON                    "..\\Resources\\menuhelp.ico"\r
54 IDI_SHOWCHANGED         ICON                    "..\\Resources\\menushowchanged.ico"\r
55 IDI_IGNORE              ICON                    "..\\Resources\\menuignore.ico"\r
56 IDI_REPOBROWSE          ICON                    "..\\Resources\\menurepobrowse.ico"\r
57 IDI_BLAME               ICON                    "..\\Resources\\menublame.ico"\r
58 IDI_PATCH               ICON                    "..\\Resources\\menupatch.ico"\r
59 IDI_CREATEPATCH         ICON                    "..\\Resources\\menudiff.ico"\r
60 IDI_REVISIONGRAPH       ICON                    "..\\Resources\\menurevisiongraph.ico"\r
61 IDI_LOCK                ICON                    "..\\Resources\\menulock.ico"\r
62 IDI_UNLOCK              ICON                    "..\\Resources\\menuunlock.ico"\r
63 IDI_MENUFILE            ICON                    "..\\Resources\\tsvnmenufile.ico"\r
64 IDI_MENUFOLDER          ICON                    "..\\Resources\\tsvnmenufolder.ico"\r
65 IDI_MENULINK            ICON                    "..\\Resources\\tsvnmenulink.ico"\r
66 IDI_MENUMULTIPLE        ICON                    "..\\Resources\\tsvnmenumultiple.ico"\r
67 IDI_PROPERTIES          ICON                    "..\\Resources\\menuproperties.ico"\r
68 IDI_DELUNVERSIONED      ICON                    "..\\Resources\\menudelunversioned.ico"\r
69 IDI_APPSMALL            ICON                    "..\\Resources\\TortoiseSmall.ico"\r
70 IDI_CLIPPASTE           ICON                    "..\\Resources\\clippaste.ico"\r
71 #endif    // Neutral resources\r
72 /////////////////////////////////////////////////////////////////////////////\r
73 \r
74 \r
75 /////////////////////////////////////////////////////////////////////////////\r
76 // English (U.S.) resources\r
77 \r
78 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r
79 #ifdef _WIN32\r
80 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US\r
81 #pragma code_page(1252)\r
82 #endif //_WIN32\r
83 \r
84 /////////////////////////////////////////////////////////////////////////////\r
85 //\r
86 // Dialog\r
87 //\r
88 \r
89 IDD_PROPPAGE DIALOGEX 0, 0, 247, 277\r
90 STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_CAPTION\r
91 CAPTION "Property Page"\r
92 FONT 8, "MS Shell Dlg", 0, 0, 0x1\r
93 BEGIN\r
94     LTEXT           "URL:",IDC_STATIC,4,5,26,8\r
95     EDITTEXT        IDC_REPOURL,30,5,213,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,WS_EX_TRANSPARENT\r
96     LTEXT           "URL:",IDC_ESCAPEDURLLABEL,4,17,26,8\r
97     EDITTEXT        IDC_REPOURLUNESCAPED,29,17,214,14,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER\r
98     LTEXT           "Revision / Author:",IDC_STATIC,4,31,76,8\r
99     EDITTEXT        IDC_REVISION,80,31,40,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,WS_EX_TRANSPARENT\r
100     EDITTEXT        IDC_AUTHOR,120,31,94,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,WS_EX_TRANSPARENT\r
101     LTEXT           "Last commit revision:",IDC_STATIC,4,43,76,8\r
102     EDITTEXT        IDC_CREVISION,80,43,40,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,WS_EX_TRANSPARENT\r
103     EDITTEXT        IDC_CDATE,120,43,123,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,WS_EX_TRANSPARENT\r
104     LTEXT           "Text Status:",IDC_STATIC,4,55,76,8\r
105     EDITTEXT        IDC_TEXTSTATUS,80,55,40,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,WS_EX_TRANSPARENT\r
106     EDITTEXT        IDC_TEXTDATE,120,55,123,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,WS_EX_TRANSPARENT\r
107     LTEXT           "Property Status:",IDC_STATIC,4,67,76,8\r
108     EDITTEXT        IDC_PROPSTATUS,80,67,40,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,WS_EX_TRANSPARENT\r
109     EDITTEXT        IDC_PROPDATE,120,67,123,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,WS_EX_TRANSPARENT\r
110     LTEXT           "Lock owner:",IDC_STATIC,4,79,76,8\r
111     EDITTEXT        IDC_LOCKOWNER,80,79,163,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER\r
112     LTEXT           "Lock creation date:",IDC_STATIC,4,91,76,8\r
113     EDITTEXT        IDC_LOCKDATE,80,90,163,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER\r
114     LTEXT           "Repository UUID:",IDC_STATIC,4,103,76,8\r
115     EDITTEXT        IDC_REPOUUID,80,102,163,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER\r
116     LTEXT           "Changelist:",IDC_STATIC,4,115,76,8\r
117     EDITTEXT        IDC_CHANGELIST,80,114,163,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER\r
118     LTEXT           "Depth:",IDC_STATIC,4,127,76,8\r
119     EDITTEXT        IDC_DEPTHEDIT,80,126,163,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER\r
120     LTEXT           "Checksum:",IDC_STATIC,4,139,76,8\r
121     EDITTEXT        IDC_CHECKSUM,80,138,163,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER\r
122     LTEXT           "locked:",IDC_STATIC,4,151,76,8\r
123     LTEXT           "yes",IDC_LOCKED,80,150,163,8\r
124     LTEXT           "switched:",IDC_STATIC,4,163,76,8\r
125     LTEXT           "yes",IDC_SWITCHED,80,162,163,8\r
126     LTEXT           "copied:",IDC_STATIC,4,175,76,8\r
127     LTEXT           "yes",IDC_COPIED,80,174,163,8\r
128     PUSHBUTTON      "&Properties...",IDC_EDITPROPERTIES,4,191,107,14\r
129     PUSHBUTTON      "Show &log",IDC_SHOWLOG,120,191,123,14\r
130 END\r
131 \r
132 \r
133 #ifdef APSTUDIO_INVOKED\r
134 /////////////////////////////////////////////////////////////////////////////\r
135 //\r
136 // TEXTINCLUDE\r
137 //\r
138 \r
139 1 TEXTINCLUDE \r
140 BEGIN\r
141     "resource.h\0"\r
142 END\r
143 \r
144 2 TEXTINCLUDE \r
145 BEGIN\r
146     "#include ""winres.h""\r\n"\r
147     "\0"\r
148 END\r
149 \r
150 3 TEXTINCLUDE \r
151 BEGIN\r
152     "LANGUAGE 9, 1\r\n"\r
153     "#pragma code_page(1252)\r\n"\r
154     "#include ""resource.rc2""  // non-Microsoft Visual C++ edited resources\r\n"\r
155     "\0"\r
156 END\r
157 \r
158 #endif    // APSTUDIO_INVOKED\r
159 \r
160 \r
161 /////////////////////////////////////////////////////////////////////////////\r
162 //\r
163 // DESIGNINFO\r
164 //\r
165 \r
166 #ifdef APSTUDIO_INVOKED\r
167 GUIDELINES DESIGNINFO \r
168 BEGIN\r
169     IDD_PROPPAGE, DIALOG\r
170     BEGIN\r
171         VERTGUIDE, 4\r
172         VERTGUIDE, 30\r
173         VERTGUIDE, 80\r
174         VERTGUIDE, 120\r
175         VERTGUIDE, 243\r
176     END\r
177 END\r
178 #endif    // APSTUDIO_INVOKED\r
179 \r
180 \r
181 /////////////////////////////////////////////////////////////////////////////\r
182 //\r
183 // String Table\r
184 //\r
185 \r
186 STRINGTABLE \r
187 BEGIN\r
188     IDS_MENUCHECKOUT        "Chec&kout..."\r
189     IDS_MENUUPDATE          "&Update"\r
190     IDS_MENUCOMMIT          "&Commit..."\r
191     IDS_MENUCREATEREPOS     "Create repositor&y here"\r
192     IDS_MENUADD             "&Add..."\r
193     IDS_MENUREVERT          "Re&vert..."\r
194     IDS_MENUCLEANUP         "&Clean up"\r
195     IDS_MENURESOLVE         "Res&olved..."\r
196 END\r
197 \r
198 STRINGTABLE \r
199 BEGIN\r
200     IDS_MENUSWITCH          "S&witch..."\r
201     IDS_MENUMERGE           "&Merge..."\r
202     IDS_MENUBRANCH          "Branch/&tag..."\r
203     IDS_MENUIMPORT          "&Import..."\r
204     IDS_MENUEXPORT          "E&xport..."\r
205     IDS_MENUSETTINGS        "&Settings"\r
206     IDS_MENUABOUT           "A&bout"\r
207     IDS_MENUSUBMENU         "&TortoiseSVN"\r
208     IDS_MENUDESCCHECKOUT    "Check out a working copy from a repository"\r
209     IDS_MENUDESCUPDATE      "Updates the working copy to the current revision"\r
210     IDS_MENUDESCCOMMIT      "Commits your changes to the repository"\r
211     IDS_MENUDESCADD         "Adds file(s) to Subversion control"\r
212     IDS_MENUDESCREVERT      "Reverts all changes you made since the last update"\r
213     IDS_MENUDESCCLEANUP     "Cleanup interrupted operations, locked files, ..."\r
214     IDS_MENUDESCRESOLVE     "Resolves conflicted files"\r
215     IDS_MENUDESCSWITCH      "Switch working copy to another branch / tag"\r
216 END\r
217 \r
218 STRINGTABLE \r
219 BEGIN\r
220     IDS_MENUDESCIMPORT      "Imports the directory to a repository"\r
221     IDS_MENUDESCEXPORT      "Exports a repository to a clean working copy without the svn administrative folders"\r
222     IDS_MENUDESCABOUT       "Shows information about TortoiseSVN"\r
223     IDS_MENUDESCCREATEREPOS "Creates a repository database at the current location"\r
224     IDS_MENUDESCCOPY        "Creates a 'cheap' copy inside the repository used for branches or tagging"\r
225     IDS_MENUDESCMERGE       "Merges a branch into the main trunk"\r
226     IDS_MENUDESCSETTINGS    "Tweak TortoiseSVN"\r
227     IDS_MENUDESCDEFAULT     "no description for this command is available"\r
228     IDS_STATUSNONE          " "\r
229     IDS_STATUSUNVERSIONED   "non-versioned"\r
230     IDS_STATUSNORMAL        "normal"\r
231     IDS_STATUSADDED         "added"\r
232     IDS_STATUSABSENT        "missing"\r
233     IDS_STATUSDELETED       "deleted"\r
234     IDS_STATUSREPLACED      "replaced"\r
235     IDS_STATUSMODIFIED      "modified"\r
236 END\r
237 \r
238 STRINGTABLE \r
239 BEGIN\r
240     IDS_STATUSMERGED        "merged"\r
241     IDS_STATUSCONFLICTED    "conflicted"\r
242     IDS_STATUSOBSTRUCTED    "obstructed"\r
243     IDS_PROPLOCKED          "locked"\r
244     IDS_PROPPROPERTY        "Property"\r
245     IDS_PROPVALUE           "Value"\r
246     IDS_MENURENAME          "Re&name..."\r
247     IDS_MENUDESCRENAME      "Renames files / folders inside version control"\r
248     IDS_MENUREMOVE          "&Delete"\r
249     IDS_MENUDESCREMOVE      "Deletes files / folders from version control"\r
250     IDS_MENUUPDATEEXT       "&Update to revision..."\r
251     IDS_MENUDESCUPDATEEXT   "Updates the working copy to a specific revision"\r
252     IDS_COLTITLESTATUS      "SVN Status"\r
253     IDS_COLDESCSTATUS       "Status of item in SVN"\r
254     IDS_COLTITLEREV         "SVN Revision"\r
255     IDS_COLDESCREV          "Last saved revision of item"\r
256 END\r
257 \r
258 STRINGTABLE \r
259 BEGIN\r
260     IDS_MENUSHOWCHANGED     "Check for modi&fications"\r
261     IDS_MENUDESCSHOWCHANGED "Shows all files which were changed since the last update, locally and in the repository"\r
262     IDS_MENUIGNORE          "Add to &ignore list"\r
263     IDS_MENUDESCIGNORE      "Adds the selected file(s) or the filemask to the 'ignore' list"\r
264     IDS_STATUSINCOMPLETE    "incomplete"\r
265     IDS_STATUSIGNORED       "ignored"\r
266     IDS_DROPCOPYMENU        "SVN Copy versioned item(s) here"\r
267     IDS_PROPWAITCANCEL      "Please wait while cancelling..."\r
268     IDS_SETPROPTITLE        "Setting properties..."\r
269     IDS_MENUREPOBROWSE      "&Repo-browser"\r
270     IDS_MENUDESCREPOBROWSE  "Opens the repository browser to tweak the repository online"\r
271     IDS_MENUBLAME           "&Blame..."\r
272     IDS_STATUSEXTERNAL      "external"\r
273     IDS_MENUDESCBLAME       "Blames each line of a file on an author"\r
274     IDS_MENUCREATEPATCH     "Create &patch..."\r
275     IDS_MENUAPPLYPATCH      "Apply &patch..."\r
276 END\r
277 \r
278 STRINGTABLE \r
279 BEGIN\r
280     IDS_MENUDIFF            "&Diff"\r
281     IDS_MENUDESCDIFF        "Compares the file with the last committed revision to show you the changes you made"\r
282     IDS_DROPCOPYADDMENU     "SVN Copy and add files to this WC"\r
283     IDS_DROPMOVEMENU        "SVN Move versioned item(s) here"\r
284     IDS_MENULOG             "Show &log"\r
285     IDS_MENUDESCLOG         "Shows the log for the selected file / folder"\r
286     IDS_COLTITLEURL         "SVN URL"\r
287     IDS_COLDESCURL          "URL of Subversion items"\r
288     IDS_COLTITLESHORTURL    "SVN short URL"\r
289     IDS_COLDESCSHORTURL     "Short URL of Subversion items"\r
290     IDS_MENUCONFLICT        "&Edit conflicts"\r
291     IDS_MENUDESCCONFLICT    "Launches the external diff / merge program to solve the conflicts"\r
292     IDS_MENURELOCATE        "Relo&cate..."\r
293     IDS_MENUDESCRELOCATE    "Use this if the URL of the repository has changed"\r
294     IDS_MENUHELP            "&Help"\r
295     IDS_MENUDESCHELP        "Read the 'Daily Use Guide' before you are stuck..."\r
296 END\r
297 \r
298 STRINGTABLE \r
299 BEGIN\r
300     IDS_MENUDESCCREATEPATCH "Creates a unified diff file with all changes you made"\r
301     IDS_MENUDESCAPPLYPATCH  "Applies a unified diff file to the working copy"\r
302     IDS_MENUMERGEALL        "Merge reintegrate..."\r
303     IDS_MENUDESCMERGEALL    "Merges all missing revisions back into the working copy using merge-tracking information"\r
304     IDS_MENUUNDOADD         "Undo Add.."\r
305     IDS_MENUDESCUNDOADD     "Reverts an addition to version control"\r
306     IDS_MENUPREVDIFF        "&Diff with previous version"\r
307     IDS_MENUDESCPREVDIFF    "Diffs the working copy file with the one before the last commit."\r
308     IDS_COLTITLEMIMETYPE    "SVN mime-type"\r
309     IDS_COLDESCMIMETYPE     "Shows the mime type of the versioned file"\r
310     IDS_DROPEXPORTMENU      "SVN Export versioned items here"\r
311     IDS_DROPEXPORTEXTENDEDMENU "SVN Export all items here"\r
312     IDS_MENUIGNOREMULTIPLEMASK "Ignore items by &extension"\r
313 END\r
314 \r
315 STRINGTABLE \r
316 BEGIN\r
317     IDS_MENUCLIPPASTE       "&Paste"\r
318     IDS_MENUDESCCLIPPASTE   "Pastes the svn path from the clipboard, resulting in a move (cut) or copy operation"\r
319     IDS_ERR_PROPNOTONFILE   "This property is only allowed on folders, not files."\r
320     IDS_MENUIGNOREMULTIPLE  "&Ignore %d items by name"\r
321     IDS_ERR_PROPNOMULTILINE "This property must not have multiple lines. Only one line is allowed."\r
322     IDS_MENUREVISIONGRAPH   "Revision &graph"\r
323     IDS_MENUDESCREVISIONGRAPH \r
324                             "Shows a graphical representation of copies/tags/branches"\r
325     IDS_MENUUNIGNORE        "Remove from &ignore list"\r
326     IDS_MENUDESCUNIGNORE    "Removes the file or filemask from the list of ignored items"\r
327 END\r
328 \r
329 STRINGTABLE \r
330 BEGIN\r
331     IDS_DROPMOVERENAMEMENU  "SVN Move and rename versioned item here"\r
332     IDS_MENUPROPERTIES      "Properties"\r
333     IDS_MENUDESCPROPERTIES  "Manage Subversion properties"\r
334     IDS_COLTITLEEOLSTYLE    "SVN eol-style"\r
335     IDS_COLDESCEOLSTYLE     "Shows the eol-style property value"\r
336     IDS_MENUURLDIFF         "&Diff with URL"\r
337     IDS_MENUDESCURLDIFF     "Compares the selected file with a file in the repository"\r
338     IDS_PROPBIN             "(binary value)"\r
339     IDS_MENUDELUNVERSIONED  "Delete unversioned items..."\r
340     IDS_MENUDESCDELUNVERSIONED "Removes all unversioned and ignored items"\r
341     IDS_MENUREMOVEKEEP      "&Delete (keep local)"\r
342 END\r
343 \r
344 STRINGTABLE \r
345 BEGIN\r
346     IDS_MENU_LOCK           "Get loc&k..."\r
347     IDS_MENU_UNLOCK         "Release loc&k"\r
348     IDS_MENUDESC_LOCK       "Locks a file for other users and makes it editable by you."\r
349     IDS_MENUDESC_UNLOCK     "Releases locks on files so other users can edit them again."\r
350     IDS_MENU_UNLOCKFORCE    "Break loc&k"\r
351     IDS_MENUDESC_UNLOCKFORCE \r
352                             "Releases locks even if you're not the owner of the locks (breaks them)."\r
353     IDS_MENU_LOCKFORCE      "Steal loc&k"\r
354     IDS_COLTITLEOWNER       "SVN Local lock owner"\r
355     IDS_COLDESCOWNER        "The user who owns the lock of the file"\r
356     IDS_DROPCOPYRENAMEMENU  "SVN Copy and rename versioned item here"\r
357     IDS_COLTITLEAUTHOR      "SVN Author"\r
358     IDS_COLDESCAUTHOR       "The user who did the last commit"\r
359     IDS_FILEPROPONFOLDER    "You can't set this property on folders, only on files!\nIf you want to set it on all files within that folder,\nyou must activate the 'recursive' checkbox."\r
360     IDS_PROPSNOTSAVED       "You have modified properties without saving them first.\nDo you want to save them now?"\r
361     IDS_MENUADDASREPLACEMENT "Add (as replacement)..."\r
362 END\r
363 \r
364 STRINGTABLE \r
365 BEGIN\r
366     IDS_MENUDESCREMOVEKEEP  "Deletes files / folders from version control but keeps the file"\r
367     IDS_YES                 "yes"\r
368     IDS_NO                  "no"\r
369 END\r
370 \r
371 STRINGTABLE \r
372 BEGIN\r
373     IDS_SVN_DEPTH_INFINITE  "Fully recursive"\r
374     IDS_SVN_DEPTH_IMMEDIATE "Immediate children, including folders"\r
375     IDS_SVN_DEPTH_FILES     "Only file children"\r
376     IDS_SVN_DEPTH_EMPTY     "Only this item"\r
377 END\r
378 \r
379 STRINGTABLE \r
380 BEGIN\r
381     IDS_SVN_DEPTH_UNKNOWN   "Unknown depth"\r
382     IDS_SVN_DEPTH_WORKING   "Working copy"\r
383 END\r
384 \r
385 #endif    // English (U.S.) resources\r
386 /////////////////////////////////////////////////////////////////////////////\r
387 \r
388 \r
389 \r
390 #ifndef APSTUDIO_INVOKED\r
391 /////////////////////////////////////////////////////////////////////////////\r
392 //\r
393 // Generated from the TEXTINCLUDE 3 resource.\r
394 //\r
395 LANGUAGE 9, 1\r
396 #pragma code_page(1252)\r
397 #include "resource.rc2"  // non-Microsoft Visual C++ edited resources\r
398 \r
399 /////////////////////////////////////////////////////////////////////////////\r
400 #endif    // not APSTUDIO_INVOKED\r
401 \r