资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace MothGlass
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
// If DWM is not enabled then get out
if (!this.IsGlassEnabled())
{
return;
}
// Set the Margins to their default values
VistaApi.Margins marg;
marg.Top = panel1.Height; // extend from the top
marg.Left = 0; // not used in this sample but could be
marg.Right = 0; // not used in this sample but could be
marg.Bottom = 0;// not used in this sample but could be
// call the function that extends the sides
// passing a refer
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-09-15 07:52 Backup\
文件 1488 2006-07-30 02:40 Backup\Form1.cs
文件 3224 2006-07-30 02:36 Backup\Form1.Designer.cs
文件 5814 2006-07-30 02:36 Backup\Form1.resx
文件 3136 2006-07-30 02:40 Backup\MothGlass.csproj
文件 424 2006-07-30 02:26 Backup\Program.cs
目录 0 2016-09-15 07:52 Backup\Properties\
文件 1287 2006-07-30 02:40 Backup\Properties\AssemblyInfo.cs
文件 2613 2006-07-30 02:26 Backup\Properties\Resources.Designer.cs
文件 5612 2006-07-30 02:26 Backup\Properties\Resources.resx
文件 1040 2006-07-30 02:26 Backup\Properties\Settings.Designer.cs
文件 249 2006-07-30 02:26 Backup\Properties\Settings.settings
文件 569 2006-07-30 02:33 Backup\VistaApi.cs
目录 0 2016-09-15 07:52 bin\
目录 0 2016-09-15 07:53 bin\Debug\
文件 9728 2016-09-15 07:53 bin\Debug\MothGlass.exe
文件 22016 2016-09-15 07:53 bin\Debug\MothGlass.pdb
文件 21656 2016-09-15 07:53 bin\Debug\MothGlass.vshost.exe
文件 490 2012-06-02 22:34 bin\Debug\MothGlass.vshost.exe.manifest
文件 1488 2006-07-30 02:40 Form1.cs
文件 3224 2006-07-30 02:36 Form1.Designer.cs
文件 5814 2006-07-30 02:36 Form1.resx
文件 3444 2016-09-15 07:52 MothGlass.csproj
文件 986 2016-09-15 07:53 MothGlass.sln
目录 0 2016-09-15 07:52 obj\
目录 0 2016-09-15 07:53 obj\Debug\
文件 5876 2016-09-15 07:52 obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 746 2016-09-15 07:53 obj\Debug\MothGlass.csproj.FileListAbsolute.txt
文件 847 2016-09-15 07:53 obj\Debug\MothGlass.csproj.GenerateResource.Cache
文件 1009 2016-09-15 07:53 obj\Debug\MothGlass.csprojResolveAssemblyReference.cache
文件 9728 2016-09-15 07:53 obj\Debug\MothGlass.exe
............此处省略14个文件信息
- 上一篇:C# 模拟鼠标键盘
- 下一篇:9 超市进销货存系统(附带数据库)
评论
共有 条评论