资源简介
自己做的一个毕业项目有源码哦哈哈哈哈哈哈哈哈哈哈哈哈

代码片段和文件信息
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个文件信息
- 上一篇:计算机电子电路技术-电路与模拟电子部分
- 下一篇:松下切换台使用手册
相关资源
- WPF USB 网络 串口 通信软件
- B/S 网上订餐系统
- 教室管理系统.rar
- 小鸡快跑游戏.
-
分别适用于.NET fr
amework 2.0和4.0的E - 汽车租赁系统............................
- 德卡D8读写器关于读写感应卡的一些代
- halcon 测量助手
- 图片存储到数据库保存二进制文件并
- 用Socket写的简易FTP服务器和客户端
- 企业销售管理信息系统(全套)
- 串口操作类(justinio)
- 基于Petri网的工作流(完整的原创源代
- 选择题自动考试系统
- 多线程实例:桌面智能弹球小游戏
- 土地信息管理系统
- ServiceStack V3.9 全部dll
- PDF pdfview.ocx 无水印
- 无需共享打印机实现远程打印功能小
- 真正的破解版PDFView4NET
- 网页调用ActiveX控件获取串口数据
- Luence的与盘古分词的使用软件
- Emgu.CV 打开视频与人脸检测
- 麦克纳姆轮程序.rar
- Unity3D 实战视频教程 保卫萝卜 2D 游戏
- net微信支付
- lucene.net+盘古分词多条件全文检索并匹
- 闪电猫-电商下图助手5.0.zip
- FastReport.Net V2014.4.8 For .Net2.0
- NET Reflector 8.3破解版自带代码导出
评论
共有 条评论