資源簡(jiǎn)介
動(dòng)態(tài)添加圖標(biāo) 示例源碼
代碼片段和文件信息
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)
????????{
??
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????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個(gè)文件信息
評(píng)論
共有 條評(píng)論