• 大小: 13.97M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签: 监控  系统  

资源简介


资源截图

代码片段和文件信息

//整理时间:2011-03-19(刘典武)

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

namespace EcanBeerSystem
{
    public partial class frmAbout : Form
    {
        public frmAbout()
        {
            InitializeComponent();
        }

        private void pictureBox1_Click(object sender EventArgs e)
        {
            if (Program.isTopMost == “1“) { Program.frmmain.TopMost = true; }            
            this.Dispose();
        }       
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-02-24 11:21  EcanBeerSystem\
     文件         931  2012-09-04 17:34  EcanBeerSystem.sln
     文件       99678  2012-09-04 17:34  EcanBeerSystem\111.ico
     目录           0  2014-02-24 11:21  EcanBeerSystem\bin\
     目录           0  2014-02-24 11:21  EcanBeerSystem\bin\Debug\
     目录           0  2014-06-26 15:35  EcanBeerSystem\bin\Release\
     目录           0  2014-02-24 11:21  EcanBeerSystem\bin\Release\backup\
     文件       96256  2014-06-26 15:35  EcanBeerSystem\bin\Release\beer.db
     文件     3821568  2013-03-18 09:52  EcanBeerSystem\bin\Release\EcanBeerSystem.exe
     文件      491008  2013-03-18 09:52  EcanBeerSystem\bin\Release\EcanBeerSystem.pdb
     文件        5632  2012-09-04 17:34  EcanBeerSystem\bin\Release\EcanBeerSystem.vshost.exe
     目录           0  2014-02-24 11:21  EcanBeerSystem\bin\Release\pic\
     文件        5979  2012-09-04 17:34  EcanBeerSystem\bin\Release\pic\0.jpg
     文件       26078  2012-09-04 17:34  EcanBeerSystem\bin\Release\pic\2011719171627.jpg
     文件       30281  2012-09-04 17:34  EcanBeerSystem\bin\Release\pic\2011719171728.jpg
     文件       29150  2012-09-04 17:34  EcanBeerSystem\bin\Release\pic\2011719171833.jpg
     文件       18880  2012-09-04 17:34  EcanBeerSystem\bin\Release\pic\2011719171940.jpg
     文件        5979  2012-09-04 17:34  EcanBeerSystem\bin\Release\pic\2011719172050.jpg
     文件     2054144  2012-09-04 17:38  EcanBeerSystem\bin\Release\readme.doc
     文件     1988327  2012-09-04 17:38  EcanBeerSystem\bin\Release\readme.pdf
     文件         374  2012-09-04 17:34  EcanBeerSystem\bin\Release\site.dll
     目录           0  2014-02-24 11:21  EcanBeerSystem\bin\Release\sound\
     文件       17068  2012-09-04 17:34  EcanBeerSystem\bin\Release\sound\ALARM1.WAV
     文件       14828  2012-09-04 17:34  EcanBeerSystem\bin\Release\sound\ALARM2.WAV
     文件       14444  2012-09-04 17:34  EcanBeerSystem\bin\Release\sound\ALARM3.WAV
     文件        1516  2012-09-04 17:34  EcanBeerSystem\bin\Release\sound\ALARM4.WAV
     文件        8550  2012-09-04 17:34  EcanBeerSystem\bin\Release\sound\ALARM5.WAV
     文件       42461  2012-09-04 17:34  EcanBeerSystem\bin\Release\sound\ALARM6.WAV
     文件       28558  2012-09-04 17:34  EcanBeerSystem\bin\Release\sound\ALARM7.WAV
     文件      209452  2012-09-04 17:34  EcanBeerSystem\bin\Release\sound\ALARM8.WAV
     文件       76151  2012-09-04 17:34  EcanBeerSystem\bin\Release\sound\ALARM9.WAV
............此处省略172个文件信息

评论

共有 条评论