]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/Applications/ExplorerPlugin/ExplorerPlugin.rc
f9e79baba271eee8348a2b25f1e17da6e0163453
[apple/mdnsresponder.git] / mDNSWindows / Applications / 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
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
31 BEGIN
32 "Resource.h\0"
33 END
34
35 2 TEXTINCLUDE
36 BEGIN
37 "#include ""afxres.h""\r\n"
38 "\0"
39 END
40
41 3 TEXTINCLUDE
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 "LANGUAGE 9, 1\r\n"
50 "#pragma code_page(1252)\r\n"
51 "#include ""afxres.rc"" // Standard components\r\n"
52 "#endif\r\n"
53 "\0"
54 END
55
56 #endif // APSTUDIO_INVOKED
57
58
59 /////////////////////////////////////////////////////////////////////////////
60 //
61 // Version
62 //
63
64 VS_VERSION_INFO VERSIONINFO
65 FILEVERSION 1,0,0,1
66 PRODUCTVERSION 1,0,0,1
67 FILEFLAGSMASK 0x3fL
68 #ifdef _DEBUG
69 FILEFLAGS 0x1L
70 #else
71 FILEFLAGS 0x0L
72 #endif
73 FILEOS 0x4L
74 FILETYPE 0x2L
75 FILESUBTYPE 0x0L
76 BEGIN
77 BLOCK "StringFileInfo"
78 BEGIN
79 BLOCK "040904B0"
80 BEGIN
81 VALUE "CompanyName", "Apple Computer, Inc."
82 VALUE "FileDescription", "Rendezvous Bar"
83 VALUE "FileVersion", "1.0.0.1"
84 VALUE "InternalName", "ExplorerPlugin.dll"
85 VALUE "LegalCopyright", "Copyright (C) 2003-2004 Apple Computer, Inc."
86 VALUE "OriginalFilename", "ExplorerPlugin.dll"
87 VALUE "ProductName", "Rendezvous Bar"
88 VALUE "ProductVersion", "1.0.0.1"
89 END
90 END
91 BLOCK "VarFileInfo"
92 BEGIN
93 VALUE "Translation", 0x409, 1200
94 END
95 END
96
97
98 /////////////////////////////////////////////////////////////////////////////
99 //
100 // Dialog
101 //
102
103 IDD_LOGIN DIALOGEX 0, 0, 180, 89
104 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
105 CAPTION "Login"
106 FONT 8, "MS Shell Dlg", 0, 0, 0x0
107 BEGIN
108 LTEXT "Enter a username and password. Leave blank to use the default username and/or password.",
109 IDC_STATIC,8,8,156,16,NOT WS_GROUP
110 RTEXT "Username:",IDC_STATIC,10,34,36,8,NOT WS_GROUP
111 EDITTEXT IDC_LOGIN_USERNAME_TEXT,50,32,118,12,ES_AUTOHSCROLL
112 RTEXT "Password:",IDC_STATIC,10,50,36,8,NOT WS_GROUP
113 EDITTEXT IDC_LOGIN_PASSWORD_TEXT,50,48,118,12,ES_PASSWORD |
114 ES_AUTOHSCROLL
115 DEFPUSHBUTTON "OK",IDOK,129,70,44,14
116 PUSHBUTTON "Cancel",IDCANCEL,77,70,44,14
117 END
118
119
120 /////////////////////////////////////////////////////////////////////////////
121 //
122 // DESIGNINFO
123 //
124
125 #ifdef APSTUDIO_INVOKED
126 GUIDELINES DESIGNINFO
127 BEGIN
128 IDD_LOGIN, DIALOG
129 BEGIN
130 BOTTOMMARGIN, 62
131 END
132 END
133 #endif // APSTUDIO_INVOKED
134
135
136 /////////////////////////////////////////////////////////////////////////////
137 //
138 // String Table
139 //
140
141 STRINGTABLE
142 BEGIN
143 IDS_NAME "Rendezvous"
144 IDS_WEB_SITES "Web Sites"
145 IDS_FTP_SITES "FTP Sites"
146 IDS_PRINTERS "Printers"
147 IDS_RENDEZVOUS_NOT_AVAILABLE "Rendezvous Not Available"
148 END
149
150 #endif // English (U.S.) resources
151 /////////////////////////////////////////////////////////////////////////////
152
153
154
155 #ifndef APSTUDIO_INVOKED
156 /////////////////////////////////////////////////////////////////////////////
157 //
158 // Generated from the TEXTINCLUDE 3 resource.
159 //
160 #define _AFX_NO_SPLITTER_RESOURCES
161 #define _AFX_NO_OLE_RESOURCES
162 #define _AFX_NO_TRACKER_RESOURCES
163 #define _AFX_NO_PROPERTY_RESOURCES
164
165 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
166 LANGUAGE 9, 1
167 #pragma code_page(1252)
168 #include "afxres.rc" // Standard components
169 #endif
170
171 /////////////////////////////////////////////////////////////////////////////
172 #endif // not APSTUDIO_INVOKED
173