00001
00002
00003
00004 #include "stdafx.h"
00005
00006 #include <atlframe.h>
00007 #include <atlctrls.h>
00008 #include <atldlgs.h>
00009 #include <atlctrlw.h>
00010 #include <atlctrlx.h>
00011 #include <atlsplit.h>
00012
00013 #include "resource.h"
00014
00015 BEGIN_OBJECT_MAP(ObjectMap)
00016 END_OBJECT_MAP()
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027 [ module(dll,
00028 uuid = "{b816a838-5022-11dc-9153-0090f5284f85}",
00029 name = "Swish",
00030 version = "0.2",
00031 helpstring = "Swish 0.2 Type Library",
00032 resource_name = "IDR_SWISH")
00033 ]
00034 class CSwish
00035 {
00036 public:
00037 // Override CAtlDllModuleT members here
00038 };
00039