home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / vile-src.zip / vile-8.1 / visvile / visvile.rc < prev    next >
Text File  |  1998-09-07  |  6KB  |  225 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 ""VisVile.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#endif\r\n"
  56.     "1 TYPELIB ""VisVile.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   "TBarMedm.bmp"
  69. IDR_TOOLBAR_LARGE       BITMAP  MOVEABLE PURE   "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 "Comments", "VisVile is free SW, released under the GNU public license\0"
  95.             VALUE "CompanyName", "\0"
  96.             VALUE "FileDescription", "VISVILE DLL\0"
  97.             VALUE "FileVersion", "1.01\0"
  98.             VALUE "InternalName", "VISVILE\0"
  99.             VALUE "LegalCopyright", "Copyright (C) 1998 Clark Morgan\0"
  100.             VALUE "OriginalFilename", "VISVILE.DLL\0"
  101.             VALUE "ProductName", "VISVILE Dynamic Link Library\0"
  102.             VALUE "ProductVersion", "1.01\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. // Toolbar
  117. //
  118.  
  119. IDR_TOOLBAR_MEDIUM TOOLBAR DISCARDABLE  16, 15
  120. BEGIN
  121.     BUTTON      ID_BUTTON32771
  122.     BUTTON      ID_BUTTON32772
  123.     BUTTON      ID_BUTTON32773
  124.     BUTTON      ID_BUTTON32774
  125. END
  126.  
  127. IDR_TOOLBAR_LARGE TOOLBAR DISCARDABLE  32, 32
  128. BEGIN
  129.     BUTTON      ID_BUTTON32779
  130.     BUTTON      ID_BUTTON32780
  131.     BUTTON      ID_BUTTON32781
  132.     BUTTON      ID_BUTTON32782
  133. END
  134.  
  135.  
  136. /////////////////////////////////////////////////////////////////////////////
  137. //
  138. // Dialog
  139. //
  140.  
  141. IDD_DIALOG1 DIALOG DISCARDABLE  0, 0, 191, 109
  142. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  143. CAPTION "VisVile Configuration"
  144. FONT 8, "MS Sans Serif"
  145. BEGIN
  146.     DEFPUSHBUTTON   "OK",IDOK,56,88,31,14
  147.     PUSHBUTTON      "Cancel",IDCANCEL,103,88,31,14
  148.     CONTROL         "Close DevStudio copy of text document",IDC_CLOSE_DOC,
  149.                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,22,133,10
  150.     CONTROL         "Add-in enabled",IDC_ENABLED,"Button",BS_AUTOCHECKBOX |
  151.                     WS_TABSTOP,17,9,62,10
  152.     CONTROL         "CWD set from opened document's path",IDC_CHDIR,"Button",
  153.                     BS_AUTOCHECKBOX | WS_TABSTOP,17,35,133,10
  154.     CONTROL         "Build log -> errbuf if build reports errors/warnings",
  155.                     IDC_ERRBUF,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,61,
  156.                     159,10
  157.     CONTROL         "Write all modified buffers to disk prior to build",
  158.                     IDC_WRITE_BUFFERS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  159.                     17,48,148,10
  160. END
  161.  
  162.  
  163. /////////////////////////////////////////////////////////////////////////////
  164. //
  165. // DESIGNINFO
  166. //
  167.  
  168. #ifdef APSTUDIO_INVOKED
  169. GUIDELINES DESIGNINFO DISCARDABLE
  170. BEGIN
  171.     IDD_DIALOG1, DIALOG
  172.     BEGIN
  173.         LEFTMARGIN, 7
  174.         RIGHTMARGIN, 186
  175.         TOPMARGIN, 3
  176.         BOTTOMMARGIN, 103
  177.     END
  178. END
  179. #endif    // APSTUDIO_INVOKED
  180.  
  181.  
  182. /////////////////////////////////////////////////////////////////////////////
  183. //
  184. // String Table
  185. //
  186.  
  187. STRINGTABLE DISCARDABLE
  188. BEGIN
  189.     IDS_VISVILE_LONGNAME    "Winvile Developer Studio Add-in"
  190.     IDS_VISVILE_DESCRIPTION "Provides file editing facilities in various situations."
  191.     IDS_CMD_CONFIG          "\nVisVileConfiguration Dialog\nDisplays VisVile configuration dialog box\nConfigure VisVile"
  192.     IDS_CMD_ENABLE          "\nVisVile Enable Command\nEnables the VisVile add-in\nEnable VisVile"
  193.     IDS_CMD_DISABLE         "\nVisVile Disable Command\nDisables the VisVile add-in\nDisable VisVile"
  194.     IDS_CMD_LOAD            "\nVisVile Load Command\nWinvile opens the current text document\nWinvile opens text document "
  195. END
  196.  
  197. #endif    // English (U.S.) resources
  198. /////////////////////////////////////////////////////////////////////////////
  199.  
  200.  
  201.  
  202. #ifndef APSTUDIO_INVOKED
  203. /////////////////////////////////////////////////////////////////////////////
  204. //
  205. // Generated from the TEXTINCLUDE 3 resource.
  206. //
  207. #define _AFX_NO_SPLITTER_RESOURCES
  208. #define _AFX_NO_OLE_RESOURCES
  209. #define _AFX_NO_TRACKER_RESOURCES
  210. #define _AFX_NO_PROPERTY_RESOURCES
  211.  
  212. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  213. #ifdef _WIN32
  214. LANGUAGE 9, 1
  215. #pragma code_page(1252)
  216. #endif
  217. #include "VisVile.rc2"  // non-Microsoft Visual C++ edited resources
  218. #include "afxres.rc"         // Standard components
  219. #endif
  220. 1 TYPELIB "VisVile.tlb"
  221.  
  222. /////////////////////////////////////////////////////////////////////////////
  223. #endif    // not APSTUDIO_INVOKED
  224.  
  225.