source: trunk/Utilities/LogicalProcessorInformation/Module.rc @ 937

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