VisVim.rc
上传用户:gddssl
上传日期:2007-01-06
资源大小:1003k
文件大小:6k
源码类别:

编辑器/阅读器

开发平台:

DOS

  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. // Englisch (USA) 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.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  36.     "#define _AFX_NO_OLE_RESOURCESrn"
  37.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  38.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  39.     "rn"
  40.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  41.     "#ifdef _WIN32rn"
  42.     "LANGUAGE 9, 1rn"
  43.     "#pragma code_page(1252)rn"
  44.     "#endifrn"
  45.     "#include ""afxres.rc""         // Standard componentsrn"
  46.     "#endifrn"
  47.     "1 TYPELIB ""VisVim.tlb""rn"
  48.     ""
  49. END
  50. #endif    // APSTUDIO_INVOKED
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Bitmap
  54. //
  55. IDR_TOOLBAR_MEDIUM      BITMAP  MOVEABLE PURE   "res\ToolbarM.bmp"
  56. IDR_TOOLBAR_LARGE       BITMAP  MOVEABLE PURE   "res\ToolbarL.bmp"
  57. #ifndef _MAC
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Version
  61. //
  62. VS_VERSION_INFO VERSIONINFO
  63.  FILEVERSION 1,1,0,1
  64.  PRODUCTVERSION 1,1,0,1
  65.  FILEFLAGSMASK 0x3fL
  66. #ifdef _DEBUG
  67.  FILEFLAGS 0x1L
  68. #else
  69.  FILEFLAGS 0x0L
  70. #endif
  71.  FILEOS 0x4L
  72.  FILETYPE 0x2L
  73.  FILESUBTYPE 0x0L
  74. BEGIN
  75.     BLOCK "StringFileInfo"
  76.     BEGIN
  77.         BLOCK "040904b0"
  78.         BEGIN
  79.             VALUE "CompanyName", ""
  80.             VALUE "FileDescription", "VisVim DLL"
  81.             VALUE "FileVersion", "1, 1, 0, 1"
  82.             VALUE "InternalName", "VisVim"
  83.             VALUE "LegalCopyright", "Copyright (C) 1996"
  84.             VALUE "OriginalFilename", "VisVim.DLL"
  85.             VALUE "ProductName", "VisVim Dynamic Link Library"
  86.             VALUE "ProductVersion", "1, 1, 0, 1"
  87.         END
  88.     END
  89.     BLOCK "VarFileInfo"
  90.     BEGIN
  91.         VALUE "Translation", 0x409, 1200
  92.     END
  93. END
  94. #endif    // !_MAC
  95. /////////////////////////////////////////////////////////////////////////////
  96. //
  97. // Dialog
  98. //
  99. IDD_ADDINMAIN DIALOG DISCARDABLE  0, 0, 172, 111
  100. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  101. CAPTION "Vim Add-In 1.1b"
  102. FONT 8, "MS Sans Serif"
  103. BEGIN
  104.     CONTROL         "&Open file in DevStudio editor simultaneously",
  105.                     IDC_DEVSTUDIO_EDITOR,"Button",BS_AUTOCHECKBOX | WS_GROUP | 
  106.                     WS_TABSTOP,8,8,153,10
  107.     GROUPBOX        "Current directory",IDC_STATIC,7,24,156,58,WS_GROUP
  108.     CONTROL         "Set to &source file path",IDC_CD_SOURCE_PATH,"Button",
  109.                     BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,17,38,85,10
  110.     CONTROL         "Set to &parent directory of source file path",
  111.                     IDC_CD_SOURCE_PARENT,"Button",BS_AUTORADIOBUTTON,17,52,
  112.                     143,10
  113.     CONTROL         "Do &not change",IDC_CD_NONE,"Button",BS_AUTORADIOBUTTON,
  114.                     17,66,63,10
  115.     DEFPUSHBUTTON   "&Ok",IDOK,7,90,74,14,WS_GROUP
  116.     PUSHBUTTON      "&Cancel",IDCANCEL,91,90,74,14,WS_GROUP
  117. END
  118. /////////////////////////////////////////////////////////////////////////////
  119. //
  120. // DESIGNINFO
  121. //
  122. #ifdef APSTUDIO_INVOKED
  123. GUIDELINES DESIGNINFO DISCARDABLE 
  124. BEGIN
  125.     IDD_ADDINMAIN, DIALOG
  126.     BEGIN
  127.         LEFTMARGIN, 7
  128.         RIGHTMARGIN, 165
  129.         TOPMARGIN, 7
  130.         BOTTOMMARGIN, 104
  131.     END
  132. END
  133. #endif    // APSTUDIO_INVOKED
  134. /////////////////////////////////////////////////////////////////////////////
  135. //
  136. // String Table
  137. //
  138. STRINGTABLE DISCARDABLE 
  139. BEGIN
  140.     IDS_VISVIM_LONGNAME     "Vim Developer Studio Add-In"
  141.     IDS_VISVIM_DESCRIPTION  "Allows integration of Vim as the text editor in Developer Studio."
  142.     IDS_CMD_DIALOG          "nVim Add-In DialognDisplays the options dialog box of the Vim Add-InnVim Add-In Dialog"
  143.     IDS_CMD_ENABLE          "nEnable Vim Add-InnEnables Vim as Visual Studio editornEnable Vim Add-In"
  144.     IDS_CMD_DISABLE         "nDisable Vim Add-InnDisables Vim as Visual Studio editornDisable Vim Add-In"
  145.     IDS_CMD_TOGGLE          "nToggle Vim Add-In StatenToggles the enable state of the Vim Add-InnToggle Vim Add-In State"
  146.     IDS_CMD_LOAD            "nVim Add-In Load DocumentnLoads the current document in VimnVim Add-In Load Document"
  147. END
  148. #endif    // Englisch (USA) resources
  149. /////////////////////////////////////////////////////////////////////////////
  150. #ifndef APSTUDIO_INVOKED
  151. /////////////////////////////////////////////////////////////////////////////
  152. //
  153. // Generated from the TEXTINCLUDE 3 resource.
  154. //
  155. #define _AFX_NO_SPLITTER_RESOURCES
  156. #define _AFX_NO_OLE_RESOURCES
  157. #define _AFX_NO_TRACKER_RESOURCES
  158. #define _AFX_NO_PROPERTY_RESOURCES
  159. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  160. #ifdef _WIN32
  161. LANGUAGE 9, 1
  162. #pragma code_page(1252)
  163. #endif
  164. #include "afxres.rc"         // Standard components
  165. #endif
  166. 1 TYPELIB "VisVim.tlb"
  167. /////////////////////////////////////////////////////////////////////////////
  168. #endif    // not APSTUDIO_INVOKED