]> git.saurik.com Git - apple/mdnsresponder.git/blob - Clients/ExplorerPlugin/ExplorerPlugin.rc
mDNSResponder-87.tar.gz
[apple/mdnsresponder.git] / Clients / ExplorerPlugin / ExplorerPlugin.rc
1 // Microsoft Visual C++ 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 #include "WinVersRes.h"
12
13 /////////////////////////////////////////////////////////////////////////////
14 #undef APSTUDIO_READONLY_SYMBOLS
15
16 /////////////////////////////////////////////////////////////////////////////
17 // English (U.S.) resources
18
19 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
20 #ifdef _WIN32
21 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
22 #pragma code_page(1252)
23 #endif //_WIN32
24
25 #ifdef APSTUDIO_INVOKED
26 /////////////////////////////////////////////////////////////////////////////
27 //
28 // TEXTINCLUDE
29 //
30
31 1 TEXTINCLUDE
32 BEGIN
33 "Resource.h\0"
34 END
35
36 2 TEXTINCLUDE
37 BEGIN
38 "#include ""afxres.h""\r\n"
39 "#include ""WinVersRes.h""\r\n"
40 "\0"
41 END
42
43 3 TEXTINCLUDE
44 BEGIN
45 "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
46 "#define _AFX_NO_OLE_RESOURCES\r\n"
47 "#define _AFX_NO_TRACKER_RESOURCES\r\n"
48 "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
49 "\r\n"
50 "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
51 "LANGUAGE 9, 1\r\n"
52 "#pragma code_page(1252)\r\n"
53 "#include ""afxres.rc"" // Standard components\r\n"
54 "#endif\r\n"
55 "\0"
56 END
57
58 #endif // APSTUDIO_INVOKED
59
60
61 /////////////////////////////////////////////////////////////////////////////
62 //
63 // Version
64 //
65
66 VS_VERSION_INFO VERSIONINFO
67 FILEVERSION MASTER_PROD_VERS
68 PRODUCTVERSION MASTER_PROD_VERS
69 FILEFLAGSMASK 0x3fL
70 #ifdef _DEBUG
71 FILEFLAGS 0x1L
72 #else
73 FILEFLAGS 0x0L
74 #endif
75 FILEOS 0x4L
76 FILETYPE 0x2L
77 FILESUBTYPE 0x0L
78 BEGIN
79 BLOCK "StringFileInfo"
80 BEGIN
81 BLOCK "040904b0"
82 BEGIN
83 VALUE "CompanyName", "Apple Computer, Inc."
84 VALUE "FileDescription", "DNSServices Explorer Bar"
85 VALUE "FileVersion", MASTER_PROD_VERS_STR
86 VALUE "InternalName", "ExplorerPlugin.dll"
87 VALUE "LegalCopyright", "Copyright (C) 2003-2004 Apple Computer, Inc."
88 VALUE "OriginalFilename", "ExplorerPlugin.dll"
89 VALUE "ProductName", MASTER_PROD_NAME
90 VALUE "ProductVersion", MASTER_PROD_VERS_STR
91 END
92 END
93 BLOCK "VarFileInfo"
94 BEGIN
95 VALUE "Translation", 0x409, 1200
96 END
97 END
98
99
100 /////////////////////////////////////////////////////////////////////////////
101 //
102 // Dialog
103 //
104
105 IDD_LOGIN DIALOGEX 0, 0, 180, 89
106 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
107 CAPTION "Login"
108 FONT 8, "MS Shell Dlg", 0, 0, 0x0
109 BEGIN
110 LTEXT "Enter a username and password. Leave blank to use the default username and/or password.",
111 IDC_STATIC,8,8,156,16,NOT WS_GROUP
112 RTEXT "Username:",IDC_STATIC,10,34,36,8,NOT WS_GROUP
113 EDITTEXT IDC_LOGIN_USERNAME_TEXT,50,32,118,12,ES_AUTOHSCROLL
114 RTEXT "Password:",IDC_STATIC,10,50,36,8,NOT WS_GROUP
115 EDITTEXT IDC_LOGIN_PASSWORD_TEXT,50,48,118,12,ES_PASSWORD |
116 ES_AUTOHSCROLL
117 DEFPUSHBUTTON "OK",IDOK,129,70,44,14
118 PUSHBUTTON "Cancel",IDCANCEL,77,70,44,14
119 END
120
121 IDD_ABOUT DIALOGEX 0, 0, 219, 87
122 STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
123 EXSTYLE WS_EX_RTLREADING | WS_EX_LEFTSCROLLBAR
124 CAPTION "About Rendezvous"
125 FONT 8, "MS Shell Dlg", 400, 0, 0x1
126 BEGIN
127 CONTROL 119,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,
128 220,86
129 CONTROL MASTER_PROD_VERS_STR3,IDC_COMPONENT,"Static",
130 SS_SIMPLE | WS_GROUP,92,10,122,8
131 LTEXT "Copyright (c) 2004 Apple Computer, Inc. All rights reserved. Apple and the Apple logo are trademarks of Apple Computer, Inc., registered in the U.S. and other countries.",
132 IDC_LEGAL,92,31,123,50,0,WS_EX_RTLREADING
133 END
134
135
136 /////////////////////////////////////////////////////////////////////////////
137 //
138 // DESIGNINFO
139 //
140
141 #ifdef APSTUDIO_INVOKED
142 GUIDELINES DESIGNINFO
143 BEGIN
144 IDD_LOGIN, DIALOG
145 BEGIN
146 BOTTOMMARGIN, 62
147 END
148
149 IDD_ABOUT, DIALOG
150 BEGIN
151 BOTTOMMARGIN, 132
152 END
153 END
154 #endif // APSTUDIO_INVOKED
155
156
157 /////////////////////////////////////////////////////////////////////////////
158 //
159 // Bitmap
160 //
161
162 IDB_LOGO BITMAP "res\\logo.bmp"
163 IDB_ABOUT BITMAP "res\\about.bmp"
164
165 /////////////////////////////////////////////////////////////////////////////
166 //
167 // Icon
168 //
169
170 // Icon with lowest ID value placed first to ensure application icon
171 // remains consistent on all systems.
172 IDI_BUTTON_2K ICON "res\\button-2k.ico"
173 IDI_BUTTON_XP ICON "res\\button-xp.ico"
174
175 /////////////////////////////////////////////////////////////////////////////
176 //
177 // Menu
178 //
179
180 IDR_CONTEXT_MENU MENU
181 BEGIN
182 POPUP "ContextMenu"
183 BEGIN
184 MENUITEM "About Rendezvous...", ID_Menu
185 MENUITEM SEPARATOR
186 END
187 END
188
189
190 /////////////////////////////////////////////////////////////////////////////
191 //
192 // String Table
193 //
194
195 STRINGTABLE
196 BEGIN
197 IDS_NAME "Rendezvous"
198 IDS_WEB_SITES "Web Sites"
199 IDS_FTP_SITES "FTP Sites"
200 IDS_PRINTERS "Printers"
201 IDS_MDNSRESPONDER_NOT_AVAILABLE "Rendezvous Service Not Available"
202 END
203
204 #endif // English (U.S.) resources
205 /////////////////////////////////////////////////////////////////////////////
206
207
208
209 #ifndef APSTUDIO_INVOKED
210 /////////////////////////////////////////////////////////////////////////////
211 //
212 // Generated from the TEXTINCLUDE 3 resource.
213 //
214 #define _AFX_NO_SPLITTER_RESOURCES
215 #define _AFX_NO_OLE_RESOURCES
216 #define _AFX_NO_TRACKER_RESOURCES
217 #define _AFX_NO_PROPERTY_RESOURCES
218
219 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
220 LANGUAGE 9, 1
221 #pragma code_page(1252)
222 #include "afxres.rc" // Standard components
223 #endif
224
225 /////////////////////////////////////////////////////////////////////////////
226 #endif // not APSTUDIO_INVOKED
227