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

  • 大小: 50KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2021-06-02
  • 語言: 其他
  • 標簽: C#??

資源簡介

VS項目開發,創建Windows窗體項目,目的在winfrom 顯示指定svg

資源截圖

代碼片段和文件信息

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?svgdemo
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}

????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{????????????
????????????this.webBrowser1.Url?=?new?Uri(Application.StartupPath?+?@“\test.svg“);
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-02-10?09:42??display_svg_in_winform-master\
?????文件?????????968??2015-02-10?09:42??display_svg_in_winform-master\svgdemo.sln
?????目錄???????????0??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\
?????文件????????2123??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\Form1.Designer.cs
?????文件?????????515??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\Form1.cs
?????文件????????5698??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\Form1.resx
?????文件?????????467??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\Program.cs
?????目錄???????????0??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\Properties\
?????文件????????1302??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\Properties\AssemblyInfo.cs
?????文件????????2795??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\Properties\Resources.Designer.cs
?????文件????????5496??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\Properties\Resources.resx
?????文件????????1064??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\Properties\Settings.Designer.cs
?????文件?????????242??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\Properties\Settings.settings
?????目錄???????????0??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\bin\
?????目錄???????????0??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\bin\Debug\
?????文件????????8192??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\bin\Debug\svgdemo.exe
?????文件???????22016??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\bin\Debug\svgdemo.pdb
?????文件???????24216??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\bin\Debug\svgdemo.vshost.exe
?????文件?????????479??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\bin\Debug\svgdemo.vshost.exe.manifest
?????文件???????23947??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\bin\Debug\test.svg
?????目錄???????????0??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\obj\
?????目錄???????????0??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\obj\Debug\
?????文件????????1453??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6797??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????????180??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\obj\Debug\svgdemo.Form1.resources
?????文件?????????180??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\obj\Debug\svgdemo.Properties.Resources.resources
?????文件?????????570??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\obj\Debug\svgdemo.csproj.FileListAbsolute.txt
?????文件?????????977??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\obj\Debug\svgdemo.csproj.GenerateResource.Cache
?????文件????????2211??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\obj\Debug\svgdemo.csprojResolveAssemblyReference.cache
?????文件????????8192??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\obj\Debug\svgdemo.exe
?????文件???????22016??2015-02-10?09:42??display_svg_in_winform-master\svgdemo\obj\Debug\svgdemo.pdb
............此處省略1個文件信息

評論

共有 條評論