// hd_OpBlkDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // hdCOpBlkDlg dialog class hdCOpBlkDlg : public CDialog { // Construction public: hdCOpBlkDlg(CWnd* pParent = NULL); // standard constructor int cursel; int ProblemType; CArray *pblockproplist; CArray *pcircproplist; // Dialog Data //{{AFX_DATA(hdCOpBlkDlg) enum { IDD = IDD_HD_OPBLKDLG }; CButton m_automesh; CComboBox m_ackblk; BOOL m_isexternal; BOOL m_isdefault; double m_sidelength; int m_ingroup; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(hdCOpBlkDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(hdCOpBlkDlg) virtual void OnOK(); virtual BOOL OnInitDialog(); afx_msg void OnSelchangeAckblk(); afx_msg void OnAutomeshcheck(); //}}AFX_MSG DECLARE_MESSAGE_MAP() public: CLuaEdit m_IDC_sidelength; CLuaEdit m_IDC_ingroup; };