資源簡介
代碼片段和文件信息
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();
????????}
????????//記錄鼠標(biāo)按鍵是否按下
????????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
- 上一篇:WPF 滑動界面(圖片列表)
- 下一篇:C#生成二維碼帶圖片
評論
共有 條評論