Оконное приложение для построения 3d-графиков квадратичной функции, страница 13

    private:

        void DrawPicture( void );

        void SetRhombVertexes( void );

        void DrawRhomb( void );

            void Set (void);

            // Message Map declaration

            //

        DECLARE_MESSAGE_MAP( );

    }; // end class "LFrameWnd"#endif

// FILE               : LMainThr.hpp

//

// PROJECT            : testing of the MFC

//                      using menus

//                      in MS Visual C++ 6.0

//

// PURPOSE            : definition of the class

//                      "LMainThread"

//

// CHANGES

// RefNo.   Date:       Who:    Detail:

//          dd.mm.yyyy

#ifndef _LMAINTHR_HPP

    #define _LMAINTHR_HPP

    #include <afxwin.h>             // MFC core &

                                    //   standard components

    class LMainThread: public CWinApp

    {

            // Initialization on the start

            //   of each instance of the application

            //

    public:

        virtual BOOL InitInstance( void );

    }; // end class "LMainThread"

#endif

// EOF

// FILE               : LStyDlg.hpp

//

// PROJECT            : testing of MFC using dialogs

//

// PURPOSE            : definition of the class

//                      "LStyleDialog"

//

// CHANGES

// RefNo.   Date:       Who:    Detail:

//          dd.mm.yyyy

#ifndef _LSTYDLG_HPP

    #define _LSTYDLG_HPP

    #include <afxwin.h>             // MFC core &

                                    //   standard components

    class LStyleDialog: public CDialog

    {

    public:

        int             m_OldPenStyle;

                                    // Member OLD PEN STYLE:

                                    //   old style of the pen

        int             m_NewPenStyle;

                                    // Member NEW PEN STYLE:

                                    //   old style of the pen