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

资源简介


资源截图

代码片段和文件信息

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

namespace 图像比较
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender EventArgs e)
        {
            if(openFileDialog1.ShowDialog()==DialogResult.OK){
                textBox1.Text = openFileDialog1.FileName;
                pictureBox1.Image = Image.FromFile(textBox1.Text);
            }
        }

        private void button2_Click(object sender EventArgs e)
        {
            if (openFileDialog1.ShowDialog() == DialogResult.OK)
            {
                textBox2.Te

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

     文件      13312  2012-04-25 19:08  图像比较\图像比较\bin\Debug\图像比较.exe

     文件      34304  2012-04-25 19:08  图像比较\图像比较\bin\Debug\图像比较.pdb

     文件      11608  2012-04-25 18:34  图像比较\图像比较\bin\Debug\图像比较.vshost.exe

     文件        490  2010-03-17 22:39  图像比较\图像比较\bin\Debug\图像比较.vshost.exe.manifest

     文件       2149  2012-04-25 19:08  图像比较\图像比较\Form1.cs

     文件       7895  2012-04-25 19:08  图像比较\图像比较\Form1.Designer.cs

     文件       6020  2012-04-25 19:08  图像比较\图像比较\Form1.resx

     文件      10257  2012-04-25 19:08  图像比较\图像比较\ImageHelper.cs

     文件       5340  2012-04-25 19:08  图像比较\图像比较\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件        334  2012-04-25 19:08  图像比较\图像比较\obj\x86\Debug\GenerateResource-ResGen.read.1.tlog

     文件        438  2012-04-25 19:08  图像比较\图像比较\obj\x86\Debug\GenerateResource-ResGen.write.1.tlog

     文件        831  2012-04-25 18:46  图像比较\图像比较\obj\x86\Debug\图像比较.csproj.FileListAbsolute.txt

     文件      13312  2012-04-25 19:08  图像比较\图像比较\obj\x86\Debug\图像比较.exe

     文件        180  2012-04-25 19:08  图像比较\图像比较\obj\x86\Debug\图像比较.Form1.resources

     文件      34304  2012-04-25 19:08  图像比较\图像比较\obj\x86\Debug\图像比较.pdb

     文件        180  2012-04-25 18:46  图像比较\图像比较\obj\x86\Debug\图像比较.Properties.Resources.resources

     文件        473  2012-04-25 18:34  图像比较\图像比较\Program.cs

     文件       1356  2012-04-25 18:34  图像比较\图像比较\Properties\AssemblyInfo.cs

     文件       2874  2012-04-25 18:34  图像比较\图像比较\Properties\Resources.Designer.cs

     文件       5612  2012-04-25 18:34  图像比较\图像比较\Properties\Resources.resx

     文件       1097  2012-04-25 18:34  图像比较\图像比较\Properties\Settings.Designer.cs

     文件        249  2012-04-25 18:34  图像比较\图像比较\Properties\Settings.settings

     文件       3473  2012-04-25 18:46  图像比较\图像比较\图像比较.csproj

     文件        878  2012-04-25 18:34  图像比较\图像比较.sln

    ..A..H.     10752  2012-04-25 18:34  图像比较\图像比较.suo

     目录          0  2012-04-25 18:34  图像比较\图像比较\obj\x86\Debug\TempPE

     目录          0  2012-04-25 19:08  图像比较\图像比较\obj\x86\Debug

     目录          0  2012-04-25 18:46  图像比较\图像比较\bin\Debug

     目录          0  2012-04-25 18:34  图像比较\图像比较\obj\x86

     目录          0  2012-04-25 18:34  图像比较\图像比较\bin

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

评论

共有 条评论