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
 
  63 #ifdef APSTUDIO_INVOKED
 
  64 /////////////////////////////////////////////////////////////////////////////
 
  76     "#include ""afxres.h""\r\n"
 
  82     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
 
  83     "#define _AFX_NO_OLE_RESOURCES\r\n"
 
  84     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
 
  85     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
 
  87     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
 
  90     "#pragma code_page(1252)\r\n"
 
  92     "#include ""res\\ControlPanel.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
 
  93     "#include ""afxres.rc""         // Standard components\r\n"
 
  97 #endif    // APSTUDIO_INVOKED
 
 100 /////////////////////////////////////////////////////////////////////////////
 
 105 // Icon with lowest ID value placed first to ensure application icon
 
 106 // remains consistent on all systems.
 
 107 IDR_APPLET              ICON                    "res\\controlpanel.ico"
 
 108 IDI_FAILURE             ICON                    "res\\failure.ico"
 
 109 IDI_SUCCESS             ICON                    "res\\success.ico"
 
 111 /////////////////////////////////////////////////////////////////////////////
 
 116 IDR_APPLET_PAGE1 DIALOGEX 0, 0, 262, 140
 
 117 STYLE DS_SETFONT | WS_CHILD | WS_CAPTION
 
 119 FONT 8, "MS Sans Serif", 0, 0, 0x0
 
 121     LTEXT           "Enter a hostname for this computer. Other computers on the Internet will be able to reach your computer using this hostname.",
 
 122                     IDC_STATIC,10,19,245,28
 
 123     LTEXT           "Hostname:",IDC_STATIC,13,55,35,8
 
 124     EDITTEXT        IDC_EDIT1,55,53,184,14,ES_AUTOHSCROLL
 
 125     PUSHBUTTON      "Password...",IDC_BUTTON1,55,72,65,14
 
 126     ICON            IDI_FAILURE,IDC_FAILURE,240,50,20,20,SS_CENTERIMAGE | 
 
 128     ICON            IDI_SUCCESS,IDC_SUCCESS,240,50,20,20,SS_CENTERIMAGE | 
 
 129                     SS_REALSIZEIMAGE | NOT WS_VISIBLE
 
 132 IDR_APPLET_PAGE2 DIALOGEX 0, 0, 262, 140
 
 133 STYLE DS_SETFONT | WS_CHILD | WS_CAPTION
 
 134 CAPTION "Registration"
 
 135 FONT 8, "MS Sans Serif", 0, 0, 0x0
 
 137     CONTROL         "Domain:",IDC_CHECK1,"Button",BS_AUTOCHECKBOX | 
 
 138                     WS_TABSTOP,13,54,41,10
 
 139     COMBOBOX        IDC_COMBO2,55,53,193,46,CBS_DROPDOWN | CBS_SORT | 
 
 140                     WS_DISABLED | WS_VSCROLL | WS_TABSTOP
 
 141     PUSHBUTTON      "Password...",IDC_BUTTON1,55,72,65,14
 
 142     LTEXT           "Check the box and enter a registration domain to enable Bonjour advertising beyond the local subnet. ",
 
 143                     IDC_STATIC,10,19,233,23
 
 146 IDR_SECRET DIALOGEX 0, 0, 251, 90
 
 147 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
 
 150 FONT 8, "MS Shell Dlg", 400, 0, 0x1
 
 152     DEFPUSHBUTTON   "OK",IDOK,139,69,50,14
 
 153     PUSHBUTTON      "Cancel",IDCANCEL,194,69,50,14
 
 154     LTEXT           "Name:",IDC_STATIC,9,28,22,8
 
 155     EDITTEXT        IDC_KEY,36,26,208,14,ES_AUTOHSCROLL
 
 156     LTEXT           "Secret:",IDC_STATIC,9,44,24,8
 
 157     EDITTEXT        IDC_SECRET,36,42,208,14,ES_PASSWORD | ES_AUTOHSCROLL
 
 158     LTEXT           "Enter a Password if your DNS server requires authentication.",
 
 159                     IDC_STATIC,7,7,237,15
 
 162 IDR_APPLET_PAGE3 DIALOGEX 0, 0, 262, 140
 
 163 STYLE DS_SETFONT | WS_CHILD | WS_CAPTION
 
 165 FONT 8, "MS Sans Serif", 0, 0, 0x0
 
 167     LTEXT           "Choose which domains to browse using Wide-Area Bonjour",
 
 169     CONTROL         "",IDC_BROWSE_LIST,"SysListView32",LVS_REPORT | 
 
 170                     LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | WS_BORDER | 
 
 171                     WS_TABSTOP,7,37,248,57
 
 172     PUSHBUTTON      "Add",IDC_ADD_BROWSE_DOMAIN,152,100,50,14
 
 173     PUSHBUTTON      "Remove",IDC_REMOVE_BROWSE_DOMAIN,205,100,50,14
 
 176 IDR_ADD_BROWSE_DOMAIN DIALOGEX 0, 0, 230, 95
 
 177 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
 
 179 CAPTION "Add Browse Domain"
 
 180 FONT 8, "MS Shell Dlg", 400, 0, 0x1
 
 182     DEFPUSHBUTTON   "OK",IDOK,117,74,50,14
 
 183     PUSHBUTTON      "Cancel",IDCANCEL,173,74,50,14
 
 184     COMBOBOX        IDC_COMBO1,35,42,188,100,CBS_DROPDOWN | CBS_SORT | 
 
 185                     WS_VSCROLL | WS_TABSTOP
 
 186     LTEXT           "Domain:",IDC_STATIC,7,43,27,8
 
 187     LTEXT           "The following domain will be added to your list of Bonjour browse domains.",
 
 188                     IDC_STATIC,7,15,216,16
 
 192 /////////////////////////////////////////////////////////////////////////////
 
 197 #ifdef APSTUDIO_INVOKED
 
 198 GUIDELINES DESIGNINFO 
 
 200     IDR_APPLET_PAGE1, DIALOG
 
 208     IDR_APPLET_PAGE2, DIALOG
 
 224     IDR_APPLET_PAGE3, DIALOG
 
 232     IDR_ADD_BROWSE_DOMAIN, DIALOG
 
 240 #endif    // APSTUDIO_INVOKED
 
 243 /////////////////////////////////////////////////////////////////////////////
 
 251     IDS_APPLET_DESCRIPTION  "Wide-Area Bonjour Control Panel"
 
 254 #endif    // English (U.S.) resources
 
 255 /////////////////////////////////////////////////////////////////////////////
 
 259 #ifndef APSTUDIO_INVOKED
 
 260 /////////////////////////////////////////////////////////////////////////////
 
 262 // Generated from the TEXTINCLUDE 3 resource.
 
 264 #define _AFX_NO_SPLITTER_RESOURCES
 
 265 #define _AFX_NO_OLE_RESOURCES
 
 266 #define _AFX_NO_TRACKER_RESOURCES
 
 267 #define _AFX_NO_PROPERTY_RESOURCES
 
 269 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
 
 272 #pragma code_page(1252)
 
 274 #include "res\ControlPanel.rc2"  // non-Microsoft Visual C++ edited resources
 
 275 #include "afxres.rc"         // Standard components
 
 277 /////////////////////////////////////////////////////////////////////////////
 
 278 #endif    // not APSTUDIO_INVOKED