]> git.saurik.com Git - apple/mdnsresponder.git/blame - mDNSWindows/ControlPanel/ConfigDialog.h
mDNSResponder-107.1.tar.gz
[apple/mdnsresponder.git] / mDNSWindows / ControlPanel / ConfigDialog.h
CommitLineData
7cb34e5c
A
1/*\r
2 * Copyright (c) 2002-2004 Apple Computer, Inc. All rights reserved.\r
3 *\r
4 * @APPLE_LICENSE_HEADER_START@\r
5 * \r
6 * This file contains Original Code and/or Modifications of Original Code\r
7 * as defined in and that are subject to the Apple Public Source License\r
8 * Version 2.0 (the 'License'). You may not use this file except in\r
9 * compliance with the License. Please obtain a copy of the License at\r
10 * http://www.opensource.apple.com/apsl/ and read it before using this\r
11 * file.\r
12 * \r
13 * The Original Code and all software distributed under the License are\r
14 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER\r
15 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,\r
16 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,\r
17 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.\r
18 * Please see the License for the specific language governing rights and\r
19 * limitations under the License.\r
20 * \r
21 * @APPLE_LICENSE_HEADER_END@\r
22\r
23 Change History (most recent first):\r
24\r
25$Log: ConfigDialog.h,v $
26Revision 1.2 2005/03/03 19:55:21 shersche
27<rdar://problem/4034481> ControlPanel source code isn't saving CVS log info
28\r
29\r
30*/\r
31\r
32#pragma once\r
33\r
34#include "stdafx.h"\r
35#include "resource.h"\r
36\r
37//---------------------------------------------------------------------------------------------------------------------------\r
38// CConfigDialog\r
39//---------------------------------------------------------------------------------------------------------------------------\r
40\r
41class CConfigDialog : public CDialog\r
42{\r
43public:\r
44\r
45 CConfigDialog();\r
46\r
47protected:\r
48\r
49 //{{AFX_DATA(CConfigDialog)\r
50 enum { IDD = IDR_APPLET };\r
51 //}}AFX_DATA\r
52\r
53 //{{AFX_VIRTUAL(CConfigDialog)\r
54 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support\r
55 //}}AFX_VIRTUAL\r
56\r
57 //{{AFX_MSG(CConfigDialog)\r
58 //}}AFX_MSG\r
59 DECLARE_MESSAGE_MAP()\r
60\r
61 DECLARE_DYNCREATE(CConfigDialog)\r
62};\r