收藏 分销(赏)

C_倒计时程序.doc

上传人:xrp****65 文档编号:7726232 上传时间:2025-01-14 格式:DOC 页数:2 大小:31KB
下载 相关 举报
C_倒计时程序.doc_第1页
第1页 / 共2页
C_倒计时程序.doc_第2页
第2页 / 共2页
本文档共2页,全文阅读请下载到手机保存,查看更方便
资源描述
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace WindowsApplication3 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private int totalSecond; private int tenthSecond; private void Form1_Load(object sender, EventArgs e) { label1.Text = "5:00:0"; progressBar1.Value = 300; button2.Text = "暂停"; button2.Enabled = false; label1.BackColor = Color.FromArgb(0,0,255); label1.ForeColor = Color.FromArgb(255, 255, 255); } private void button1_Click(object sender, EventArgs e) { totalSecond = 299; tenthSecond = 9; timer1.Enabled = true; button2.Enabled = true; button2.Text = "暂停"; label1.BackColor = Color.FromArgb(0, 0, 255); label1.ForeColor = Color.FromArgb(255, 255, 255); } private void button2_Click(object sender, EventArgs e) { if (this.button2.Text == "暂停") { timer1.Enabled = false; button2.Text = "继续"; } else { timer1.Enabled = true; button2.Text = "暂停"; } } private void timer1_Tick(object sender, EventArgs e) { int minute = totalSecond / 60; int second = totalSecond %60; string str = minute.ToString() + ":" +second.ToString() + ":" +tenthSecond.ToString(); label1.Text = str; tenthSecond--; if (tenthSecond == -1) { tenthSecond = 9; totalSecond--; if (totalSecond == -1) { timer1.Enabled = false; button2.Enabled = false; label1.BackColor = Color.FromArgb(255, 255, 255); label1.ForeColor = Color.FromArgb(255, 0, 0); label1.Text = "时间到"; } else { progressBar1.Value = totalSecond; } } } } }
展开阅读全文

开通  VIP会员、SVIP会员  优惠大
下载10份以上建议开通VIP会员
下载20份以上建议开通SVIP会员


开通VIP      成为共赢上传
相似文档                                   自信AI助手自信AI助手

当前位置:首页 > 教育专区 > 其他

移动网页_全站_页脚广告1

关于我们      便捷服务       自信AI       AI导航        抽奖活动

©2010-2025 宁波自信网络信息技术有限公司  版权所有

客服电话:4009-655-100  投诉/维权电话:18658249818

gongan.png浙公网安备33021202000488号   

icp.png浙ICP备2021020529号-1  |  浙B2-20240490  

关注我们 :微信公众号    抖音    微博    LOFTER 

客服