WINS.RC
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:8k
源码类别:

Windows编程

开发平台:

Visual C++

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE 
  25. BEGIN
  26.     "resource.h"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE 
  29. BEGIN
  30.     "#include ""afxres.h""rn"
  31.     ""
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE 
  34. BEGIN
  35.     "1 TYPELIB ""wins.tlb""rn"
  36.     ""
  37. END
  38. #endif    // APSTUDIO_INVOKED
  39. #ifndef _MAC
  40. /////////////////////////////////////////////////////////////////////////////
  41. //
  42. // Version
  43. //
  44. VS_VERSION_INFO VERSIONINFO
  45.  FILEVERSION 1,0,0,1
  46.  PRODUCTVERSION 1,0,0,1
  47.  FILEFLAGSMASK 0x3fL
  48. #ifdef _DEBUG
  49.  FILEFLAGS 0x1L
  50. #else
  51.  FILEFLAGS 0x0L
  52. #endif
  53.  FILEOS 0x4L
  54.  FILETYPE 0x2L
  55.  FILESUBTYPE 0x0L
  56. BEGIN
  57.     BLOCK "StringFileInfo"
  58.     BEGIN
  59.         BLOCK "040904b0"
  60.         BEGIN
  61.             VALUE "Comments", "dra"
  62.             VALUE "CompanyName", "Microsoft"
  63.             VALUE "FileDescription", "wins Module"
  64.             VALUE "FileVersion", "1, 0, 0, 1"
  65.             VALUE "InternalName", "wins"
  66.             VALUE "LegalCopyright", "Copyright 1998"
  67.             VALUE "LegalTrademarks", ""
  68.             VALUE "OLESelfRegister", ""
  69.             VALUE "OriginalFilename", "wins.DLL"
  70.             VALUE "PrivateBuild", ""
  71.             VALUE "ProductName", "wins Module"
  72.             VALUE "ProductVersion", "1, 0, 0, 1"
  73.             VALUE "SpecialBuild", ""
  74.         END
  75.     END
  76.     BLOCK "VarFileInfo"
  77.     BEGIN
  78.         VALUE "Translation", 0x409, 1200
  79.     END
  80. END
  81. #endif    // !_MAC
  82. /////////////////////////////////////////////////////////////////////////////
  83. //
  84. // REGISTRY
  85. //
  86. IDR_WINDOWSLIST         REGISTRY DISCARDABLE    "WindowsList.rgs"
  87. /////////////////////////////////////////////////////////////////////////////
  88. //
  89. // Dialog
  90. //
  91. IDD_DLGWINMGR DIALOG DISCARDABLE  0, 0, 369, 239
  92. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  93. CAPTION "Windows Manager"
  94. FONT 8, "MS Sans Serif"
  95. BEGIN
  96.     DEFPUSHBUTTON   "OK",IDOK,148,215,50,14
  97.     CONTROL         "List1",IDC_LIST,"SysListView32",LVS_REPORT | 
  98.                     LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,7,34,302,176
  99.     CONTROL         "Auto-Dir",IDC_CHK_AUTODIR,"Button",BS_AUTOCHECKBOX | 
  100.                     WS_TABSTOP,145,14,41,10
  101.     CONTROL         "Auto-Size",IDC_CHK_AUTOSIZE,"Button",BS_AUTOCHECKBOX | 
  102.                     WS_TABSTOP,19,15,109,10
  103.     CONTROL         "Ensure All Visible",IDC_CHK_AUTOVIS,"Button",
  104.                     BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_DISABLED | 
  105.                     WS_TABSTOP,225,14,121,10
  106.     PUSHBUTTON      "Close",IDC_BUTTONCLOSE,313,194,43,14
  107.     PUSHBUTTON      "Activate",IDC_BUTTONOPEN,313,159,43,14
  108.     PUSHBUTTON      "Invert Sel",IDC_BUTTONINVERTSEL,313,76,43,14
  109.     PUSHBUTTON      "Select All",IDC_BUTTONSELECTALL,313,92,43,14
  110.     PUSHBUTTON      "Save List",IDC_BUTTONMAKELIST,313,119,43,14
  111.     PUSHBUTTON      "Load List",IDC_BUTTONLOADLIST,313,135,43,14
  112.     PUSHBUTTON      "Refresh",IDC_BUTTONREFRESH,314,36,43,14
  113.     PUSHBUTTON      "Min Wins",IDC_BUTTONMINWINS,313,178,43,14
  114.     PUSHBUTTON      "Clear",IDC_BUTTONCLEAR,313,52,43,14
  115.     GROUPBOX        "On Activate Behaviour",IDC_STATIC,7,7,349,21,WS_GROUP
  116. END
  117. /////////////////////////////////////////////////////////////////////////////
  118. //
  119. // DESIGNINFO
  120. //
  121. #ifdef APSTUDIO_INVOKED
  122. GUIDELINES DESIGNINFO DISCARDABLE 
  123. BEGIN
  124.     IDD_DLGWINMGR, DIALOG
  125.     BEGIN
  126.         LEFTMARGIN, 7
  127.         RIGHTMARGIN, 363
  128.         TOPMARGIN, 7
  129.         BOTTOMMARGIN, 232
  130.     END
  131. END
  132. #endif    // APSTUDIO_INVOKED
  133. /////////////////////////////////////////////////////////////////////////////
  134. //
  135. // Bitmap
  136. //
  137. IDB_TOOLBAR_LARGE_CWINMGR BITMAP  MOVEABLE PURE   "toolbar_.bmp"
  138. IDB_TOOLBAR_MEDIUM_CWINMGR BITMAP  MOVEABLE PURE   "bmp00001.bmp"
  139. /////////////////////////////////////////////////////////////////////////////
  140. //
  141. // String Table
  142. //
  143. STRINGTABLE DISCARDABLE 
  144. BEGIN
  145.     IDS_PROJNAME            "wins"
  146.     IDS_TIPAUTOSIZE         "Enables the auto setting the  window width to set size. Use SetLimit button"
  147.     IDS_TIPAUTODIR          "Enables automatic tracking of the ""current working  directory"" "
  148.     IDS_TIPAUTOVIS          "Enables resizing of documents to be visible and not obscured by docked windows. "
  149.     IDS_TIPLIST             "Sort this list by clicking on column headers. Double click to open a file. "
  150.     IDS_TIPREFRESH          "Press to have the list reflect the currently open documents."
  151.     IDS_TIPCLEAR            "Press to completely clear the list. This is useful before loading a list of windows in."
  152.     IDS_TIPINVERTSEL        "Press to invert the selection of documents in the lst."
  153.     IDS_TIPSELECTALL        "Press to select all documents in list. "
  154.     IDS_TIPMAKELIST         "Save a list of the currently selected documents to a file."
  155.     IDS_TIPLOADLIST         "Press to load a document list. This will be added  to the current contents of the list."
  156.     IDS_TIPACTIVATE         "Open or activate  the currenlty selected documents. If the file is closed, it will be opened."
  157. END
  158. STRINGTABLE DISCARDABLE 
  159. BEGIN
  160.     IDS_TIPMINWINS          "Press this to minimize all selected documents."
  161.     IDS_TIPCLOSE            "Close all selected documents. They will remain on the list and so can be re-opened, or saved to a list."
  162.     IDS_STRING114           "12345678901234567890123456789012345678901234567890123456789012345678701234567880"
  163.     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."
  164.     IDS_TIPMAKELISTEXTRA    " Name the file something that groups all those files, such as  TreeFiles."
  165.     IDS_TIPAUTOVISEXTRA     "Useful when debugging."
  166.     IDS_TIPAUTODIREXTRA     "to that of the active document. Useful for opening files, or searching files in dot (""."")."
  167.     IDS_COL_FILENAME        "File"
  168.     IDS_COL_DIRNAME         "Directory"
  169.     IDS_COL_TIME            "Time"
  170.     IDS_COL_EXT             "Extension"
  171.     IDS_COL_DEBUGSIZE       "Debug Position"
  172.     IDS_COL_SIZE            "Position"
  173.     IDS_CMD_WINMGR          "Windows ManagernWindows ManagernWindows Manager -- shows sortable list of windows"
  174.     IDS_CMD_MINWIN          "Minimize WindowsnMinimize WindowsnMinimize Windows -- minmizes all child windows"
  175. END
  176. STRINGTABLE DISCARDABLE 
  177. BEGIN
  178.     IDS_CMDNAME_WINMGR      "Windows Manager"
  179.     IDS_CMDNAME_MINWIN      "Minimize Windows"
  180.     IDS_CMD_AUTOSIZE        "Set AutoSizenSet AutoSizenSet AutoSize -- sets max width to that of active window (must be enabled)"
  181.     IDS_CMDNAME_AUTOSIZE    "Set AutoSize"
  182.     IDS_CMD_ALLVISIBLE      "Set All VisiblenSet All VisiblenSet All Visible -- sets all windows to fit in client area"
  183.     IDS_CMDNAME_ALLVISIBLE  "Set All Visible"
  184.     IDS_CMD_CLOSEDEBUGWNDS  "Close Debug WindowsnClose Debug WindowsnClose Debug Windows -- closes all windows that were opened during debugging"
  185.     IDS_CMDNAME_CLOSEDEBUGWNDS "Close Debug Windows"
  186. END
  187. #endif    // English (U.S.) resources
  188. /////////////////////////////////////////////////////////////////////////////
  189. #ifndef APSTUDIO_INVOKED
  190. /////////////////////////////////////////////////////////////////////////////
  191. //
  192. // Generated from the TEXTINCLUDE 3 resource.
  193. //
  194. 1 TYPELIB "wins.tlb"
  195. /////////////////////////////////////////////////////////////////////////////
  196. #endif    // not APSTUDIO_INVOKED