資源簡(jiǎn)介
自己做的一個(gè)畢業(yè)項(xiàng)目有源碼哦哈哈哈哈哈哈哈哈哈哈哈哈

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Windows.Forms;
namespace?汽車(chē)銷(xiāo)售管理系統(tǒng)
{
????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;
????????????????????????????//這里是在動(dòng)畫(huà)效果之前把表單上可視的LABEL設(shè)為不可視
????????????????????????}
????????????????????????if?(n?==?“Button“)
????????????????????????{
????????????????????????????
????????????????????????????mycontrol.Visible?=?false;??
????????????????????????}
????????????????????????if?(o?==?“TextBox“)
????????????????????????{
????????????????????????????mycontrol.Visible?=?false;?
????????????????????????}
????????????????????????if?(q?==?“ComboBox“)
????????????????????????{
????????????????????????????mycontrol.Visible?=?false;?
????????????????????????}
????????????????????????if?(p?==?“picturebox“)
????????????????????????{
????????????????????????????mycontrol.Visible?=?false;?
????????????????????????}
????????????????????}
????????????????}
????????????????//打開(kāi)or關(guān)閉?0是關(guān)閉?1是打開(kāi)
????????????????if?(CloseOrOpen?==?0)?
????????????????{?
????????????????????CloseOpen?=?0x10000;?
????????????????}
????????????????if?(dwFlags?==?100)
????????????????{
????????????????????int?zz?=?10;
????????????????????Random?a?=?new?Random();
????????????????????dwFlags?=?(int)a.Next(zz);
????
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件???????1253??2008-12-29?09:45??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng).sln
????..A..H.?????46080??2008-12-29?10:25??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng).suo
?????文件???????6827??2008-12-20?11:32??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\AniWindow.cs
?????文件???????6904??2008-12-27?17:40??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\Car.cs
?????文件??????24469??2008-12-27?15:21??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\Car.Designer.cs
?????文件??????65768??2008-12-27?15:21??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\Car.resx
?????文件????????420??2008-12-05?08:45??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\ClassDiagram1.cd
?????文件???????5776??2008-12-26?10:01??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\DBHelper.cs
?????文件???????1475??2008-12-27?17:40??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\Form1.cs
?????文件???????3068??2008-12-09?10:04??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\Form1.Designer.cs
?????文件?????133476??2008-12-09?10:04??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\Form1.resx
?????文件???????4979??2008-12-27?17:39??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\gcha.cs
?????文件??????17946??2008-12-09?17:07??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\gcha.resx
?????文件???????2982??2008-12-29?09:11??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\gengmi.cs
?????文件???????7175??2008-12-29?09:11??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\gengmi.Designer.cs
?????文件??????17946??2008-12-29?09:11??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\gengmi.resx
?????文件???????2414??2008-12-27?17:39??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\glan.cs
?????文件???????8664??2008-12-09?17:09??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\glan.Designer.cs
?????文件??????19787??2008-12-09?17:09??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\glan.resx
?????文件???????6041??2008-12-27?17:53??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\glu.cs
?????文件??????13360??2008-12-09?17:09??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\glu.Designer.cs
?????文件??????17946??2008-12-09?17:09??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\glu.resx
?????文件???????4457??2008-12-27?17:53??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\goumai.cs
?????文件??????12615??2008-12-11?15:56??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\goumai.Designer.cs
?????文件??????17946??2008-12-11?15:56??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\goumai.resx
?????文件????????469??2008-12-27?17:53??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\guanyi.cs
?????文件???????7492??2008-07-17?11:08??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\guanyi.Designer.cs
?????文件??????17946??2008-07-17?11:08??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\guanyi.resx
?????文件???????8646??2008-12-29?09:13??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\Main.cs
?????文件??????37122??2008-12-29?09:13??汽車(chē)銷(xiāo)售管理系統(tǒng)\汽車(chē)銷(xiāo)售管理系統(tǒng)\Main.Designer.cs
............此處省略192個(gè)文件信息
評(píng)論
共有 條評(píng)論