1 // Microsoft Visual C++ generated resource script.
5 #define APSTUDIO_READONLY_SYMBOLS
6 /////////////////////////////////////////////////////////////////////////////
8 // Generated from the TEXTINCLUDE 2 resource.
11 #include "WinVersRes.h"
13 /////////////////////////////////////////////////////////////////////////////
14 #undef APSTUDIO_READONLY_SYMBOLS
16 /////////////////////////////////////////////////////////////////////////////
17 // English (U.S.) resources
19 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
21 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
22 #pragma code_page(1252)
25 /////////////////////////////////////////////////////////////////////////////
30 VS_VERSION_INFO VERSIONINFO
31 FILEVERSION MASTER_PROD_VERS
32 PRODUCTVERSION MASTER_PROD_VERS
43 BLOCK "StringFileInfo"
47 VALUE "CompanyName", "Apple Computer, Inc."
48 VALUE "FileDescription", "Bonjour Configuration Applet"
49 VALUE "FileVersion", MASTER_PROD_VERS_STR
50 VALUE "InternalName", "Bonjour.cpl"
51 VALUE "LegalCopyright", MASTER_LEGAL_COPYRIGHT
52 VALUE "OriginalFilename", "Bonjour.cpl"
53 VALUE "ProductName", MASTER_PROD_NAME
54 VALUE "ProductVersion", MASTER_PROD_VERS_STR
59 VALUE "Translation", 0x409, 1200
64 #ifdef APSTUDIO_INVOKED
65 /////////////////////////////////////////////////////////////////////////////
77 "#include ""afxres.h""\r\n"
83 "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
84 "#define _AFX_NO_OLE_RESOURCES\r\n"
85 "#define _AFX_NO_TRACKER_RESOURCES\r\n"
86 "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
88 "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
91 "#pragma code_page(1252)\r\n"
93 "#include ""res\\ControlPanel.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
94 "#include ""afxres.rc"" // Standard components\r\n"
98 #endif // APSTUDIO_INVOKED
101 /////////////////////////////////////////////////////////////////////////////
106 // Icon with lowest ID value placed first to ensure application icon
107 // remains consistent on all systems.
108 IDR_APPLET ICON "res\\controlpanel.ico"
109 IDI_FAILURE ICON "res\\failure.ico"
110 IDI_SUCCESS ICON "res\\success.ico"
112 /////////////////////////////////////////////////////////////////////////////
117 IDR_APPLET_PAGE1 DIALOGEX 0, 0, 262, 140
118 STYLE DS_SETFONT | WS_CHILD | WS_CAPTION
120 FONT 8, "MS Sans Serif", 0, 0, 0x0
122 LTEXT "Enter a hostname for this computer. Other computers on the Internet will be able to reach your computer using this hostname.",
123 IDC_STATIC,7,19,248,28
124 LTEXT "Hostname:",IDC_STATIC,15,55,35,8
125 EDITTEXT IDC_EDIT1,52,53,187,14,ES_AUTOHSCROLL
126 PUSHBUTTON "Password...",IDC_BUTTON1,52,72,67,14
127 ICON IDI_FAILURE,IDC_FAILURE,240,50,21,20,SS_CENTERIMAGE |
129 ICON IDI_SUCCESS,IDC_SUCCESS,240,50,21,20,SS_CENTERIMAGE |
130 SS_REALSIZEIMAGE | NOT WS_VISIBLE
133 IDR_APPLET_PAGE2 DIALOGEX 0, 0, 262, 140
134 STYLE DS_SETFONT | WS_CHILD | WS_CAPTION
135 CAPTION "Registration"
136 FONT 8, "MS Sans Serif", 0, 0, 0x0
138 CONTROL "Domain:",IDC_CHECK1,"Button",BS_AUTOCHECKBOX |
139 WS_TABSTOP,13,54,42,10
140 COMBOBOX IDC_COMBO2,59,53,189,46,CBS_DROPDOWN | CBS_SORT |
141 WS_DISABLED | WS_VSCROLL | WS_TABSTOP
142 PUSHBUTTON "Password...",IDC_BUTTON1,59,72,65,14
143 LTEXT "Check the box and enter a registration domain to enable Bonjour advertising beyond the local subnet. ",
144 IDC_STATIC,14,20,233,23
147 IDR_SECRET DIALOGEX 0, 0, 251, 90
148 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
151 FONT 8, "MS Shell Dlg", 400, 0, 0x1
153 DEFPUSHBUTTON "OK",IDOK,139,69,50,14
154 PUSHBUTTON "Cancel",IDCANCEL,194,69,50,14
155 LTEXT "Name:",IDC_STATIC,9,28,22,8
156 EDITTEXT IDC_SECRET_NAME,36,26,208,14,ES_AUTOHSCROLL
157 LTEXT "Secret:",IDC_STATIC,9,44,24,8
158 EDITTEXT IDC_SECRET,36,42,208,14,ES_PASSWORD | ES_AUTOHSCROLL
159 LTEXT "Enter a Password if your DNS server requires authentication.",
160 IDC_STATIC,7,7,237,15
163 IDR_APPLET_PAGE3 DIALOGEX 0, 0, 262, 140
164 STYLE DS_SETFONT | WS_CHILD | WS_CAPTION
166 FONT 8, "MS Sans Serif", 0, 0, 0x0
168 LTEXT "Choose which domains to browse using Wide-Area Bonjour",
170 CONTROL "",IDC_BROWSE_LIST,"SysListView32",LVS_REPORT |
171 LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | WS_BORDER |
172 WS_TABSTOP,7,37,248,57
173 PUSHBUTTON "Add",IDC_ADD_BROWSE_DOMAIN,152,100,50,14
174 PUSHBUTTON "Remove",IDC_REMOVE_BROWSE_DOMAIN,205,100,50,14
177 IDR_ADD_BROWSE_DOMAIN DIALOGEX 0, 0, 230, 95
178 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
180 CAPTION "Add Browse Domain"
181 FONT 8, "MS Shell Dlg", 400, 0, 0x1
183 DEFPUSHBUTTON "OK",IDOK,117,74,50,14
184 PUSHBUTTON "Cancel",IDCANCEL,173,74,50,14
185 COMBOBOX IDC_COMBO1,35,42,188,30,CBS_DROPDOWN | CBS_SORT |
186 WS_VSCROLL | WS_TABSTOP
187 LTEXT "Domain:",IDC_STATIC,7,43,27,8
188 LTEXT "The following domain will be added to your list of Bonjour browse domains.",
189 IDC_STATIC,7,15,216,16
193 /////////////////////////////////////////////////////////////////////////////
198 #ifdef APSTUDIO_INVOKED
199 GUIDELINES DESIGNINFO
201 IDR_APPLET_PAGE1, DIALOG
209 IDR_APPLET_PAGE2, DIALOG
225 IDR_APPLET_PAGE3, DIALOG
233 IDR_ADD_BROWSE_DOMAIN, DIALOG
241 #endif // APSTUDIO_INVOKED
244 /////////////////////////////////////////////////////////////////////////////
252 IDS_APPLET_DESCRIPTION "Wide-Area Bonjour Control Panel"
255 #endif // English (U.S.) resources
256 /////////////////////////////////////////////////////////////////////////////
260 #ifndef APSTUDIO_INVOKED
261 /////////////////////////////////////////////////////////////////////////////
263 // Generated from the TEXTINCLUDE 3 resource.
265 #define _AFX_NO_SPLITTER_RESOURCES
266 #define _AFX_NO_OLE_RESOURCES
267 #define _AFX_NO_TRACKER_RESOURCES
268 #define _AFX_NO_PROPERTY_RESOURCES
270 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
273 #pragma code_page(1252)
275 #include "res\ControlPanel.rc2" // non-Microsoft Visual C++ edited resources
276 #include "afxres.rc" // Standard components
278 /////////////////////////////////////////////////////////////////////////////
279 #endif // not APSTUDIO_INVOKED