資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
namespace?BTTool
{
????public?partial?class?BatchConverseForm?:?Form
????{
????????public?string?SourceFolder?{?get;?set;?}
????????public?string?DestFolder?{?get;?set;?}
????????public?BatchConverseForm()
????????{
????????????InitializeComponent();
????????}
????????private?void?btSourceBorwse_Click(object?sender?EventArgs?e)
????????{
????????????FolderBrowserDialog?fbd?=?new?FolderBrowserDialog();
????????????if?(fbd.ShowDialog()?==?System.Windows.Forms.DialogResult.OK)
????????????{
????????????????if?(sender.Equals(btSourceBorwse))
????????????????{
????????????????????this.SourceFolder?=?fbd.SelectedPath;
????????????????????this.tbSourceFolder.Text?=?SourceFolder;
????????????????}
????????????????else
????????????????{
????????????????????this.DestFolder?=?fbd.SelectedPath;
?????????????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-02-02?21:44??BTTool\
?????文件?????????965??2015-07-15?12:21??BTTool.sln
?????文件???????72192??2015-07-15?12:21??BTTool.v12.suo
?????文件????????1672??2015-07-15?12:21??BTTool\BatchConverseForm.cs
?????文件????????6769??2015-07-15?12:21??BTTool\BatchConverseForm.Designer.cs
?????文件????????5698??2015-07-15?12:21??BTTool\BatchConverseForm.resx
?????文件????????1727??2015-07-15?12:21??BTTool\BatchConverser.cs
?????目錄???????????0??2016-02-02?21:44??BTTool\bin\
?????目錄???????????0??2016-02-02?21:45??BTTool\bin\Debug\
?????文件??????164352??2016-02-02?21:45??BTTool\bin\Debug\BTTool.exe
?????文件???????67072??2016-02-02?21:45??BTTool\bin\Debug\BTTool.pdb
?????文件???????21656??2016-02-02?21:44??BTTool\bin\Debug\BTTool.vshost.exe
?????文件?????????490??2012-06-02?22:34??BTTool\bin\Debug\BTTool.vshost.exe.manifest
?????文件?????????986??2015-07-15?12:21??BTTool\BNodeFactory.cs
?????文件?????????571??2015-07-15?12:21??BTTool\BNodeIterator.cs
?????文件????????4736??2015-07-15?12:21??BTTool\BTTool.csproj
?????文件????????2631??2015-07-15?12:21??BTTool\BTToolLogger.cs
?????文件????????5752??2015-07-15?12:21??BTTool\CommonAnalyser.cs
?????文件????????1053??2015-07-15?12:21??BTTool\DictNode.cs
?????文件?????????238??2015-07-15?12:21??BTTool\IAnalyser.cs
?????文件?????????598??2015-07-15?12:21??BTTool\IBNode.cs
?????文件???????67646??2015-07-15?12:21??BTTool\ico.ico
?????文件?????????341??2015-07-15?12:21??BTTool\IVisitor.cs
?????文件????????3420??2015-07-15?12:21??BTTool\KeyValueNode.cs
?????文件????????1638??2015-07-15?12:21??BTTool\KeyValueVisitor.cs
?????文件????????2225??2015-07-15?12:21??BTTool\ListItemNode.cs
?????文件????????4624??2015-07-15?12:21??BTTool\MainForm.cs
?????文件???????10776??2015-07-15?12:21??BTTool\MainForm.Designer.cs
?????文件??????106532??2015-07-15?12:21??BTTool\MainForm.resx
?????目錄???????????0??2016-02-02?21:44??BTTool\obj\
?????目錄???????????0??2016-02-02?21:45??BTTool\obj\Debug\
............此處省略18個文件信息
評論
共有 條評論