source: trunk/Utilities/WindowsMediaCodecList/WindowsMediaCodecList.rc @ 186

Last change on this file since 186 was 186, checked in by roman, 11 years ago

Additional IWMStreamConfig related data

File size: 8.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 "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""\r\0"
42END
43
443 TEXTINCLUDE
45BEGIN
46    "\0"
47END
48
49#endif    // APSTUDIO_INVOKED
50
51
52/////////////////////////////////////////////////////////////////////////////
53//
54// Icon
55//
56
57// Icon with lowest ID value placed first to ensure application icon
58// remains consistent on all systems.
59IDI_MODULE              ICON                    "WindowsMediaCodecList.ico"
60
61/////////////////////////////////////////////////////////////////////////////
62//
63// Dialog
64//
65
66IDD_MAIN DIALOGEX 0, 0, 500, 234
67STYLE DS_SETFONT | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
68CAPTION "Windows Media Codec List"
69FONT 8, "MS Sans Serif", 0, 0, 0x0
70BEGIN
71    CONTROL         "",IDC_TREE,"SysTreeView32",TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT | TVS_SHOWSELALWAYS | TVS_INFOTIP | WS_BORDER | WS_HSCROLL | WS_TABSTOP,6,6,180,222
72    CONTROL         "",IDC_LIST,"SysListView32",LVS_REPORT | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,192,6,246,222
73    PUSHBUTTON      "Close",IDCANCEL,444,6,50,14
74    PUSHBUTTON      "&Copy",IDC_COPY,444,30,50,14
75    PUSHBUTTON      "&Submit...",IDC_SUBMIT,444,48,50,14
76    LTEXT           "Version",IDC_OSVERSION,444,220,48,8
77END
78
79IDD_ABOUT DIALOGEX 0, 0, 280, 153
80STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
81CAPTION "About"
82FONT 8, "MS Shell Dlg", 400, 0, 0x1
83BEGIN
84    ICON            101,IDC_ABOUT_ICON,10,10,20,20,SS_REALSIZEIMAGE
85    LTEXT           "Windows Media Codec List",IDC_ABOUT_TITLE,60,6,210,24
86    LTEXT           "Product Version %d.%d.%d.%d",IDC_ABOUT_PRODUCTVERSION,60,30,210,8
87    LTEXT           "Module Version %d.%d.%d.%d",IDC_ABOUT_FILEVERSION,60,42,210,8
88    LTEXT           "Web:",IDC_ABOUT_WEBSITETITLE,60,60,18,8
89    LTEXT           "<A HREF=""http://alax.info/"">http://alax.info/</A>",IDC_ABOUT_WEBSITE,108,60,162,8,NOT WS_GROUP | WS_TABSTOP
90    LTEXT           "Email:",IDC_ABOUT_EMAILTITLE,60,72,20,8
91    LTEXT           "<A HREF=""mailto:support@alax.info"">support@alax.info</A>",IDC_ABOUT_EMAIL,108,72,162,8,NOT WS_GROUP | WS_TABSTOP
92    LTEXT           "Copyright © Alax.Info, Roman Ryltsov, 2008-2013",IDC_ABOUT_COPYRIGHT,60,84,210,8,SS_NOPREFIX
93    DEFPUSHBUTTON   "OK",1,220,102,50,14
94    CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,6,122,267,1
95    LTEXT           "Warning: ...",IDC_ABOUT_COPYRIGHTWARNING,6,130,268,18
96END
97
98
99/////////////////////////////////////////////////////////////////////////////
100//
101// DESIGNINFO
102//
103
104#ifdef APSTUDIO_INVOKED
105GUIDELINES DESIGNINFO
106BEGIN
107    IDD_MAIN, DIALOG
108    BEGIN
109        LEFTMARGIN, 7
110        RIGHTMARGIN, 493
111        TOPMARGIN, 7
112        BOTTOMMARGIN, 227
113    END
114END
115#endif    // APSTUDIO_INVOKED
116
117
118/////////////////////////////////////////////////////////////////////////////
119//
120// Version
121//
122
123VS_VERSION_INFO VERSIONINFO
124 FILEVERSION  1, 0, 0, 223
125 PRODUCTVERSION 1,0,0,1
126 FILEFLAGSMASK 0x3fL
127#ifdef _DEBUG
128 FILEFLAGS 0x1L
129#else
130 FILEFLAGS 0x0L
131#endif
132 FILEOS 0x4L
133 FILETYPE 0x2L
134 FILESUBTYPE 0x0L
135BEGIN
136    BLOCK "StringFileInfo"
137    BEGIN
138        BLOCK "040904B0"
139        BEGIN
140            VALUE "CompanyName", "Alax.Info"
141            VALUE "Created By", "Roman Ryltsov <roman@alax.info>"
142            VALUE "FileDescription", "Windows Media Codec List Utility"
143            VALUE "FileVersion",  "1, 0, 0, 223\0"
144            VALUE "InternalName", "WindowsMediaCodecList"
145            VALUE "LegalCopyright", "Copyright © Alax.Info, Roman Ryltsov, 2008-2013"
146            VALUE "OriginalFilename", "WindowsMediaCodecList.exe"
147            VALUE "ProductName", "Windows Media Codec List Utility"
148            VALUE "ProductVersion", "1, 0, 0, 1"
149        END
150    END
151    BLOCK "VarFileInfo"
152    BEGIN
153        VALUE "Translation", 0x409, 1200
154    END
155END
156
157
158/////////////////////////////////////////////////////////////////////////////
159//
160// String Table
161//
162
163STRINGTABLE
164BEGIN
165    IDR_MAINFRAME           "WindowsMediaCodecList"
166END
167
168STRINGTABLE
169BEGIN
170    ID_FILE_NEW             "Create a new document\nNew"
171    ID_FILE_OPEN            "Open an existing document\nOpen"
172    ID_FILE_CLOSE           "Close the active document\nClose"
173    ID_FILE_SAVE            "Save the active document\nSave"
174    ID_FILE_SAVE_AS         "Save the active document with a new name\nSave As"
175    ID_FILE_PAGE_SETUP      "Change the printing options\nPage Setup"
176    ID_FILE_PRINT_SETUP     "Change the printer and printing options\nPrint Setup"
177    ID_FILE_PRINT           "Print the active document\nPrint"
178    ID_FILE_PRINT_PREVIEW   "Display full pages\nPrint Preview"
179END
180
181STRINGTABLE
182BEGIN
183    ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
184    ID_APP_EXIT             "Quit the application; prompts to save documents\nExit"
185END
186
187STRINGTABLE
188BEGIN
189    ID_NEXT_PANE            "Switch to the next window pane\nNext Pane"
190    ID_PREV_PANE            "Switch back to the previous window pane\nPrevious Pane"
191END
192
193STRINGTABLE
194BEGIN
195    ID_WINDOW_NEW           "Open another window for the active document\nNew Window"
196    ID_WINDOW_ARRANGE       "Arrange icons at the bottom of the window\nArrange Icons"
197    ID_WINDOW_CASCADE       "Arrange windows so they overlap\nCascade Windows"
198    ID_WINDOW_TILE_HORZ     "Arrange windows as non-overlapping tiles\nTile Windows"
199    ID_WINDOW_TILE_VERT     "Arrange windows as non-overlapping tiles\nTile Windows"
200    ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
201END
202
203STRINGTABLE
204BEGIN
205    ID_EDIT_CLEAR           "Erase the selection\nErase"
206    ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"
207    ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"
208    ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"
209    ID_EDIT_FIND            "Find the specified text\nFind"
210    ID_EDIT_PASTE           "Insert Clipboard contents\nPaste"
211    ID_EDIT_REPEAT          "Repeat the last action\nRepeat"
212    ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"
213    ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"
214    ID_EDIT_UNDO            "Undo the last action\nUndo"
215    ID_EDIT_REDO            "Redo the previously undone action\nRedo"
216END
217
218STRINGTABLE
219BEGIN
220    ATL_IDS_SCSIZE          "Change the window size"
221    ATL_IDS_SCMOVE          "Change the window position"
222    ATL_IDS_SCMINIMIZE      "Reduce the window to an icon"
223    ATL_IDS_SCMAXIMIZE      "Enlarge the window to full size"
224    ATL_IDS_SCNEXTWINDOW    "Switch to the next document window"
225    ATL_IDS_SCPREVWINDOW    "Switch to the previous document window"
226    ATL_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
227END
228
229STRINGTABLE
230BEGIN
231    ATL_IDS_SCRESTORE       "Restore the window to normal size"
232    ATL_IDS_SCTASKLIST      "Activate Task List"
233    ATL_IDS_MDICHILD        "Activate this window"
234END
235
236STRINGTABLE
237BEGIN
238    ATL_IDS_IDLEMESSAGE     "Ready"
239END
240
241STRINGTABLE
242BEGIN
243    ATL_IDS_MRU_FILE        "Open this document"
244END
245
246STRINGTABLE
247BEGIN
248    IDS_PROJNAME            "Alax.Info Windows Media Codec List"
249END
250
251STRINGTABLE
252BEGIN
253    IDC_ABOUT_COPYRIGHTWARNING
254                            "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."
255END
256
257#endif    // English (U.S.) resources
258/////////////////////////////////////////////////////////////////////////////
259
260
Note: See TracBrowser for help on using the repository browser.