资源简介
动态添加图标 示例源码
代码片段和文件信息
using System;
using System.IO;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
// 下载于www.51aspx.com
namespace WindowsFormsApplication1
{
public partial class Form1 : Form
{
private int _row = 0;
private int _col = 0;
private Label _selectedlabel = null;
private List _cellList = new List();
private Point _offset = new Point(250 25);
public Form1()
{
InitializeComponent();
}
private void newToolStripMenuItem_Click(object sender EventArgs e)
{
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3212 2015-01-22 11:01 51Aspx源码必读.txt
文件 184 2015-01-21 14:13 App.config
文件 15148 2015-01-21 13:44 Form1.Designer.cs
文件 12928 2015-01-22 11:01 Form1.cs
文件 17809 2015-01-21 13:44 Form1.resx
文件 4967 2015-01-21 13:05 Form2.Designer.cs
文件 1301 2015-01-22 11:01 Form2.cs
文件 5817 2015-01-21 13:05 Form2.resx
文件 2252 2015-01-21 13:07 Form3.Designer.cs
文件 643 2015-01-22 11:01 Form3.cs
文件 6031 2015-01-21 13:27 Form3.resx
文件 309 2015-01-22 11:01 Json.cs
文件 573 2015-01-22 11:01 Program.cs
目录 0 2015-01-22 10:00 Properties\
文件 1510 2015-01-22 11:01 Properties\AssemblyInfo.cs
文件 3917 2015-01-21 14:13 Properties\Resources.Designer.cs
文件 6480 2015-01-21 13:38 Properties\Resources.resx
文件 1107 2015-01-21 14:13 Properties\Settings.Designer.cs
文件 249 2015-01-19 17:34 Properties\Settings.settings
文件 899 2015-01-22 10:47 WindowsFormsApplication1.sln
文件 31744 2015-01-22 11:01 WindowsFormsApplication1.suo
目录 0 2015-01-22 10:00 bin\
目录 0 2015-01-22 11:01 bin\Debug\
文件 373760 2014-01-17 09:56 bin\Newtonsoft.Json.dll
目录 0 2015-01-22 10:07 bin\Release\
文件 407784 2014-04-29 14:28 bin\Release\Newtonsoft.Json.dll
目录 0 2015-01-22 10:00 bin\Release\app.publish\
文件 373760 2014-01-17 09:56 bin\Release\app.publish\Newtonsoft.Json.dll
文件 31248 2015-01-21 14:15 bin\Release\app.publish\连连看地图编辑器.exe
文件 1886 2015-01-22 10:01 bin\Release\连连看地图编辑器.application
文件 30208 2015-01-22 10:01 bin\Release\连连看地图编辑器.exe
............此处省略36个文件信息
相关资源
- C# 读取并编辑window系统的右键菜单
- 网站地图生成器(RSS)
- 编辑
- 带Html编辑器CSkin.dll版本
- Be.HexEditor编辑器
- kindeditor编辑器 黏贴图片自动上传插件
- winform富文本编辑器(kwig)
- kindeditor编辑器上传图片
- WinformHTMLEditor winform 富文本编辑器
- t_AJAX_ASPMAP 在WebGIS地图上
- mapx_csharp_map 采用C#+Mapx开发的地图系统
- RGISOneCoordTrans 能够实现各种坐标的转
- my-arcgis arcgis二次开发
- Gmap 基于GMap.net的离线地图Winform用例
- BaiDuMap C#开发Winform窗体自动调用百度
- WebMappingApplication
- GoogleMap_vs2008_KAIFA 常见的地图GIS二次开
- asp.net mvc2.0 用户登录模块
- 基于vs2010C#的百度地图API调用
- C# 地图显示缩放 坐标系动态显示 多级
- 搜狗提供的坐标转换调用
- C# 用户登录界面与ACESS数据库编辑
- C#GPS坐标转百度地图坐标
- 专题地图制作集合了好多位的心血
- c#调用百度地图api项目源码
- C#程序设计实践-简单多文档文本编辑
- C# 文本编辑器
- C#通过经纬度进行定位百度地图
- ActiproSoftware WinForm破解版
- GPS定位—地图c#实现源码
评论
共有 条评论