资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Drawing.Imaging;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Runtime.InteropServices;
using csLTDMC;
using System.IO;

namespace IO监控
{
    public partial class Form1 : Form
    {

        private string IniFilePath;
        private bool datechange = false;
        private bool aaaa = false;


        [DllImport(“kernel32.dll“)]

        private static extern long WritePrivateProfileString(string section string key string value string filepath);

        [DllImport(“kernel32.dll“)]

        private static extern int GetPrivateProfileString(string section string ke

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

    ..A..H.     60928  2020-04-03 10:55  IO监控\.vs\IO监控\v14\.suo

     文件        189  2019-12-30 14:50  IO监控\IO监控\App.config

     文件       3221  2019-12-30 17:01  IO监控\IO监控\bin\Debug\DateIoSet.ini

     文件      55808  2019-12-30 17:16  IO监控\IO监控\bin\Debug\IO监控.exe

     文件        189  2019-12-30 14:50  IO监控\IO监控\bin\Debug\IO监控.exe.config

     文件      24064  2019-12-30 17:16  IO监控\IO监控\bin\Debug\IO监控.pdb

     文件      22696  2019-12-30 17:13  IO监控\IO监控\bin\Debug\IO监控.vshost.exe

     文件        189  2019-12-30 14:50  IO监控\IO监控\bin\Debug\IO监控.vshost.exe.config

     文件        490  2010-03-17 22:39  IO监控\IO监控\bin\Debug\IO监控.vshost.exe.manifest

     文件       2238  2013-07-25 22:33  IO监控\IO监控\bin\Debug\LampOFF.ico

     文件       3262  2013-07-25 22:33  IO监控\IO监控\bin\Debug\LampOn.ico

     文件       1289  2020-04-02 13:59  IO监控\IO监控\bin\x64\Debug\DateIoSet.ini

     文件       3316  2020-03-31 15:17  IO监控\IO监控\bin\x64\Debug\DateIoSet11.ini

     文件     154112  2020-04-02 13:59  IO监控\IO监控\bin\x64\Debug\IO监控.exe

     文件        189  2019-12-30 14:50  IO监控\IO监控\bin\x64\Debug\IO监控.exe.config

     文件      38400  2020-04-02 13:59  IO监控\IO监控\bin\x64\Debug\IO监控.pdb

     文件      22688  2020-04-03 10:55  IO监控\IO监控\bin\x64\Debug\IO监控.vshost.exe

     文件        189  2019-12-30 14:50  IO监控\IO监控\bin\x64\Debug\IO监控.vshost.exe.config

     文件        490  2015-10-22 09:54  IO监控\IO监控\bin\x64\Debug\IO监控.vshost.exe.manifest

     文件       2238  2013-07-25 22:33  IO监控\IO监控\bin\x64\Debug\LampOFF.ico

     文件       3262  2013-07-25 22:33  IO监控\IO监控\bin\x64\Debug\LampOn.ico

     文件     876544  2019-11-14 11:32  IO监控\IO监控\bin\x64\Debug\LTDMC.dll

     文件      18430  2020-04-02 13:59  IO监控\IO监控\Form1.cs

     文件      23388  2020-04-01 15:03  IO监控\IO监控\Form1.Designer.cs

     文件      23093  2020-04-01 15:03  IO监控\IO监控\Form1.resx

     文件      40054  2019-01-23 22:48  IO监控\IO监控\image\IOoff.bmp

     文件      40054  2019-01-23 22:48  IO监控\IO监控\image\IOon.bmp

     文件       2238  2013-07-25 22:33  IO监控\IO监控\image\LampOFF.ico

     文件       3262  2013-07-25 22:33  IO监控\IO监控\image\LampOn.ico

     文件       5041  2020-03-30 16:26  IO监控\IO监控\IO监控.csproj

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

评论

共有 条评论