搜索资源列表
彩色列表项组合框
- 彩色列表项组合框/这份源代码演示了彩色列表项组合框的建立及使用 -Color List cluster box / demo of this source of color cluster box list the establishment and use
20050731084521138
- This package differ from other package from the point of view that it support small or large icon. Text or no text and 16 or 256 colors. You can use icon or bitmap to create the toolbar. It is using the explorer toolbar, so you need at least explorer
Lesson13Code
- 图形的绘制,如何使用自定义画笔(颜色,线宽,线形)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-graphics rendering, since the definition of how to use the brush (color, line width, alignment).
CReadOnlyEdit_src
- 一个可以设置控件内字体颜色,背景颜色的编辑框类,非常好用-one can set controls within the font color, background color of the edit box type, very handy
API_Windows
- API编程``` 运行程序会出现3个窗口`` 通过按扭实现文本框在3个窗口之间的移动``` 并提供颜色编辑效果-API programming `` `operational procedures will lead to three windows through the `` Text Box button in the window's 3 The mobile `` `editing and color effects provide ``
Buttons(关于变色)
- 此程序是在对话框中运用两种不同按钮实现了RGB模式下的变色与显示-this procedure is in the dialog box used two different buttons to achieve the RGB color model and display
font
- VC中独立设置控件的字体和颜色的几种方法,以静态文本框为例。可设置大小和颜色-VC independently set the font and color control, several methods to static text box example. Can set the size and color
CheckBox2009
- 一款另类的彩色图形复选框控件源代码(CheckBox2009) (v3),支持彩色混合透明通道的GUI显示,彩色标题显示。多种彩色开关状态显示,可以设置控件背景色。代码作者经过优化,运行比较稳定。可以加入您的程序,让软件界面更富有声色。-A different type of color graphics check box controls the source code (CheckBox2009) (v3), support for transparent color channel mi
TestColorButton
- 该程序可以改变按钮的背景颜色,通过单击该按钮可以实现在灰色与绿色之间的转换,同时可以在对应的编辑框中看到变化后的现象,适合于在下位机测试软件中应用。-The program can change the background color of the button, by clicking on the button to achieve the conversion between the gray and green, also can be seen in the correspondin
myroundbuttonopenexe
- 实现按下一个按钮,打开一个exe软件,并且实现了对话框的背景色为自己所设定图片,实现了一个圆形按钮-Achieved by pressing a button to open a exe software, and realize the dialog box set the background color for their own pictures, implements a radio button
testbutton
- 本程序实现了CButton(复选框)及CCheckListBox的动态生成,并完成了对CButton的重绘。对复选框的字体,大小,背景,颜色均能改变,并为CCheckListBox添加了横、纵滚动条。-This procedure implements CButton (checkbox) and CCheckListBox of dynamically generated, and the completion of the redraw of CButton. On the check bo
buttn
- 对话框上的按钮背景变色,用VC实现的,对于其他处理可以相应做参考实现,学习VC界面处理 的很有帮助。-Button on the dialog box background color, use the VC to achieve, other treatments can be appropriate for a reference implementation, learning VC interface processing helpful.
lesson10
- 图形的绘制,如何使用自定义画笔(颜色,线宽,线形)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-Drawing, how to use a custom brush (color, line width, line). How to add options menu for the pro
CODE_UPLOAD1437
- The CGraphicButton class is derived from CWnd and encapsulates a Windows button control. The CGraphicButton class allows use of a combination of a bitmap and text on the face of your button. The class allows the option of either a bitmap-left or a te
HoverTest
- 鼠标移到CEdit或CButton有动态效果 按钮,编辑框特效,改变下颜色,可以做成模仿QQ的效果-Mouse over a dynamic effect CButton CEdit or buttons, edit box effects, changed their color, can be made to imitate the effect of QQ
Private-Sub-Form
- 工具栏的设计。设计一个窗口外观如下图所示的程序,在窗口下方的“请输入”文本框中输入一句名言,选择“编辑”菜单中的“名言展示”命令,或按下工具栏中的“名言展示”按钮,可将这句名言添加到窗口中间的“名言展示”文本框中。类似地,此程序还可以用这两种方法实现以下功能:复位、调整“名言展示”文本框中字体颜色、查看本程序信息、退出。-Toolbar design. Design a window procedure looks as shown below, in the window below the
ButtonStyle
- 该程序主要涉及到自定义按钮加载位图、改变按钮字体颜色及背景,从而达到美化按钮的目的;同时还包含用来静态框显示位图、图标和改变文本内容以及设置对话框的图片背景。内容绝对经典-The program mainly involves custom button load bitmap, change the font color button and background, so as to achieve the purpose of beautification button At the sa
draw1
- 编写应用程序,可以利用鼠标绘制矩形和圆形,具体功能要求如下: 1、 通过单击工具条按钮(或菜单项)选择绘制矩形或者圆形; 2、 绘制过程中要求实现橡皮线功能和重画(窗口改变的时候,已绘制的图形不能消失); 3、 程序中只能使用SetPixel绘图函数,不能使用其它绘图函数; 4、 [本功能选作]通过单击工具条按钮(或菜单项)显示对话框,让用户可以设置绘制图形的颜色(可以分别输入RGB三颜色分量)-Write applications that can use the mouse
123
- 创建一个使用ColorDialog 对话框的应用程序。将应用程序主窗体的背景颜色设置为ColorDialog 返回的颜色。返回的颜色被存储在Color属性中。提示:创建一个ColorDialog变量,调用该对话框时,选择的颜色应该存储在Color属性中。-Create a to ColorDialog dialog application. The application' s main form background color settings color ColorDialog re
ColorButton
- 从qtiplot项目找的颜色对话框,用户只需要关注ColorButton就可以。-From qtiplot project looking color dialog box, users only need to focus ColorButton can.
