• 大小: 0.46M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: C#  通讯  飞机  系统  c  

资源简介

CopterSoftware.rar

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using DevExpress.Skins;
using DevExpress.LookAndFeel;
using DevExpress.UserSkins;
using DevExpress.XtraEditors;
using DevExpress.XtraBars.Helpers;


namespace WindowsApplication1
{
    public partial class MainForm : XtraForm
    {
        #region 软件初始化
        public MainForm()
        {
            InitializeComponent();
            InitSkinGallery();
            InitForm();
        }
        void InitSkinGallery()
        {
            SkinHelper.InitSkinGallery(rgbiSkins true);
        }
        #endregion

        #region 全局变量
        const int DIO_VAL = 0x0000;     //测量数据
        const in

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

     文件     155648  2012-07-26 11:06  CopterSoftware\CopterSoftware\bin\Debug\CopterSoftware.exe

     文件      77312  2012-07-26 11:06  CopterSoftware\CopterSoftware\bin\Debug\CopterSoftware.pdb

     文件      14328  2012-07-26 14:16  CopterSoftware\CopterSoftware\bin\Debug\CopterSoftware.vshost.exe

     文件        490  2009-06-11 05:14  CopterSoftware\CopterSoftware\bin\Debug\CopterSoftware.vshost.exe.manifest

     文件          1  2012-07-23 17:11  CopterSoftware\CopterSoftware\ClassDiagram1.cd

     文件      23982  2012-03-02 17:11  CopterSoftware\CopterSoftware\Code\ExcelCode.cs

     文件      38922  2012-07-26 11:06  CopterSoftware\CopterSoftware\Code\Modbus.cs

     文件       6052  2012-03-08 14:54  CopterSoftware\CopterSoftware\Code\NMEA_.cs

     文件       9205  2012-07-23 17:15  CopterSoftware\CopterSoftware\CopterSoftware.csproj

     文件        488  2012-06-29 11:13  CopterSoftware\CopterSoftware\CopterSoftware.csproj.user

     文件        398  2012-07-26 09:55  CopterSoftware\CopterSoftware\DOC\readme.cs

     文件       2163  2012-03-13 13:48  CopterSoftware\CopterSoftware\Form\ProgressBar.cs

     文件       3602  2012-03-07 12:39  CopterSoftware\CopterSoftware\Form\ProgressBar.Designer.cs

     文件       8039  2012-03-07 12:39  CopterSoftware\CopterSoftware\Form\ProgressBar.resx

     文件        705  2012-06-27 14:16  CopterSoftware\CopterSoftware\Images\Calendar_16x16.png

     文件       1527  2012-02-08 08:56  CopterSoftware\CopterSoftware\Images\Cancel_32x32.png

     文件        755  2012-06-27 14:16  CopterSoftware\CopterSoftware\Images\Drafts_16x16.png

     文件     287934  2012-03-17 16:17  CopterSoftware\CopterSoftware\Images\FileUnlocker.exe(128).ico

     文件       2237  2012-02-08 08:56  CopterSoftware\CopterSoftware\Images\GenerateData_32x32.png

     文件        810  2012-06-27 14:16  CopterSoftware\CopterSoftware\Images\Inbox_16x16.png

     文件        621  2012-06-27 14:16  CopterSoftware\CopterSoftware\Images\Mail_16x16.png

     文件        802  2012-06-27 14:16  CopterSoftware\CopterSoftware\Images\Organizer_16x16.png

     文件        789  2012-06-27 14:16  CopterSoftware\CopterSoftware\Images\Outbox_16x16.png

     文件        241  2012-06-27 14:16  CopterSoftware\CopterSoftware\Images\Ribbon_AlignCenter_16x16.png

     文件        236  2012-06-27 14:16  CopterSoftware\CopterSoftware\Images\Ribbon_AlignLeft_16x16.png

     文件        237  2012-06-27 14:16  CopterSoftware\CopterSoftware\Images\Ribbon_AlignRight_16x16.png

     文件        267  2012-06-27 14:16  CopterSoftware\CopterSoftware\Images\Ribbon_Bold_16x16.png

     文件        832  2012-06-27 14:16  CopterSoftware\CopterSoftware\Images\Ribbon_Close_16x16.png

     文件       1897  2012-06-27 14:16  CopterSoftware\CopterSoftware\Images\Ribbon_Close_32x32.png

     文件        581  2012-06-27 14:16  CopterSoftware\CopterSoftware\Images\Ribbon_Content_16x16.png

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

评论

共有 条评论