文件名称:CEdit-extend
- 所属分类:
- 编辑框
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-07-29
- 文件大小:
- 217kb
- 下载次数:
- 0次
- 提 供 者:
- 姚*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
1.可设置字体、字体颜色、字体大小、字体样式(加粗、倾斜、下划线)、背景颜色,提供了接口函数。
2.可设置边框粗细宽度、边框颜色,包括正常颜色、鼠标经过颜色、禁用颜色和具有焦点时的颜色,提供了接口函数
3.对于设置字体大小提供了3个函数,分别用逻辑值、磅值、像素值设置。
4.一般性居中可设置字体大小,让字体撑大自己的显示高度;另一种则是绘制扩展的边框,通过设置边距来实现,提供接口SetNewMargins()
5.能够设置编辑框边框内部阴影,已固定左1像素,上2像素,右下无,但颜色的设置有接口。若阴影宽度需变,可自己扩展。
6.提供了一个接口SetTextVCenter(),快速设置垂直居中,如例中第4个编辑框。不过该函数尚遗留有些问题,待解决。-1 can set the font, font color, font size, font style (bold, italic, underline), background color, provides the interface functions. (2) can be set border thickness width, border color, including normal color, mouse over color, color, and has the focus to disable the color, provides the interface function 3 to set the font size for offers three functions, respectively, a logical value, pounds value, the pixel value is set. 4. General center can set the font size, so that the display font stretch their height another is drawn extension of the border, by setting the margins to achieve, providing an interface SetNewMargins () 5. Be able to set the edit box border Inner Shadow has left a fixed pixel, the two pixels, no right, but the color settings have interfaces. If you need to change the width of the shadow, can be their own extensions. 6 provides an interface SetTextVCenter (), quickly set up vertically, as shown in the first four edit boxes. However, this function is still left some
2.可设置边框粗细宽度、边框颜色,包括正常颜色、鼠标经过颜色、禁用颜色和具有焦点时的颜色,提供了接口函数
3.对于设置字体大小提供了3个函数,分别用逻辑值、磅值、像素值设置。
4.一般性居中可设置字体大小,让字体撑大自己的显示高度;另一种则是绘制扩展的边框,通过设置边距来实现,提供接口SetNewMargins()
5.能够设置编辑框边框内部阴影,已固定左1像素,上2像素,右下无,但颜色的设置有接口。若阴影宽度需变,可自己扩展。
6.提供了一个接口SetTextVCenter(),快速设置垂直居中,如例中第4个编辑框。不过该函数尚遗留有些问题,待解决。-1 can set the font, font color, font size, font style (bold, italic, underline), background color, provides the interface functions. (2) can be set border thickness width, border color, including normal color, mouse over color, color, and has the focus to disable the color, provides the interface function 3 to set the font size for offers three functions, respectively, a logical value, pounds value, the pixel value is set. 4. General center can set the font size, so that the display font stretch their height another is drawn extension of the border, by setting the margins to achieve, providing an interface SetNewMargins () 5. Be able to set the edit box border Inner Shadow has left a fixed pixel, the two pixels, no right, but the color settings have interfaces. If you need to change the width of the shadow, can be their own extensions. 6 provides an interface SetTextVCenter (), quickly set up vertically, as shown in the first four edit boxes. However, this function is still left some
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MyTextBox\Debug\MyTextBox.exe
.........\MyTextBox\DEdit.cpp
.........\.........\DEdit.h
.........\.........\LEdit.cpp
.........\.........\LEdit.h
.........\.........\MyTextBox.cpp
.........\.........\MyTextBox.h
.........\.........\MyTextBox.rc
.........\.........\MyTextBox.vcxproj
.........\.........\MyTextBoxDlg.cpp
.........\.........\MyTextBoxDlg.h
.........\.........\ReadMe.txt
.........\.........\res\MyTextBox.ico
.........\.........\...\MyTextBox.rc2
.........\.........\resource.h
.........\.........\SEdit.cpp
.........\.........\SEdit.h
.........\.........\stdafx.cpp
.........\.........\stdafx.h
.........\.........\targetver.h
.........\MyTextBox.sln
.........\MyTextBox.suo
.........\Release\MyTextBox.exe
说明.txt
MyTextBox\MyTextBox\res
.........\Debug
.........\MyTextBox
.........\Release
MyTextBox