登录
首页 » 界面开发 » 基于c#的时钟

基于c#的时钟

于 2022-01-26 发布 文件大小:47.56 kB
0 64
下载积分: 2 下载次数: 1

代码说明:

资源描述本源程序是基于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 =

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • vc mfc 扩展
    这个代码有很好的界面,用的时候要安装BCG的库。欢迎大家下载、试用。谢谢大家的支持!
    2022-11-15 06:20:03下载
    积分:1
  • 这个程序将巴恩斯利蕨类,为蕨类植物的变换中的每…
    This routine draws Barnsley s fern, The transformations for the fern are each in the form T(x,y = (a*x+b*y+e, c*x+d*y+f). If the probability that a particular transformation T is selected is p, you can characterize each transformation by providing the values of a,b,c,d,e,f, and p, in that order. -This routine draws Barnsley s fern, The transformations for the fern are each in the form T (x, y = (a* x+ B* y+ E, c* x+ D* y+ F). If the probability that a particular transformation T is selected is p, you can characterize each transformation by providing the values of a, b, c, d, e, f, and p, in that order.
    2022-02-15 02:00:30下载
    积分:1
  • 超酷的工控显示!仪表板模拟仿真。
    界面显示超酷,看到了吧。一是仪表面板的模拟放着,二是指针指示,三是提示栏的超酷表现!喜欢的朋友请赞一个,给个分,呵呵。
    2022-03-18 13:31:16下载
    积分:1
  • powerbuilder 程序,很完美的制作,适合作何pb爱好都参考。
    powerbuilder 界面程序,很完美的制作,适合作何pb爱好都参考。-powerbuilder Interface Program
    2022-03-11 11:45:13下载
    积分:1
  • 欧姆龙USB通讯
    应用背景 通讯协议 AB 00 11 80 00 02 00 00 00 00 00 00 6F  04 01 FF FF 02 03 B2 AB 00 11 80 00 02 00 00 00 00 00 00 00 04 01 FF FF 04 03 45 AB 00 10 80 00 02 00 00 00 00 00 00 A3  04 02 FF FF 03 E4 AB 00 10 80 00 02 00 00 00 00 00 00 00 04 02 FF FF 03 41关键技术 很详细的欧姆龙USB通讯 VS2012 VB.NET语言 很详细的欧姆龙USB通讯 VS2012 VB.NET语言 很详细的欧姆龙USB通讯 VS2012 VB.NET语言 很详细的欧姆龙USB通讯 VS2012 VB.NET语言 很详细的欧姆龙USB通讯 VS2012 VB.NET语言
    2022-05-27 16:38:41下载
    积分:1
  • Very sleek controls LED font, edit, etc.
    很漂亮的 LED 字体 控件,edit, etc.-Very sleek controls LED font, edit, etc.
    2022-04-08 22:14:09下载
    积分:1
  • windows to create a simple window, as well as a simple api function call.
    windows窗口简单的创建,以及api函数的简单调用。-windows to create a simple window, as well as a simple api function call.
    2022-07-14 13:07:58下载
    积分:1
  • 医药信息管理系统.用VB做的,还不错.功能比较齐全,有学习的同学可以参考一下...
    医药信息管理系统.用VB做的,还不错.功能比较齐全,有学习的同学可以参考一下-medical information management system. VB do, quite good. Functional relatively complete, the students can learn reference
    2022-09-20 20:40:07下载
    积分:1
  • TCP 服务器
    C# 初学者有关网络和协议的小知识。线程的一些知识是必需的。微软发展的环境被需要 (Visual Studio 2010)。 简要说明 通过这篇文章我要展示的读者与 TCP/IP Server 通过 Windows 服务启动时,可以停止时 Windows 服务已停止。此 TCP/IP 服务器侦听客户端的连接请求。从客户端请求时,服务器的工作是文件的阅读由客户端发送的数据并将它存储在一个文件 (也由客户端指定的名称)。在这个项目中你可以使用它为使迷你聊天程序和简单的 GUI
    2022-08-02 23:05:10下载
    积分:1
  • 动态库的编写
    创建的动态库,能现实出界面,通过这个列程能学习到动态库的调用,以及界面的编写,可以把它当做设备驱动程序来调用和编写
    2022-02-20 01:33:06下载
    积分:1
  • 696518资源总数
  • 104298会员总数
  • 46今日下载