Merge branch 'vim-with-runtime' into feat/tagfunc
[vim_extended.git] / src / VisVim / VisVim.rc
blobcf74b291b21a424d57277f12ec99d98194217c69
1 //Microsoft Developer Studio generated resource script.
2 //
3 #include "resource.h"
5 #define APSTUDIO_READONLY_SYMBOLS
6 /////////////////////////////////////////////////////////////////////////////
7 //
8 // Generated from the TEXTINCLUDE 2 resource.
9 //
10 #include "afxres.h"
12 /////////////////////////////////////////////////////////////////////////////
13 #undef APSTUDIO_READONLY_SYMBOLS
15 /////////////////////////////////////////////////////////////////////////////
16 // Englisch (USA) resources
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
24 #ifdef APSTUDIO_INVOKED
25 /////////////////////////////////////////////////////////////////////////////
27 // TEXTINCLUDE
30 1 TEXTINCLUDE DISCARDABLE 
31 BEGIN
32     "resource.h\0"
33 END
35 2 TEXTINCLUDE DISCARDABLE 
36 BEGIN
37     "#include ""afxres.h""\r\n"
38     "\0"
39 END
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 ""afxres.rc""         // Standard components\r\n"
54     "#endif\r\n"
55     "1 TYPELIB ""VisVim.tlb""\r\n"
56     "\0"
57 END
59 #endif    // APSTUDIO_INVOKED
62 /////////////////////////////////////////////////////////////////////////////
64 // Bitmap
67 IDR_TOOLBAR_MEDIUM      BITMAP  MOVEABLE PURE   "res\\ToolbarM.bmp"
68 IDR_TOOLBAR_LARGE       BITMAP  MOVEABLE PURE   "res\\ToolbarL.bmp"
70 #ifndef _MAC
71 /////////////////////////////////////////////////////////////////////////////
73 // Version
76 VS_VERSION_INFO VERSIONINFO
77  FILEVERSION 1,1,0,1
78  PRODUCTVERSION 1,1,0,1
79  FILEFLAGSMASK 0x3fL
80 #ifdef _DEBUG
81  FILEFLAGS 0x1L
82 #else
83  FILEFLAGS 0x0L
84 #endif
85  FILEOS 0x4L
86  FILETYPE 0x2L
87  FILESUBTYPE 0x0L
88 BEGIN
89     BLOCK "StringFileInfo"
90     BEGIN
91         BLOCK "040904b0"
92         BEGIN
93             VALUE "CompanyName", "\0"
94             VALUE "FileDescription", "VisVim DLL\0"
95             VALUE "FileVersion", "1, 1, 0, 1\0"
96             VALUE "InternalName", "VisVim\0"
97             VALUE "LegalCopyright", "Copyright (C) 1998\0"
98             VALUE "OriginalFilename", "VisVim.DLL\0"
99             VALUE "ProductName", "VisVim Dynamic Link Library\0"
100             VALUE "ProductVersion", "1, 1, 0, 1\0"
101         END
102     END
103     BLOCK "VarFileInfo"
104     BEGIN
105         VALUE "Translation", 0x409, 1200
106     END
109 #endif    // !_MAC
112 /////////////////////////////////////////////////////////////////////////////
114 // Dialog
117 IDD_ADDINMAIN DIALOG DISCARDABLE  0, 0, 178, 124
118 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
119 CAPTION "Vim Add-In 1.4"
120 FONT 8, "MS Sans Serif"
121 BEGIN
122     CONTROL         "&Open file in DevStudio editor simultaneously",
123                     IDC_DEVSTUDIO_EDITOR,"Button",BS_AUTOCHECKBOX | WS_GROUP | 
124                     WS_TABSTOP,7,7,153,10
125     CONTROL         "Open files in new tabs",
126                     IDC_NEW_TABS,"Button",BS_AUTOCHECKBOX | WS_GROUP | 
127                     WS_TABSTOP,7,21,153,10
128     GROUPBOX        "Current directory",IDC_STATIC,7,35,164,58,WS_GROUP
129     CONTROL         "Set to &source file path",IDC_CD_SOURCE_PATH,"Button",
130                     BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,17,49,85,10
131     CONTROL         "Set to &parent directory of source file path",
132                     IDC_CD_SOURCE_PARENT,"Button",BS_AUTORADIOBUTTON,17,63,
133                     143,10
134     CONTROL         "Do &not change",IDC_CD_NONE,"Button",BS_AUTORADIOBUTTON,
135                     17,78,63,10
136     DEFPUSHBUTTON   "&Ok",IDOK,7,102,74,14,WS_GROUP
137     PUSHBUTTON      "&Cancel",IDCANCEL,97,102,74,14,WS_GROUP
141 /////////////////////////////////////////////////////////////////////////////
143 // DESIGNINFO
146 #ifdef APSTUDIO_INVOKED
147 GUIDELINES DESIGNINFO DISCARDABLE 
148 BEGIN
149     IDD_ADDINMAIN, DIALOG
150     BEGIN
151         LEFTMARGIN, 7
152         RIGHTMARGIN, 171
153         TOPMARGIN, 7
154         BOTTOMMARGIN, 117
155     END
157 #endif    // APSTUDIO_INVOKED
160 /////////////////////////////////////////////////////////////////////////////
162 // String Table
165 STRINGTABLE DISCARDABLE 
166 BEGIN
167     IDS_VISVIM_LONGNAME     "Vim Developer Studio Add-In"
168     IDS_VISVIM_DESCRIPTION  "Allows integration of Vim as the text editor in Developer Studio."
169     IDS_CMD_DIALOG          "\nVim Add-In Dialog\nDisplays the options dialog box of the Vim Add-In\nVim Add-In Dialog"
170     IDS_CMD_ENABLE          "\nEnable Vim Add-In\nEnables Vim as Visual Studio editor\nEnable Vim Add-In"
171     IDS_CMD_DISABLE         "\nDisable Vim Add-In\nDisables Vim as Visual Studio editor\nDisable Vim Add-In"
172     IDS_CMD_TOGGLE          "\nToggle Vim Add-In State\nToggles the enable state of the Vim Add-In\nToggle Vim Add-In State"
173     IDS_CMD_LOAD            "\nVim Add-In Load Document\nLoads the current document in Vim\nVim Add-In Load Document"
176 #endif    // Englisch (USA) resources
177 /////////////////////////////////////////////////////////////////////////////
181 #ifndef APSTUDIO_INVOKED
182 /////////////////////////////////////////////////////////////////////////////
184 // Generated from the TEXTINCLUDE 3 resource.
186 #define _AFX_NO_SPLITTER_RESOURCES
187 #define _AFX_NO_OLE_RESOURCES
188 #define _AFX_NO_TRACKER_RESOURCES
189 #define _AFX_NO_PROPERTY_RESOURCES
191 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
192 #ifdef _WIN32
193 LANGUAGE 9, 1
194 #pragma code_page(1252)
195 #endif
196 #include "afxres.rc"         // Standard components
197 #endif
198 1 TYPELIB "VisVim.tlb"
200 /////////////////////////////////////////////////////////////////////////////
201 #endif    // not APSTUDIO_INVOKED