source: trunk/Utilities/Control/OptionTreeView/OptionTreeView.rc @ 937

Last change on this file since 937 was 192, checked in by roman, 11 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    "\0"
45END
46
47#endif    // APSTUDIO_INVOKED
48
49
50/////////////////////////////////////////////////////////////////////////////
51//
52// Dialog
53//
54
55IDD_MAIN DIALOGEX 0, 0, 279, 234
56STYLE DS_SETFONT | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
57CAPTION "OptionTreeView"
58FONT 8, "MS Sans Serif", 0, 0, 0x0
59BEGIN
60    CONTROL         "",IDC_TREE,"SysTreeView32",TVS_LINESATROOT | TVS_SHOWSELALWAYS | TVS_INFOTIP | WS_BORDER | WS_HSCROLL | WS_TABSTOP,6,6,210,222
61    PUSHBUTTON      "Close",IDCANCEL,222,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, 7
76        RIGHTMARGIN, 272
77        TOPMARGIN, 7
78        BOTTOMMARGIN, 227
79    END
80END
81#endif    // APSTUDIO_INVOKED
82
83
84/////////////////////////////////////////////////////////////////////////////
85//
86// Version
87//
88
89VS_VERSION_INFO VERSIONINFO
90 FILEVERSION  1, 0, 0, 359
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 "040904B0"
105        BEGIN
106            VALUE "CompanyName", "Alax.Info"
107            VALUE "Created By", "Roman Ryltsov <roman@alax.info>"
108            VALUE "FileDescription", "Windows Media Codec List Utility"
109            VALUE "FileVersion",  "1, 0, 0, 359\0"
110            VALUE "InternalName", "OptionTreeView"
111            VALUE "LegalCopyright", "Copyright © Alax.Info, Roman Ryltsov, 2008-2013"
112            VALUE "OriginalFilename", "OptionTreeView.exe"
113            VALUE "ProductName", "Windows Media Codec List Utility"
114            VALUE "ProductVersion", "1, 0, 0, 1"
115        END
116    END
117    BLOCK "VarFileInfo"
118    BEGIN
119        VALUE "Translation", 0x409, 1200
120    END
121END
122
123
124/////////////////////////////////////////////////////////////////////////////
125//
126// Bitmap
127//
128
129IDB_OPTIONTREEVIEW      BITMAP                  "OptionTreeView-A.bmp"
130
131/////////////////////////////////////////////////////////////////////////////
132//
133// String Table
134//
135
136STRINGTABLE
137BEGIN
138    IDR_MAINFRAME           "OptionTreeView"
139END
140
141STRINGTABLE
142BEGIN
143    ID_FILE_NEW             "Create a new document\nNew"
144    ID_FILE_OPEN            "Open an existing document\nOpen"
145    ID_FILE_CLOSE           "Close the active document\nClose"
146    ID_FILE_SAVE            "Save the active document\nSave"
147    ID_FILE_SAVE_AS         "Save the active document with a new name\nSave As"
148    ID_FILE_PAGE_SETUP      "Change the printing options\nPage Setup"
149    ID_FILE_PRINT_SETUP     "Change the printer and printing options\nPrint Setup"
150    ID_FILE_PRINT           "Print the active document\nPrint"
151    ID_FILE_PRINT_PREVIEW   "Display full pages\nPrint Preview"
152END
153
154STRINGTABLE
155BEGIN
156    ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
157    ID_APP_EXIT             "Quit the application; prompts to save documents\nExit"
158END
159
160STRINGTABLE
161BEGIN
162    ID_NEXT_PANE            "Switch to the next window pane\nNext Pane"
163    ID_PREV_PANE            "Switch back to the previous window pane\nPrevious Pane"
164END
165
166STRINGTABLE
167BEGIN
168    ID_WINDOW_NEW           "Open another window for the active document\nNew Window"
169    ID_WINDOW_ARRANGE       "Arrange icons at the bottom of the window\nArrange Icons"
170    ID_WINDOW_CASCADE       "Arrange windows so they overlap\nCascade Windows"
171    ID_WINDOW_TILE_HORZ     "Arrange windows as non-overlapping tiles\nTile Windows"
172    ID_WINDOW_TILE_VERT     "Arrange windows as non-overlapping tiles\nTile Windows"
173    ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
174END
175
176STRINGTABLE
177BEGIN
178    ID_EDIT_CLEAR           "Erase the selection\nErase"
179    ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"
180    ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"
181    ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"
182    ID_EDIT_FIND            "Find the specified text\nFind"
183    ID_EDIT_PASTE           "Insert Clipboard contents\nPaste"
184    ID_EDIT_REPEAT          "Repeat the last action\nRepeat"
185    ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"
186    ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"
187    ID_EDIT_UNDO            "Undo the last action\nUndo"
188    ID_EDIT_REDO            "Redo the previously undone action\nRedo"
189END
190
191STRINGTABLE
192BEGIN
193    ATL_IDS_SCSIZE          "Change the window size"
194    ATL_IDS_SCMOVE          "Change the window position"
195    ATL_IDS_SCMINIMIZE      "Reduce the window to an icon"
196    ATL_IDS_SCMAXIMIZE      "Enlarge the window to full size"
197    ATL_IDS_SCNEXTWINDOW    "Switch to the next document window"
198    ATL_IDS_SCPREVWINDOW    "Switch to the previous document window"
199    ATL_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
200END
201
202STRINGTABLE
203BEGIN
204    ATL_IDS_SCRESTORE       "Restore the window to normal size"
205    ATL_IDS_SCTASKLIST      "Activate Task List"
206    ATL_IDS_MDICHILD        "Activate this window"
207END
208
209STRINGTABLE
210BEGIN
211    ATL_IDS_IDLEMESSAGE     "Ready"
212END
213
214STRINGTABLE
215BEGIN
216    ATL_IDS_MRU_FILE        "Open this document"
217END
218
219STRINGTABLE
220BEGIN
221    IDS_PROJNAME            "Alax.Info Windows Media Codec List"
222END
223
224STRINGTABLE
225BEGIN
226    IDC_ABOUT_COPYRIGHTWARNING
227                            "Warning: This computer program is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this program, or any portion of it, may result in severe civil and criminal penalties, and will be prosecuted to the maximum extent possible under the law."
228END
229
230#endif    // English (United States) resources
231/////////////////////////////////////////////////////////////////////////////
232
233
Note: See TracBrowser for help on using the repository browser.