home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / addins / replall / replall.rc < prev    next >
Text File  |  1998-04-02  |  8KB  |  264 lines

  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. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif\r\n"
  53.     "#include ""res\\ReplAll.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#endif\r\n"
  56.     "1 TYPELIB ""ReplAll.tlb""\r\n"
  57.     "\0"
  58. END
  59.  
  60. #endif    // APSTUDIO_INVOKED
  61.  
  62.  
  63. /////////////////////////////////////////////////////////////////////////////
  64. //
  65. // Bitmap
  66. //
  67.  
  68. IDR_TOOLBAR_MEDIUM      BITMAP  MOVEABLE PURE   "res\\TBarMedm.bmp"
  69. IDR_TOOLBAR_LARGE       BITMAP  MOVEABLE PURE   "res\\TBarLrge.bmp"
  70.  
  71. #ifndef _MAC
  72. /////////////////////////////////////////////////////////////////////////////
  73. //
  74. // Version
  75. //
  76.  
  77. VS_VERSION_INFO VERSIONINFO
  78.  FILEVERSION 1,0,0,1
  79.  PRODUCTVERSION 1,0,0,1
  80.  FILEFLAGSMASK 0x3fL
  81. #ifdef _DEBUG
  82.  FILEFLAGS 0x1L
  83. #else
  84.  FILEFLAGS 0x0L
  85. #endif
  86.  FILEOS 0x4L
  87.  FILETYPE 0x2L
  88.  FILESUBTYPE 0x0L
  89. BEGIN
  90.     BLOCK "StringFileInfo"
  91.     BEGIN
  92.         BLOCK "040904B0"
  93.         BEGIN
  94.             VALUE "CompanyName", "\0"
  95.             VALUE "FileDescription", "REPLALL DLL\0"
  96.             VALUE "FileVersion", "1, 0, 0, 1\0"
  97.             VALUE "InternalName", "REPLALL\0"
  98.             VALUE "LegalCopyright", "Copyright (C) 1996\0"
  99.             VALUE "LegalTrademarks", "\0"
  100.             VALUE "OriginalFilename", "REPLALL.DLL\0"
  101.             VALUE "ProductName", "REPLALL Dynamic Link Library\0"
  102.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  103.         END
  104.     END
  105.     BLOCK "VarFileInfo"
  106.     BEGIN
  107.         VALUE "Translation", 0x409, 1200
  108.     END
  109. END
  110.  
  111. #endif    // !_MAC
  112.  
  113.  
  114. /////////////////////////////////////////////////////////////////////////////
  115. //
  116. // Dialog
  117. //
  118.  
  119. IDD_REPL DIALOG DISCARDABLE  0, 0, 273, 87
  120. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  121. CAPTION "Replace Across Open Text FIles"
  122. FONT 8, "MS Sans Serif"
  123. BEGIN
  124.     DEFPUSHBUTTON   "Replace &All",IDOK,216,7,50,14
  125.     PUSHBUTTON      "Cancel",IDCANCEL,216,24,50,14
  126.     LTEXT           "Fi&nd what:",IDC_STATIC,7,9,34,8
  127.     LTEXT           "Re&place with:",IDC_STATIC,7,26,44,8
  128.     CONTROL         "Match &whole word only",IDC_WHOLEWORD,"Button",
  129.                     BS_AUTOCHECKBOX | WS_TABSTOP,7,46,89,10
  130.     CONTROL         "Match &case",IDC_MATCHCASE,"Button",BS_AUTOCHECKBOX | 
  131.                     WS_TABSTOP,7,58,53,10
  132.     CONTROL         "Regular &expression",IDC_REGEXP,"Button",
  133.                     BS_AUTOCHECKBOX | WS_TABSTOP,7,70,76,10
  134.     PUSHBUTTON      ">",IDC_REGEXPFIND,196,7,13,13
  135.     EDITTEXT        IDC_FINDTEXT,54,7,138,14,ES_AUTOHSCROLL
  136.     EDITTEXT        IDC_REPLTEXT,54,24,138,14,ES_AUTOHSCROLL
  137.     PUSHBUTTON      ">",IDC_REGEXPREPLACE,196,24,13,13
  138. END
  139.  
  140.  
  141. /////////////////////////////////////////////////////////////////////////////
  142. //
  143. // DESIGNINFO
  144. //
  145.  
  146. #ifdef APSTUDIO_INVOKED
  147. GUIDELINES DESIGNINFO DISCARDABLE 
  148. BEGIN
  149.     IDD_REPL, DIALOG
  150.     BEGIN
  151.         LEFTMARGIN, 7
  152.         RIGHTMARGIN, 266
  153.         VERTGUIDE, 54
  154.         VERTGUIDE, 192
  155.         VERTGUIDE, 196
  156.         TOPMARGIN, 7
  157.         BOTTOMMARGIN, 80
  158.         HORZGUIDE, 24
  159.     END
  160. END
  161. #endif    // APSTUDIO_INVOKED
  162.  
  163.  
  164. /////////////////////////////////////////////////////////////////////////////
  165. //
  166. // Menu
  167. //
  168.  
  169. IDR_REGEXPMENU MENU DISCARDABLE 
  170. BEGIN
  171.     POPUP "options"
  172.     BEGIN
  173.         MENUITEM "Any Character",               ID_OPTIONS_ANYCHARACTER
  174.         MENUITEM "Character in Range",          ID_OPTIONS_CHARACTERINRANGE
  175.         MENUITEM "Character Not in Range",      ID_OPTIONS_CHARACTERNOTINRANGE
  176.  
  177.         MENUITEM "Beginning of Line",           ID_OPTIONS_BEGINNINGOFLINE
  178.         MENUITEM "End of Line",                 ID_OPTIONS_ENDOFLINE
  179.         MENUITEM "Tagged Expression",           ID_OPTIONS_TAGGEDEXPRESSION
  180.         MENUITEM "Not",                         ID_OPTIONS_NOT
  181.         MENUITEM "Or",                          ID_OPTIONS_OR
  182.         MENUITEM "0 or More Matches",           ID_OPTIONS_0ORMOREMATCHES
  183.         MENUITEM "1 or More Matches",           ID_OPTIONS_1ORMOREMATCHES
  184.         MENUITEM "Group",                       ID_OPTIONS_GROUP
  185.         MENUITEM SEPARATOR
  186.         MENUITEM "Whitespace",                  ID_OPTIONS_WHITESPACE
  187.         MENUITEM "Alphanumeric Character",      ID_OPTIONS_ALPHANUMERICCHARACTER
  188.  
  189.         MENUITEM "Alphabetic Character",        ID_OPTIONS_ALPHABETICCHARACTER
  190.  
  191.         MENUITEM "Decimal Digit",               ID_OPTIONS_DECIMALDIGIT
  192.         MENUITEM "Hexadecimal Number",          ID_OPTIONS_HEXADECIMALNUMBER
  193.         MENUITEM "Number",                      ID_OPTIONS_NUMBER
  194.         MENUITEM "Integer",                     ID_OPTIONS_INTEGER
  195.         MENUITEM "C/C++ Identifier",            ID_OPTIONS_CCIDENTIFIER
  196.         MENUITEM "Alphabetic String",           ID_OPTIONS_ALPHABETICSTRING
  197.         MENUITEM "Quoted String",               ID_OPTIONS_QUOTEDSTRING
  198.     END
  199.     POPUP "options2"
  200.     BEGIN
  201.         MENUITEM "Find What Text",              ID_OPTIONS2_FINDWHATTEXT
  202.         MENUITEM "Tagged Expression 1",         ID_OPTIONS2_TAGGEDEXPRESSION1
  203.  
  204.         MENUITEM "Tagged Expression 2",         ID_OPTIONS2_TAGGEDEXPRESSION2
  205.  
  206.         MENUITEM "Tagged Expression 3",         ID_OPTIONS2_TAGGEDEXPRESSION3
  207.  
  208.         MENUITEM "Tagged Expression 4",         ID_OPTIONS2_TAGGEDEXPRESSION4
  209.  
  210.         MENUITEM "Tagged Expression 5",         ID_OPTIONS2_TAGGEDEXPRESSION5
  211.  
  212.         MENUITEM "Tagged Expression 6",         ID_OPTIONS2_TAGGEDEXPRESSION6
  213.  
  214.         MENUITEM "Tagged Expression 7",         ID_OPTIONS2_TAGGEDEXPRESSION7
  215.  
  216.         MENUITEM "Tagged Expression 8",         ID_OPTIONS2_TAGGEDEXPRESSION8
  217.  
  218.         MENUITEM "Tagged Expression 9",         ID_OPTIONS2_TAGGEDEXPRESSION9
  219.  
  220.     END
  221. END
  222.  
  223.  
  224. /////////////////////////////////////////////////////////////////////////////
  225. //
  226. // String Table
  227. //
  228.  
  229. STRINGTABLE DISCARDABLE 
  230. BEGIN
  231.     IDS_REPLALL_LONGNAME    "Replace All"
  232.     IDS_REPLALL_DESCRIPTION "Searches across all open text documents, performing a search and replace."
  233.     IDS_CMD_STRING          "\nReplace All Command\nSearch and replace across all documents\nReplace All"
  234. END
  235.  
  236. #endif    // English (U.S.) resources
  237. /////////////////////////////////////////////////////////////////////////////
  238.  
  239.  
  240.  
  241. #ifndef APSTUDIO_INVOKED
  242. /////////////////////////////////////////////////////////////////////////////
  243. //
  244. // Generated from the TEXTINCLUDE 3 resource.
  245. //
  246. #define _AFX_NO_SPLITTER_RESOURCES
  247. #define _AFX_NO_OLE_RESOURCES
  248. #define _AFX_NO_TRACKER_RESOURCES
  249. #define _AFX_NO_PROPERTY_RESOURCES
  250.  
  251. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  252. #ifdef _WIN32
  253. LANGUAGE 9, 1
  254. #pragma code_page(1252)
  255. #endif
  256. #include "res\ReplAll.rc2"  // non-Microsoft Visual C++ edited resources
  257. #include "afxres.rc"         // Standard components
  258. #endif
  259. 1 TYPELIB "ReplAll.tlb"
  260.  
  261. /////////////////////////////////////////////////////////////////////////////
  262. #endif    // not APSTUDIO_INVOKED
  263.  
  264.