www.gusucode.com > VC++实现Vista玻璃窗体程序 > VC++实现Vista玻璃窗体程序/gusucode/Vista玻璃窗体程序文件/StdAfx.cpp

    // stdafx.cpp : source file that includes just the standard includes
//	GDIPNG.pch will be the pre-compiled header
//	stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"
extern int m_TopWidth;
extern Image *m_pImageTopc;            // 背景图像指针,Image是一个图像类。
extern int m_TopWidth;
extern int m_TopHeight;
extern int Pos_Top_x;
extern int Pos_Top_y;