资源简介
代码片段和文件信息
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
- 上一篇:WPF 滑动界面(图片列表)
- 下一篇:C#生成二维码带图片
相关资源
- WinForm GeckoFx33 Demo JS与C#互交 窗口浏览
- c#winform中完美代替WebBrowser最新的控件
- C# WINFORM框架源碼
- C# WinForm实践开发教程清晰版
- 一种开源业务系统框架winform源码
- 毕业设计,基于winform的酒店管理系统
- DevExpress WinForm中文文档
- DevexpressWinform中文文档
- Devexpress Winform中文文档纯中文文档N
- Iocomp.Net+WinForms+V4+SP2完全破解版
- Devexpress 中文说明文档winform
- C# WinForm实践开发教程 (钱哨) 带书
- 《CS框架权限管理功能设计》 winform
- [C#]SignalR实现扫码登录(B/SC/S)源码
- C#winformKTV点歌系统
- WinForm开发经典图标素材 总共有3800+
- IOComp.Net WinForms UltraPack 5.0SP1
-
基于winform的xm
l菜单编辑器c#源码) - 数据库课设:KTV点歌系统C# WinForm+Sq
- C#WinForm人事管理系统开发实录
- C#生成不规则三角网算法参考,适合学
- C#开发MC3200/MC32N0设备的开发文档及需
- 198个经典C#WinForm(超赞)
- WinForm窗体程序中使用CefSharp获取加载
- 198个经典C#WinForm 超赞的完整版
- 基于C#WinForm数据库在线考试系统项目
- C# winform 经典ERP源码-采用了DevExpress
- WinForm嵌入Word文档控件开发
- Krypton.zip
- c#winform自动升级程序源码
评论
共有 条评论