资源简介


资源截图

代码片段和文件信息

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

using System.Runtime.InteropServices;
using System.Data.OleDb;
namespace Ex13_16
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender EventArgs e)
        {
            //机器号码,当参数为空时,函数自动获取设备信息
            txtJQHM.Text = GMS.GSMModemGetSnInfoNew(txtCOM.Text txtBTL.Text);
            txtCOM.Text = GMS.GSMModemGetDevice();  //COM1
            txtBTL.Text = GMS.GSMModemGetBaudrate();  //波特率    
        }
        private void btnSend_Click(object sender EventArgs e)
 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-02-25 08:03  .vs\
     目录           0  2018-02-25 08:03  .vs\Ex13_16\
     目录           0  2018-02-25 08:04  .vs\Ex13_16\v15\
     文件       32768  2018-02-25 08:06  .vs\Ex13_16\v15\.suo
     目录           0  2018-02-25 08:04  .vs\Ex13_16\v15\Server\
     目录           0  2018-02-25 08:06  .vs\Ex13_16\v15\Server\sqlite3\
     文件           0  2018-02-25 08:04  .vs\Ex13_16\v15\Server\sqlite3\db.lock
     文件      987136  2018-02-25 08:06  .vs\Ex13_16\v15\Server\sqlite3\storage.ide
     目录           0  2018-02-25 08:03  Backup\
     目录           0  2018-02-25 08:03  Backup\Ex13_16\
     文件         910  2007-07-11 11:33  Backup\Ex13_16.sln
     文件        3221  2007-07-11 11:33  Backup\Ex13_16\Ex13_16.csproj
     文件        8810  2007-07-11 11:33  Backup\Ex13_16\Form1.cs
     文件       13889  2007-07-11 11:33  Backup\Ex13_16\Form1.Designer.cs
     文件        5814  2007-07-11 11:33  Backup\Ex13_16\Form1.resx
     文件         466  2007-07-11 11:33  Backup\Ex13_16\Program.cs
     目录           0  2018-02-25 08:03  Backup\Ex13_16\Properties\
     文件        1162  2007-07-11 11:33  Backup\Ex13_16\Properties\AssemblyInfo.cs
     文件        2868  2007-07-11 11:33  Backup\Ex13_16\Properties\Resources.Designer.cs
     文件        5612  2007-07-11 11:33  Backup\Ex13_16\Properties\Resources.resx
     文件        1090  2007-07-11 11:33  Backup\Ex13_16\Properties\Settings.Designer.cs
     文件         249  2007-07-11 11:33  Backup\Ex13_16\Properties\Settings.settings
     目录           0  2018-02-25 08:04  Ex13_16\
     文件        1117  2018-02-25 08:03  Ex13_16.sln
     文件       11776  2007-07-11 11:33  Ex13_16.suo
     目录           0  2010-04-06 13:10  Ex13_16\bin\
     目录           0  2010-04-06 13:10  Ex13_16\bin\Debug\
     文件      692224  2007-07-11 11:33  Ex13_16\bin\Debug\dllforvc.dll
     文件       15872  2018-02-25 08:04  Ex13_16\bin\Debug\Ex13_16.exe
     文件       26112  2018-02-25 08:04  Ex13_16\bin\Debug\Ex13_16.pdb
     文件        5632  2007-07-11 11:33  Ex13_16\bin\Debug\Ex13_16.vshost.exe
............此处省略63个文件信息

评论

共有 条评论