// OpSegDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // hdCOpSegDlg dialog class hdCOpSegDlg : public CDialog { // Construction public: hdCOpSegDlg(CWnd* pParent = NULL); // standard constructor int cursel; int condsel; CArray *plineproplist; CArray *pcircproplist; // Dialog Data //{{AFX_DATA(hdCOpSegDlg) enum { IDD = IDD_HD_OPSEGDLG }; CComboBox m_segcond; CComboBox m_ackseg; double m_linemeshsize; BOOL m_automesh; BOOL m_hide; int m_ingroup; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(hdCOpSegDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(hdCOpSegDlg) virtual void OnOK(); virtual BOOL OnInitDialog(); afx_msg void OnAutomesh(); afx_msg void OnSelchangeAckseg(); afx_msg void OnSelchangeSegCond(); //}}AFX_MSG DECLARE_MESSAGE_MAP() public: CLuaEdit m_IDC_ingroup, m_IDC_linemeshsize; };