• 大小: 0.43M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: Winform  

资源简介

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

评论

共有 条评论