• 大小: 0.20M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-02-25
  • 语言: C#
  • 标签:

资源简介


资源截图

代码片段和文件信息

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

namespace yx1
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void timer1_Tick(object sender EventArgs e)
        {
            timer1.Interval=5;
           
            if (pictureBox1.Left < -pictureBox1.Width)
            {
                pictureBox1.Left = 566;

            }
            else
            {
                pictureBox1.Left = pictureBox1.Left - 2;
            }
        }

        private void pictureBox2_Click(object sender EventArgs e)
        {

        }

        private void Form1_Load(object sender EventArgs e)
        {
            timer1.Enabled = false;
        }

        private void button1_Click(object sender EventArgs e)
        {
            if (butto

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

     文件      29745  2015-09-15 08:29  奔跑的狗\dog.gif

     文件    1454006  2015-10-13 19:05  奔跑的狗\白.bmp

     文件        903  2015-10-13 19:02  奔跑的狗\yx1\yx1.sln

    ..A..H.     14848  2015-10-13 19:06  奔跑的狗\yx1\yx1.suo

     文件        462  2015-09-15 09:39  奔跑的狗\yx1\yx1\Program.cs

     文件       3492  2015-10-13 19:02  奔跑的狗\yx1\yx1\yx1.csproj

     文件       1178  2015-09-15 09:39  奔跑的狗\yx1\yx1\Properties\AssemblyInfo.cs

     文件       2832  2015-10-13 19:02  奔跑的狗\yx1\yx1\Properties\Resources.Designer.cs

     文件       5612  2015-09-15 09:39  奔跑的狗\yx1\yx1\Properties\Resources.resx

     文件       1084  2015-10-13 19:02  奔跑的狗\yx1\yx1\Properties\Settings.Designer.cs

     文件        249  2015-09-15 09:39  奔跑的狗\yx1\yx1\Properties\Settings.settings

     文件       1688  2015-10-13 10:11  奔跑的狗\yx1\yx1\obj\yx1.csproj.FileListAbsolute.txt

     文件    1494016  2015-10-13 19:03  奔跑的狗\yx1\yx1\obj\Debug\yx1.exe

     文件    1484455  2015-10-13 19:02  奔跑的狗\yx1\yx1\obj\Debug\yx1.Form1.resources

     文件      36352  2015-10-13 19:02  奔跑的狗\yx1\yx1\obj\Debug\yx1.pdb

     文件        180  2015-10-13 19:02  奔跑的狗\yx1\yx1\obj\Debug\yx1.Properties.Resources.resources

     文件       4608  2015-10-13 19:02  奔跑的狗\yx1\yx1\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件        842  2015-09-22 09:00  奔跑的狗\yx1\yx1\obj\Debug\yx1.csproj.GenerateResource.Cache

     文件       5718  2015-10-13 19:03  奔跑的狗\yx1\yx1\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件        582  2015-10-13 19:03  奔跑的狗\yx1\yx1\obj\Debug\yx1.csproj.FileListAbsolute.txt

     文件        506  2015-10-13 19:02  奔跑的狗\yx1\yx1\obj\Debug\GenerateResource.read.1.tlog

     文件        410  2015-10-13 19:02  奔跑的狗\yx1\yx1\obj\Debug\GenerateResource.write.1.tlog

     文件    1494016  2015-10-13 19:03  奔跑的狗\yx1\yx1\bin\Debug\yx1.exe

     文件      36352  2015-10-13 19:02  奔跑的狗\yx1\yx1\bin\Debug\yx1.pdb

     文件      11592  2015-10-13 19:03  奔跑的狗\yx1\yx1\bin\Debug\yx1.vshost.exe

     文件        490  2010-03-17 22:39  奔跑的狗\yx1\yx1\bin\Debug\yx1.vshost.exe.manifest

     文件       4465  2015-09-17 10:18  奔跑的狗\yx1\yx1\Form1.Designer.cs

     文件    2232126  2015-09-17 10:18  奔跑的狗\yx1\yx1\Form1.resx

     文件       1376  2015-09-22 09:27  奔跑的狗\yx1\yx1\Form1.cs

     文件        939  2015-10-13 19:02  奔跑的狗\yx1\UpgradeLog.xml

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

评论

共有 条评论