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

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using HPSocketCS;


namespace HCplcDemo
{
    //表示应用程序状态的枚举
    public enum AppState
    {
        Starting Started Stopping Stoped Error
    }
    class Client_TCP
    {
        private txtHelper writeTXT;

        public bool connectflag;
        public bool receivedone;
        private string _StatusInfor;
        public string StatusInfor 
        {
            get
            {
                return _StatusInfor;
            }
            set
            {
                _StatusInfor=value;

            }
        }
        private string _RecieveData;
        public string RecieveData 
        {
            get
            {
                return _RecieveD

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

    ..A..H.    110080  2020-03-23 08:49  绕胶机2019040190001\.vs\HCplcDemo\v16\.suo

     文件          0  2019-08-20 14:04  绕胶机2019040190001\.vs\HCplcDemo\v16\Server\sqlite3\db.lock

     文件    1548288  2020-03-23 08:49  绕胶机2019040190001\.vs\HCplcDemo\v16\Server\sqlite3\storage.ide

     文件        167  2019-01-15 16:16  绕胶机2019040190001\HCplcDemo\App.config

     文件       1161  2019-03-12 14:18  绕胶机2019040190001\HCplcDemo\bin\Debug\331.csv

     文件      14662  2018-09-03 19:12  绕胶机2019040190001\HCplcDemo\bin\Debug\CLogo.ico

     文件    2738176  2016-05-18 18:13  绕胶机2019040190001\HCplcDemo\bin\Debug\CSkin.dll

     文件       6656  2018-06-06 16:02  绕胶机2019040190001\HCplcDemo\bin\Debug\HCplc.dll

     文件     394240  2020-04-09 17:33  绕胶机2019040190001\HCplcDemo\bin\Debug\HCplcDemo.exe

     文件        167  2019-01-15 16:16  绕胶机2019040190001\HCplcDemo\bin\Debug\HCplcDemo.exe.config

     文件     421376  2020-04-09 17:33  绕胶机2019040190001\HCplcDemo\bin\Debug\HCplcDemo.pdb

     文件       1040  2019-03-27 10:21  绕胶机2019040190001\HCplcDemo\bin\Debug\HCplcDemo.sln

    ..A..H.     10240  2018-07-23 21:31  绕胶机2019040190001\HCplcDemo\bin\Debug\HCplcDemo.suo

    ..A..H.     20992  2019-03-27 10:21  绕胶机2019040190001\HCplcDemo\bin\Debug\HCplcDemo.v11.suo

     文件      22984  2020-04-10 11:41  绕胶机2019040190001\HCplcDemo\bin\Debug\HCplcDemo.vshost.exe

     文件        167  2019-01-15 16:16  绕胶机2019040190001\HCplcDemo\bin\Debug\HCplcDemo.vshost.exe.config

     文件        490  2018-09-15 15:29  绕胶机2019040190001\HCplcDemo\bin\Debug\HCplcDemo.vshost.exe.manifest

     文件      17408  2016-04-01 17:02  绕胶机2019040190001\HCplcDemo\bin\Debug\HCTcp.dll

     文件     379904  2017-01-19 19:08  绕胶机2019040190001\HCplcDemo\bin\Debug\HPSocket4C_U.dll

     文件     133120  2017-01-19 19:08  绕胶机2019040190001\HCplcDemo\bin\Debug\HPSocketCS.dll

     文件     294912  2013-05-22 17:21  绕胶机2019040190001\HCplcDemo\bin\Debug\MySql.Data.dll

     文件        739  2020-04-09 16:25  绕胶机2019040190001\HCplcDemo\bin\Debug\Param.ini

     文件         31  2019-03-12 10:07  绕胶机2019040190001\HCplcDemo\bin\Debug\UserParam.ini

     文件      24699  2020-04-09 16:04  绕胶机2019040190001\HCplcDemo\bin\Debug\报警编号对应表.txt

     文件          2  2019-01-16 16:43  绕胶机2019040190001\HCplcDemo\bin\Debug\自己取个名字.csv

     文件       7650  2018-06-07 19:40  绕胶机2019040190001\HCplcDemo\Client_TCP.cs

     文件       7414  2020-04-09 16:06  绕胶机2019040190001\HCplcDemo\ConfigINI.cs

     文件      16876  2020-04-09 17:33  绕胶机2019040190001\HCplcDemo\FileHelper.cs

     文件       3676  2018-06-08 08:48  绕胶机2019040190001\HCplcDemo\Form1.cs

     文件      16055  2019-03-11 21:50  绕胶机2019040190001\HCplcDemo\Form1.Designer.cs

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

评论

共有 条评论