Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

GotoFrameDialog.h

00001 #if !defined(AFX_GOTOFRAMEDIALOG_H__005242D3_7415_419C_8F5C_85F686D955C4__INCLUDED_)
00002 #define AFX_GOTOFRAMEDIALOG_H__005242D3_7415_419C_8F5C_85F686D955C4__INCLUDED_
00003 
00004 #if _MSC_VER >= 1000
00005 #pragma once
00006 #endif // _MSC_VER >= 1000
00007 // GotoFrameDialog.h : header file
00008 //
00009 
00011 // CGotoFrameDialog dialog
00012 
00013 class CGotoFrameDialog : public CDialog
00014 {
00015 // Construction
00016 public:
00017         void InitSlider(int nMin, int nPos, int nMax);
00018         CGotoFrameDialog(CWnd* pParent = NULL);   // standard constructor
00019 
00020 // Dialog Data
00021         //{{AFX_DATA(CGotoFrameDialog)
00022         enum { IDD = IDD_GOTOFRAME };
00023         CEdit   m_FrameEdit;
00024         CSliderCtrl     m_FrameSlider;
00025         int             m_nFrame;
00026         //}}AFX_DATA
00027 
00028 
00029 // Overrides
00030         // ClassWizard generated virtual function overrides
00031         //{{AFX_VIRTUAL(CGotoFrameDialog)
00032         protected:
00033         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00034         //}}AFX_VIRTUAL
00035 
00036 // Implementation
00037 protected:
00038 
00039         int m_nMin, m_nMax;
00040         // Generated message map functions
00041         //{{AFX_MSG(CGotoFrameDialog)
00042         virtual BOOL OnInitDialog();
00043         afx_msg void OnUpdateFrame();
00044         afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
00045         //}}AFX_MSG
00046         DECLARE_MESSAGE_MAP()
00047 };
00048 
00049 //{{AFX_INSERT_LOCATION}}
00050 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00051 
00052 #endif // !defined(AFX_GOTOFRAMEDIALOG_H__005242D3_7415_419C_8F5C_85F686D955C4__INCLUDED_)

Generated at Wed Aug 29 19:58:55 2001 for Pocket Animator by doxygen1.2.5 written by Dimitri van Heesch, © 1997-2001