资源简介
c#开发,用于接收远程gprs模块发送来的数据,安装于服务器端,可用于gps数据是采集。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace DTUTest
{
public partial class check : Form
{
public static check check1;
public bool ifpaused = false;
public check()
{
InitializeComponent();
check1 = this;
}
private void check_Load(object sender EventArgs e)
{
// richbox_接收窗口.Text = “abc“ + ‘\n‘+“cde“;
}
private void button1_Click(object sender EventArgs e)
{
richbox_接收窗口.Text = ““;
}
private void button2_Click(object sender EventArgs e)
{
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4016 2012-05-11 00:47 check.Designer.cs
文件 5814 2012-05-11 00:47 check.resx
文件 4219 2012-05-11 00:47 DTUTest.csproj
文件 215698 2011-04-08 14:56 Main.cs
文件 3230 2011-02-25 09:11 Main.Designer.cs
文件 5814 2011-02-25 09:11 Main.resx
文件 708 2011-02-24 09:19 mysclient.cs
文件 487 2011-02-24 10:25 Program.cs
文件 61440 2012-05-11 00:47 bin\Debug\DTUTest.exe
文件 295 2011-02-24 15:45 bin\Debug\DTUTest.exe.config
文件 103936 2012-05-11 00:47 bin\Debug\DTUTest.pdb
文件 14328 2012-05-11 00:47 bin\Debug\DTUTest.vshost.exe
文件 295 2011-02-24 15:45 bin\Debug\DTUTest.vshost.exe.config
文件 490 2009-06-11 05:14 bin\Debug\DTUTest.vshost.exe.manifest
文件 180 2012-05-11 00:47 obj\Debug\DTUTest.check.resources
文件 2317 2012-05-11 00:47 obj\Debug\DTUTest.csproj.FileListAbsolute.txt
文件 904 2012-05-11 00:47 obj\Debug\DTUTest.csproj.GenerateResource.Cache
文件 61440 2012-05-11 00:47 obj\Debug\DTUTest.exe
文件 180 2012-05-11 00:47 obj\Debug\DTUTest.Main.resources
文件 103936 2012-05-11 00:47 obj\Debug\DTUTest.pdb
文件 180 2012-05-11 00:47 obj\Debug\DTUTest.Properties.Resources.resources
文件 1370 2011-02-24 09:09 Properties\AssemblyInfo.cs
文件 2864 2011-02-24 09:09 Properties\Resources.Designer.cs
文件 5612 2011-02-24 09:09 Properties\Resources.resx
文件 1092 2011-02-24 09:09 Properties\Settings.Designer.cs
文件 249 2011-02-24 09:09 Properties\Settings.settings
文件 295 2011-02-24 15:45 App.config
文件 1178 2012-05-11 00:47 check.cs
目录 0 2011-02-24 09:10 obj\Debug\Refactor
目录 0 2011-02-24 09:09 obj\Debug\TempPE
............此处省略8个文件信息
评论
共有 条评论