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

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