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

基于c#的时钟

于 2022-01-26 发布 文件大小:47.56 kB
0 198
下载积分: 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 个回复

  • 用VB6做漂亮的Word文档
    用VB编写图文并茂的WORD文档, 用VB编写图文并茂的WORD文档-Make beautiful WORD documents with VB6
    2023-07-20 00:00:02下载
    积分:1
  • vc换肤软件代码,全免费的
    vc换肤软件代码,全免费的-vc Eurocargo software code, all free of charge
    2022-12-29 18:55:03下载
    积分:1
  • A GUI file that permit play wav files, but with someones tips such as echo, reve...
    A GUI file that permit play wav files, but with someones tips such as echo, reverse function, player mono function, fast play, slow play,etc-A GUI file that permit play wav files, but with someones tips such as echo, reverse function, player mono function, fast play, slow play,etc
    2022-09-06 09:05:03下载
    积分:1
  • 几个常用的控键程序 c版本
    几个常用的控键程序 c版本-several commonly used keys control procedures c version
    2022-08-14 18:21:39下载
    积分:1
  • 头像
    它是人脸检测的源代码。它是在 visual studio 10 中实施。它通过使用中提琴-琼斯的人脸检测,您需要下载并安装 emgucv。
    2022-03-09 16:58:37下载
    积分:1
  • C + +
    源码c++ 是做股票软件的 !增加可以去看看的 你先看下 -c++
    2022-03-19 20:26:47下载
    积分:1
  • This is a student information management system, includes all the functions of s...
    这是一个学生信息管理系统,他包含了所有学生信息的功能,当你做这方面的系统时都可以采用到它里面的内容,希望大家喜欢-This is a student information management system, includes all the functions of student information, when you do this the system can be applied to the contents inside it, hope you like
    2022-08-10 01:25:41下载
    积分:1
  • 基于labview的计算器
    资源描述界面清新,适用于简单计算,类似于中学使用的计算器,分享给大家,一起学习
    2023-07-07 15:25:03下载
    积分:1
  • 网络通信程序
    采用visual c++6.0开发的网络通信程序,基于TCP/IP的通信原理,在WIN7系统上测试通过,可以参考。
    2022-10-13 19:05:03下载
    积分:1
  • 一个CList类的继承,包括预览,所见即所得的打印等.
    一个CList类的继承,包括预览,所见即所得的打印等.- A CList kind of inheriting, including looks at in advance, sees namely the obtained printing and so on
    2023-02-21 09:45:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载