• 大小: 0.14M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-24
  • 语言: 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 PictureBoxShowImage
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         947  2009-02-07 09:20  sj\01\PictureBoxShowImage\PictureBoxShowImage.sln
     文件       16384  2009-02-07 09:22  sj\01\PictureBoxShowImage\PictureBoxShowImage.suo
     文件         632  2009-02-07 09:22  sj\01\PictureBoxShowImage\PictureBoxShowImage\Form1.cs
     文件        3135  2009-02-07 09:22  sj\01\PictureBoxShowImage\PictureBoxShowImage\Form1.Designer.cs
     文件        6017  2009-02-07 09:22  sj\01\PictureBoxShowImage\PictureBoxShowImage\Form1.resx
     文件        3784  2009-02-07 09:22  sj\01\PictureBoxShowImage\PictureBoxShowImage\PictureBoxShowImage.csproj
     文件         500  2009-02-07 09:20  sj\01\PictureBoxShowImage\PictureBoxShowImage\Program.cs
     文件        8704  2009-02-07 09:22  sj\01\PictureBoxShowImage\PictureBoxShowImage\bin\Debug\PictureBoxShowImage.exe
     文件       19968  2009-02-07 09:22  sj\01\PictureBoxShowImage\PictureBoxShowImage\bin\Debug\PictureBoxShowImage.pdb
     文件       14328  2009-02-07 09:22  sj\01\PictureBoxShowImage\PictureBoxShowImage\bin\Debug\PictureBoxShowImage.vshost.exe
     文件         490  2007-07-21 01:33  sj\01\PictureBoxShowImage\PictureBoxShowImage\bin\Debug\PictureBoxShowImage.vshost.exe.manifest
     文件         824  2009-02-07 09:22  sj\01\PictureBoxShowImage\PictureBoxShowImage\obj\Debug\PictureBoxShowImage.csproj.FileListAbsolute.txt
     文件         847  2009-02-07 09:22  sj\01\PictureBoxShowImage\PictureBoxShowImage\obj\Debug\PictureBoxShowImage.csproj.GenerateResource.Cache
     文件        8704  2009-02-07 09:22  sj\01\PictureBoxShowImage\PictureBoxShowImage\obj\Debug\PictureBoxShowImage.exe
     文件         180  2009-02-07 09:22  sj\01\PictureBoxShowImage\PictureBoxShowImage\obj\Debug\PictureBoxShowImage.Form1.resources
     文件       19968  2009-02-07 09:22  sj\01\PictureBoxShowImage\PictureBoxShowImage\obj\Debug\PictureBoxShowImage.pdb
     文件         180  2009-02-07 09:22  sj\01\PictureBoxShowImage\PictureBoxShowImage\obj\Debug\PictureBoxShowImage.Properties.Resources.resources
     文件        1370  2009-02-07 09:20  sj\01\PictureBoxShowImage\PictureBoxShowImage\Properties\AssemblyInfo.cs
     文件        2888  2009-02-07 09:20  sj\01\PictureBoxShowImage\PictureBoxShowImage\Properties\Resources.Designer.cs
     文件        5612  2009-02-07 09:20  sj\01\PictureBoxShowImage\PictureBoxShowImage\Properties\Resources.resx
     文件        1104  2009-02-07 09:20  sj\01\PictureBoxShowImage\PictureBoxShowImage\Properties\Settings.Designer.cs
     文件         249  2009-02-07 09:20  sj\01\PictureBoxShowImage\PictureBoxShowImage\Properties\Settings.settings
     文件         938  2009-02-07 09:22  sj\02\TimerApplication\TimerApplication.sln
     文件       15872  2009-02-07 09:42  sj\02\TimerApplication\TimerApplication.suo
     文件         572  2009-02-07 09:41  sj\02\TimerApplication\TimerApplication\Form1.cs
     文件        2327  2009-02-07 09:41  sj\02\TimerApplication\TimerApplication\Form1.Designer.cs
     文件        6008  2009-02-07 09:41  sj\02\TimerApplication\TimerApplication\Form1.resx
     文件         497  2009-02-07 09:22  sj\02\TimerApplication\TimerApplication\Program.cs
     文件        3778  2009-02-07 09:38  sj\02\TimerApplication\TimerApplication\TimerApplication.csproj
     文件        8192  2009-02-07 09:41  sj\02\TimerApplication\TimerApplication\bin\Debug\TimerApplication.exe
     文件       19968  2009-02-07 09:41  sj\02\TimerApplication\TimerApplication\bin\Debug\TimerApplication.pdb
............此处省略41个文件信息

评论

共有 条评论