-
大小: 4.85M文件類型: .rar金幣: 1下載: 0 次發(fā)布日期: 2020-12-14
- 語(yǔ)言: C#
- 標(biāo)簽: 系統(tǒng)??管理??管理系統(tǒng)??
資源簡(jiǎn)介
winform程序,數(shù)據(jù)庫(kù)為sqlserver 2008 r2,小型超市管理系統(tǒng),具有購(gòu)物,商品結(jié)算,查看購(gòu)物車,商品管理,雇員管理,供應(yīng)商管理,商品進(jìn)貨、銷售統(tǒng)計(jì)等功能
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
namespace?Shop
{
????class?AutoSizeFormClass
????{
????????//(1).聲明結(jié)構(gòu)只記錄窗體和其控件的初始位置和大小。
????????public?struct?controlRect
????????{
????????????public?int?Left;
????????????public?int?Top;
????????????public?int?Width;
????????????public?int?Height;
????????}
????????//(2).聲明?1個(gè)對(duì)象
????????//注意這里不能使用控件列表記錄?List?nCtrl;,因?yàn)榭丶年P(guān)聯(lián)性,記錄的始終是當(dāng)前的大小。
????????public?List?oldCtrl?=?new?List();
????????int?ctrlNo?=?0;//1;
????????//(3).?創(chuàng)建兩個(gè)函數(shù)
????????//(3.1)記錄窗體和其控件的初始位置和大小
????????public?void?controllInitializeSize(Control?mForm)
????????{
????????????controlRect?cR;
????????????cR.Left?=?mForm.Left;?cR.Top?=?mForm.Top;?cR.Width?=?
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
????..A..H.?????32256??2017-12-26?14:32??Shop\.vs\Shop\v15\.suo
?????文件?????299008??2017-11-16?19:12??Shop\.vs\slnx.sqlite
?????文件????????107??2017-11-16?19:12??Shop\.vs\VSWorkspaceState.json
?????文件????????433??2017-12-25?07:06??Shop\Shop\app.config
?????文件???????5521??2017-11-16?19:16??Shop\Shop\AutoSizeFormClass.cs
?????文件???????9302??2017-06-10?10:20??Shop\Shop\bin\Debug\nothing.jpg
?????文件?????641536??2017-12-26?14:30??Shop\Shop\bin\Debug\Shop.exe
?????文件????????433??2017-12-25?07:06??Shop\Shop\bin\Debug\Shop.exe.config
?????文件????3145728??2017-12-26?14:30??Shop\Shop\bin\Debug\shop.mdf
?????文件?????552448??2017-12-26?14:30??Shop\Shop\bin\Debug\Shop.pdb
?????文件????3538944??2017-12-26?14:30??Shop\Shop\bin\Debug\shop_log.ldf
?????文件??????16958??2017-06-14?10:16??Shop\Shop\bitbug_favicon.ico
?????文件???????1102??2017-11-16?19:16??Shop\Shop\cartForm.cs
?????文件???????3724??2017-11-16?19:16??Shop\Shop\cartForm.Designer.cs
?????文件??????31922??2017-06-14?14:23??Shop\Shop\cartForm.resx
?????文件????3145728??2017-12-26?12:47??Shop\Shop\data\shop.mdf
?????文件????1048576??2017-12-26?12:47??Shop\Shop\data\shop_log.ldf
?????文件???????2921??2017-11-19?20:03??Shop\Shop\LoginForm.cs
?????文件???????7535??2017-11-19?20:03??Shop\Shop\LoginForm.Designer.cs
?????文件??????31555??2017-11-19?20:03??Shop\Shop\LoginForm.resx
?????文件??????20532??2017-11-26?20:53??Shop\Shop\MainForm.cs
?????文件??????45339??2017-11-19?20:05??Shop\Shop\MainForm.Designer.cs
?????文件?????139622??2017-11-19?20:05??Shop\Shop\MainForm.resx
?????文件??????24459??2017-12-26?14:30??Shop\Shop\ManageForm.cs
?????文件??????71762??2017-12-26?14:30??Shop\Shop\ManageForm.Designer.cs
?????文件??????33561??2017-12-26?14:30??Shop\Shop\ManageForm.resx
?????文件??????16295??2017-11-26?19:01??Shop\Shop\ManageGoodsForm.cs
?????文件??????19860??2017-11-26?17:58??Shop\Shop\ManageGoodsForm.Designer.cs
?????文件??????31555??2017-11-26?17:58??Shop\Shop\ManageGoodsForm.resx
?????文件????????967??2017-06-13?15:07??Shop\Shop\obj\x86\Debug\BigShiYan.csproj.FileListAbsolute.txt
............此處省略103個(gè)文件信息
評(píng)論
共有 條評(píng)論