Skip to content

Commit

Permalink
updtaed CDialogConfiguration_NUC1262
Browse files Browse the repository at this point in the history
  • Loading branch information
CCTU authored and CCTU committed Nov 16, 2021
1 parent 7429b7c commit d9baedb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions NuvoISP/DialogConfiguration/DialogConfiguration_M0564.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ static char THIS_FILE[] = __FILE__;
// CDialogConfiguration_M0564 dialog

CDialogConfiguration_M0564::CDialogConfiguration_M0564(unsigned int uProgramMemorySize,
UINT nIDTemplate, CWnd *pParent /*=NULL*/)
: CDialogResize(nIDTemplate, pParent)
CWnd *pParent /*=NULL*/)
: CDialogResize(CDialogConfiguration_M0564::IDD, pParent)
, m_uProgramMemorySize(uProgramMemorySize)
{
//{{AFX_DATA_INIT(CDialogConfiguration_M0564)
Expand Down Expand Up @@ -381,7 +381,7 @@ void CDialogConfiguration_M0564::OnVScroll(UINT nSBCode, UINT nPos, CScrollBar *
// CDialogConfiguration_NUC121
/////////////////////////////////////////////////////////////////////////////
CDialogConfiguration_NUC121::CDialogConfiguration_NUC121(unsigned int uProgramMemorySize, CWnd *pParent /*=NULL*/)
: CDialogConfiguration_M0564(uProgramMemorySize, IDD_DIALOG_CONFIGURATION_M0564, pParent)
: CDialogConfiguration_M0564(uProgramMemorySize, pParent)
{
}

Expand All @@ -394,7 +394,7 @@ BOOL CDialogConfiguration_NUC121::OnInitDialog()
// CDialogConfiguration_NUC1262
/////////////////////////////////////////////////////////////////////////////
CDialogConfiguration_NUC1262::CDialogConfiguration_NUC1262(unsigned int uProgramMemorySize, CWnd *pParent /*=NULL*/)
: CDialogConfiguration_M0564(uProgramMemorySize, IDD_DIALOG_CONFIGURATION_NUC1262, pParent)
: CDialogConfiguration_M0564(uProgramMemorySize, pParent)
{
}

Expand Down
1 change: 0 additions & 1 deletion NuvoISP/DialogConfiguration/DialogConfiguration_M0564.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class CDialogConfiguration_M0564 : public CDialogResize
// Construction
public:
CDialogConfiguration_M0564(unsigned int uProgramMemorySize = 256 * 1024,
UINT nIDTemplate = IDD_DIALOG_CONFIGURATION_M0564,
CWnd *pParent = NULL); // standard constructor

CAppConfig::M0564_configs_t m_ConfigValue;
Expand Down

0 comments on commit d9baedb

Please sign in to comment.