#if !defined(AFX_AUTOZONEOPTIONS_H__FD855A82_D2E8_42C7_A17A_B8E6A020F429__INCLUDED_) #define AFX_AUTOZONEOPTIONS_H__FD855A82_D2E8_42C7_A17A_B8E6A020F429__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // AutoZoneOptions.h : header file // ///////////////////////////////////////////////////////////////////////////// // CAutoZoneOptions dialog class CAutoZoneOptions : public CDialog { // Construction public: CAutoZoneOptions(ILEADRasterDocument* pLRasterDoc, CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CAutoZoneOptions) enum { IDD = IDD_FIND_AUTO_ZONES }; CButton m_chkShowGrid; CButton m_chkForceCol; CComboBox m_cmbParser; BOOL m_bForceSingleColumn; BOOL m_bShowGridLines; //}}AFX_DATA ILEADRasterDocument* m_pLRasterDoc; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAutoZoneOptions) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CAutoZoneOptions) // NOTE: the ClassWizard will add member functions here virtual BOOL OnInitDialog(); virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_AUTOZONEOPTIONS_H__FD855A82_D2E8_42C7_A17A_B8E6A020F429__INCLUDED_)