文件名称:DefineMessageBox
-
所属分类:
- 标签属性:
- 上传时间:2013-10-05
-
文件大小:6.22mb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
自定义消息对话框,支持DELPHI7~XE5
修改MessageBox可以使用图标为自定义图标,源码很简单
{-------------------------------------------------------------------------------
作者: 曾聪
日期: 2013.09.13
过程名: MsgBox
功能: 自定义消息对话框,支持DELPHI7~XE5
参数: lText, lCaption: PChar lStyle: DWord lIcon: Integer lBeep: Cardinal
返回值: Integer
说明: lText:消息框内容,lCaption:消息框标题,lStyle:按钮类型(MB_OK或者MB_YESNO等等详细请查看MessageBox的对应参数) + MB_USERICON,lIcon为加载的RES图标资源文件的标号,lBeep为消息框声音(MB_OK或者MB_ICONHAND或者MB_ICONEXCLAMATION等等,详细请百度MessageBeep查找参数值)
-------------------------------------------------------------------------------}-Custom message box, support DELPHI7 ~ XE5
Modify MessageBox can use the icon for a custom icon, the source code is very simple
{-------------------------------------------------------------------------------
Author: Zeng Cong
Date: 2013.09.13
Process name: MsgBox
Function: Custom message box support DELPHI7 ~ XE5
Parameters: lText, lCaption: PChar lStyle: DWord lIcon: Integer lBeep: Cardinal
Return value: Integer
Descr iption: lText: message box contents, lCaption: message box title, lStyle: Button type (MB_OK or MB_YESNO more details, please see the corresponding parameter of MessageBox)+ MB_USERICON, lIcon RES icon to load the resource file label, lBeep for the message box sound (MB_OK or MB_ICONHAND or MB_ICONEXCLAMATION, etc. For details, please Baidu MessageBeep find parameter values )
-------------------------------------------------------------------------------}
修改MessageBox可以使用图标为自定义图标,源码很简单
{-------------------------------------------------------------------------------
作者: 曾聪
日期: 2013.09.13
过程名: MsgBox
功能: 自定义消息对话框,支持DELPHI7~XE5
参数: lText, lCaption: PChar lStyle: DWord lIcon: Integer lBeep: Cardinal
返回值: Integer
说明: lText:消息框内容,lCaption:消息框标题,lStyle:按钮类型(MB_OK或者MB_YESNO等等详细请查看MessageBox的对应参数) + MB_USERICON,lIcon为加载的RES图标资源文件的标号,lBeep为消息框声音(MB_OK或者MB_ICONHAND或者MB_ICONEXCLAMATION等等,详细请百度MessageBeep查找参数值)
-------------------------------------------------------------------------------}-Custom message box, support DELPHI7 ~ XE5
Modify MessageBox can use the icon for a custom icon, the source code is very simple
{-------------------------------------------------------------------------------
Author: Zeng Cong
Date: 2013.09.13
Process name: MsgBox
Function: Custom message box support DELPHI7 ~ XE5
Parameters: lText, lCaption: PChar lStyle: DWord lIcon: Integer lBeep: Cardinal
Return value: Integer
Descr iption: lText: message box contents, lCaption: message box title, lStyle: Button type (MB_OK or MB_YESNO more details, please see the corresponding parameter of MessageBox)+ MB_USERICON, lIcon RES icon to load the resource file label, lBeep for the message box sound (MB_OK or MB_ICONHAND or MB_ICONEXCLAMATION, etc. For details, please Baidu MessageBeep find parameter values )
-------------------------------------------------------------------------------}
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MainProject.dpr
MainProject.dproj
MainProject.dproj.local
MainProject.identcache
MainProject.res
MSG.rc
msg.RES
MyMsgBox.pas
自定义消息框.exe
__history/Main.dfm.~1~
__history/Main.dfm.~2~
__history/Main.dfm.~3~
__history/Main.dfm.~4~
__history/Main.pas.~1~
__history/Main.pas.~2~
__history/Main.pas.~3~
__history/Main.pas.~4~
Win32/Debug/cxButtons.dcu
Win32/Debug/cxClasses.dcu
Win32/Debug/cxContainer.dcu
Win32/Debug/cxControls.dcu
Win32/Debug/cxDateUtils.dcu
Win32/Debug/cxDrawTextUtils.dcu
Win32/Debug/cxDWMApi.dcu
Win32/Debug/cxFormats.dcu
Win32/Debug/cxGeometry.dcu
Win32/Debug/cxGraphics.dcu
Win32/Debug/cxLibraryConsts.dcu
Win32/Debug/cxLibraryStrs.dcu
Win32/Debug/cxLookAndFeelPainters.dcu
Win32/Debug/cxLookAndFeels.dcu
Win32/Debug/cxScrollBar.dcu
Win32/Debug/dxCalendarUtils.dcu
Win32/Debug/dxCore.dcu
Win32/Debug/dxCoreClasses.dcu
Win32/Debug/dxFading.dcu
Win32/Debug/dxGDIPlusAPI.dcu
Win32/Debug/dxGDIPlusClasses.dcu
Win32/Debug/dxHooks.dcu
Win32/Debug/dxMessages.dcu
Win32/Debug/dxOffice11.dcu
Win32/Debug/dxSkinsCore.dcu
Win32/Debug/dxSkinsStrs.dcu
Win32/Debug/dxThemeConsts.dcu
Win32/Debug/dxThemeManager.dcu
Win32/Debug/dxTouch.dcu
Win32/Debug/dxUxTheme.dcu
Win32/Debug/Main.dcu
Win32/Debug/MainProject.exe
Win32/Debug/MyMsgBox.dcu
Win32/Release/cxButtons.dcu
Win32/Release/cxClasses.dcu
Win32/Release/cxContainer.dcu
Win32/Release/cxControls.dcu
Win32/Release/cxDateUtils.dcu
Win32/Release/cxDrawTextUtils.dcu
Win32/Release/cxDWMApi.dcu
Win32/Release/cxFormats.dcu
Win32/Release/cxGeometry.dcu
Win32/Release/cxGraphics.dcu
Win32/Release/cxLibraryConsts.dcu
Win32/Release/cxLibraryStrs.dcu
Win32/Release/cxLookAndFeelPainters.dcu
Win32/Release/cxLookAndFeels.dcu
Win32/Release/cxScrollBar.dcu
Win32/Release/dxCalendarUtils.dcu
Win32/Release/dxCore.dcu
Win32/Release/dxCoreClasses.dcu
Win32/Release/dxFading.dcu
Win32/Release/dxGDIPlusAPI.dcu
Win32/Release/dxGDIPlusClasses.dcu
Win32/Release/dxHooks.dcu
Win32/Release/dxMessages.dcu
Win32/Release/dxOffice11.dcu
Win32/Release/dxSkinsCore.dcu
Win32/Release/dxSkinsStrs.dcu
Win32/Release/dxThemeConsts.dcu
Win32/Release/dxThemeManager.dcu
Win32/Release/dxTouch.dcu
Win32/Release/dxUxTheme.dcu
Win32/Release/Main.dcu
Win32/Release/MainProject.exe
Win32/Release/MyMsgBox.dcu
透明图标/cw.ico
透明图标/cx.ico
透明图标/dn.ico
透明图标/duoyh.ico
透明图标/dyh.ico
透明图标/gj.ico
透明图标/hsz.ico
透明图标/jd.ico
透明图标/jg.ico
透明图标/jh.ico
透明图标/jia.ico
透明图标/jias.ico
透明图标/jies.ico
透明图标/jsq.ico
透明图标/jz.ico
透明图标/kf.ico
透明图标/Msg.rc
透明图标/Msg.RES
透明图标/new.ico
透明图标/ring.ico
透明图标/rl.ico
透明图标/sf.ico
透明图标/shang.ico
透明图标/sms.ico
透明图标/ss.ico
透明图标/ts.ico
透明图标/wh.ico
透明图标/wjb.ico
透明图标/wjj.ico
透明图标/wx.ico
透明图标/xia.ico
透明图标/xl.ico
透明图标/you.ico
透明图标/yx.ico
透明图标/yy.ico
透明图标/zq.ico
透明图标/zs.ico
透明图标/zuo.ico
透明图标/zx.ico
透明图标/zy.ico
Main.dfm
Main.pas
Win32/Debug
Win32/Release
__history
Win32
透明图标
MainProject.dproj
MainProject.dproj.local
MainProject.identcache
MainProject.res
MSG.rc
msg.RES
MyMsgBox.pas
自定义消息框.exe
__history/Main.dfm.~1~
__history/Main.dfm.~2~
__history/Main.dfm.~3~
__history/Main.dfm.~4~
__history/Main.pas.~1~
__history/Main.pas.~2~
__history/Main.pas.~3~
__history/Main.pas.~4~
Win32/Debug/cxButtons.dcu
Win32/Debug/cxClasses.dcu
Win32/Debug/cxContainer.dcu
Win32/Debug/cxControls.dcu
Win32/Debug/cxDateUtils.dcu
Win32/Debug/cxDrawTextUtils.dcu
Win32/Debug/cxDWMApi.dcu
Win32/Debug/cxFormats.dcu
Win32/Debug/cxGeometry.dcu
Win32/Debug/cxGraphics.dcu
Win32/Debug/cxLibraryConsts.dcu
Win32/Debug/cxLibraryStrs.dcu
Win32/Debug/cxLookAndFeelPainters.dcu
Win32/Debug/cxLookAndFeels.dcu
Win32/Debug/cxScrollBar.dcu
Win32/Debug/dxCalendarUtils.dcu
Win32/Debug/dxCore.dcu
Win32/Debug/dxCoreClasses.dcu
Win32/Debug/dxFading.dcu
Win32/Debug/dxGDIPlusAPI.dcu
Win32/Debug/dxGDIPlusClasses.dcu
Win32/Debug/dxHooks.dcu
Win32/Debug/dxMessages.dcu
Win32/Debug/dxOffice11.dcu
Win32/Debug/dxSkinsCore.dcu
Win32/Debug/dxSkinsStrs.dcu
Win32/Debug/dxThemeConsts.dcu
Win32/Debug/dxThemeManager.dcu
Win32/Debug/dxTouch.dcu
Win32/Debug/dxUxTheme.dcu
Win32/Debug/Main.dcu
Win32/Debug/MainProject.exe
Win32/Debug/MyMsgBox.dcu
Win32/Release/cxButtons.dcu
Win32/Release/cxClasses.dcu
Win32/Release/cxContainer.dcu
Win32/Release/cxControls.dcu
Win32/Release/cxDateUtils.dcu
Win32/Release/cxDrawTextUtils.dcu
Win32/Release/cxDWMApi.dcu
Win32/Release/cxFormats.dcu
Win32/Release/cxGeometry.dcu
Win32/Release/cxGraphics.dcu
Win32/Release/cxLibraryConsts.dcu
Win32/Release/cxLibraryStrs.dcu
Win32/Release/cxLookAndFeelPainters.dcu
Win32/Release/cxLookAndFeels.dcu
Win32/Release/cxScrollBar.dcu
Win32/Release/dxCalendarUtils.dcu
Win32/Release/dxCore.dcu
Win32/Release/dxCoreClasses.dcu
Win32/Release/dxFading.dcu
Win32/Release/dxGDIPlusAPI.dcu
Win32/Release/dxGDIPlusClasses.dcu
Win32/Release/dxHooks.dcu
Win32/Release/dxMessages.dcu
Win32/Release/dxOffice11.dcu
Win32/Release/dxSkinsCore.dcu
Win32/Release/dxSkinsStrs.dcu
Win32/Release/dxThemeConsts.dcu
Win32/Release/dxThemeManager.dcu
Win32/Release/dxTouch.dcu
Win32/Release/dxUxTheme.dcu
Win32/Release/Main.dcu
Win32/Release/MainProject.exe
Win32/Release/MyMsgBox.dcu
透明图标/cw.ico
透明图标/cx.ico
透明图标/dn.ico
透明图标/duoyh.ico
透明图标/dyh.ico
透明图标/gj.ico
透明图标/hsz.ico
透明图标/jd.ico
透明图标/jg.ico
透明图标/jh.ico
透明图标/jia.ico
透明图标/jias.ico
透明图标/jies.ico
透明图标/jsq.ico
透明图标/jz.ico
透明图标/kf.ico
透明图标/Msg.rc
透明图标/Msg.RES
透明图标/new.ico
透明图标/ring.ico
透明图标/rl.ico
透明图标/sf.ico
透明图标/shang.ico
透明图标/sms.ico
透明图标/ss.ico
透明图标/ts.ico
透明图标/wh.ico
透明图标/wjb.ico
透明图标/wjj.ico
透明图标/wx.ico
透明图标/xia.ico
透明图标/xl.ico
透明图标/you.ico
透明图标/yx.ico
透明图标/yy.ico
透明图标/zq.ico
透明图标/zs.ico
透明图标/zuo.ico
透明图标/zx.ico
透明图标/zy.ico
Main.dfm
Main.pas
Win32/Debug
Win32/Release
__history
Win32
透明图标
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.