1 //Microsoft eMbedded 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 "afxres.h" 11 #include "newres.h" 12 13 ///////////////////////////////////////////////////////////////////////////// 14 #undef APSTUDIO_READONLY_SYMBOLS 15 16 ///////////////////////////////////////////////////////////////////////////// 17 // English (U.S.) resources 18 19 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) 20 #ifdef _WIN32 21 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 22 #pragma code_page(1252) 23 #endif //_WIN32 24 25 #ifdef APSTUDIO_INVOKED 26 ///////////////////////////////////////////////////////////////////////////// 27 // 28 // TEXTINCLUDE 29 // 30 31 1 TEXTINCLUDE DISCARDABLE 32 BEGIN 33 "resource.h\0" 34 END 35 36 2 TEXTINCLUDE DISCARDABLE 37 BEGIN 38 "#include ""afxres.h""\r\n" 39 "#include ""newres.h""\r\n" 40 "\0" 41 END 42 43 3 TEXTINCLUDE DISCARDABLE 44 BEGIN 45 "#define _AFX_NO_SPLITTER_RESOURCES\r\n" 46 "#define _AFX_NO_OLE_RESOURCES\r\n" 47 "#define _AFX_NO_TRACKER_RESOURCES\r\n" 48 "#define _AFX_NO_PROPERTY_RESOURCES\r\n" 49 "\r\n" 50 "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n" 51 "#ifdef _WIN32\r\n" 52 "LANGUAGE 9, 1\r\n" 53 "#pragma code_page(1252)\r\n" 54 "#endif //_WIN32\r\n" 55 "#include ""Resources\\Application.rc2"" // non-Microsoft eMbedded Visual C++ edited resources\r\n" 56 "#include ""afxres.rc"" // Standard components\r\n" 57 "#include ""wceres.rc"" // WCE-specific components\r\n" 58 "#endif\r\n" 59 "\0" 60 END 61 62 #endif // APSTUDIO_INVOKED 63 64 65 ///////////////////////////////////////////////////////////////////////////// 66 // 67 // Icon 68 // 69 70 // Icon with lowest ID value placed first to ensure application icon 71 // remains consistent on all systems. 72 IDR_MAINFRAME ICON DISCARDABLE "Application.ico" 73 74 ///////////////////////////////////////////////////////////////////////////// 75 // 76 // Dialog 77 // 78 79 IDD_APPLICATION_DIALOG DIALOG DISCARDABLE 0, 0, 139, 153 80 STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION 81 EXSTYLE WS_EX_APPWINDOW | 0x80000000L 82 CAPTION "DNSServiceBrowser" 83 FONT 8, "System" 84 BEGIN 85 CONTROL "List1",IDC_BROWSE_LIST,"SysListView32",LVS_REPORT | 86 LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | 87 WS_BORDER | WS_TABSTOP,7,7,125,141 88 END 89 90 91 #ifndef _MAC 92 ///////////////////////////////////////////////////////////////////////////// 93 // 94 // Version 95 // 96 97 VS_VERSION_INFO VERSIONINFO 98 FILEVERSION 1,0,0,1 99 PRODUCTVERSION 1,0,0,1 100 FILEFLAGSMASK 0x3fL 101 #ifdef _DEBUG 102 FILEFLAGS 0x1L 103 #else 104 FILEFLAGS 0x0L 105 #endif 106 FILEOS 0x4L 107 FILETYPE 0x1L 108 FILESUBTYPE 0x0L 109 BEGIN 110 BLOCK "StringFileInfo" 111 BEGIN 112 BLOCK "040904b0" 113 BEGIN 114 VALUE "Comments", "\0" 115 VALUE "CompanyName", "Apple Computer, Inc.\0" 116 VALUE "FileDescription", "DNSServiceBrowser for Windows CE\0" 117 VALUE "FileVersion", "1, 0, 0, 1\0" 118 VALUE "InternalName", "Application\0" 119 VALUE "LegalCopyright", "Copyright (C) 2003-2004 Apple Computer, Inc.\0" 120 VALUE "LegalTrademarks", "\0" 121 VALUE "OriginalFilename", "Application.exe\0" 122 VALUE "PrivateBuild", "\0" 123 VALUE "ProductName", "DNSServiceBrowser for Windows CE\0" 124 VALUE "ProductVersion", "1, 0, 0, 1\0" 125 VALUE "SpecialBuild", "\0" 126 END 127 END 128 BLOCK "VarFileInfo" 129 BEGIN 130 VALUE "Translation", 0x409, 1200 131 END 132 END 133 134 #endif // !_MAC 135 136 137 ///////////////////////////////////////////////////////////////////////////// 138 // 139 // DESIGNINFO 140 // 141 142 #ifdef APSTUDIO_INVOKED 143 GUIDELINES DESIGNINFO DISCARDABLE 144 BEGIN 145 IDD_APPLICATION_DIALOG, DIALOG 146 BEGIN 147 LEFTMARGIN, 7 148 RIGHTMARGIN, 132 149 TOPMARGIN, 7 150 BOTTOMMARGIN, 146 151 END 152 END 153 #endif // APSTUDIO_INVOKED 154 155 156 ///////////////////////////////////////////////////////////////////////////// 157 // 158 // String Table 159 // 160 161 STRINGTABLE DISCARDABLE 162 BEGIN 163 IDP_SOCKETS_INIT_FAILED "Windows CE sockets initialization failed." 164 IDS_BROWSER_LIST_COLUMN_NAME "Name" 165 END 166 167 #endif // English (U.S.) resources 168 ///////////////////////////////////////////////////////////////////////////// 169 170 171 172 #ifndef APSTUDIO_INVOKED 173 ///////////////////////////////////////////////////////////////////////////// 174 // 175 // Generated from the TEXTINCLUDE 3 resource. 176 // 177 #define _AFX_NO_SPLITTER_RESOURCES 178 #define _AFX_NO_OLE_RESOURCES 179 #define _AFX_NO_TRACKER_RESOURCES 180 #define _AFX_NO_PROPERTY_RESOURCES 181 182 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) 183 #ifdef _WIN32 184 LANGUAGE 9, 1 185 #pragma code_page(1252) 186 #endif //_WIN32 187 #include "Resources\Application.rc2" // non-Microsoft eMbedded Visual C++ edited resources 188 #include "afxres.rc" // Standard components 189 #include "wceres.rc" // WCE-specific components 190 #endif 191 192 ///////////////////////////////////////////////////////////////////////////// 193 #endif // not APSTUDIO_INVOKED 194 195