資源簡介
自己做的一個畢業項目有源碼哦哈哈哈哈哈哈哈哈哈哈哈哈

代碼片段和文件信息
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個文件信息
- 上一篇:計算機電子電路技術-電路與模擬電子部分
- 下一篇:松下切換臺使用手冊
評論
共有 條評論