Browse CVS Repository
Contents of /tombo/Tombo/CppUnitTestApp/CppUnitTestApp.rc
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( show annotations)
( download)
Sat Sep 17 15:44:32 2005 UTC
(18 years, 6 months ago)
by hirami
Branch: MAIN
CVS Tags: Tombo_1_15, Tombo_1_17, Tombo_1_16, Tombo_2_0a3, B187, B186, Tombo_1_17_1, B189, B208, B213, B212, B211, B217, B216, B215, B214, B231, B230, B219, B218, SNAPSHOT20051220, B206, B207, B188, Tombo_2_0b2, Tombo_2_0b3, Tombo_2_0b1, Tombo_2_0b4, B191, B192, B193, B194, B196, B197, B198, B199, B200, B201, B202, B203, B205, B228, B229, B226, B227, B224, B225, B222, B223, B220, B221, HEAD
Branch point for: Tombo_1_17_1_branch
Changes since 1.1: +219 -0 lines
- removing g_Property.TopDir() dependency still.
- add unittest proj
- implement URIScanner class but not integrated yet.
| 1 |
//Microsoft Developer Studio 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 "afxres.h" |
| 11 |
|
| 12 |
///////////////////////////////////////////////////////////////////////////// |
| 13 |
#undef APSTUDIO_READONLY_SYMBOLS |
| 14 |
|
| 15 |
///////////////////////////////////////////////////////////////////////////// |
| 16 |
// English (U.S.) resources |
| 17 |
|
| 18 |
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) |
| 19 |
#ifdef _WIN32 |
| 20 |
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US |
| 21 |
#pragma code_page(1252) |
| 22 |
#endif //_WIN32 |
| 23 |
|
| 24 |
///////////////////////////////////////////////////////////////////////////// |
| 25 |
// |
| 26 |
// Dialog |
| 27 |
// |
| 28 |
|
| 29 |
IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 235, 55 |
| 30 |
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU |
| 31 |
CAPTION "About CppUnitTestApp" |
| 32 |
FONT 8, "MS Sans Serif" |
| 33 |
BEGIN |
| 34 |
ICON IDR_MAINFRAME,IDC_STATIC,11,17,20,20 |
| 35 |
LTEXT "CppUnitTestApp Version 1.0",IDC_STATIC,40,10,119,8, |
| 36 |
SS_NOPREFIX |
| 37 |
LTEXT "Copyright (C) 2001",IDC_STATIC,40,25,119,8 |
| 38 |
DEFPUSHBUTTON "OK",IDOK,178,7,50,14,WS_GROUP |
| 39 |
END |
| 40 |
|
| 41 |
IDD_CPPUNITTESTAPP_DIALOG DIALOGEX 0, 0, 320, 200 |
| 42 |
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU |
| 43 |
EXSTYLE WS_EX_APPWINDOW |
| 44 |
CAPTION "CppUnitTestApp" |
| 45 |
FONT 8, "MS Sans Serif", 0, 0, 0x1 |
| 46 |
BEGIN |
| 47 |
DEFPUSHBUTTON "OK",IDOK,260,7,50,14 |
| 48 |
PUSHBUTTON "Cancel",IDCANCEL,260,23,50,14 |
| 49 |
LTEXT "TODO: Place dialog controls here.",IDC_STATIC,50,90,200, |
| 50 |
8 |
| 51 |
END |
| 52 |
|
| 53 |
|
| 54 |
#ifndef _MAC |
| 55 |
///////////////////////////////////////////////////////////////////////////// |
| 56 |
// |
| 57 |
// Version |
| 58 |
// |
| 59 |
|
| 60 |
VS_VERSION_INFO VERSIONINFO |
| 61 |
FILEVERSION 1,0,0,1 |
| 62 |
PRODUCTVERSION 1,0,0,1 |
| 63 |
FILEFLAGSMASK 0x3fL |
| 64 |
#ifdef _DEBUG |
| 65 |
FILEFLAGS 0x1L |
| 66 |
#else |
| 67 |
FILEFLAGS 0x0L |
| 68 |
#endif |
| 69 |
FILEOS 0x4L |
| 70 |
FILETYPE 0x1L |
| 71 |
FILESUBTYPE 0x0L |
| 72 |
BEGIN |
| 73 |
BLOCK "StringFileInfo" |
| 74 |
BEGIN |
| 75 |
BLOCK "040904B0" |
| 76 |
BEGIN |
| 77 |
VALUE "CompanyName", "\0" |
| 78 |
VALUE "FileDescription", "CppUnitTestApp MFC Application\0" |
| 79 |
VALUE "FileVersion", "1, 0, 0, 1\0" |
| 80 |
VALUE "InternalName", "CppUnitTestApp\0" |
| 81 |
VALUE "LegalCopyright", "Copyright (C) 2001\0" |
| 82 |
VALUE "LegalTrademarks", "\0" |
| 83 |
VALUE "OriginalFilename", "CppUnitTestApp.EXE\0" |
| 84 |
VALUE "ProductName", "CppUnitTestApp Application\0" |
| 85 |
VALUE "ProductVersion", "1, 0, 0, 1\0" |
| 86 |
END |
| 87 |
END |
| 88 |
BLOCK "VarFileInfo" |
| 89 |
BEGIN |
| 90 |
VALUE "Translation", 0x409, 1200 |
| 91 |
END |
| 92 |
END |
| 93 |
|
| 94 |
#endif // !_MAC |
| 95 |
|
| 96 |
|
| 97 |
///////////////////////////////////////////////////////////////////////////// |
| 98 |
// |
| 99 |
// DESIGNINFO |
| 100 |
// |
| 101 |
|
| 102 |
#ifdef APSTUDIO_INVOKED |
| 103 |
GUIDELINES DESIGNINFO DISCARDABLE |
| 104 |
BEGIN |
| 105 |
IDD_ABOUTBOX, DIALOG |
| 106 |
BEGIN |
| 107 |
LEFTMARGIN, 7 |
| 108 |
RIGHTMARGIN, 228 |
| 109 |
TOPMARGIN, 7 |
| 110 |
BOTTOMMARGIN, 48 |
| 111 |
END |
| 112 |
|
| 113 |
IDD_CPPUNITTESTAPP_DIALOG, DIALOG |
| 114 |
BEGIN |
| 115 |
LEFTMARGIN, 7 |
| 116 |
RIGHTMARGIN, 313 |
| 117 |
TOPMARGIN, 7 |
| 118 |
BOTTOMMARGIN, 193 |
| 119 |
END |
| 120 |
END |
| 121 |
#endif // APSTUDIO_INVOKED |
| 122 |
|
| 123 |
|
| 124 |
///////////////////////////////////////////////////////////////////////////// |
| 125 |
// |
| 126 |
// String Table |
| 127 |
// |
| 128 |
|
| 129 |
STRINGTABLE DISCARDABLE |
| 130 |
BEGIN |
| 131 |
IDS_ABOUTBOX "&About CppUnitTestApp..." |
| 132 |
END |
| 133 |
|
| 134 |
#endif // English (U.S.) resources |
| 135 |
///////////////////////////////////////////////////////////////////////////// |
| 136 |
|
| 137 |
|
| 138 |
///////////////////////////////////////////////////////////////////////////// |
| 139 |
// French (France) resources |
| 140 |
|
| 141 |
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA) |
| 142 |
#ifdef _WIN32 |
| 143 |
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH |
| 144 |
#pragma code_page(1252) |
| 145 |
#endif //_WIN32 |
| 146 |
|
| 147 |
#ifdef APSTUDIO_INVOKED |
| 148 |
///////////////////////////////////////////////////////////////////////////// |
| 149 |
// |
| 150 |
// TEXTINCLUDE |
| 151 |
// |
| 152 |
|
| 153 |
1 TEXTINCLUDE DISCARDABLE |
| 154 |
BEGIN |
| 155 |
"resource.h\0" |
| 156 |
END |
| 157 |
|
| 158 |
2 TEXTINCLUDE DISCARDABLE |
| 159 |
BEGIN |
| 160 |
"#include ""afxres.h""\r\n" |
| 161 |
"\0" |
| 162 |
END |
| 163 |
|
| 164 |
3 TEXTINCLUDE DISCARDABLE |
| 165 |
BEGIN |
| 166 |
"#define _AFX_NO_SPLITTER_RESOURCES\r\n" |
| 167 |
"#define _AFX_NO_OLE_RESOURCES\r\n" |
| 168 |
"#define _AFX_NO_TRACKER_RESOURCES\r\n" |
| 169 |
"#define _AFX_NO_PROPERTY_RESOURCES\r\n" |
| 170 |
"\r\n" |
| 171 |
"#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n" |
| 172 |
"#ifdef _WIN32\r\n" |
| 173 |
"LANGUAGE 9, 1\r\n" |
| 174 |
"#pragma code_page(1252)\r\n" |
| 175 |
"#endif //_WIN32\r\n" |
| 176 |
"#include ""res\\CppUnitTestApp.rc2"" // non-Microsoft Visual C++ edited resources\r\n" |
| 177 |
"#include ""afxres.rc"" // Standard components\r\n" |
| 178 |
"#endif\r\n" |
| 179 |
"\0" |
| 180 |
END |
| 181 |
|
| 182 |
#endif // APSTUDIO_INVOKED |
| 183 |
|
| 184 |
|
| 185 |
///////////////////////////////////////////////////////////////////////////// |
| 186 |
// |
| 187 |
// Icon |
| 188 |
// |
| 189 |
|
| 190 |
// Icon with lowest ID value placed first to ensure application icon |
| 191 |
// remains consistent on all systems. |
| 192 |
IDR_MAINFRAME ICON DISCARDABLE "res\\CppUnitTestApp.ico" |
| 193 |
#endif // French (France) resources |
| 194 |
///////////////////////////////////////////////////////////////////////////// |
| 195 |
|
| 196 |
|
| 197 |
|
| 198 |
#ifndef APSTUDIO_INVOKED |
| 199 |
///////////////////////////////////////////////////////////////////////////// |
| 200 |
// |
| 201 |
// Generated from the TEXTINCLUDE 3 resource. |
| 202 |
// |
| 203 |
#define _AFX_NO_SPLITTER_RESOURCES |
| 204 |
#define _AFX_NO_OLE_RESOURCES |
| 205 |
#define _AFX_NO_TRACKER_RESOURCES |
| 206 |
#define _AFX_NO_PROPERTY_RESOURCES |
| 207 |
|
| 208 |
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) |
| 209 |
#ifdef _WIN32 |
| 210 |
LANGUAGE 9, 1 |
| 211 |
#pragma code_page(1252) |
| 212 |
#endif //_WIN32 |
| 213 |
#include "res\CppUnitTestApp.rc2" // non-Microsoft Visual C++ edited resources |
| 214 |
#include "afxres.rc" // Standard components |
| 215 |
#endif |
| 216 |
|
| 217 |
///////////////////////////////////////////////////////////////////////////// |
| 218 |
#endif // not APSTUDIO_INVOKED |
| 219 |
|
| |