• 大小: 4.09MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-09-30
  • 语言: C#
  • 标签: C#winForm  

资源简介

很优秀的C#机器人,可以根据自己喜好改下程序! 和支付宝机器人 宝宝一样的功能!很智能.

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Reflection;
using System.Windows.Forms;

namespace 聊天机器人
{
    partial class AboutMe : Form
    {
        public AboutMe()
        {
            InitializeComponent();
            this.Text = String.Format(“关于 {0} “ Assemblytitle);
            this.labelProductName.Text = AssemblyProduct;
            this.labelVersion.Text = String.Format(“版本 {0} “ AssemblyVersion);
            this.labelCopyright.Text = AssemblyCopyright;
            this.labelCompanyName.Text = AssemblyCompany;
            this.textBoxDescription.Text = “    本软件由Liamson结合所学课程研发,采用C#开发语言及目前流行的分词技术,其界面模仿QQ聊天界面。由于本系统所学知识较少,但他具备学习功能,广大网友可以教他学习,但为增强娱乐性及使用性,请网友们不要教他粗口,小L的健康成长需要您的细心呵护和教导!感谢网友对我的支持!“;
        }

        #region 程序集属性访问器

        public string Assemblytitle
        {
            get
            {
                object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblytitleAttribute) false);
                if (attributes.Length > 0)
                {
                    AssemblytitleAttribute titleAttribute = (AssemblytitleAttribute)attributes[0];
                    if (titleAttribute.title != ““)
                    {
                        return titleAttribute.title;
                    }
                }
                return System.IO.Path.GetFileNameWithoutExtension(Assembly.GetExecutingAssembly().Codebase);
            }
        }

        public string AssemblyVersion
        {
            get
            {
                return Assembly.GetExecutingAssembly().GetName().Version.ToString();
            }
        }

        public string AssemblyDescription
        {
            get
            {
                object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyDescriptionAttribute) false);
                if (attributes.Length == 0)
                {
                    return ““;
                }
                return ((AssemblyDescriptionAttribute)attributes[0]).Description;
            }
        }

        public string AssemblyProduct
        {
            get
            {
                object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyProductAttribute) false);
                if (attributes.Length == 0)
                {
                    return ““;
                }
                return ((AssemblyProductAttribute)attributes[0]).Product;
            }
        }

        public string AssemblyCopyright
        {
            get
            {
                object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyCopyrightAttribute) false);
                if (attributes.Length == 0)
                {
                    return ““;
                }
                return ((AssemblyCopyr

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2011-12-23 19:17  聊天机器人\
     目录           0  2011-12-23 19:17  聊天机器人\AutoUpdate\
     文件        1138  2011-12-22 19:20  聊天机器人\UpgradeLog.xml
     目录           0  2011-12-22 19:20  聊天机器人\_UpgradeReport_Files\
     文件        3348  2011-12-22 19:20  聊天机器人\_UpgradeReport_Files\UpgradeReport.css
     文件       12505  2010-05-04 01:19  聊天机器人\_UpgradeReport_Files\UpgradeReport.xslt
     文件          69  2011-12-22 19:20  聊天机器人\_UpgradeReport_Files\UpgradeReport_Minus.gif
     文件          71  2011-12-22 19:20  聊天机器人\_UpgradeReport_Files\UpgradeReport_Plus.gif
     目录           0  2011-12-23 18:13  聊天机器人\聊天机器人\
     文件        2446  2011-12-23 18:17  聊天机器人\聊天机器人.sln
     文件       48128  2011-12-23 19:17  聊天机器人\聊天机器人.suo
     文件        3813  2011-12-22 19:43  聊天机器人\聊天机器人\AboutMe.cs
     文件       10715  2011-12-22 19:43  聊天机器人\聊天机器人\AboutMe.Designer.cs
     文件        5817  2011-12-22 19:43  聊天机器人\聊天机器人\AboutMe.resx
     文件        5573  2011-12-23 17:46  聊天机器人\聊天机器人\Admin.cs
     文件        4220  2011-12-22 19:37  聊天机器人\聊天机器人\Admin.Designer.cs
     文件        5814  2011-12-22 19:37  聊天机器人\聊天机器人\Admin.resx
     文件         144  2011-12-22 19:20  聊天机器人\聊天机器人\app.config
     文件       25214  2011-12-23 18:09  聊天机器人\聊天机器人\App.ico
     文件        5868  2011-12-23 18:09  聊天机器人\聊天机器人\AppUpdater.cs
     目录           0  2011-07-21 12:30  聊天机器人\聊天机器人\bin\
     目录           0  2011-12-23 19:16  聊天机器人\聊天机器人\bin\Debug\
     目录           0  2011-12-23 18:55  聊天机器人\聊天机器人\bin\Debug\AutoUpdate\
     文件         473  2011-12-23 19:13  聊天机器人\聊天机器人\bin\Debug\AutoUpdate.xml
     目录           0  2011-12-23 18:20  聊天机器人\聊天机器人\bin\Debug\data\
     文件     2382850  2011-07-04 12:16  聊天机器人\聊天机器人\bin\Debug\data\sDict.dll
     文件         886  2006-06-13 17:49  聊天机器人\聊天机器人\bin\Debug\data\sNoise.dll
     文件         291  2006-08-10 01:23  聊天机器人\聊天机器人\bin\Debug\data\sNumber.dll
     文件        2454  2006-06-21 19:15  聊天机器人\聊天机器人\bin\Debug\data\sPrefix.dll
     文件         154  2006-06-20 21:12  聊天机器人\聊天机器人\bin\Debug\data\sWord.dll
     文件    11186176  2011-12-23 19:13  聊天机器人\聊天机器人\bin\Debug\KB.dll
............此处省略114个文件信息

评论

共有 条评论