// Dashboard.odl : type library source for Dashboard.exe

// This file will be processed by the MIDL compiler to produce the
// type library (Dashboard.tlb).

[ uuid(37B1D3EB-2563-43AA-9C2C-3A84485D9E73), version(1.0) ]
library Dashboard
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CDashboardDoc
	
	[ uuid(288C874D-4E02-4A1A-AD07-82BDEB1AC46B) ]
	dispinterface IDashboard
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CDashboardDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CDashboardDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CDashboardDoc
	
	[ uuid(3510541A-56D6-4E44-ABD7-C7690DDB0FFE) ]
	coclass Dashboard
	{
		[default] dispinterface IDashboard;
	};

	//{{AFX_APPEND_ODL}}
	//}}AFX_APPEND_ODL}}
};
