-
提供一个可以动态创建平面曲线图、饼图及直方图的二次开发平台。...
提供一个可以动态创建平面曲线图、饼图及直方图的二次开发平台。-provide a dynamically create planar curves, histograms and pie in the secondary development platform.
- 2022-07-03 11:09:04下载
- 积分:1
-
Implementation prepared by VC interface status bar and progress bar shows the pr...
用VC编写的实现界面状态栏进度条显示及进度控制的代码-Implementation prepared by VC interface status bar and progress bar shows the progress of the control code
- 2022-05-13 05:21:27下载
- 积分:1
-
一个具有水平醒目菜单(主菜单)和弹出式菜单(子菜单)的菜单程序。
一个具有水平醒目菜单(主菜单)和弹出式菜单(子菜单)的菜单程序。-A level of eye-catching menu (main menu) and pop-up menu (submenu) menu procedures.
- 2022-10-16 12:10:03下载
- 积分:1
-
CProgressBar
将 ColorProgressBar 控件添加到 Windows 窗体工具箱
用鼠标右键单击Windows 窗体工具箱并从快捷菜单中选择自定义工具箱...... 。自定义工具箱对话框将打开。
选择.NET Framework 组件选项卡,单击浏览。浏览至ColorProgressBarbinRelease或调试文件夹并选择ColorProgressBar.dll。ColorProgressBar出现在自定义工具箱对话框中的组件列表中。
选中的复选框下一步到 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-24 08:46:08下载
- 积分:1
-
基于c#的时钟
资源描述本源程序是基于C#的时钟设计,能为初学者提供参考价值,为初学者提供基本的编写代码思路,
namespace Clock
{
public partial class MainForm : Form
{
private PointF center;
private float r;
private Pen hourPen;
private Pen minutePen;
private Pen secondPen;
private Thread timeThread;
public MainForm()
{
InitializeComponent();
ShowInTaskbar = false;//不在任务栏中显示
SetStyle(ControlStyles.DoubleBuffer, true);
SetStyle(ControlStyles.UserPaint,true);
SetStyle(ControlStyles.AllPaintingInWmPaint,true);
center = new PointF(ClientSize.Width/ 2.0f, ClientSize.Height/ 2.0f);
r = Math.Min(ClientSize.Width / 2.0f, ClientSize.Height / 2.0f);
hourPen = new Pen(Color.Black, 2.5f);
minutePen = new Pen(Color.Black, 1.5f);
secondPen = new Pen(Color.Black, 0.5f);
timeThread=new Thread(new ThreadStart(DrawTime));
timeThread.Start();
}
protected override void OnPaint(PaintEventArgs e)
{
Graphics g = e.Graphics;
g.Clear(BackColor);
//g.SmoothingMode =
- 2022-01-26 05:22:52下载
- 积分:1
-
interface development and English, can also achieve XP
界面开发,英文版的,也可以实现XP风格的界面-interface development and English, can also achieve XP-style interface
- 2023-08-21 02:50:04下载
- 积分:1
-
(实例108)动态增减MSFlexGrid行数
(实例108)动态增减MSFlexGrid行数-(example 108) dynamic changes in the number MSFlexGrid OK
- 2022-02-25 08:34:13下载
- 积分:1
-
仿“影音传送带”界面(发布者: sonystone)
仿“影音传送带”界面(发布者: sonystone)-fake "video conveyor belt" interface (Released : sonystone)
- 2022-03-06 22:51:45下载
- 积分:1
-
.Net C# 界面设计示例
.Net C# 界面设计示例,包含完整的数据库脚本和控件dll。
- 2022-03-16 14:59:51下载
- 积分:1
-
基于EasyArm2200和ucOS2上ZLG_GUI及QPYD夜景驱动的实现的实现
基于EasyArm2200和ucOS2上ZLG_GUI及QPYD夜景驱动的实现的实现-EasyArm2200 and ucOS2 based on ZLG_GUI and QPYD Night Driver to achieve the realization of the
- 2022-07-22 23:52:16下载
- 积分:1