// SaveODlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CSaveOptDlg dialog class CSaveOptDlg : public CDialog { // Construction public: CSaveOptDlg(CWnd* pParent = NULL); // standard constructor short m_nFlags; short m_nVR; short m_nTransfer; short m_nMeta; short m_nGroupLen; short m_nLenEncoding; long m_nCompression; long m_nPhotometric; long m_nBitsPerPixel; short m_nQFactor; // Dialog Data //{{AFX_DATA(CSaveOptDlg) enum { IDD = IDD_SAVEOPT }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSaveOptDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CSaveOptDlg) afx_msg void OnRadio1(); afx_msg void OnRadio2(); afx_msg void OnRadio3(); afx_msg void OnRadio4(); afx_msg void OnRadio5(); afx_msg void OnRadio6(); afx_msg void OnRadio7(); afx_msg void OnRadio8(); afx_msg void OnRadio9(); afx_msg void OnRadio10(); afx_msg void OnRadio11(); afx_msg void OnRadio12(); afx_msg void OnRadio13(); virtual BOOL OnInitDialog(); afx_msg void OnRadio14(); afx_msg void OnRadio15(); afx_msg void OnRadio16(); afx_msg void OnRadio17(); afx_msg void OnRadio18(); afx_msg void OnRadio19(); afx_msg void OnRadio20(); afx_msg void OnRadio21(); afx_msg void OnRadio22(); afx_msg void OnRadio23(); virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };