-
介绍利用MFC实现加入界面背景的实现方法,用户可以根据测控系统中的不同界面,加入相应的界面。...
介绍利用MFC实现加入界面背景的实现方法,用户可以根据测控系统中的不同界面,加入相应的界面。-introduces MFC entry interface background method, users can control the different systems interface, the interface accordingly.
- 2022-09-08 18:45:03下载
- 积分: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
-
桌面快递启动程序,启动时,有透明效果,美化了的控件
桌面快递启动程序,启动时,有透明效果,美化了的控件-Express your desktop to start program
- 2022-01-22 01:29:26下载
- 积分:1
-
Office 2000风格的停泊智能型菜单
Office 2000风格的停泊智能型菜单-Office 2000 style parking intelligent menu
- 2022-07-02 13:08:31下载
- 积分:1
-
只允许输入既定范围数字的编辑控制,当对用户限制输入数字范围的时候很管用。...
只允许输入既定范围数字的编辑控制,当对用户限制输入数字范围的时候很管用。-only allows the importation of established parameters figures editorial control when the user to restrict the importation of digital scope are very effective.
- 2022-06-17 16:17:31下载
- 积分:1
-
一个很好用的复数计算器,你会喜欢的
一个很好用的复数计算器,你会喜欢的-a good use of the plural Calculator, you will like
- 2023-07-26 06:10:02下载
- 积分:1
-
按Ctrl+Alt+Del键找不到本程序
按Ctrl+Alt+Del键找不到本程序-by Ctrl Alt Del keys can not find this procedure
- 2022-03-04 19:15:57下载
- 积分:1
-
五子棋游戏基于 MFC VC++编程实现 包含AI算法
五子棋游戏基于 MFC 的VC++编程实现 编译通过主要用于人机对战,可以选择难度游戏包含AI算法的搜索
- 2022-04-29 11:43:38下载
- 积分:1
-
下拉的窗体
用vb语言实现的功能
实现的窗体和文本框的下拉和弹出式菜单
- 2022-05-31 12:01:11下载
- 积分:1
-
VC 画曲线控件,方便易用,美观
VC 画曲线控件,方便易用,美观...
VC 画曲线控件,方便易用,美观
VC 画曲线控件,方便易用,美观-VC painting curve control, user-friendly, visual art VC curve control, user-friendly, visual
- 2022-01-25 19:34:52下载
- 积分:1