1 //Microsoft eMbedded Visual C++ generated resource script.
5 #define APSTUDIO_READONLY_SYMBOLS
6 /////////////////////////////////////////////////////////////////////////////
8 // Generated from the TEXTINCLUDE 2 resource.
12 /////////////////////////////////////////////////////////////////////////////
13 #undef APSTUDIO_READONLY_SYMBOLS
15 /////////////////////////////////////////////////////////////////////////////
16 // English (U.S.) resources
18 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
20 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
21 #pragma code_page(1252)
24 #ifdef APSTUDIO_INVOKED
25 /////////////////////////////////////////////////////////////////////////////
30 1 TEXTINCLUDE DISCARDABLE
35 2 TEXTINCLUDE DISCARDABLE
37 "#include ""atlres.h""\r\n"
41 3 TEXTINCLUDE DISCARDABLE
43 "CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST ""res\\\\GuidGen.exe.manifest""\r\n"
47 #endif // APSTUDIO_INVOKED
50 /////////////////////////////////////////////////////////////////////////////
55 IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 187, 102
56 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
58 FONT 8, "MS Sans Serif"
60 DEFPUSHBUTTON "OK",IDOK,130,81,50,14
61 CTEXT "ATL GUIDGEN Application v1.0\n\n(c) Copyright 1998",
62 IDC_STATIC,25,57,78,32
63 ICON IDR_MAINFRAME,IDC_STATIC,55,26,20,20
64 GROUPBOX "",IDC_STATIC,7,7,115,88
67 IDD_GUIDGEN_DIALOG DIALOG DISCARDABLE 0, 0, 246, 193
68 STYLE WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
70 FONT 8, "MS Sans Serif"
72 LTEXT "Choose the desired format below, then select ""Copy"" to copy the results to the clipboard (the results can then be pasted into your source code). Choose ""Exit"" when done.",
74 CONTROL "&1. IMPLEMENT_OLECREATE(...)",IDC_RADIO1,"Button",
75 BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,9,57,167,10
76 CONTROL "&2. DEFINE_GUID(...)",IDC_RADIO2,"Button",
77 BS_AUTORADIOBUTTON,9,71,167,10
78 CONTROL "&3. static const struct GUID = { ... }",IDC_RADIO3,
79 "Button",BS_AUTORADIOBUTTON,9,85,167,10
80 CONTROL "&4. Registry Format (ie. {xxxxxxx-xxxx ... xxxx })",
81 IDC_RADIO4,"Button",BS_AUTORADIOBUTTON,9,99,167,10
82 GROUPBOX " GUID Format ",IDC_STATIC,4,43,178,73
83 LTEXT "<<place-holder for resulting text>>",IDC_RESULTS,9,134,
85 GROUPBOX " Result ",IDC_STATIC,4,121,238,59
86 DEFPUSHBUTTON "&Copy",IDOK,190,6,50,14
87 PUSHBUTTON "&New GUID",IDC_NEWGUID,190,23,50,14
88 PUSHBUTTON "E&xit",IDCANCEL,190,40,50,14
92 /////////////////////////////////////////////////////////////////////////////
97 #ifdef APSTUDIO_INVOKED
98 GUIDELINES DESIGNINFO DISCARDABLE
108 #endif // APSTUDIO_INVOKED
112 /////////////////////////////////////////////////////////////////////////////
117 VS_VERSION_INFO VERSIONINFO
119 PRODUCTVERSION 1,0,0,1
130 BLOCK "StringFileInfo"
134 VALUE "CompanyName", "\0"
135 VALUE "FileDescription", "ATL GUIDGEN Module\0"
136 VALUE "FileVersion", "1, 0, 0, 1\0"
137 VALUE "InternalName", "ATL GUIDGEN\0"
138 VALUE "LegalCopyright", "Copyright 1998\0"
139 VALUE "OriginalFilename", "GUIDGEN.EXE\0"
140 VALUE "ProductName", "ATL GuidGen Module\0"
141 VALUE "ProductVersion", "1, 0, 0, 1\0"
146 VALUE "Translation", 0x409, 1200
153 /////////////////////////////////////////////////////////////////////////////
158 // Icon with lowest ID value placed first to ensure application icon
159 // remains consistent on all systems.
160 IDR_MAINFRAME ICON DISCARDABLE "res\\GuidGen.ico"
162 /////////////////////////////////////////////////////////////////////////////
167 STRINGTABLE DISCARDABLE
169 IDP_ERR_INIT_OLE "Unable to initialize OLE libraries!"
170 IDS_FORMATS "// {%08lX-%04X-%04x-%02X%02X-%02X%02X%02X%02X%02X%02X}\r\nIMPLEMENT_OLECREATE(<<class>>, <<external_name>>, \r\n0x%lx, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x);\r\n"
171 IDS_STRING105 "// {%08lX-%04X-%04x-%02X%02X-%02X%02X%02X%02X%02X%02X}\r\nDEFINE_GUID(<<name>>, \r\n0x%lx, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x);\r\n"
172 IDS_STRING106 "// {%08lX-%04X-%04x-%02X%02X-%02X%02X%02X%02X%02X%02X}\r\nstatic const GUID <<name>> = \r\n{ 0x%lx, 0x%x, 0x%x, { 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x } };\r\n"
173 IDS_STRING107 "{%08lX-%04X-%04x-%02X%02X-%02X%02X%02X%02X%02X%02X}\r\n"
176 STRINGTABLE DISCARDABLE
178 IDP_ERR_CREATE_GUID "Unable to create new GUID."
179 IDP_ERR_OPEN_CLIP "Clipboard is busy. Unable to copy result to clipboard."
180 IDS_ABOUTBOX "&About Create GUID..."
183 #endif // English (U.S.) resources
184 /////////////////////////////////////////////////////////////////////////////
188 #ifndef APSTUDIO_INVOKED
189 /////////////////////////////////////////////////////////////////////////////
191 // Generated from the TEXTINCLUDE 3 resource.
193 CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "res\\GuidGen.exe.manifest"
195 /////////////////////////////////////////////////////////////////////////////
196 #endif // not APSTUDIO_INVOKED