FEMM/femm/bd_CircProp.h

51 lines
1.0 KiB
C++

// bd_CircProp.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// bdCCircProp dialog
class bdCCircProp : public CDialog
{
// Construction
public:
bdCCircProp(CWnd* pParent = NULL); // standard constructor
int m_circtype;
CFont bfont;
CArray<CString,CString&> namelist;
// Dialog Data
//{{AFX_DATA(bdCCircProp)
enum { IDD = IDD_BD_CIRCPROP };
CString m_circname;
double m_v;
double m_q;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(bdCCircProp)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(bdCCircProp)
afx_msg void OnRadioamp();
afx_msg void OnRadiovolt();
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
CLuaEdit m_idc_circname;
CLuaEdit m_idc_v;
CLuaEdit m_idc_q;
};