-
实现在一些功能的控制按钮,可以保存…
VC + + to achieve in some of the functions of control buttons, you can save the file, can open the file-VC++ to achieve in some of the functions of control buttons, you can save the file, can open the file
- 2023-05-08 09:15:03下载
- 积分:1
-
谷 歌 Chrome进度条
翻译 maninwest@Codeforge 作者:VallarasuS@CodeProject这里展示如何从头开始创建一个 Go ogle Chrome 主题的 进度条。任何进度条控件都依赖于一个值及表示进度值的图形。 Goo gle Chrome 下载程序有个圆圈表示进度。使用代码ChromeProgressBaris 跟 Chrome ProgressBar 的工作原理一样。将进度值转化为一个圆圈图形来表示.private void PaintProgress(PaintEventArgs e)
{ using( SolidBrush progressBrush = new SolidBrush(this.ProgressColor))
{
Rectangle rect = LayoutInternal.ProgressRectangle;
rect.Inflate(-2, -2);
rect.Height -= 2; rect.Width -= 2; float startAngle = -90; float sweepAngle = Progress / 100 * 360;
e.Graphics.FillPie(progressBrush, rect, startAngle, sweepAngle);
}
}这里是如何使用图形路径和4条线绘制圆圈和细分部分。对 Graphics 对象的剪切部分进行调整来剪切圆圈外的线。private void PaintBorder(PaintEventArgs e)
{
GraphicsPath borderPath = new GraphicsPath();
Rectangle progressRect = LayoutInternal.Prog
- 2022-08-08 07:55:37下载
- 积分:1
-
the procedures introduced by a group check box to control internal controls so a...
本程序介绍一个由check组框来控制内部控件使能 在要使用的工程中添加类CCheckableGroupBox 在资源中属于这个组框的控件设置group项目 在使用的类中 坐组框的变量映射 CCheckableGroupBox m_groupD CCheckableGroupBox m_groupQ CCheckableGroupBox m_groupZ 在使用类的初始化中 m_groupZ.SetTitleStyle(BS_AUTOCHECKBOX) //Default to check box already in class m_groupZ.SetGroupID(1) m_groupQ.SetTitleStyle(BS_AUTORADIOBUTTON) m_groupQ.SetGroupID(0) m_groupQ.SetCheck(1) m_groupD.SetTitleStyle(BS_AUTORADIOBUTTON) m_groupD.SetGroupID(0) SetTitleStyle:函数中1BS_AUTOCHECKBOX:为方型框.2BS_AUTORADIOBUTTON:为原型框 SetGroupID函数:参数中为1:不用内部控件不用选择group项目,为0要选择 Setcheck函数:参数为1:enabel,为0:unenable-the procedures introduced by a group check box to control internal controls so as to enable the project to use the added category CCheckableGroupBox resources belonging to the group box set of controls group projects in the category sitting Group variable frame mapping CCheckableGroupBox m_groupD CCheckableGroupBox m_groupQ CCheckableGroupBox m_groupZ the use of the initial category m_groupZ.SetTitleS
- 2022-11-13 07:15:03下载
- 积分:1
-
Window GDI+ 实现的PNGButton类。非常好用。
Window GDI+ 实现的PNGButton类。非常好用。-Window GDI+ Realize the PNGButton category. Very easy to use.
- 2022-03-04 20:35:23下载
- 积分:1
-
对于常用控件的详细指导,对初学者帮助极大
对于常用控件的详细指导,对初学者帮助极大-commonly used controls for a detailed guide, great help for beginners
- 2023-05-15 07:00:02下载
- 积分:1
-
代码演示了C# windowsForm 中的各个对话框,包括打开关闭文件对话框,颜色对话框,字体对话框,打印及打印预览对话框。...
代码演示了C# windowsForm 中的各个对话框,包括打开关闭文件对话框,颜色对话框,字体对话框,打印及打印预览对话框。-demonstrated a code C# windowsForm the various dialog boxes, including the closure of open file dialog, the dialog color, font dialog, Print and Print Preview dialog.
- 2022-11-21 07:30:03下载
- 积分:1
-
三级网络的学习材料,仅供参考,,,,,, 把zip改为doc即可
三级网络的学习材料,仅供参考,,,,,, 把zip改为doc即可-three network of learning materials for reference Bowl put zip can read doc
- 2022-01-24 09:11:56下载
- 积分:1
-
可以捕捉鼠标指针,ctrl+右键释放,用C写的
可以捕捉鼠标指针,ctrl+右键释放,用C写的-Can capture the mouse pointer, ctrl right-release, written by C
- 2022-03-30 03:58:01下载
- 积分:1
-
variety of different kinds of buttons, yes
各种样式 的按钮,不错-variety of different kinds of buttons, yes
- 2022-02-15 21:29:56下载
- 积分:1
-
老鼠爱大米
老鼠爱大米---实习课作业~
一般的无聊游戏~首次用VB做的东东(源码)-老鼠爱大米- internship class operation ~ in general boring game ~ the first time in VB to do the Dongdong (source)
- 2022-04-20 04:55:59下载
- 积分:1