资源简介
自己做的一个毕业项目有源码哦哈哈哈哈哈哈哈哈哈哈哈哈
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
namespace 汽车销售管理系统
{
public class AniWindow
{
[System.Runtime.InteropServices.DllImport(“user32“)]
private static extern bool AnimateWindow(IntPtr hwnd int dwTime int dwFlags);
private const int AW_HOR_POSITIVE = 0x0001;
private const int AW_HOR_NEGATIVE = 0x0002;
private const int AW_VER_POSITIVE = 0x0004;
private const int AW_VER_NEGATIVE = 0x0008;
private const int AW_CENTER = 0x0010;
private const int AW_HIDE = 0x10000;
private const int AW_ACTIVATE = 0x20000;
private const int AW_SLIDE = 0x40000;
private const int AW_BLEND = 0x80000;
private int CloseOpen = 0x20000;
public AniWindow(IntPtr hwnd int dwFlags int CloseOrOpen System.Windows.Forms.Form myform)
{
try
{
if (CloseOrOpen == 1)
{
foreach (System.Windows.Forms.Control mycontrol in myform.Controls)
{
string m = mycontrol.GetType().ToString();
m = m.Substring(m.Length - 5);
string n = mycontrol.GetType().ToString();
n = n.Substring(n.Length - 6);
string o = mycontrol.GetType().ToString();
o = o.Substring(o.Length - 7);
string q = mycontrol.GetType().ToString();
q = q.Substring(q.Length - 8);
string p = mycontrol.GetType().ToString();
p = p.Substring(p.Length - 10);
if (m == “Label“ )
{
mycontrol.Visible = false;
//这里是在动画效果之前把表单上可视的LABEL设为不可视
}
if (n == “Button“)
{
mycontrol.Visible = false;
}
if (o == “TextBox“)
{
mycontrol.Visible = false;
}
if (q == “ComboBox“)
{
mycontrol.Visible = false;
}
if (p == “picturebox“)
{
mycontrol.Visible = false;
}
}
}
//打开or关闭 0是关闭 1是打开
if (CloseOrOpen == 0)
{
CloseOpen = 0x10000;
}
if (dwFlags == 100)
{
int zz = 10;
Random a = new Random();
dwFlags = (int)a.Next(zz);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1253 2008-12-29 09:45 汽车销售管理系统\汽车销售管理系统.sln
..A..H. 46080 2008-12-29 10:25 汽车销售管理系统\汽车销售管理系统.suo
文件 6827 2008-12-20 11:32 汽车销售管理系统\汽车销售管理系统\AniWindow.cs
文件 6904 2008-12-27 17:40 汽车销售管理系统\汽车销售管理系统\Car.cs
文件 24469 2008-12-27 15:21 汽车销售管理系统\汽车销售管理系统\Car.Designer.cs
文件 65768 2008-12-27 15:21 汽车销售管理系统\汽车销售管理系统\Car.resx
文件 420 2008-12-05 08:45 汽车销售管理系统\汽车销售管理系统\ClassDiagram1.cd
文件 5776 2008-12-26 10:01 汽车销售管理系统\汽车销售管理系统\DBHelper.cs
文件 1475 2008-12-27 17:40 汽车销售管理系统\汽车销售管理系统\Form1.cs
文件 3068 2008-12-09 10:04 汽车销售管理系统\汽车销售管理系统\Form1.Designer.cs
文件 133476 2008-12-09 10:04 汽车销售管理系统\汽车销售管理系统\Form1.resx
文件 4979 2008-12-27 17:39 汽车销售管理系统\汽车销售管理系统\gcha.cs
文件 17946 2008-12-09 17:07 汽车销售管理系统\汽车销售管理系统\gcha.resx
文件 2982 2008-12-29 09:11 汽车销售管理系统\汽车销售管理系统\gengmi.cs
文件 7175 2008-12-29 09:11 汽车销售管理系统\汽车销售管理系统\gengmi.Designer.cs
文件 17946 2008-12-29 09:11 汽车销售管理系统\汽车销售管理系统\gengmi.resx
文件 2414 2008-12-27 17:39 汽车销售管理系统\汽车销售管理系统\glan.cs
文件 8664 2008-12-09 17:09 汽车销售管理系统\汽车销售管理系统\glan.Designer.cs
文件 19787 2008-12-09 17:09 汽车销售管理系统\汽车销售管理系统\glan.resx
文件 6041 2008-12-27 17:53 汽车销售管理系统\汽车销售管理系统\glu.cs
文件 13360 2008-12-09 17:09 汽车销售管理系统\汽车销售管理系统\glu.Designer.cs
文件 17946 2008-12-09 17:09 汽车销售管理系统\汽车销售管理系统\glu.resx
文件 4457 2008-12-27 17:53 汽车销售管理系统\汽车销售管理系统\goumai.cs
文件 12615 2008-12-11 15:56 汽车销售管理系统\汽车销售管理系统\goumai.Designer.cs
文件 17946 2008-12-11 15:56 汽车销售管理系统\汽车销售管理系统\goumai.resx
文件 469 2008-12-27 17:53 汽车销售管理系统\汽车销售管理系统\guanyi.cs
文件 7492 2008-07-17 11:08 汽车销售管理系统\汽车销售管理系统\guanyi.Designer.cs
文件 17946 2008-07-17 11:08 汽车销售管理系统\汽车销售管理系统\guanyi.resx
文件 8646 2008-12-29 09:13 汽车销售管理系统\汽车销售管理系统\Main.cs
文件 37122 2008-12-29 09:13 汽车销售管理系统\汽车销售管理系统\Main.Designer.cs
............此处省略192个文件信息
- 上一篇:计算机电子电路技术-电路与模拟电子部分
- 下一篇:松下切换台使用手册
相关资源
- 图书销售管理系统数据库源码都有
- 小学生数学测试系统
- .net自动排课系统完整源码(适合智慧
- BoxedApp封装其3.2.3。9
- OPC全套DLL
- 2元云购项目源代码
- Unity3D开发的简单赛车游戏
- 调查问卷网站源码
- Infragistics_Ultimate_2017
- CRM客户关系管理系统源码+文档
-
Open xm
l 操作powerpoint - npoi.2.5.1
- SharpGL测试范例
- 贷款管理系统
- 完整的人事管理系统需求分析,详细
- WCF服务实现用户登陆和添加、查询用
- 医院门诊管理系统源码
- .NET 车站售票系统
- 进销存用户需求说明书用例图的描述
- 宿舍管理信息系统源码
- itext7 dotnet 7
- 汉王ESP370U驱动及DEMO
- arcgis engine新建图层添加坐标系地理坐
- UDP局域网连接
- 酒店客房管理源码
- 数据库 公司人事管理系统源代码+报告
- ILSpy 2.3.2 已经集成了Reflexil2.0插件
- 德卡T6 IC卡读写器开发包
- esriAddIn小工具
- 矩阵论(第二版)杨明-华中科技大学
评论
共有 条评论