資源簡介
動態綁定數據
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.IO;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
namespace?WinformInsertEChartsDemo
{
????//設置Com對外可訪問
????[System.Runtime.InteropServices.ComVisible(true)]
????public?partial?class?Form1?:?Form
????{
????????///?
????????///?根目錄
????????///?
????????string?str?=?System.Environment.CurrentDirectory;
????????public?Form1()
????????{
????????????InitializeComponent();
????????????//初始化瀏覽器
????????????this.initWebBrowser();
????????????//加載?文件
????????????this.getAllHtmlFile();
????????}
????????///?
????????///?初始化瀏覽器
????????///?
????????private?void?initWebBrowser()
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????2407380??2018-04-03?11:25??WinformInsertEChartsDemo\WinformInsertEChartsDemo\bin\Debug\echarts.js
?????文件?????707131??2018-04-03?11:26??WinformInsertEChartsDemo\WinformInsertEChartsDemo\bin\Debug\echarts.min.js
?????文件???????1172??2018-04-03?14:55??WinformInsertEChartsDemo\WinformInsertEChartsDemo\bin\Debug\index.html
?????文件???????1564??2018-04-03?14:56??WinformInsertEChartsDemo\WinformInsertEChartsDemo\bin\Debug\index2.html
?????文件???????3390??2018-04-03?14:56??WinformInsertEChartsDemo\WinformInsertEChartsDemo\bin\Debug\index3.html
?????文件???????1207??2018-04-03?14:56??WinformInsertEChartsDemo\WinformInsertEChartsDemo\bin\Debug\index4.html
?????文件???????1900??2018-04-03?14:56??WinformInsertEChartsDemo\WinformInsertEChartsDemo\bin\Debug\index5.html
?????文件???????2100??2018-04-03?14:56??WinformInsertEChartsDemo\WinformInsertEChartsDemo\bin\Debug\index6.html
?????文件???????2423??2018-04-03?14:55??WinformInsertEChartsDemo\WinformInsertEChartsDemo\bin\Debug\index7.html
?????文件??????11776??2018-04-03?15:10??WinformInsertEChartsDemo\WinformInsertEChartsDemo\bin\Debug\WinformInsertEChartsDemo.exe
?????文件??????26112??2018-04-03?15:10??WinformInsertEChartsDemo\WinformInsertEChartsDemo\bin\Debug\WinformInsertEChartsDemo.pdb
?????文件??????24216??2018-04-03?15:10??WinformInsertEChartsDemo\WinformInsertEChartsDemo\bin\Debug\WinformInsertEChartsDemo.vshost.exe
?????文件????????490??2012-06-06?02:06??WinformInsertEChartsDemo\WinformInsertEChartsDemo\bin\Debug\WinformInsertEChartsDemo.vshost.exe.manifest
?????文件???????3960??2018-04-03?15:10??WinformInsertEChartsDemo\WinformInsertEChartsDemo\Form1.cs
?????文件???????5640??2018-04-03?14:40??WinformInsertEChartsDemo\WinformInsertEChartsDemo\Form1.Designer.cs
?????文件???????5817??2018-04-03?14:40??WinformInsertEChartsDemo\WinformInsertEChartsDemo\Form1.resx
?????文件????????865??2018-04-03?11:29??WinformInsertEChartsDemo\WinformInsertEChartsDemo\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6887??2018-04-03?11:29??WinformInsertEChartsDemo\WinformInsertEChartsDemo\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????954??2018-04-03?15:10??WinformInsertEChartsDemo\WinformInsertEChartsDemo\obj\Debug\WinformInsertEChartsDemo.csproj.FileListAbsolute.txt
?????文件????????977??2018-04-03?14:41??WinformInsertEChartsDemo\WinformInsertEChartsDemo\obj\Debug\WinformInsertEChartsDemo.csproj.GenerateResource.Cache
?????文件???????2211??2018-04-03?11:39??WinformInsertEChartsDemo\WinformInsertEChartsDemo\obj\Debug\WinformInsertEChartsDemo.csprojResolveAssemblyReference.cache
?????文件??????11776??2018-04-03?15:10??WinformInsertEChartsDemo\WinformInsertEChartsDemo\obj\Debug\WinformInsertEChartsDemo.exe
?????文件????????180??2018-04-03?14:41??WinformInsertEChartsDemo\WinformInsertEChartsDemo\obj\Debug\WinformInsertEChartsDemo.Form1.resources
?????文件??????26112??2018-04-03?15:10??WinformInsertEChartsDemo\WinformInsertEChartsDemo\obj\Debug\WinformInsertEChartsDemo.pdb
?????文件????????180??2018-04-03?11:39??WinformInsertEChartsDemo\WinformInsertEChartsDemo\obj\Debug\WinformInsertEChartsDemo.Properties.Resources.resources
?????文件????????505??2018-04-03?11:29??WinformInsertEChartsDemo\WinformInsertEChartsDemo\Program.cs
?????文件???????1390??2018-04-03?11:29??WinformInsertEChartsDemo\WinformInsertEChartsDemo\Properties\AssemblyInfo.cs
?????文件???????2900??2018-04-03?11:29??WinformInsertEChartsDemo\WinformInsertEChartsDemo\Properties\Resources.Designer.cs
?????文件???????5612??2018-04-03?11:29??WinformInsertEChartsDemo\WinformInsertEChartsDemo\Properties\Resources.resx
?????文件???????1111??2018-04-03?11:29??WinformInsertEChartsDemo\WinformInsertEChartsDemo\Properties\Settings.Designer.cs
............此處省略15個文件信息
評論
共有 條評論