2 Star 2 Fork 2

lixinye/DIPDemo

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
DlgPointThre.cpp 586 Bytes
Copy Edit Raw Blame History
ranjiewen authored 2016-10-24 22:28 . 创建DIPDemo-first
// DlgPointThre.cpp : 实现文件
//
#include "stdafx.h"
#include "DIPDemo.h"
#include "DlgPointThre.h"
// CDlgPointThre 对话框
IMPLEMENT_DYNAMIC(CDlgPointThre, CDialog)
CDlgPointThre::CDlgPointThre(CWnd* pParent /*=NULL*/)
: CDialog(CDlgPointThre::IDD, pParent)
, m_bThre(0)
{
}
CDlgPointThre::~CDlgPointThre()
{
}
void CDlgPointThre::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
DDX_Text(pDX, IDC_EDIT_Thre, m_bThre);
DDV_MinMaxByte(pDX, m_bThre, 0, 255);
}
BEGIN_MESSAGE_MAP(CDlgPointThre, CDialog)
END_MESSAGE_MAP()
// CDlgPointThre 消息处理程序
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/lixinye/DIPDemo.git
git@gitee.com:lixinye/DIPDemo.git
lixinye
DIPDemo
DIPDemo
master

Search