资源简介
c02iax.rar
代码片段和文件信息
#include “stdafx.h“
#include “BtnST.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CButtonST
// Mask for control‘s type
#define BS_TYPEMASK SS_TYPEMASK
CButtonST::CButtonST()
{
m_bIsPressed = FALSE;
m_bIsFocused = FALSE;
m_bIsDisabled = FALSE;
m_bMouseOnButton = FALSE;
FreeResources(FALSE);
// Default type is “flat“ button
m_bIsFlat = TRUE;
// Button will be tracked also if when the window is inactive (like Internet Explorer)
m_bAlwaysTrack = TRUE;
// By default draw border in “flat“ button
m_bDrawBorder = TRUE;
// By default icon is aligned horizontally
m_byAlign = ST_ALIGN_HORIZ;
// By default for “flat“ button don‘t draw the focus rect
m_bDrawFlatFocus = FALSE;
// By default the button is not the default button
m_bIsDefault = FALSE;
// Invalid value since type still unknown
m_nTypestyle = BS_TYPEMASK;
// By default the button is not a checkbox
m_bIsCheckBox = FALSE;
m_nCheck = 0;
// Set default colors
SetDefaultColors(FALSE);
// No tooltip created
m_ToolTip.m_hWnd = NULL;
// Do not draw as a transparent button
m_bDrawTransparent = FALSE;
m_pbmpOldBk = NULL;
// No URL defined
SetURL(NULL);
// No cursor defined
m_hCursor = NULL;
// No associated menu
#ifndef BTNST_USE_BCMENU
m_hMenu = NULL;
#endif
m_hParentWndMenu = NULL;
m_bMenuDisplayed = FALSE;
m_bShowDisabledBitmap = TRUE;
} // End of CButtonST
CButtonST::~CButtonST()
{
// Restore old bitmap (if any)
if (m_dcBk.m_hDC && m_pbmpOldBk)
{
m_dcBk.Selectobject(m_pbmpOldBk);
} // if
FreeResources();
// Destroy the cursor (if any)
if (m_hCursor) ::DestroyCursor(m_hCursor);
// Destroy the menu (if any)
//#ifdef BTNST_USE_BCMENU
// if (m_menuPopup.m_hMenu) m_menuPopup.DestroyMenu();
//#else
if (m_hMenu) ::DestroyMenu(m_hMenu);
//#endif
} // End of ~CButtonST
BEGIN_MESSAGE_MAP(CButtonST CButton)
//{{AFX_MSG_MAP(CButtonST)
ON_WM_SETCURSOR()
ON_WM_KILLFOCUS()
ON_WM_MOUSEMOVE()
ON_WM_SYSCOLORCHANGE()
ON_CONTROL_REFLECT_EX(BN_CLICKED onclicked)
ON_WM_ACTIVATE()
ON_WM_ENABLE()
ON_WM_CANCELMODE()
ON_WM_GETDLGCODE()
ON_WM_CTLCOLOR_REFLECT()
//}}AFX_MSG_MAP
#ifdef BTNST_USE_BCMENU
ON_WM_MENUCHAR()
ON_WM_MEASUREITEM()
#endif
ON_MESSAGE(BM_SETstyle OnSetstyle)
ON_MESSAGE(WM_MOUSELEAVE onmouseleave)
ON_MESSAGE(BM_SETCHECK OnSetCheck)
ON_MESSAGE(BM_GETCHECK OnGetCheck)
END_MESSAGE_MAP()
void CButtonST::FreeResources(BOOL bCheckForNULL)
{
if (bCheckForNULL)
{
// Destroy icons
// Note: the following two lines MUST be here! even if
// BoundChecker says they are unnecessary!
if (m_csIcons[0].hIcon) ::DestroyIcon(m_csIcons[0].hIcon);
if (m_csIcons[1].hIcon) ::DestroyIcon(m_csIcons[1].hIcon);
// Destroy bitmaps
if (m_csBitmaps[0].hB
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1310720 2008-06-05 13:55 商品销售管理系统\databa
文件 1048576 2008-06-05 13:55 商品销售管理系统\databa
文件 51165 2008-05-23 16:37 商品销售管理系统\Program\BtnST.cpp
文件 8402 2008-05-23 16:32 商品销售管理系统\Program\BtnST.h
文件 51414 2008-06-02 15:23 商品销售管理系统\Program\Databa
文件 5046 2006-02-28 13:53 商品销售管理系统\Program\Databa
文件 306223 2008-05-23 13:07 商品销售管理系统\Program\Debug\BCMenu.obj
文件 0 2008-05-23 13:07 商品销售管理系统\Program\Debug\BCMenu.sbr
文件 77422 2008-06-02 11:18 商品销售管理系统\Program\Debug\BtnST.obj
文件 0 2008-06-02 11:18 商品销售管理系统\Program\Debug\BtnST.sbr
文件 426443 2008-06-02 15:23 商品销售管理系统\Program\Debug\Databa
文件 0 2008-06-02 15:23 商品销售管理系统\Program\Debug\Databa
文件 37886 2008-06-02 14:03 商品销售管理系统\Program\Debug\DlgCancelInStock.obj
文件 0 2008-06-02 14:03 商品销售管理系统\Program\Debug\DlgCancelInStock.sbr
文件 37409 2008-06-02 15:32 商品销售管理系统\Program\Debug\DlgCancelSell.obj
文件 0 2008-06-02 15:32 商品销售管理系统\Program\Debug\DlgCancelSell.sbr
文件 31044 2008-06-02 12:53 商品销售管理系统\Program\Debug\DlgCustomerPay.obj
文件 0 2008-06-02 12:53 商品销售管理系统\Program\Debug\DlgCustomerPay.sbr
文件 32358 2008-06-02 14:03 商品销售管理系统\Program\Debug\DlgGysxxgl.obj
文件 0 2008-06-02 14:03 商品销售管理系统\Program\Debug\DlgGysxxgl.sbr
文件 28089 2008-06-02 11:18 商品销售管理系统\Program\Debug\DlgKcgl.obj
文件 0 2008-06-02 11:18 商品销售管理系统\Program\Debug\DlgKcgl.sbr
文件 31012 2008-06-02 14:03 商品销售管理系统\Program\Debug\DlgKhxxgl.obj
文件 0 2008-06-02 14:03 商品销售管理系统\Program\Debug\DlgKhxxgl.sbr
文件 16963 2008-06-02 11:18 商品销售管理系统\Program\Debug\DlgLogin.obj
文件 0 2008-06-02 11:18 商品销售管理系统\Program\Debug\DlgLogin.sbr
文件 59502 2008-06-02 11:18 商品销售管理系统\Program\Debug\DlgPrint.obj
文件 0 2008-06-02 11:18 商品销售管理系统\Program\Debug\DlgPrint.sbr
文件 31063 2008-06-02 12:53 商品销售管理系统\Program\Debug\DlgProviderPay.obj
文件 0 2008-06-02 12:53 商品销售管理系统\Program\Debug\DlgProviderPay.sbr
............此处省略176个文件信息
相关资源
- zw_Linux内核设计的艺术:图解Linux操作
- zw_20170109155532170.zip
- 12441554zw_20161108163815476.zip
- zw_libeay32.dllssleay32.dll总有一款适合你
- GBT20257.2-2017国家基本比例尺地图图式
- 光线跟踪算法技术[美]萨芬著刘天慧译
-
spring-fr
amework-master.zip - SecureCRT8.3及破解说明.rar
- jt.zip
- 车牌字符集.rar
- ChineseNER-data.tar.xz
- 金字塔原理-完美书签版.pdf
- article.zip
- 2533安类.zip
- 工业大数据:架构与应用.郑树泉.宗宇
- 威盾IPguard4.23.0707.0内网监控官方.zip
- zw_qq_19772443-10890917-SEMG_DB1.zip
- Verilog传奇从电路出发的HDL代码设计
- Shooter.rar
- 半导体工艺和器件仿真软件SilvacoTCA
- 基于配对的密码学[李发根,吴威峰著
- 离散数学第二版2版耿素云屈婉玲学习
- 完整高清扫描版.pdf
- 商家联盟V1.0.2全开源解密版.zip
- 线性回归分析基础.rar
- zw_20170602174228540.zip
- 计算机网络_第5版_中文版_严伟_潘爱民
- [打印机维修完全学习手册].沈兆龙.扫
- VisualBasic与分布式监控系统--RS-232485串
- MachineLearning_Set.rar
评论
共有 条评论