]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/Applications/DNSServiceBrowser/Windows/Resources/Application.rc
mDNSResponder-58.8.1.tar.gz
[apple/mdnsresponder.git] / mDNSWindows / Applications / DNSServiceBrowser / Windows / Resources / Application.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 "#ifdef _WIN32\r\n"
50 "LANGUAGE 9, 1\r\n"
51 "#pragma code_page(1252)\r\n"
52 "#endif //_WIN32\r\n"
53 "#include ""Resources\\Application.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
54 "#include ""afxres.rc"" // Standard components\r\n"
55 "#endif\r\n"
56 "\0"
57 END
58
59 #endif // APSTUDIO_INVOKED
60
61
62 /////////////////////////////////////////////////////////////////////////////
63 //
64 // Icon
65 //
66
67 // Icon with lowest ID value placed first to ensure application icon
68 // remains consistent on all systems.
69 IDR_MAIN_ICON ICON "Application.ico"
70
71 /////////////////////////////////////////////////////////////////////////////
72 //
73 // Dialog
74 //
75
76 IDD_CHOOSER_DIALOG DIALOGEX 0, 0, 332, 252
77 STYLE DS_SETFONT | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION |
78 WS_SYSMENU
79 EXSTYLE WS_EX_APPWINDOW
80 CAPTION "Rendezvous Browser for Windows"
81 MENU IDR_CHOOSER_DIALOG_MENU
82 FONT 8, "MS Sans Serif", 0, 0, 0x0
83 BEGIN
84 CONTROL "",IDC_CHOOSER_LIST,"SysListView32",LVS_REPORT |
85 LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT |
86 LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,116,8,208,136
87 CONTROL "",IDC_SERVICE_LIST,"SysListView32",LVS_REPORT |
88 LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT |
89 LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,8,8,100,136
90 CONTROL "",IDC_DOMAIN_LIST,"SysListView32",LVS_REPORT |
91 LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT |
92 LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,8,152,100,92
93 GROUPBOX "Information",IDC_STATIC,116,148,208,96
94 RTEXT "Name:",IDC_STATIC,122,164,38,8
95 LTEXT "My Device",IDC_INFO_NAME_TEXT,164,164,152,10,SS_SUNKEN
96 RTEXT "Text:",IDC_STATIC,122,203,38,8
97 LTEXT "Information About My Device",IDC_INFO_TEXT_TEXT,164,203,
98 152,34,SS_NOPREFIX | SS_SUNKEN
99 RTEXT "IP address:",IDC_STATIC,122,177,38,8
100 LTEXT "123.124.125.126:1234",IDC_INFO_IP_TEXT,164,177,152,10,
101 SS_SUNKEN
102 RTEXT "Interface:",IDC_STATIC,122,190,38,8
103 LTEXT "123.124.125.126",IDC_INFO_INTERFACE_TEXT,164,190,152,10,
104 SS_SUNKEN
105 END
106
107 IDD_ABOUT_DIALOG DIALOGEX 0, 0, 244, 73
108 STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
109 CAPTION "About Rendezvous Browser"
110 FONT 8, "MS Sans Serif", 0, 0, 0x0
111 BEGIN
112 ICON IDR_MAIN_ICON,IDC_ABOUT_APP_ICON,12,12,20,20
113 LTEXT "Rendezvous Browser for Windows",IDC_ABOUT_APP_NAME_TEXT,
114 44,11,192,12
115 LTEXT "Version 1.0d2",IDC_ABOUT_APP_VERSION_TEXT,44,25,192,8
116 LTEXT "Copyright (C) 2002-2003 Apple Computer, Inc.",
117 IDC_ABOUT_COPYRIGHT_TEXT,4,60,156,8
118 DEFPUSHBUTTON "OK",IDOK,192,52,44,14
119 END
120
121
122 /////////////////////////////////////////////////////////////////////////////
123 //
124 // Version
125 //
126
127 VS_VERSION_INFO VERSIONINFO
128 FILEVERSION 1,0,0,1
129 PRODUCTVERSION 1,0,0,1
130 FILEFLAGSMASK 0x3fL
131 #ifdef _DEBUG
132 FILEFLAGS 0x1L
133 #else
134 FILEFLAGS 0x0L
135 #endif
136 FILEOS 0x4L
137 FILETYPE 0x1L
138 FILESUBTYPE 0x0L
139 BEGIN
140 BLOCK "StringFileInfo"
141 BEGIN
142 BLOCK "040904b0"
143 BEGIN
144 VALUE "Comments", "Quick & Dirty 1 day hack by Bob Bradley"
145 VALUE "CompanyName", "Apple Computer, Inc."
146 VALUE "FileDescription", "Rendezvous Browser for Windows"
147 VALUE "FileVersion", "1, 0, 0, 1"
148 VALUE "InternalName", "Rendezvous Browser for Windows"
149 VALUE "LegalCopyright", "Copyright (C) Apple Computer, Inc. 2001"
150 VALUE "OriginalFilename", "RendezvousBrowser.exe"
151 VALUE "ProductName", "Rendezvous Browser for Windows"
152 VALUE "ProductVersion", "1, 0, 0, 1"
153 END
154 END
155 BLOCK "VarFileInfo"
156 BEGIN
157 VALUE "Translation", 0x409, 1200
158 END
159 END
160
161
162 /////////////////////////////////////////////////////////////////////////////
163 //
164 // Menu
165 //
166
167 IDR_CHOOSER_DIALOG_MENU MENU
168 BEGIN
169 POPUP "File"
170 BEGIN
171 MENUITEM "Close &Window\tCtrl+W", ID_FILE_CLOSE
172 MENUITEM SEPARATOR
173 MENUITEM "Exit", ID_FILE_EXIT
174 END
175 POPUP "Help"
176 BEGIN
177 MENUITEM "About Rendezvous Browser...", ID_HELP_ABOUT
178 END
179 END
180
181
182 /////////////////////////////////////////////////////////////////////////////
183 //
184 // Accelerator
185 //
186
187 IDR_CHOOSER_DIALOG_MENU_ACCELERATORS ACCELERATORS
188 BEGIN
189 "S", ID_FILE_SAVE, VIRTKEY, CONTROL, NOINVERT
190 "W", ID_FILE_CLOSE, VIRTKEY, CONTROL, NOINVERT
191 END
192
193
194 /////////////////////////////////////////////////////////////////////////////
195 //
196 // RT_MANIFEST
197 //
198
199 1 RT_MANIFEST
200 BEGIN
201 0x3f3c, 0x6d78, 0x206c, 0x6576, 0x7372, 0x6f69, 0x3d6e, 0x3122, 0x302e,
202 0x2022, 0x6e65, 0x6f63, 0x6964, 0x676e, 0x223d, 0x5455, 0x2d46, 0x2238,
203 0x7320, 0x6174, 0x646e, 0x6c61, 0x6e6f, 0x3d65, 0x7922, 0x7365, 0x3f22,
204 0x203e, 0x0a0d, 0x613c, 0x7373, 0x6d65, 0x6c62, 0x2079, 0x0a0d, 0x2020,
205 0x7820, 0x6c6d, 0x736e, 0x223d, 0x7275, 0x3a6e, 0x6373, 0x6568, 0x616d,
206 0x2d73, 0x696d, 0x7263, 0x736f, 0x666f, 0x2d74, 0x6f63, 0x3a6d, 0x7361,
207 0x2e6d, 0x3176, 0x2022, 0x0a0d, 0x2020, 0x6d20, 0x6e61, 0x6669, 0x7365,
208 0x5674, 0x7265, 0x6973, 0x6e6f, 0x223d, 0x2e31, 0x2230, 0x0d3e, 0x3c0a,
209 0x7361, 0x6573, 0x626d, 0x796c, 0x6449, 0x6e65, 0x6974, 0x7974, 0x0d20,
210 0x200a, 0x2020, 0x7020, 0x6f72, 0x6563, 0x7373, 0x726f, 0x7241, 0x6863,
211 0x7469, 0x6365, 0x7574, 0x6572, 0x223d, 0x3878, 0x2236, 0x0d20, 0x200a,
212 0x2020, 0x7620, 0x7265, 0x6973, 0x6e6f, 0x223d, 0x2e35, 0x2e31, 0x2e30,
213 0x2230, 0x0a0d, 0x2020, 0x2020, 0x7974, 0x6570, 0x223d, 0x6977, 0x336e,
214 0x2232, 0x0a0d, 0x2020, 0x2020, 0x616e, 0x656d, 0x223d, 0x7041, 0x2e70,
215 0x7865, 0x2265, 0x3e2f, 0x0a0d, 0x2020, 0x2020, 0x643c, 0x7365, 0x7263,
216 0x7069, 0x6974, 0x6e6f, 0x413e, 0x7269, 0x6f50, 0x7472, 0x4120, 0x6d64,
217 0x6e69, 0x5520, 0x6974, 0x696c, 0x7974, 0x2f3c, 0x6564, 0x6373, 0x6972,
218 0x7470, 0x6f69, 0x3e6e, 0x0a0d, 0x2020, 0x2020, 0x643c, 0x7065, 0x6e65,
219 0x6564, 0x636e, 0x3e79, 0x0a0d, 0x2020, 0x2020, 0x643c, 0x7065, 0x6e65,
220 0x6564, 0x746e, 0x7341, 0x6573, 0x626d, 0x796c, 0x0d3e, 0x200a, 0x2020,
221 0x3c20, 0x7361, 0x6573, 0x626d, 0x796c, 0x6449, 0x6e65, 0x6974, 0x7974,
222 0x0a0d, 0x2020, 0x2020, 0x2020, 0x2020, 0x7420, 0x7079, 0x3d65, 0x7722,
223 0x6e69, 0x3233, 0x0d22, 0x200a, 0x2020, 0x2020, 0x2020, 0x2020, 0x616e,
224 0x656d, 0x223d, 0x694d, 0x7263, 0x736f, 0x666f, 0x2e74, 0x6957, 0x646e,
225 0x776f, 0x2e73, 0x6f43, 0x6d6d, 0x6e6f, 0x432d, 0x6e6f, 0x7274, 0x6c6f,
226 0x2273, 0x0a0d, 0x2020, 0x2020, 0x2020, 0x2020, 0x7620, 0x7265, 0x6973,
227 0x6e6f, 0x223d, 0x2e36, 0x2e30, 0x2e30, 0x2230, 0x0a0d, 0x2020, 0x2020,
228 0x2020, 0x2020, 0x7020, 0x6275, 0x696c, 0x4b63, 0x7965, 0x6f54, 0x656b,
229 0x3d6e, 0x3622, 0x3935, 0x6235, 0x3436, 0x3431, 0x6334, 0x6663, 0x6431,
230 0x2266, 0x0a0d, 0x2020, 0x2020, 0x2020, 0x2020, 0x6c20, 0x6e61, 0x7567,
231 0x6761, 0x3d65, 0x2a22, 0x0d22, 0x200a, 0x2020, 0x2020, 0x2020, 0x2020,
232 0x7270, 0x636f, 0x7365, 0x6f73, 0x4172, 0x6372, 0x6968, 0x6574, 0x7463,
233 0x7275, 0x3d65, 0x7822, 0x3638, 0x2f22, 0x0d3e, 0x200a, 0x2020, 0x3c20,
234 0x642f, 0x7065, 0x6e65, 0x6564, 0x746e, 0x7341, 0x6573, 0x626d, 0x796c,
235 0x0d3e, 0x200a, 0x2020, 0x3c20, 0x642f, 0x7065, 0x6e65, 0x6564, 0x636e,
236 0x3e79, 0x0a0d, 0x2f3c, 0x7361, 0x6573, 0x626d, 0x796c, 0x0d3e, "\012"
237 END
238
239
240 /////////////////////////////////////////////////////////////////////////////
241 //
242 // String Table
243 //
244
245 STRINGTABLE
246 BEGIN
247 IDS_ABOUTBOX "&About Rendezvous Browser"
248 IDS_CHOOSER_DOMAIN_COLUMN_NAME "Domains"
249 IDP_SOCKETS_INIT_FAILED "Windows sockets initialization failed."
250 IDS_CHOOSER_SERVICE_COLUMN_NAME "Services"
251 IDS_CHOOSER_CHOOSER_NAME_COLUMN_NAME "Name"
252 IDS_CHOOSER_CHOOSER_IP_COLUMN_NAME "IP Address"
253 END
254
255 #endif // English (U.S.) resources
256 /////////////////////////////////////////////////////////////////////////////
257
258
259
260 #ifndef APSTUDIO_INVOKED
261 /////////////////////////////////////////////////////////////////////////////
262 //
263 // Generated from the TEXTINCLUDE 3 resource.
264 //
265 #define _AFX_NO_SPLITTER_RESOURCES
266 #define _AFX_NO_OLE_RESOURCES
267 #define _AFX_NO_TRACKER_RESOURCES
268 #define _AFX_NO_PROPERTY_RESOURCES
269
270 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
271 #ifdef _WIN32
272 LANGUAGE 9, 1
273 #pragma code_page(1252)
274 #endif //_WIN32
275 #include "Resources\Application.rc2" // non-Microsoft Visual C++ edited resources
276 #include "afxres.rc" // Standard components
277 #endif
278
279 /////////////////////////////////////////////////////////////////////////////
280 #endif // not APSTUDIO_INVOKED
281