Accounting Software
Small Business Software Estimating Software
Project Management SoftwareProject Estimating SoftwareProject Tracking SoftwareInventory Tracking SoftwareCustomer Tracking SoftwareCustomer Management SoftwareBusiness Management Software

Picture Views (Header)

Link to: source code | other interface directory

Copyright Turtle Creek Software 1996-2006. All Rights Reserved.

This class manages picture views in the
Goldenseal small business accounting software,
project management software, construction accounting software
and construction software.

class CTCS_PictureView : public CTCS_View
{
public:

enum { class_ID = 'PICT' };
CTCS_PictureView(LStream *inStream);

virtual ~CTCS_PictureView() {};
protected:
ResIDT mPictID;

virtual void DrawSelf();
};