source: trunk/Utilities/Miscellaneous/AtlChildDialog/AtlChildDialog.rc @ 157

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