• 大小: 1.33M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签: 短信  群发  C#  

资源简介

数据库用的 access,如果你的机器是 64位的,请右键项目>>属性>>运行平台>>改成x86

登陆账号 Tsoft

登陆密码 111

代码片段和文件信息

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

namespace SMS
{
    partial class AboutBox1 : Form
    {
        public AboutBox1()
        {
            InitializeComponent();

            //  初始化 AboutBox 以显示程序集信息中包含的产品信息。
            //  也可以通过以下方法更改应用程序的程序集信息设置:
            //  - 项目->属性->应用程序->程序集信息
            //  - AssemblyInfo.cs
            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

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

     文件     128512  2008-11-29 13:46  02\readme.doc

     文件       5384  2008-11-29 13:51  02\SMS\SMS\AboutBox1.cs

     文件      10819  2008-11-29 13:51  02\SMS\SMS\AboutBox1.Designer.cs

     文件      49720  2008-11-29 13:51  02\SMS\SMS\AboutBox1.resx

     文件        648  2008-11-29 13:52  02\SMS\SMS\baseClass\ConnClass.cs

     文件       2884  2008-11-29 13:52  02\SMS\SMS\baseClass\GSM.cs

     文件      53248  2008-11-29 13:54  02\SMS\SMS\bin\Debug\AxInterop.WMPLib.dll

     文件     290816  2008-11-29 13:54  02\SMS\SMS\bin\Debug\Interop.WMPLib.dll

     文件     380928  2008-11-29 13:54  02\SMS\SMS\bin\Debug\SMS.exe

     文件     177664  2008-11-29 13:54  02\SMS\SMS\bin\Debug\SMS.pdb

     文件       5632  2008-11-29 13:54  02\SMS\SMS\bin\Debug\SMS.vshost.exe

     文件     524288  2008-11-29 13:52  02\SMS\SMS\Database\db_SMS.mdb

     文件       1361  2008-11-29 13:51  02\SMS\SMS\frmAddDy.cs

     文件       5425  2008-11-29 13:51  02\SMS\SMS\frmAddDy.Designer.cs

     文件       5814  2008-11-29 13:51  02\SMS\SMS\frmAddDy.resx

     文件       2023  2008-11-29 13:51  02\SMS\SMS\frmAddUser.cs

     文件       7640  2008-11-29 13:51  02\SMS\SMS\frmAddUser.Designer.cs

     文件       5814  2008-11-29 13:51  02\SMS\SMS\frmAddUser.resx

     文件       1802  2008-11-29 13:51  02\SMS\SMS\frmChangePwd.cs

     文件       6587  2008-11-29 13:51  02\SMS\SMS\frmChangePwd.Designer.cs

     文件       5814  2008-11-29 13:51  02\SMS\SMS\frmChangePwd.resx

     文件       2250  2008-11-29 13:51  02\SMS\SMS\frmCydy.cs

     文件       8322  2008-11-29 13:51  02\SMS\SMS\frmCydy.Designer.cs

     文件       6182  2008-11-29 13:52  02\SMS\SMS\frmCydy.resx

     文件       1464  2008-11-29 13:52  02\SMS\SMS\frmDy.cs

     文件       7510  2008-11-29 13:52  02\SMS\SMS\frmDy.Designer.cs

     文件       6366  2008-11-29 13:52  02\SMS\SMS\frmDy.resx

     文件       1324  2008-11-29 13:52  02\SMS\SMS\frmDyChange.cs

     文件       5824  2008-11-29 13:52  02\SMS\SMS\frmDyChange.Designer.cs

     文件       5814  2008-11-29 13:52  02\SMS\SMS\frmDyChange.resx

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

评论

共有 条评论