📄 displayparameterctl.cpp
字号:
m_sIa=lpszNewValue;
SetModifiedFlag();
InvalidateControl();
}
BSTR CDisplayParameterCtrl::GetIb()
{
CString strResult;
// TODO: Add your property handler here
return m_sIb.AllocSysString();
}
void CDisplayParameterCtrl::SetIb(LPCTSTR lpszNewValue)
{
// TODO: Add your property handler here
m_sIb=lpszNewValue;
SetModifiedFlag();
InvalidateControl();
}
BSTR CDisplayParameterCtrl::GetIc()
{
CString strResult;
// TODO: Add your property handler here
return m_sIc.AllocSysString();
}
void CDisplayParameterCtrl::SetIc(LPCTSTR lpszNewValue)
{
// TODO: Add your property handler here
m_sIc=lpszNewValue;
SetModifiedFlag();
InvalidateControl();
}
BSTR CDisplayParameterCtrl::GetIn()
{
CString strResult;
// TODO: Add your property handler here
return m_sIn.AllocSysString();
}
void CDisplayParameterCtrl::SetIn(LPCTSTR lpszNewValue)
{
// TODO: Add your property handler here
m_sIn=lpszNewValue;
SetModifiedFlag();
InvalidateControl();
}
BSTR CDisplayParameterCtrl::GetKw()
{
CString strResult;
// TODO: Add your property handler here
return m_sKw.AllocSysString();
}
void CDisplayParameterCtrl::SetKw(LPCTSTR lpszNewValue)
{
// TODO: Add your property handler here
m_sKw=lpszNewValue;
SetModifiedFlag();
InvalidateControl();
}
BSTR CDisplayParameterCtrl::GetKvar()
{
CString strResult;
// TODO: Add your property handler here
return m_sKvar.AllocSysString();
}
void CDisplayParameterCtrl::SetKvar(LPCTSTR lpszNewValue)
{
// TODO: Add your property handler here
m_sKvar=lpszNewValue;
SetModifiedFlag();
InvalidateControl();
}
BSTR CDisplayParameterCtrl::GetCos()
{
CString strResult;
// TODO: Add your property handler here
return m_sCos.AllocSysString();
}
void CDisplayParameterCtrl::SetCos(LPCTSTR lpszNewValue)
{
// TODO: Add your property handler here
m_sCos=lpszNewValue;
SetModifiedFlag();
InvalidateControl();
}
BSTR CDisplayParameterCtrl::GetUa()
{
CString strResult;
// TODO: Add your property handler here
return m_sUa.AllocSysString();
}
void CDisplayParameterCtrl::SetUa(LPCTSTR lpszNewValue)
{
// TODO: Add your property handler here
m_sUa=lpszNewValue;
SetModifiedFlag();
InvalidateControl();
}
BSTR CDisplayParameterCtrl::GetUb()
{
CString strResult;
// TODO: Add your property handler here
return m_sUb.AllocSysString();
}
void CDisplayParameterCtrl::SetUb(LPCTSTR lpszNewValue)
{
// TODO: Add your property handler here
m_sUb=lpszNewValue;
SetModifiedFlag();
InvalidateControl();
}
BSTR CDisplayParameterCtrl::GetUc()
{
CString strResult;
// TODO: Add your property handler here
return m_sUc.AllocSysString();
}
void CDisplayParameterCtrl::SetUc(LPCTSTR lpszNewValue)
{
// TODO: Add your property handler here
m_sUc=lpszNewValue;
SetModifiedFlag();
InvalidateControl();
}
BSTR CDisplayParameterCtrl::GetUab()
{
CString strResult;
// TODO: Add your property handler here
return m_sUab.AllocSysString();
}
void CDisplayParameterCtrl::SetUab(LPCTSTR lpszNewValue)
{
// TODO: Add your property handler here
m_sUab=lpszNewValue;
SetModifiedFlag();
InvalidateControl();
}
BSTR CDisplayParameterCtrl::GetUbc()
{
CString strResult;
// TODO: Add your property handler here
return m_sUbc.AllocSysString();
}
void CDisplayParameterCtrl::SetUbc(LPCTSTR lpszNewValue)
{
// TODO: Add your property handler here
m_sUbc=lpszNewValue;
SetModifiedFlag();
InvalidateControl();
}
BSTR CDisplayParameterCtrl::GetUca()
{
CString strResult;
// TODO: Add your property handler here
return m_sUca.AllocSysString();
}
void CDisplayParameterCtrl::SetUca(LPCTSTR lpszNewValue)
{
// TODO: Add your property handler here
m_sUca=lpszNewValue;
SetModifiedFlag();
InvalidateControl();
}
BSTR CDisplayParameterCtrl::GetBs1()
{
CString strResult;
// TODO: Add your property handler here
return m_sBs1.AllocSysString();
}
void CDisplayParameterCtrl::SetBs1(LPCTSTR lpszNewValue)
{
// TODO: Add your property handler here
m_sBs1=lpszNewValue;
SetModifiedFlag();
InvalidateControl();
}
BSTR CDisplayParameterCtrl::GetBs2()
{
CString strResult;
// TODO: Add your property handler here
return m_sBs2.AllocSysString();
}
void CDisplayParameterCtrl::SetBs2(LPCTSTR lpszNewValue)
{
// TODO: Add your property handler here
m_sBs2=lpszNewValue;
SetModifiedFlag();
InvalidateControl();
}
BSTR CDisplayParameterCtrl::GetDisplayOrder()
{
CString strResult;
// TODO: Add your property handler here
return m_sDispOrd.AllocSysString();
}
void CDisplayParameterCtrl::SetDisplayOrder(LPCTSTR lpszNewValue)
{
// TODO: Add your property handler here
m_sDispOrd=lpszNewValue;
SetModifiedFlag();
InvalidateControl();
}
OLE_COLOR CDisplayParameterCtrl::GetBackColor()
{
// TODO: Add your property handler here
return m_backColor;
}
void CDisplayParameterCtrl::SetBackColor(OLE_COLOR nNewValue)
{
// TODO: Add your property handler here
m_backColor=nNewValue;
SetModifiedFlag();
InvalidateControl();
}
BOOL CDisplayParameterCtrl::GetImageHollow()
{
// TODO: Add your property handler here
return m_bImageHollow;
}
void CDisplayParameterCtrl::SetImageHollow(BOOL bNewValue)
{
// TODO: Add your property handler here
m_bImageHollow=bNewValue;
SetModifiedFlag();
InvalidateControl();
}
OLE_COLOR CDisplayParameterCtrl::GetFillColor()
{
// TODO: Add your property handler here
return m_fillColor;
}
void CDisplayParameterCtrl::SetFillColor(OLE_COLOR nNewValue)
{
// TODO: Add your property handler here
m_fillColor=nNewValue;
SetModifiedFlag();
InvalidateControl();
}
short CDisplayParameterCtrl::GetLineDistance()
{
// TODO: Add your property handler here
return m_iLineDistance;
}
void CDisplayParameterCtrl::SetLineDistance(short nNewValue)
{
// TODO: Add your property handler here
m_iLineDistance=nNewValue;
SetModifiedFlag();
InvalidateControl();
}
short CDisplayParameterCtrl::GetFontHeight()
{
// TODO: Add your property handler here
return 0;
}
void CDisplayParameterCtrl::SetFontHeight(short nNewValue)
{
// TODO: Add your property handler here
SetModifiedFlag();
}
short CDisplayParameterCtrl::GetFontWidth()
{
// TODO: Add your property handler here
return 0;
}
void CDisplayParameterCtrl::SetFontWidth(short nNewValue)
{
// TODO: Add your property handler here
SetModifiedFlag();
}
short CDisplayParameterCtrl::GetFontEscapement()
{
// TODO: Add your property handler here
return 0;
}
void CDisplayParameterCtrl::SetFontEscapement(short nNewValue)
{
// TODO: Add your property handler here
SetModifiedFlag();
}
short CDisplayParameterCtrl::GetFontOrientation()
{
// TODO: Add your property handler here
return 0;
}
void CDisplayParameterCtrl::SetFontOrientation(short nNewValue)
{
// TODO: Add your property handler here
SetModifiedFlag();
}
short CDisplayParameterCtrl::GetFontWeight()
{
// TODO: Add your property handler here
return 0;
}
void CDisplayParameterCtrl::SetFontWeight(short nNewValue)
{
// TODO: Add your property handler here
SetModifiedFlag();
}
short CDisplayParameterCtrl::GetFontItalic()
{
// TODO: Add your property handler here
return 0;
}
void CDisplayParameterCtrl::SetFontItalic(short nNewValue)
{
// TODO: Add your property handler here
SetModifiedFlag();
}
short CDisplayParameterCtrl::GetFontUnderline()
{
// TODO: Add your property handler here
return 0;
}
void CDisplayParameterCtrl::SetFontUnderline(short nNewValue)
{
// TODO: Add your property handler here
SetModifiedFlag();
}
short CDisplayParameterCtrl::GetFontStrikeOut()
{
// TODO: Add your property handler here
return 0;
}
void CDisplayParameterCtrl::SetFontStrikeOut(short nNewValue)
{
// TODO: Add your property handler here
SetModifiedFlag();
}
short CDisplayParameterCtrl::GetFontCharSet()
{
// TODO: Add your property handler here
return 0;
}
void CDisplayParameterCtrl::SetFontCharSet(short nNewValue)
{
// TODO: Add your property handler here
SetModifiedFlag();
}
short CDisplayParameterCtrl::GetFontOutPrecision()
{
// TODO: Add your property handler here
return 0;
}
void CDisplayParameterCtrl::SetFontOutPrecision(short nNewValue)
{
// TODO: Add your property handler here
SetModifiedFlag();
}
short CDisplayParameterCtrl::GetFontClipPrecision()
{
// TODO: Add your property handler here
return 0;
}
void CDisplayParameterCtrl::SetFontClipPrecision(short nNewValue)
{
// TODO: Add your property handler here
SetModifiedFlag();
}
short CDisplayParameterCtrl::GetFontQuality()
{
// TODO: Add your property handler here
return 0;
}
void CDisplayParameterCtrl::SetFontQuality(short nNewValue)
{
// TODO: Add your property handler here
SetModifiedFlag();
}
short CDisplayParameterCtrl::GetFontPitchAndFamily()
{
// TODO: Add your property handler here
return 0;
}
void CDisplayParameterCtrl::SetFontPitchAndFamily(short nNewValue)
{
// TODO: Add your property handler here
SetModifiedFlag();
}
BSTR CDisplayParameterCtrl::GetFontName()
{
CString strResult;
// TODO: Add your property handler here
return strResult.AllocSysString();
}
void CDisplayParameterCtrl::SetFontName(LPCTSTR lpszNewValue)
{
// TODO: Add your property handler here
SetModifiedFlag();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -