You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
#pragma once
|
|
|
|
|
#include "ValString.h"
|
|
|
|
|
#include "DlgValStrBase.h"
|
|
|
|
|
|
|
|
|
|
// CDlgValStrFixed <20>Ի<EFBFBD><D4BB><EFBFBD>
|
|
|
|
|
class CValStrFixed;
|
|
|
|
|
class CDlgValStrFixed : public CDlgValStrBase
|
|
|
|
|
{
|
|
|
|
|
DECLARE_DYNAMIC(CDlgValStrFixed)
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
CDlgValStrFixed(CWnd* pParent = NULL); // <20><><EFBFBD><D7BC><EFBFBD>캯<EFBFBD><ECBAAF>
|
|
|
|
|
virtual ~CDlgValStrFixed();
|
|
|
|
|
|
|
|
|
|
// <20>Ի<EFBFBD><D4BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
enum { IDD = IDD_VAL_STR_FIXED_DLG };
|
|
|
|
|
|
|
|
|
|
protected:
|
|
|
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV ֧<><D6A7>
|
|
|
|
|
afx_msg void OnBnClickedOk();
|
|
|
|
|
virtual BOOL OnInitDialog();
|
|
|
|
|
virtual void DynamicCastStrBase();
|
|
|
|
|
DECLARE_MESSAGE_MAP()
|
|
|
|
|
private:
|
|
|
|
|
CValStrFixed *m_pValStrFixed;//<2F><>ǰ<EFBFBD>ĵ<DEB8>
|
|
|
|
|
CString m_FixedStr;
|
|
|
|
|
|
|
|
|
|
};
|