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

資源簡介

使用C#語言編寫的winform加載界面,能直接復制進自己的項目中使用。

資源截圖

代碼片段和文件信息

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;
using?System.Threading;

namespace?winfrom
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}

????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{

????????}

????????private?void?窗體1ToolStripMenuItem_Click(object?sender?EventArgs?e)
????????{
????????????WaitPage?frmWaitPage?=?new?WaitPage((obj?args)?=>
????????????{
????????????????/*
?????????????????處理方法
?????????????????*/
????????????????Thread.Sleep(5000);
????????????????Form2?frmForm2?=?new?Form2();
????????????????frmForm2.Show();
????????????});
????????????frmWaitPage.ShowDialog();
????????}
????}
}

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

?????文件???????3897??2018-04-11?09:59??winfrom\winfrom\bin\Debug\icon\waiting.gif

?????文件??????16384??2018-06-05?11:25??winfrom\winfrom\bin\Debug\winfrom.exe

?????文件??????36352??2018-06-05?11:25??winfrom\winfrom\bin\Debug\winfrom.pdb

?????文件??????11600??2018-06-05?11:26??winfrom\winfrom\bin\Debug\winfrom.vshost.exe

?????文件????????899??2018-06-05?11:25??winfrom\winfrom\Form1.cs

?????文件???????3063??2018-06-05?11:22??winfrom\winfrom\Form1.Designer.cs

?????文件???????6015??2018-06-05?11:22??winfrom\winfrom\Form1.resx

?????文件????????357??2018-06-05?11:25??winfrom\winfrom\Form2.cs

?????文件???????1491??2018-06-05?11:25??winfrom\winfrom\Form2.Designer.cs

?????文件???????5817??2018-06-05?11:25??winfrom\winfrom\Form2.resx

?????文件???????5420??2018-05-25?09:03??winfrom\winfrom\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

?????文件???????6709??2018-06-05?11:26??winfrom\winfrom\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

?????文件???????4608??2018-06-05?11:07??winfrom\winfrom\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll

?????文件????????767??2018-06-05?11:26??winfrom\winfrom\obj\x86\Debug\winfrom.csproj.FileListAbsolute.txt

?????文件???????1204??2018-06-05?11:25??winfrom\winfrom\obj\x86\Debug\winfrom.csproj.GenerateResource.Cache

?????文件??????30310??2018-06-05?10:30??winfrom\winfrom\obj\x86\Debug\winfrom.csprojResolveAssemblyReference.cache

?????文件??????16384??2018-06-05?11:25??winfrom\winfrom\obj\x86\Debug\winfrom.exe

?????文件????????180??2018-06-05?11:25??winfrom\winfrom\obj\x86\Debug\winfrom.Form1.resources

?????文件????????180??2018-06-05?11:25??winfrom\winfrom\obj\x86\Debug\winfrom.Form2.resources

?????文件??????36352??2018-06-05?11:25??winfrom\winfrom\obj\x86\Debug\winfrom.pdb

?????文件???????4371??2018-06-05?11:25??winfrom\winfrom\obj\x86\Debug\winfrom.Properties.Resources.resources

?????文件????????180??2018-06-05?11:25??winfrom\winfrom\obj\x86\Debug\winfrom.WaitPage.resources

?????文件????????488??2018-05-24?14:13??winfrom\winfrom\Program.cs

?????文件???????1346??2018-05-24?14:13??winfrom\winfrom\Properties\AssemblyInfo.cs

?????文件???????3226??2018-06-05?11:07??winfrom\winfrom\Properties\Resources.Designer.cs

?????文件???????6206??2018-06-05?11:07??winfrom\winfrom\Properties\Resources.resx

?????文件???????1094??2018-05-24?14:13??winfrom\winfrom\Properties\Settings.Designer.cs

?????文件????????249??2018-05-24?14:13??winfrom\winfrom\Properties\Settings.settings

?????文件???????1066??2018-06-05?11:22??winfrom\winfrom\WaitPage.cs

?????文件???????5062??2018-06-05?11:22??winfrom\winfrom\WaitPage.Designer.cs

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

評論

共有 條評論