资源简介


资源截图

代码片段和文件信息

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

namespace Infographic
{
    public partial class FormHome : Form
    {
        public FormHome()
        {
            InitializeComponent();

        }

        //记录鼠标按键是否按下
        private bool isMouseDown = false;          

        bool haveHandle = false;
        Point oldPoint = new Point(0 0);

        static int  frameWidth = 1500;//背景宽
        static int frameHeight = 700;//背景高

        int frameX = System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Size.Width - frameWidth;
        int frameY = System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Size.Height - frameHeight;

        p

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

     文件      21680  2016-02-01 12:46  Infographic\bin\Debug\Infographic.vshost.exe

     文件       5199  2016-02-01 12:00  Infographic\FormHome.cs

     文件       4101  2016-02-01 12:00  Infographic\FormHome.Designer.cs

     文件       6021  2016-02-01 12:00  Infographic\FormHome.resx

     文件       5703  2016-02-01 11:58  Infographic\Infographic.csproj

     文件        481  2016-02-01 11:58  Infographic\Program.cs

     文件       1342  2016-01-30 09:48  Infographic\Properties\AssemblyInfo.cs

     文件       3238  2016-02-01 11:57  Infographic\Properties\Resources.Designer.cs

     文件       6205  2016-02-01 11:57  Infographic\Properties\Resources.resx

     文件       1098  2016-01-30 09:48  Infographic\Properties\Settings.Designer.cs

     文件        249  2016-01-30 09:48  Infographic\Properties\Settings.settings

     文件     131470  2016-02-01 11:56  Infographic\Resources\wsj2015-2.png

     文件       2201  2016-01-30 16:05  Infographic\Win32.cs

     目录          0  2016-02-01 12:47  Infographic\bin\Debug

     目录          0  2016-02-01 12:47  Infographic\bin

     目录          0  2016-02-01 12:48  Infographic\obj

     目录          0  2016-02-01 11:57  Infographic\Properties

     目录          0  2016-02-01 11:56  Infographic\Resources

     目录          0  2016-02-01 12:00  Infographic

----------- ---------  ---------- -----  ----

               188988                    19


评论

共有 条评论