資源簡介
TCG 是我以前寫的一個利用正交表生成測試用例的小工具。

代碼片段和文件信息
/*Help*/
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
/*ad*/
namespace?TCG
{
????public?partial?class?HelpForm?:?Form
????{
/*test
tatsd
asdsad*/
????????public?HelpForm()
????????{
????????????InitializeComponent();
????????}
/*
asdas
asdsad
*/
????????private?void?HelpForm_Load(object?sender?EventArgs?e)
????????{
????????????this.richTextBox1.LoadFile(@Environment.CurrentDirectory.ToString()+“\\幫助.RTF“);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????898??2007-05-22?15:16??TCG\TCG.sln
????..A..H.?????16896??2007-11-09?11:14??TCG\TCG.suo
?????文件????????584??2007-10-19?18:03??TCG\TCG\HelpForm.cs
?????文件???????2086??1996-10-15?17:15??TCG\TCG\HelpForm.Designer.cs
?????文件???????5814??1996-10-15?17:15??TCG\TCG\HelpForm.resx
?????文件????????468??1996-10-15?17:09??TCG\TCG\Program.cs
?????文件???????3597??1996-10-15?17:11??TCG\TCG\TCG.csproj
?????文件??????28780??2007-10-19?17:30??TCG\TCG\TCGMainForm.cs
?????文件???????6852??1996-10-15?18:05??TCG\TCG\TCGMainForm.Designer.cs
?????文件???????6010??1996-10-15?18:05??TCG\TCG\TCGMainForm.resx
?????文件??????28672??1996-10-15?18:06??TCG\TCG\bin\Debug\TCG.exe
?????文件??????48640??1996-10-15?18:06??TCG\TCG\bin\Debug\TCG.pdb
?????文件???????5632??2005-11-11?22:25??TCG\TCG\bin\Debug\TCG.vshost.exe
?????文件????1269880??2007-05-24?18:05??TCG\TCG\bin\Debug\ts723_Designs.txt
?????文件???????5517??1996-10-15?18:12??TCG\TCG\bin\Debug\幫助.RTF
?????文件????????280??2007-11-09?10:59??TCG\TCG\obj\TCG.csproj.FileList.txt
?????文件????????967??1996-10-15?18:05??TCG\TCG\obj\Debug\TCG.csproj.GenerateResource.Cache
?????文件??????28672??1996-10-15?18:06??TCG\TCG\obj\Debug\TCG.exe
?????文件????????180??1996-10-15?18:06??TCG\TCG\obj\Debug\TCG.HelpForm.resources
?????文件??????48640??1996-10-15?18:06??TCG\TCG\obj\Debug\TCG.pdb
?????文件????????180??1996-10-15?18:06??TCG\TCG\obj\Debug\TCG.Properties.Resources.resources
?????文件????????180??1996-10-15?18:06??TCG\TCG\obj\Debug\TCG.TCGMainForm.resources
?????文件???????1162??2007-05-22?15:16??TCG\TCG\Properties\AssemblyInfo.cs
?????文件???????2860??2007-05-22?15:16??TCG\TCG\Properties\Resources.Designer.cs
?????文件???????5612??2007-05-22?15:16??TCG\TCG\Properties\Resources.resx
?????文件???????1086??2007-05-22?15:16??TCG\TCG\Properties\Settings.Designer.cs
?????文件????????249??2007-05-22?15:16??TCG\TCG\Properties\Settings.settings
?????目錄??????????0??2007-12-25?20:52??TCG\TCG\obj\Debug\Refactor
?????目錄??????????0??2007-12-25?20:52??TCG\TCG\obj\Debug\TempPE
?????目錄??????????0??2007-12-25?20:52??TCG\TCG\bin\Debug
............此處省略9個文件信息
評論
共有 條評論