home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / addins / wins / wins.rc < prev    next >
Text File  |  1998-04-08  |  8KB  |  231 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.     "1 TYPELIB ""wins.tlb""\r\n"
  44.     "\0"
  45. END
  46.  
  47. #endif    // APSTUDIO_INVOKED
  48.  
  49.  
  50. #ifndef _MAC
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Version
  54. //
  55.  
  56. VS_VERSION_INFO VERSIONINFO
  57.  FILEVERSION 1,0,0,1
  58.  PRODUCTVERSION 1,0,0,1
  59.  FILEFLAGSMASK 0x3fL
  60. #ifdef _DEBUG
  61.  FILEFLAGS 0x1L
  62. #else
  63.  FILEFLAGS 0x0L
  64. #endif
  65.  FILEOS 0x4L
  66.  FILETYPE 0x2L
  67.  FILESUBTYPE 0x0L
  68. BEGIN
  69.     BLOCK "StringFileInfo"
  70.     BEGIN
  71.         BLOCK "040904b0"
  72.         BEGIN
  73.             VALUE "Comments", "dra\0"
  74.             VALUE "CompanyName", "Microsoft\0"
  75.             VALUE "FileDescription", "wins Module\0"
  76.             VALUE "FileVersion", "1, 0, 0, 1\0"
  77.             VALUE "InternalName", "wins\0"
  78.             VALUE "LegalCopyright", "Copyright 1998\0"
  79.             VALUE "LegalTrademarks", "\0"
  80.             VALUE "OLESelfRegister", "\0"
  81.             VALUE "OriginalFilename", "wins.DLL\0"
  82.             VALUE "PrivateBuild", "\0"
  83.             VALUE "ProductName", "wins Module\0"
  84.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  85.             VALUE "SpecialBuild", "\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. // REGISTRY
  100. //
  101.  
  102. IDR_WINDOWSLIST         REGISTRY DISCARDABLE    "WindowsList.rgs"
  103.  
  104. /////////////////////////////////////////////////////////////////////////////
  105. //
  106. // Dialog
  107. //
  108.  
  109. IDD_DLGWINMGR DIALOG DISCARDABLE  0, 0, 369, 239
  110. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  111. CAPTION "Windows Manager"
  112. FONT 8, "MS Sans Serif"
  113. BEGIN
  114.     DEFPUSHBUTTON   "OK",IDOK,148,215,50,14
  115.     CONTROL         "List1",IDC_LIST,"SysListView32",LVS_REPORT | 
  116.                     LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,7,34,302,176
  117.     CONTROL         "Auto-Dir",IDC_CHK_AUTODIR,"Button",BS_AUTOCHECKBOX | 
  118.                     WS_TABSTOP,145,14,41,10
  119.     CONTROL         "Auto-Size",IDC_CHK_AUTOSIZE,"Button",BS_AUTOCHECKBOX | 
  120.                     WS_TABSTOP,19,15,109,10
  121.     CONTROL         "Ensure All Visible",IDC_CHK_AUTOVIS,"Button",
  122.                     BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_DISABLED | 
  123.                     WS_TABSTOP,225,14,121,10
  124.     PUSHBUTTON      "Close",IDC_BUTTONCLOSE,313,194,43,14
  125.     PUSHBUTTON      "Activate",IDC_BUTTONOPEN,313,159,43,14
  126.     PUSHBUTTON      "Invert Sel",IDC_BUTTONINVERTSEL,313,76,43,14
  127.     PUSHBUTTON      "Select All",IDC_BUTTONSELECTALL,313,92,43,14
  128.     PUSHBUTTON      "Save List",IDC_BUTTONMAKELIST,313,119,43,14
  129.     PUSHBUTTON      "Load List",IDC_BUTTONLOADLIST,313,135,43,14
  130.     PUSHBUTTON      "Refresh",IDC_BUTTONREFRESH,314,36,43,14
  131.     PUSHBUTTON      "Min Wins",IDC_BUTTONMINWINS,313,178,43,14
  132.     PUSHBUTTON      "Clear",IDC_BUTTONCLEAR,313,52,43,14
  133.     GROUPBOX        "On Activate Behaviour",IDC_STATIC,7,7,349,21,WS_GROUP
  134. END
  135.  
  136.  
  137. /////////////////////////////////////////////////////////////////////////////
  138. //
  139. // DESIGNINFO
  140. //
  141.  
  142. #ifdef APSTUDIO_INVOKED
  143. GUIDELINES DESIGNINFO DISCARDABLE 
  144. BEGIN
  145.     IDD_DLGWINMGR, DIALOG
  146.     BEGIN
  147.         LEFTMARGIN, 7
  148.         RIGHTMARGIN, 363
  149.         TOPMARGIN, 7
  150.         BOTTOMMARGIN, 232
  151.     END
  152. END
  153. #endif    // APSTUDIO_INVOKED
  154.  
  155.  
  156. /////////////////////////////////////////////////////////////////////////////
  157. //
  158. // Bitmap
  159. //
  160.  
  161. IDB_TOOLBAR_LARGE_CWINMGR BITMAP  MOVEABLE PURE   "toolbar_.bmp"
  162. IDB_TOOLBAR_MEDIUM_CWINMGR BITMAP  MOVEABLE PURE   "bmp00001.bmp"
  163.  
  164. /////////////////////////////////////////////////////////////////////////////
  165. //
  166. // String Table
  167. //
  168.  
  169. STRINGTABLE DISCARDABLE 
  170. BEGIN
  171.     IDS_PROJNAME            "wins"
  172.     IDS_TIPAUTOSIZE         "Enables the auto setting the  window width to set size. Use SetLimit button"
  173.     IDS_TIPAUTODIR          "Enables automatic tracking of the ""current working  directory"" "
  174.     IDS_TIPAUTOVIS          "Enables resizing of documents to be visible and not obscured by docked windows. "
  175.     IDS_TIPLIST             "Sort this list by clicking on column headers. Double click to open a file. "
  176.     IDS_TIPREFRESH          "Press to have the list reflect the currently open documents."
  177.     IDS_TIPCLEAR            "Press to completely clear the list. This is useful before loading a list of windows in."
  178.     IDS_TIPINVERTSEL        "Press to invert the selection of documents in the lst."
  179.     IDS_TIPSELECTALL        "Press to select all documents in list. "
  180.     IDS_TIPMAKELIST         "Save a list of the currently selected documents to a file."
  181.     IDS_TIPLOADLIST         "Press to load a document list. This will be added  to the current contents of the list."
  182.     IDS_TIPACTIVATE         "Open or activate  the currenlty selected documents. If the file is closed, it will be opened."
  183. END
  184.  
  185. STRINGTABLE DISCARDABLE 
  186. BEGIN
  187.     IDS_TIPMINWINS          "Press this to minimize all selected documents."
  188.     IDS_TIPCLOSE            "Close all selected documents. They will remain on the list and so can be re-opened, or saved to a list."
  189.     IDS_STRING114           "12345678901234567890123456789012345678901234567890123456789012345678701234567880"
  190.     IDS_TIPACTIVATEEXTRA    " If the file is already opened, perhaps minimized, it will be activated and un-minimized (restored). Note: Open mode is ""auto"" so rc files will not be text."
  191.     IDS_TIPMAKELISTEXTRA    " Name the file something that groups all those files, such as  TreeFiles."
  192.     IDS_TIPAUTOVISEXTRA     "Useful when debugging."
  193.     IDS_TIPAUTODIREXTRA     "to that of the active document. Useful for opening files, or searching files in dot (""."")."
  194.     IDS_COL_FILENAME        "File"
  195.     IDS_COL_DIRNAME         "Directory"
  196.     IDS_COL_TIME            "Time"
  197.     IDS_COL_EXT             "Extension"
  198.     IDS_COL_DEBUGSIZE       "Debug Position"
  199.     IDS_COL_SIZE            "Position"
  200.     IDS_CMD_WINMGR          "Windows Manager\nWindows Manager\nWindows Manager -- shows sortable list of windows"
  201.     IDS_CMD_MINWIN          "Minimize Windows\nMinimize Windows\nMinimize Windows -- minmizes all child windows"
  202. END
  203.  
  204. STRINGTABLE DISCARDABLE 
  205. BEGIN
  206.     IDS_CMDNAME_WINMGR      "Windows Manager"
  207.     IDS_CMDNAME_MINWIN      "Minimize Windows"
  208.     IDS_CMD_AUTOSIZE        "Set AutoSize\nSet AutoSize\nSet AutoSize -- sets max width to that of active window (must be enabled)"
  209.     IDS_CMDNAME_AUTOSIZE    "Set AutoSize"
  210.     IDS_CMD_ALLVISIBLE      "Set All Visible\nSet All Visible\nSet All Visible -- sets all windows to fit in client area"
  211.     IDS_CMDNAME_ALLVISIBLE  "Set All Visible"
  212.     IDS_CMD_CLOSEDEBUGWNDS  "Close Debug Windows\nClose Debug Windows\nClose Debug Windows -- closes all windows that were opened during debugging"
  213.     IDS_CMDNAME_CLOSEDEBUGWNDS "Close Debug Windows"
  214. END
  215.  
  216. #endif    // English (U.S.) resources
  217. /////////////////////////////////////////////////////////////////////////////
  218.  
  219.  
  220.  
  221. #ifndef APSTUDIO_INVOKED
  222. /////////////////////////////////////////////////////////////////////////////
  223. //
  224. // Generated from the TEXTINCLUDE 3 resource.
  225. //
  226. 1 TYPELIB "wins.tlb"
  227.  
  228. /////////////////////////////////////////////////////////////////////////////
  229. #endif    // not APSTUDIO_INVOKED
  230.  
  231.