twain2/hugaotwainds/BasicSetting.h

44 lines
2.0 KiB
C
Raw Normal View History

2020-03-11 02:53:30 +00:00
<EFBFBD><EFBFBD>#pragma once
//CStringArray arr_PixType=
// BasicSetting <EFBFBD>[݋Fh
#include "AboutHuaGoDlg.h"
class BasicSetting : public CDialog
{
DECLARE_DYNAMIC(BasicSetting)
public:
BasicSetting(CWnd* pParent = NULL);
// h<EFBFBD>Q<EFBFBD>g <EFBFBD><EFBFBD>Qpe
virtual ~BasicSetting();
CComboBox cmBoxColorMode;
CComboBox cmBoxSS;
CComboBox cmBoxResultion;
CComboBox cmBoxDuplex;
//CWnd* m_pParent;
// <EFBFBD>[݋Fhpenc
#ifdef AFX_DESIGN_TIME
enum { IDD = IDD_DIALOG_PAGEBASIC};
#endif
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV /ec
DECLARE_MESSAGE_MAP()
public:
virtual BOOL OnInitDialog();
void OnInitColorMode(int selectIndex);
void OnInitSS(int selectIndex);
void OnInitReslution(int selectIndex);
void OnInitDuplex(int selectIndex);
afx_msg void OnCbnSelchangeCmbcolortype();
CWnd * m_pBrightWin;
CWnd* m_pImagePrcWin;
CWnd* m_pFeedWin;
afx_msg void OnCbnSelchangeCmbduplex();
afx_msg void OnCbnSelchangeCmbss();
afx_msg void OnCbnSelchangeCmbreslution();
afx_msg void OnBnClickedBtnabout();
};