资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

using System.Diagnostics;

namespace 定时关机工具
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender EventArgs e)
        {
            timer1.Start();
            numericUpDown1.Enabled = false;
            numericUpDown2.Enabled = false;
            numericUpDown3.Enabled = false;
        }

        private void timer1_Tick(object sender EventArgs e)
        {
            label1.Text = DateTime.Now.ToString();
        }

        private void button1_Click(obje

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-09-10 18:33  .vs\
     目录           0  2018-09-10 18:36  .vs\定时关机工具\
     目录           0  2018-09-10 18:36  .vs\定时关机工具\DesignTimeBuild\
     文件         176  2018-09-10 18:36  .vs\定时关机工具\DesignTimeBuild\.dtbcache
     目录           0  2018-09-10 18:33  .vs\定时关机工具\v15\
     文件       57344  2018-09-10 18:36  .vs\定时关机工具\v15\.suo
     目录           0  2018-09-10 18:33  .vs\定时关机工具\v15\Server\
     目录           0  2018-09-10 18:34  .vs\定时关机工具\v15\Server\sqlite3\
     文件           0  2018-09-10 16:01  .vs\定时关机工具\v15\Server\sqlite3\db.lock
     文件      520192  2018-09-10 16:13  .vs\定时关机工具\v15\Server\sqlite3\storage.ide
     文件       32768  2018-09-10 18:34  .vs\定时关机工具\v15\Server\sqlite3\storage.ide-shm
     文件      346112  2018-09-10 18:34  .vs\定时关机工具\v15\Server\sqlite3\storage.ide-wal
     目录           0  2018-09-10 18:34  定时关机工具\
     文件       17233  2018-09-10 16:08  定时关机工具\Form1.Designer.cs
     文件        4162  2018-09-10 16:08  定时关机工具\Form1.cs
     文件       32149  2018-09-10 16:08  定时关机工具\Form1.resx
     文件        3378  2016-06-02 05:33  定时关机工具\Form2.Designer.cs
     文件         368  2016-06-02 05:33  定时关机工具\Form2.cs
     文件       42942  2016-06-02 05:33  定时关机工具\Form2.resx
     文件        2043  2018-09-10 16:12  定时关机工具\Form3.Designer.cs
     文件         536  2018-09-10 16:13  定时关机工具\Form3.cs
     文件        5817  2018-09-10 16:12  定时关机工具\Form3.resx
     文件         499  2018-09-10 18:34  定时关机工具\Program.cs
     目录           0  2018-09-10 18:33  定时关机工具\Properties\
     文件        1356  2016-06-01 20:21  定时关机工具\Properties\AssemblyInfo.cs
     文件        2888  2016-06-01 20:21  定时关机工具\Properties\Resources.Designer.cs
     文件        5612  2016-06-01 20:21  定时关机工具\Properties\Resources.resx
     文件        1105  2016-06-01 20:21  定时关机工具\Properties\Settings.Designer.cs
     文件         249  2016-06-01 20:21  定时关机工具\Properties\Settings.settings
     目录           0  2018-09-10 18:33  定时关机工具\bin\
     目录           0  2018-09-10 18:33  定时关机工具\bin\Debug\
............此处省略24个文件信息

评论

共有 条评论