• 大小: 0.03M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 定时器  定时  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
//add by kj
//using System.Collections;


namespace 定时器
{   
    
    public partial class Form1 : Form
    {
        

        public Form1()
        {
            InitializeComponent();
        }

        
        // 单选框
        private void radioButton1_CheckedChanged(object sender EventArgs e)
        {
            if (radioButton1.Checked == true)
            {
                button2.Enabled = false;
                numericUpDown1.Enabled = false;
                numericUpDown2.Enabled = false;
                button1.Enabled = true;
                ndhour.Enabled = true;
               

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        916  2008-11-19 21:04  timer\timer.sln

    ..A..H.     13824  2008-11-20 11:20  timer\timer.suo

     文件      24576  2008-11-20 11:20  timer\定时器\bin\Debug\定时器.exe

     文件      28160  2008-11-20 11:20  timer\定时器\bin\Debug\定时器.pdb

     文件       5632  2005-11-11 22:25  timer\定时器\bin\Debug\定时器.vshost.exe

     文件       3258  2008-11-20 11:20  timer\定时器\Form1.cs

     文件      12646  2008-11-20 11:20  timer\定时器\Form1.Designer.cs

     文件       6203  2008-11-20 11:20  timer\定时器\Form1.resx

     文件        842  2008-11-20 11:20  timer\定时器\obj\Debug\定时器.csproj.GenerateResource.Cache

     文件      24576  2008-11-20 11:20  timer\定时器\obj\Debug\定时器.exe

     文件        180  2008-11-20 11:20  timer\定时器\obj\Debug\定时器.Form1.resources

     文件      28160  2008-11-20 11:20  timer\定时器\obj\Debug\定时器.pdb

     文件        180  2008-11-19 21:59  timer\定时器\obj\Debug\定时器.Properties.Resources.resources

     文件        754  2008-11-20 11:20  timer\定时器\obj\定时器.csproj.FileListAbsolute.txt

     文件        468  2008-11-20 11:20  timer\定时器\Program.cs

     文件       1190  2008-11-19 21:04  timer\定时器\Properties\AssemblyInfo.cs

     文件       2874  2008-11-19 21:04  timer\定时器\Properties\Resources.Designer.cs

     文件       5612  2008-11-19 21:04  timer\定时器\Properties\Resources.resx

     文件       1094  2008-11-19 21:04  timer\定时器\Properties\Settings.Designer.cs

     文件        249  2008-11-19 21:04  timer\定时器\Properties\Settings.settings

     文件       3225  2008-11-19 21:59  timer\定时器\定时器.csproj

     目录          0  2008-11-19 21:04  timer\定时器\obj\Debug\TempPE

     目录          0  2008-11-19 21:59  timer\定时器\bin\Debug

     目录          0  2008-11-20 11:20  timer\定时器\obj\Debug

     目录          0  2008-11-19 21:04  timer\定时器\bin

     目录          0  2008-11-19 21:59  timer\定时器\obj

     目录          0  2008-11-19 21:04  timer\定时器\Properties

     目录          0  2008-11-20 11:20  timer\定时器

     目录          0  2008-11-21 09:49  timer

----------- ---------  ---------- -----  ----

............此处省略2个文件信息

评论

共有 条评论