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

  • 大小: 0.07M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-26
  • 語言: C#
  • 標簽: 實例??動畫??

資源簡介

C# 飄動的窗體 實例源碼

資源截圖

代碼片段和文件信息

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?Case01_1
{
????public?partial?class?Form1?:?Form
????{

????????int?ScreenWidth?=?SystemInformation.PrimaryMonitorMaximizedWindowSize.Width;???//屏幕的寬度
????????int?ScreenHeight?=?SystemInformation.PrimaryMonitorMaximizedWindowSize.Height;?//屏幕的高度
????????


????????public?Form1()
????????{
????????????InitializeComponent();
????????}

????????private?void?timer1_Tick(object?sender?EventArgs?e)
????????{
????????????Point?MyPos?=?new?Point(this.DesktopLocation.X?this.DesktopLocation.Y);???????//窗體的當前位置
????????????if?(MyPos.X?+?Width?????????????{
???????

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

?????文件???????3762??2008-06-01?12:59??飄動動畫實例\Backup\Case01_1\Case01_1.csproj

?????文件???????2996??2008-06-01?13:45??飄動動畫實例\Backup\Case01_1\Form1.cs

?????文件???????6476??2008-06-01?13:32??飄動動畫實例\Backup\Case01_1\Form1.Designer.cs

?????文件???????6398??2008-06-01?13:32??飄動動畫實例\Backup\Case01_1\Form1.resx

?????文件????????489??2008-06-01?12:20??飄動動畫實例\Backup\Case01_1\Program.cs

?????文件???????1372??2008-06-01?12:20??飄動動畫實例\Backup\Case01_1\Properties\AssemblyInfo.cs

?????文件???????2866??2008-06-01?12:20??飄動動畫實例\Backup\Case01_1\Properties\Resources.Designer.cs

?????文件???????5612??2008-06-01?12:20??飄動動畫實例\Backup\Case01_1\Properties\Resources.resx

?????文件???????1093??2008-06-01?12:20??飄動動畫實例\Backup\Case01_1\Properties\Settings.Designer.cs

?????文件????????249??2008-06-01?12:20??飄動動畫實例\Backup\Case01_1\Properties\Settings.settings

?????文件????????914??2008-06-01?12:20??飄動動畫實例\Backup\Case01_1.sln

????..A..H.?????14848??2008-06-01?13:51??飄動動畫實例\Backup\Case01_1.v11.suo

?????文件??????10752??2008-06-01?13:38??飄動動畫實例\Case01_1\bin\Debug\Case01_1.exe

?????文件??????28160??2008-06-01?13:38??飄動動畫實例\Case01_1\bin\Debug\Case01_1.pdb

?????文件??????21464??2017-10-10?14:35??飄動動畫實例\Case01_1\bin\Debug\Case01_1.vshost.exe

?????文件????????490??2012-06-06?02:06??飄動動畫實例\Case01_1\bin\Debug\Case01_1.vshost.exe.manifest

?????文件???????3951??2017-10-10?14:35??飄動動畫實例\Case01_1\Case01_1.csproj

?????文件???????2996??2008-06-01?13:45??飄動動畫實例\Case01_1\Form1.cs

?????文件???????6476??2008-06-01?13:32??飄動動畫實例\Case01_1\Form1.Designer.cs

?????文件???????6398??2008-06-01?13:32??飄動動畫實例\Case01_1\Form1.resx

?????文件???????1257??2017-10-10?14:35??飄動動畫實例\Case01_1\obj\Debug\Case01_1.csproj.FileListAbsolute.txt

?????文件????????847??2008-06-01?13:32??飄動動畫實例\Case01_1\obj\Debug\Case01_1.csproj.GenerateResource.Cache

?????文件??????10752??2008-06-01?13:38??飄動動畫實例\Case01_1\obj\Debug\Case01_1.exe

?????文件????????180??2008-06-01?13:32??飄動動畫實例\Case01_1\obj\Debug\Case01_1.Form1.resources

?????文件??????28160??2008-06-01?13:38??飄動動畫實例\Case01_1\obj\Debug\Case01_1.pdb

?????文件????????180??2008-06-01?13:00??飄動動畫實例\Case01_1\obj\Debug\Case01_1.Properties.Resources.resources

?????文件???????7013??2017-10-10?14:35??飄動動畫實例\Case01_1\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

?????文件???????4608??2017-10-10?14:35??飄動動畫實例\Case01_1\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

?????文件????????489??2008-06-01?12:20??飄動動畫實例\Case01_1\Program.cs

?????文件???????1372??2008-06-01?12:20??飄動動畫實例\Case01_1\Properties\AssemblyInfo.cs

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

評論

共有 條評論