• 大小: 12.84M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 开发  

资源简介

餐馆管理系统源码(Restaurant Management System)

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.xml;
using System.Text.Regularexpressions;

namespace Restaurant_Management_System
{
    public partial class Bill : Form
    {
        private string tableID;
        private string xmlPath;
        

        public Bill()
        {
            InitializeComponent();
        }

        public Bill(string tableID)
        {
            InitializeComponent();
            setTableID(tableID);
            setxmlPath(tableID);
        }

        private void setTableID(string tableID)
        {
            this.tableID = tableID;
        }

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        488  2013-11-12 21:26  RMS\Packages.dgml

     文件       7760  2013-12-08 13:06  RMS\Restaurant Management System\Bill.cs

     文件       8987  2013-12-08 13:06  RMS\Restaurant Management System\Bill.Designer.cs

     文件     107589  2013-12-08 13:06  RMS\Restaurant Management System\Bill.resx

     文件      20480  2013-11-24 11:37  RMS\Restaurant Management System\bin\Debug\menu.xls

     文件    2981376  2014-04-15 19:33  RMS\Restaurant Management System\bin\Debug\Restaurant Management System.exe

     文件     409088  2014-04-15 19:33  RMS\Restaurant Management System\bin\Debug\Restaurant Management System.pdb

     文件      24224  2014-04-15 19:36  RMS\Restaurant Management System\bin\Debug\Restaurant Management System.vshost.exe

     文件        490  2010-03-17 22:39  RMS\Restaurant Management System\bin\Debug\Restaurant Management System.vshost.exe.manifest

     文件       1049  2013-10-31 00:14  RMS\Restaurant Management System\bin\Debug\staff.xml

     文件       1759  2014-04-15 19:35  RMS\Restaurant Management System\bin\Debug\table.xml

     文件        579  2014-04-15 19:35  RMS\Restaurant Management System\bin\Debug\Table1.xml

     文件       1842  2013-12-09 11:03  RMS\Restaurant Management System\bin\Debug\VIP.xml

     文件        447  2013-12-09 10:51  RMS\Restaurant Management System\bin\Debug\vipdiscount.xml

     文件        435  2013-11-24 22:35  RMS\Restaurant Management System\bin\Debug\vipdiscount.xml.bak

     文件    2974720  2013-12-08 15:11  RMS\Restaurant Management System\bin\Release\Restaurant Management System.exe

     文件     185856  2013-12-08 15:11  RMS\Restaurant Management System\bin\Release\Restaurant Management System.pdb

     文件       3669  2013-12-08 21:55  RMS\Restaurant Management System\customerLogin.cs

     文件       5188  2013-12-08 19:12  RMS\Restaurant Management System\customerLogin.Designer.cs

     文件     107589  2013-12-08 19:12  RMS\Restaurant Management System\customerLogin.resx

     文件       8993  2013-12-08 21:37  RMS\Restaurant Management System\discount.cs

     文件       8378  2013-12-08 09:06  RMS\Restaurant Management System\discount.Designer.cs

     文件     107589  2013-12-08 09:06  RMS\Restaurant Management System\discount.resx

     文件       5548  2013-12-08 21:55  RMS\Restaurant Management System\Login.cs

     文件       7300  2013-12-08 19:42  RMS\Restaurant Management System\Login.designer.cs

     文件     107589  2013-12-08 19:42  RMS\Restaurant Management System\Login.resx

     文件       2770  2013-12-08 21:39  RMS\Restaurant Management System\Main.cs

     文件       7266  2013-12-08 14:18  RMS\Restaurant Management System\Main.designer.cs

     文件     506840  2013-12-08 14:18  RMS\Restaurant Management System\Main.resx

     文件       2278  2013-12-08 00:21  RMS\Restaurant Management System\manageUI.cs

............此处省略145个文件信息

评论

共有 条评论