91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.04M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-26
  • 語言: C#
  • 標簽: TreeView??listview??

資源簡介

簡易的文件瀏覽器

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Management;
using?System.Globalization;
using?System.IO;

namespace?MiniExplorer
{

????//用TreeView實現文件瀏覽器
????public?partial?class?frmMiniExplorer?:?Form
????{
????????private?const?int?Removable?=?2;
????????private?const?int?LocalDisk?=?3;
????????private?const?int?Network?=?4;
????????private?const?int?CD?=?5;

????????public?frmMiniExplorer()
????????{
????????????InitializeComponent();
????????}

????????private?void?frmMiniExplorer_Load(object?sender?EventArgs?e)
????????{
????????????LoadDrives();
????????????LoadListView();
????????}

????????//加載物理磁盤驅動器
????????private?v

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????目錄??????????0??2009-08-22?17:42??MiniExplorer\bin\Debug

?????目錄??????????0??2009-08-22?17:42??MiniExplorer\bin

?????文件???????8794??2009-08-22?18:27??MiniExplorer\frmMiniExplorer.cs

?????文件???????5532??2009-08-22?18:20??MiniExplorer\frmMiniExplorer.Designer.cs

?????文件??????12073??2009-08-22?18:20??MiniExplorer\frmMiniExplorer.resx

?????文件???????3328??2009-08-22?17:42??MiniExplorer\MiniExplorer.csproj

?????文件????????910??2009-08-22?18:20??MiniExplorer\obj\Debug\MiniExplorer.csproj.GenerateResource.Cache

?????文件??????28672??2009-08-22?18:20??MiniExplorer\obj\Debug\MiniExplorer.exe

?????文件???????4063??2009-08-22?18:20??MiniExplorer\obj\Debug\MiniExplorer.frmMiniExplorer.resources

?????文件??????32256??2009-08-22?18:20??MiniExplorer\obj\Debug\MiniExplorer.pdb

?????文件????????180??2009-08-22?17:41??MiniExplorer\obj\Debug\MiniExplorer.Properties.Resources.resources

?????目錄??????????0??2009-08-22?17:39??MiniExplorer\obj\Debug\Refactor

?????目錄??????????0??2009-08-22?17:37??MiniExplorer\obj\Debug\TempPE

?????目錄??????????0??2009-08-22?18:20??MiniExplorer\obj\Debug

?????文件????????737??2009-08-22?18:27??MiniExplorer\obj\MiniExplorer.csproj.FileListAbsolute.txt

?????目錄??????????0??2009-08-22?17:41??MiniExplorer\obj

?????文件????????489??2009-08-22?17:39??MiniExplorer\Program.cs

?????文件???????1272??2009-08-22?17:37??MiniExplorer\Properties\AssemblyInfo.cs

?????文件???????2853??2009-08-22?17:37??MiniExplorer\Properties\Resources.Designer.cs

?????文件???????5612??2009-08-22?17:37??MiniExplorer\Properties\Resources.resx

?????文件???????1097??2009-08-22?17:37??MiniExplorer\Properties\Settings.Designer.cs

?????文件????????249??2009-08-22?17:37??MiniExplorer\Properties\Settings.settings

?????目錄??????????0??2009-08-22?17:37??MiniExplorer\Properties

?????目錄??????????0??2009-08-22?18:27??MiniExplorer

?????文件????????925??2009-08-22?17:37??MiniExplorer.sln

????..A..H.?????16384??2009-08-22?18:32??MiniExplorer.suo

?????文件???????1078??2000-11-20?18:39??debug\imgs\35FLOPPY.ICO

?????文件???????1078??2000-11-20?18:39??debug\imgs\525FLOP1.ICO

?????文件???????1498??2001-07-25?14:16??debug\imgs\About.bmp

?????文件???????1078??2002-07-26?13:53??debug\imgs\App.ico

............此處省略17個文件信息

評論

共有 條評論