blob: cf74b291b21a424d57277f12ec99d98194217c69 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001//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// Englisch (USA) resources
17
18#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
19#ifdef _WIN32
20LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
21#pragma code_page(1252)
22#endif //_WIN32
23
24#ifdef APSTUDIO_INVOKED
25/////////////////////////////////////////////////////////////////////////////
26//
27// TEXTINCLUDE
28//
29
301 TEXTINCLUDE DISCARDABLE
31BEGIN
32 "resource.h\0"
33END
34
352 TEXTINCLUDE DISCARDABLE
36BEGIN
37 "#include ""afxres.h""\r\n"
38 "\0"
39END
40
413 TEXTINCLUDE DISCARDABLE
42BEGIN
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"
57END
58
59#endif // APSTUDIO_INVOKED
60
61
62/////////////////////////////////////////////////////////////////////////////
63//
64// Bitmap
65//
66
67IDR_TOOLBAR_MEDIUM BITMAP MOVEABLE PURE "res\\ToolbarM.bmp"
68IDR_TOOLBAR_LARGE BITMAP MOVEABLE PURE "res\\ToolbarL.bmp"
69
70#ifndef _MAC
71/////////////////////////////////////////////////////////////////////////////
72//
73// Version
74//
75
76VS_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
88BEGIN
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
107END
108
109#endif // !_MAC
110
111
112/////////////////////////////////////////////////////////////////////////////
113//
114// Dialog
115//
116
117IDD_ADDINMAIN DIALOG DISCARDABLE 0, 0, 178, 124
118STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
119CAPTION "Vim Add-In 1.4"
120FONT 8, "MS Sans Serif"
121BEGIN
122 CONTROL "&Open file in DevStudio editor simultaneously",
123 IDC_DEVSTUDIO_EDITOR,"Button",BS_AUTOCHECKBOX | WS_GROUP |
124 WS_TABSTOP,7,7,153,10
Bram Moolenaar99133032009-04-22 11:08:26 +0000125 CONTROL "Open files in new tabs",
126 IDC_NEW_TABS,"Button",BS_AUTOCHECKBOX | WS_GROUP |
127 WS_TABSTOP,7,21,153,10
Bram Moolenaar071d4272004-06-13 20:20:40 +0000128 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
138END
139
140
141/////////////////////////////////////////////////////////////////////////////
142//
143// DESIGNINFO
144//
145
146#ifdef APSTUDIO_INVOKED
147GUIDELINES DESIGNINFO DISCARDABLE
148BEGIN
149 IDD_ADDINMAIN, DIALOG
150 BEGIN
151 LEFTMARGIN, 7
152 RIGHTMARGIN, 171
153 TOPMARGIN, 7
154 BOTTOMMARGIN, 117
155 END
156END
157#endif // APSTUDIO_INVOKED
158
159
160/////////////////////////////////////////////////////////////////////////////
161//
162// String Table
163//
164
165STRINGTABLE DISCARDABLE
166BEGIN
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"
174END
175
176#endif // Englisch (USA) resources
177/////////////////////////////////////////////////////////////////////////////
178
179
180
181#ifndef APSTUDIO_INVOKED
182/////////////////////////////////////////////////////////////////////////////
183//
184// Generated from the TEXTINCLUDE 3 resource.
185//
186#define _AFX_NO_SPLITTER_RESOURCES
187#define _AFX_NO_OLE_RESOURCES
188#define _AFX_NO_TRACKER_RESOURCES
189#define _AFX_NO_PROPERTY_RESOURCES
190
191#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
192#ifdef _WIN32
193LANGUAGE 9, 1
194#pragma code_page(1252)
195#endif
196#include "afxres.rc" // Standard components
197#endif
1981 TYPELIB "VisVim.tlb"
199
200/////////////////////////////////////////////////////////////////////////////
201#endif // not APSTUDIO_INVOKED
202