• 大小: 0.59M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 编辑器  地图  编辑  

资源简介

动态添加图标 示例源码

资源截图

代码片段和文件信息

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个文件信息

评论

共有 条评论