a
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
#if !defined(AFX_OPDEVPAMMODIFYDLG_H__91FADA0E_3C4E_49F8_A3C6_C5F812085AEF__INCLUDED_)
|
||||
#define AFX_OPDEVPAMMODIFYDLG_H__91FADA0E_3C4E_49F8_A3C6_C5F812085AEF__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// opdevpammodifydlg.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// COpDevPamModifyDlg dialog
|
||||
|
||||
class COpDevPamModifyDlg : public CDialog
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
COpDevPamModifyDlg(CWnd* pParent = NULL); // standard constructor
|
||||
void InitUIByLanguage(int iLanguage);
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(COpDevPamModifyDlg)
|
||||
enum { IDD = IDD_OP_DEV_PAM_M };
|
||||
CComboBox m_cbTZone;
|
||||
CComboBox m_cbTSys;
|
||||
CComboBox m_cbNumFormat;
|
||||
CComboBox m_cbMVoltage;
|
||||
CComboBox m_cbMSys;
|
||||
CComboBox m_cbLang;
|
||||
CComboBox m_cbIFrequency;
|
||||
int m_iIFrequency;
|
||||
int m_iLang;
|
||||
int m_iMSys;
|
||||
int m_iMVoltage;
|
||||
int m_iNumFormat;
|
||||
int m_iTSys;
|
||||
int m_iTZone;
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(COpDevPamModifyDlg)
|
||||
public:
|
||||
virtual BOOL PreTranslateMessage(MSG* pMsg);
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
|
||||
// Generated message map functions
|
||||
//{{AFX_MSG(COpDevPamModifyDlg)
|
||||
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_OPDEVPAMMODIFYDLG_H__91FADA0E_3C4E_49F8_A3C6_C5F812085AEF__INCLUDED_)
|
||||
Reference in New Issue
Block a user