source: trunk/Utilities/FileMappingVirtualAddress/FileMappingVirtualAddress.rc @ 937

Last change on this file since 937 was 42, checked in by roman, 12 years ago
File size: 6.9 KB
Line 
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#include "winres.h"
11#include "atlres.h"
12#include "rores.rc"
13
14/////////////////////////////////////////////////////////////////////////////
15#undef APSTUDIO_READONLY_SYMBOLS
16
17/////////////////////////////////////////////////////////////////////////////
18// English (United States) resources
19
20#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
21LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
22#pragma code_page(1252)
23
24#ifdef APSTUDIO_INVOKED
25/////////////////////////////////////////////////////////////////////////////
26//
27// TEXTINCLUDE
28//
29
301 TEXTINCLUDE
31BEGIN
32    "resource.h\0"
33END
34
352 TEXTINCLUDE
36BEGIN
37    "#include ""winres.h""\r\n"
38    "#include ""atlres.h""\r\n"
39    "#include ""rores.rc""\r\0"
40END
41
423 TEXTINCLUDE
43BEGIN
44    "//1 TYPELIB ""FileMappingVirtualAddress.tlb\0"
45END
46
47#endif    // APSTUDIO_INVOKED
48
49
50/////////////////////////////////////////////////////////////////////////////
51//
52// Dialog
53//
54
55IDD_MAIN DIALOGEX 0, 0, 297, 239
56STYLE DS_SETFONT | WS_MINIMIZEBOX | WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
57CAPTION "File Mapping Virtual Address"
58FONT 8, "MS Sans Serif", 0, 0, 0x0
59BEGIN
60    CONTROL         "",IDC_MAIN_LIST,"SysListView32",LVS_REPORT | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,6,6,228,227
61    PUSHBUTTON      "Close",IDCANCEL,241,6,50,14
62END
63
64
65/////////////////////////////////////////////////////////////////////////////
66//
67// DESIGNINFO
68//
69
70#ifdef APSTUDIO_INVOKED
71GUIDELINES DESIGNINFO
72BEGIN
73    IDD_MAIN, DIALOG
74    BEGIN
75        LEFTMARGIN, 6
76        RIGHTMARGIN, 291
77        TOPMARGIN, 6
78        BOTTOMMARGIN, 233
79    END
80END
81#endif    // APSTUDIO_INVOKED
82
83
84/////////////////////////////////////////////////////////////////////////////
85//
86// Version
87//
88
89VS_VERSION_INFO VERSIONINFO
90 FILEVERSION  1, 0, 0, 47
91 PRODUCTVERSION 1,0,0,1
92 FILEFLAGSMASK 0x3fL
93#ifdef _DEBUG
94 FILEFLAGS 0x1L
95#else
96 FILEFLAGS 0x0L
97#endif
98 FILEOS 0x4L
99 FILETYPE 0x2L
100 FILESUBTYPE 0x0L
101BEGIN
102    BLOCK "StringFileInfo"
103    BEGIN
104        BLOCK "040904e4"
105        BEGIN
106            VALUE "CompanyName", "Alax.Info"
107            VALUE "Created By", "Roman Ryltsov <roman@alax.info>"
108            VALUE "FileDescription", "File Mapping Virtual Address Sample Application"
109            VALUE "FileVersion",  "1, 0, 0, 47\0"
110            VALUE "InternalName", "FileMappingVirtualAddress"
111            VALUE "LegalCopyright", "Copyright © Alax.Info, Roman Ryltsov, 2010"
112            VALUE "OriginalFilename", "FileMappingVirtualAddress.exe"
113            VALUE "ProductName", "File Mapping Virtual Address Sample Application"
114            VALUE "ProductVersion", "1.0.0.1"
115        END
116    END
117    BLOCK "VarFileInfo"
118    BEGIN
119        VALUE "Translation", 0x409, 1252
120    END
121END
122
123
124/////////////////////////////////////////////////////////////////////////////
125//
126// String Table
127//
128
129STRINGTABLE
130BEGIN
131    ID_FILE_NEW             "Create a new document\nNew"
132    ID_FILE_OPEN            "Open an existing document\nOpen"
133    ID_FILE_CLOSE           "Close the active document\nClose"
134    ID_FILE_SAVE            "Save the active document\nSave"
135    ID_FILE_SAVE_AS         "Save the active document with a new name\nSave As"
136    ID_FILE_PAGE_SETUP      "Change the printing options\nPage Setup"
137    ID_FILE_PRINT_SETUP     "Change the printer and printing options\nPrint Setup"
138    ID_FILE_PRINT           "Print the active document\nPrint"
139    ID_FILE_PRINT_PREVIEW   "Display full pages\nPrint Preview"
140END
141
142STRINGTABLE
143BEGIN
144    ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
145    ID_APP_EXIT             "Quit the application; prompts to save documents\nExit"
146END
147
148STRINGTABLE
149BEGIN
150    ID_NEXT_PANE            "Switch to the next window pane\nNext Pane"
151    ID_PREV_PANE            "Switch back to the previous window pane\nPrevious Pane"
152END
153
154STRINGTABLE
155BEGIN
156    ID_WINDOW_NEW           "Open another window for the active document\nNew Window"
157    ID_WINDOW_ARRANGE       "Arrange icons at the bottom of the window\nArrange Icons"
158    ID_WINDOW_CASCADE       "Arrange windows so they overlap\nCascade Windows"
159    ID_WINDOW_TILE_HORZ     "Arrange windows as non-overlapping tiles\nTile Windows"
160    ID_WINDOW_TILE_VERT     "Arrange windows as non-overlapping tiles\nTile Windows"
161    ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
162END
163
164STRINGTABLE
165BEGIN
166    ID_EDIT_CLEAR           "Erase the selection\nErase"
167    ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"
168    ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"
169    ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"
170    ID_EDIT_FIND            "Find the specified text\nFind"
171    ID_EDIT_PASTE           "Insert Clipboard contents\nPaste"
172    ID_EDIT_REPEAT          "Repeat the last action\nRepeat"
173    ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"
174    ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"
175    ID_EDIT_UNDO            "Undo the last action\nUndo"
176    ID_EDIT_REDO            "Redo the previously undone action\nRedo"
177END
178
179STRINGTABLE
180BEGIN
181    ATL_IDS_SCSIZE          "Change the window size"
182    ATL_IDS_SCMOVE          "Change the window position"
183    ATL_IDS_SCMINIMIZE      "Reduce the window to an icon"
184    ATL_IDS_SCMAXIMIZE      "Enlarge the window to full size"
185    ATL_IDS_SCNEXTWINDOW    "Switch to the next document window"
186    ATL_IDS_SCPREVWINDOW    "Switch to the previous document window"
187    ATL_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
188END
189
190STRINGTABLE
191BEGIN
192    ATL_IDS_SCRESTORE       "Restore the window to normal size"
193    ATL_IDS_SCTASKLIST      "Activate Task List"
194    ATL_IDS_MDICHILD        "Activate this window"
195END
196
197STRINGTABLE
198BEGIN
199    ATL_IDS_IDLEMESSAGE     "Ready"
200END
201
202STRINGTABLE
203BEGIN
204    ATL_IDS_MRU_FILE        "Open this document"
205END
206
207STRINGTABLE
208BEGIN
209    IDS_PROJNAME            "FileMappingVirtualAddress"
210END
211
212STRINGTABLE
213BEGIN
214    IDC_MAIN_LIST           "v, 1\nx, 0x00000424, 0x00000424\nc, Data, 150\nc, Size, 60\n"
215END
216
217#endif    // English (United States) resources
218/////////////////////////////////////////////////////////////////////////////
219
220
221
222#ifndef APSTUDIO_INVOKED
223/////////////////////////////////////////////////////////////////////////////
224//
225// Generated from the TEXTINCLUDE 3 resource.
226//
227//1 TYPELIB "FileMappingVirtualAddress.tlb
228/////////////////////////////////////////////////////////////////////////////
229#endif    // not APSTUDIO_INVOKED
230
Note: See TracBrowser for help on using the repository browser.