• 大小: 0.30M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: C#  c  

资源简介

c#数据库 还原备份

资源截图

代码片段和文件信息

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 Test
{
    public partial class Catch : Form
    {
        public Catch()
        {
            InitializeComponent();
        }
        #region 用户变量
        private Point DownPoint = Point.Empty;//记录鼠标按下坐标,用来确定绘图起点
        private bool CatchFinished = false;//用来表示是否截图完成
        private bool CatchStart = false;//表示截图开始
        private Bitmap originBmp;//用来保存原始图像
        private Rectangle CatchRect;//用来保存截图的矩形
        #endregion
        private void Catch_Load(object sender EventArgs e)
        {
            this.Setstyle(Controlstyles.OptimizedDoubleBuffer | Controlstyles

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-10-11 10:33  Test\
     目录           0  2012-12-16 18:36  Test\Test\
     文件         902  2012-10-11 10:34  Test\Test.sln
     文件       18432  2012-12-16 18:38  Test\Test.suo
     文件        2531  2012-10-11 16:45  Test\Test\2.jpg
     文件        1748  2012-10-11 16:38  Test\Test\3.jpg
     文件        3765  2012-10-11 16:45  Test\Test\4.jpg
     目录           0  2012-10-11 10:34  Test\Test\bin\
     目录           0  2012-12-08 20:57  Test\Test\bin\Debug\
     文件         218  2012-10-13 12:16  Test\Test\bin\Debug\h.bat
     文件          91  2012-10-15 10:30  Test\Test\bin\Debug\ni.vbs
     文件          42  2012-10-13 10:29  Test\Test\bin\Debug\nihao.bat
     文件       45568  2012-12-16 18:36  Test\Test\bin\Debug\Test.exe
     文件       93696  2012-12-16 18:36  Test\Test\bin\Debug\Test.pdb
     文件       14328  2012-12-16 18:37  Test\Test\bin\Debug\Test.vshost.exe
     文件         490  2007-07-21 01:33  Test\Test\bin\Debug\Test.vshost.exe.manifest
     文件         340  2012-12-08 21:38  Test\Test\bin\Debug\测试.txt
     文件        5252  2012-10-11 15:13  Test\Test\Catch.cs
     文件        2125  2012-10-11 11:24  Test\Test\Catch.Designer.cs
     文件        5814  2012-10-11 11:24  Test\Test\Catch.resx
     文件       14722  2012-12-16 18:36  Test\Test\CommandData.cs
     文件       16357  2012-12-09 11:55  Test\Test\CommandData.Designer.cs
     文件        5814  2012-12-09 11:55  Test\Test\CommandData.resx
     文件        4937  2012-12-08 21:38  Test\Test\CommTxt.cs
     文件        4894  2012-12-08 21:31  Test\Test\CommTxt.Designer.cs
     文件        5814  2012-12-08 21:31  Test\Test\CommTxt.resx
     文件        7382  2012-10-15 11:46  Test\Test\Form1.cs
     文件        4366  2012-10-15 11:20  Test\Test\Form1.Designer.cs
     文件        6017  2012-10-15 11:20  Test\Test\Form1.resx
     文件         977  2012-10-31 18:16  Test\Test\Form2.cs
     文件        3725  2012-10-31 18:14  Test\Test\Form2.Designer.cs
............此处省略43个文件信息

评论

共有 条评论