資源簡介
C#winform 控件開發 TreeView實例
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Diagnostics;
using?System.Linq;
using?System.Text;
using?System.Collections;
using?System.Drawing;
using?System.Data;
using?System.Windows.Forms;
namespace?ControlLib
{
????//public?partial?class?dbImageBox?:?Component//要改為下面的,否則會報錯沒有this.Image的定義
????public?partial?class?dbImageBox?:System.Windows.Forms.PictureBox
????{
????????///?
????????///?Required?designer?variable.
????????///?
????????private?string?m_ImagePath;
????????public?dbImageBox()
????????{
????????????InitializeComponent();
????????}
????????public?dbImageBox(IContainer?container)
????????{
????????????container.Add(this);
????????????InitializeComponent();
????????}
???????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????16384??2017-04-25?23:47??ControlLib\bin\Debug\ControlLib.exe
?????文件??????60928??2017-04-25?23:47??ControlLib\bin\Debug\ControlLib.pdb
?????文件???????4250??2017-04-19?12:05??ControlLib\ControlLib.csproj
?????文件???????1808??2017-04-19?12:03??ControlLib\dbImageBox.cs
?????文件???????1639??2017-04-19?11:55??ControlLib\dbImageBox.Designer.cs
?????文件???????6198??2017-04-19?11:55??ControlLib\dbImageBox.resx
?????文件??????20464??2017-04-19?12:09??ControlLib\dbTreeViewCtrl.cs
?????文件???????1554??2017-04-19?12:09??ControlLib\dbTreeViewCtrl.Designer.cs
?????文件???????6195??2017-04-19?12:09??ControlLib\dbTreeViewCtrl.resx
?????文件????????360??2017-04-19?11:43??ControlLib\Form1.cs
?????文件???????1160??2017-04-19?11:43??ControlLib\Form1.Designer.cs
?????文件???????1474??2017-04-25?23:47??ControlLib\obj\x86\Debug\ControlLib.csproj.FileListAbsolute.txt
?????文件???????1047??2017-04-20?17:16??ControlLib\obj\x86\Debug\ControlLib.csproj.GenerateResource.Cache
?????文件???????9184??2017-04-25?23:47??ControlLib\obj\x86\Debug\ControlLib.csprojResolveAssemblyReference.cache
?????文件????????180??2017-04-20?17:16??ControlLib\obj\x86\Debug\ControlLib.dbImageBox.resources
?????文件????????180??2017-04-20?17:16??ControlLib\obj\x86\Debug\ControlLib.dbTreeViewCtrl.resources
?????文件??????16384??2017-04-25?23:47??ControlLib\obj\x86\Debug\ControlLib.exe
?????文件??????60928??2017-04-25?23:47??ControlLib\obj\x86\Debug\ControlLib.pdb
?????文件????????180??2017-04-20?17:16??ControlLib\obj\x86\Debug\ControlLib.Properties.Resources.resources
?????文件???????6347??2017-04-25?23:47??ControlLib\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????491??2017-04-19?11:43??ControlLib\Program.cs
?????文件???????1370??2017-04-19?11:43??ControlLib\Properties\AssemblyInfo.cs
?????文件???????2872??2017-04-19?11:43??ControlLib\Properties\Resources.Designer.cs
?????文件???????5612??2017-04-19?11:43??ControlLib\Properties\Resources.resx
?????文件???????1097??2017-04-19?11:43??ControlLib\Properties\Settings.Designer.cs
?????文件????????249??2017-04-19?11:43??ControlLib\Properties\Settings.settings
?????文件??????16384??2017-04-25?23:47??dynamicTreeViewfromDB\bin\Debug\ControlLib.exe
?????文件??????60928??2017-04-25?23:47??dynamicTreeViewfromDB\bin\Debug\ControlLib.pdb
?????文件??????29696??2017-04-26?15:49??dynamicTreeViewfromDB\bin\Debug\dynamicTreeViewfromDB.exe
?????文件??????36352??2017-04-26?15:49??dynamicTreeViewfromDB\bin\Debug\dynamicTreeViewfromDB.pdb
............此處省略51個文件信息
- 上一篇:C# 不常用一些(38個)
- 下一篇:C#對EXCEL的詳細操作
評論
共有 條評論