亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? frmxianshi.cs

?? 一個酒店管理系統(tǒng)
?? CS
?? 第 1 頁 / 共 2 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.SqlClient;

namespace bggl.fm
{
	/// <summary>
	/// frmxianshi 的摘要說明。
	/// </summary>
	public class frmxianshi : System.Windows.Forms.Form
	{  
		 public string zhi;
		 cs.Class1 zw=new bggl.cs.Class1();
		 cs.Class1 type=new bggl.cs.Class1();
		 cs.diancai sel=new bggl.cs.diancai();  
		 DataSet objset=new DataSet();
		 string desk="";              //用來存放點擊列表后放餐桌id值
		 string empty="";             //用來存放點擊列表后放空餐桌
		 string settype="";              //用來存放點擊列表后放餐廳類型
		 string knumber="";
		 string khao="";
		 string zk="";
		 string Ddtime="";
		 string sperson="";
		 string kname="";


		private System.Windows.Forms.TreeView treeView1;
		private System.Windows.Forms.ListView listView1;
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.Button button1;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.ListView listView2;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.Button button4;
		private System.Windows.Forms.ColumnHeader columnHeader1;
		private System.Windows.Forms.ColumnHeader columnHeader3;
		private System.Windows.Forms.ColumnHeader columnHeader4;
		private System.Windows.Forms.ColumnHeader columnHeader5;
		private System.Windows.Forms.ColumnHeader columnHeader6;
		private System.Windows.Forms.ColumnHeader columnHeader7;
		private System.Windows.Forms.ColumnHeader columnHeader8;
		private System.Windows.Forms.ColumnHeader columnHeader10;
		private System.Windows.Forms.ColumnHeader columnHeader11;
		private System.Windows.Forms.ColumnHeader columnHeader12;
		private System.Windows.Forms.ColumnHeader columnHeader13;
		private System.Windows.Forms.ColumnHeader columnHeader14;
		private System.Windows.Forms.GroupBox groupBox2;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.ImageList imageList1;
		private System.Windows.Forms.Button button2;
		private System.Windows.Forms.Button button3;
		private System.Windows.Forms.Button button6;
		private System.Windows.Forms.ColumnHeader columnHeader2;
		private System.Windows.Forms.Button button7;
		private System.Windows.Forms.ColumnHeader columnHeader9;
		private System.Windows.Forms.Button button8;
		private System.ComponentModel.IContainer components;

		public frmxianshi()
		{
			//
			// Windows 窗體設(shè)計器支持所必需的
			//
			InitializeComponent();

			//
			// TODO: 在 InitializeComponent 調(diào)用后添加任何構(gòu)造函數(shù)代碼
			//
		}

		/// <summary>
		/// 清理所有正在使用的資源。
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if(components != null)
				{
					components.Dispose();
				}
			}
			base.Dispose( disposing );
		}

		#region Windows 窗體設(shè)計器生成的代碼
		/// <summary>
		/// 設(shè)計器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內(nèi)容。
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmxianshi));
			this.treeView1 = new System.Windows.Forms.TreeView();
			this.listView1 = new System.Windows.Forms.ListView();
			this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.button8 = new System.Windows.Forms.Button();
			this.button7 = new System.Windows.Forms.Button();
			this.button4 = new System.Windows.Forms.Button();
			this.button1 = new System.Windows.Forms.Button();
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.listView2 = new System.Windows.Forms.ListView();
			this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader14 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.imageList1 = new System.Windows.Forms.ImageList(this.components);
			this.button6 = new System.Windows.Forms.Button();
			this.button3 = new System.Windows.Forms.Button();
			this.button2 = new System.Windows.Forms.Button();
			this.label8 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.SuspendLayout();
			// 
			// treeView1
			// 
			this.treeView1.ImageIndex = -1;
			this.treeView1.Location = new System.Drawing.Point(8, 24);
			this.treeView1.Name = "treeView1";
			this.treeView1.SelectedImageIndex = -1;
			this.treeView1.Size = new System.Drawing.Size(136, 144);
			this.treeView1.TabIndex = 0;
			this.treeView1.DoubleClick += new System.EventHandler(this.treeView1_DoubleClick);
			this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
			// 
			// listView1
			// 
			this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																						this.columnHeader1,
																						this.columnHeader3,
																						this.columnHeader4,
																						this.columnHeader5,
																						this.columnHeader6,
																						this.columnHeader7,
																						this.columnHeader8,
																						this.columnHeader10,
																						this.columnHeader11,
																						this.columnHeader9});
			this.listView1.FullRowSelect = true;
			this.listView1.GridLines = true;
			this.listView1.Location = new System.Drawing.Point(160, 24);
			this.listView1.Name = "listView1";
			this.listView1.Size = new System.Drawing.Size(864, 344);
			this.listView1.TabIndex = 1;
			this.listView1.View = System.Windows.Forms.View.Details;
			this.listView1.Click += new System.EventHandler(this.listView1_Click);
			// 
			// columnHeader1
			// 
			this.columnHeader1.Text = "餐桌號";
			// 
			// columnHeader3
			// 
			this.columnHeader3.Text = "餐廳類型";
			this.columnHeader3.Width = 100;
			// 
			// columnHeader4
			// 
			this.columnHeader4.Text = "餐桌狀態(tài)";
			this.columnHeader4.Width = 98;
			// 
			// columnHeader5
			// 
			this.columnHeader5.Text = "客人人數(shù)";
			this.columnHeader5.Width = 75;
			// 
			// columnHeader6
			// 
			this.columnHeader6.Text = "客人姓名";
			this.columnHeader6.Width = 80;
			// 
			// columnHeader7
			// 
			this.columnHeader7.Text = "會員卡號";
			this.columnHeader7.Width = 85;
			// 
			// columnHeader8
			// 
			this.columnHeader8.Text = "折扣";
			// 
			// columnHeader10
			// 
			this.columnHeader10.Text = "點單時間";
			this.columnHeader10.Width = 100;
			// 
			// columnHeader11
			// 
			this.columnHeader11.Text = "收銀員";
			this.columnHeader11.Width = 80;
			// 
			// columnHeader9
			// 
			this.columnHeader9.Text = "備注";
			this.columnHeader9.Width = 123;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.button8);
			this.groupBox1.Controls.Add(this.button7);
			this.groupBox1.Controls.Add(this.button4);
			this.groupBox1.Controls.Add(this.button1);
			this.groupBox1.Location = new System.Drawing.Point(8, 368);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(1008, 56);
			this.groupBox1.TabIndex = 2;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "操作";
			// 
			// button8
			// 
			this.button8.Location = new System.Drawing.Point(912, 17);
			this.button8.Name = "button8";
			this.button8.Size = new System.Drawing.Size(72, 32);
			this.button8.TabIndex = 5;
			this.button8.Text = "刷新";
			this.button8.Click += new System.EventHandler(this.button8_Click);
			// 
			// button7
			// 
			this.button7.Location = new System.Drawing.Point(832, 17);
			this.button7.Name = "button7";
			this.button7.Size = new System.Drawing.Size(72, 32);
			this.button7.TabIndex = 4;
			this.button7.Text = "結(jié)帳";
			this.button7.Click += new System.EventHandler(this.button7_Click);
			// 
			// button4
			// 
			this.button4.Location = new System.Drawing.Point(672, 16);
			this.button4.Name = "button4";
			this.button4.Size = new System.Drawing.Size(72, 32);
			this.button4.TabIndex = 3;
			this.button4.Text = "客人開單";
			this.button4.Click += new System.EventHandler(this.button4_Click);
			// 
			// button1
			// 
			this.button1.Location = new System.Drawing.Point(752, 16);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(72, 32);
			this.button1.TabIndex = 0;
			this.button1.Text = "餐桌管理";
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(8, 0);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(136, 24);
			this.label1.TabIndex = 3;
			this.label1.Text = "餐桌分類";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(160, 0);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(760, 24);
			this.label2.TabIndex = 4;
			this.label2.Text = "餐桌信息詳細狀態(tài)";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.label2.Click += new System.EventHandler(this.label2_Click);
			// 
			// listView2
			// 
			this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																						this.columnHeader12,
																						this.columnHeader13,
																						this.columnHeader14,
																						this.columnHeader2});
			this.listView2.GridLines = true;
			this.listView2.Location = new System.Drawing.Point(8, 448);
			this.listView2.Name = "listView2";
			this.listView2.Size = new System.Drawing.Size(968, 192);
			this.listView2.TabIndex = 6;
			this.listView2.View = System.Windows.Forms.View.Details;
			this.listView2.SelectedIndexChanged += new System.EventHandler(this.listView2_SelectedIndexChanged);
			// 
			// columnHeader12
			// 
			this.columnHeader12.Text = "餐桌號";
			this.columnHeader12.Width = 150;
			// 
			// columnHeader13
			// 
			this.columnHeader13.Text = "菜單編號";
			this.columnHeader13.Width = 220;
			// 
			// columnHeader14
			// 
			this.columnHeader14.Text = "菜單名";
			this.columnHeader14.Width = 180;
			// 
			// columnHeader2
			// 
			this.columnHeader2.Text = "單價";
			this.columnHeader2.Width = 400;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(16, 176);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(128, 16);
			this.label3.TabIndex = 7;
			this.label3.Text = "餐桌狀態(tài)";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(0, 432);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(1000, 16);
			this.label4.TabIndex = 8;
			this.label4.Text = "消費項目";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.button6);
			this.groupBox2.Controls.Add(this.button3);
			this.groupBox2.Controls.Add(this.button2);
			this.groupBox2.Controls.Add(this.label8);
			this.groupBox2.Controls.Add(this.label6);
			this.groupBox2.Controls.Add(this.label5);
			this.groupBox2.Location = new System.Drawing.Point(8, 200);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(136, 168);
			this.groupBox2.TabIndex = 9;
			this.groupBox2.TabStop = false;
			// 
			// imageList1
			// 
			this.imageList1.ImageSize = new System.Drawing.Size(45, 50);
			this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
			this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// button6
			// 
			this.button6.ImageIndex = 3;
			this.button6.ImageList = this.imageList1;
			this.button6.Location = new System.Drawing.Point(8, 88);
			this.button6.Name = "button6";

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品久久久久影院亚瑟| 欧美日韩在线直播| 国产色婷婷亚洲99精品小说| 韩国v欧美v亚洲v日本v| 欧美成人精品福利| 国产一区二区导航在线播放| 亚洲国产激情av| 在线视频国内自拍亚洲视频| 午夜精品久久久久久久久| 日韩亚洲欧美综合| 国产福利视频一区二区三区| 成人免费在线播放视频| 欧美视频一区在线观看| 日本aⅴ免费视频一区二区三区| 欧美精选一区二区| 国产美女一区二区三区| 亚洲欧美综合另类在线卡通| 欧美日韩在线播放三区四区| 男女视频一区二区| 国产欧美久久久精品影院| 色香蕉成人二区免费| 国产尤物一区二区在线| 欧美高清在线视频| 91官网在线免费观看| 日本午夜一区二区| 中文字幕乱码一区二区免费| 欧美日韩1234| 国产精品1区2区| 亚洲va韩国va欧美va| 久久久美女毛片| 欧美色大人视频| 国产激情精品久久久第一区二区 | 一本高清dvd不卡在线观看| 亚洲国产欧美一区二区三区丁香婷| 日韩欧美色综合网站| 色婷婷久久久亚洲一区二区三区| 蜜臀久久久久久久| 日韩美女视频19| 欧美r级在线观看| 欧美自拍丝袜亚洲| 国产白丝网站精品污在线入口| 午夜欧美大尺度福利影院在线看| 国产欧美精品区一区二区三区| 91.xcao| 国产91露脸合集magnet | 亚洲天堂2016| 欧美成人r级一区二区三区| 日本韩国一区二区三区| 国产高清亚洲一区| 男人的j进女人的j一区| 尤物视频一区二区| 国产精品人人做人人爽人人添 | 久久精品国产精品青草| 亚洲综合色自拍一区| 国产精品三级视频| 亚洲国产精华液网站w| 欧美mv日韩mv国产网站| 欧美久久一二三四区| 91欧美一区二区| 国产丶欧美丶日本不卡视频| 激情六月婷婷综合| 精品在线你懂的| 日本中文一区二区三区| 亚洲成av人片在www色猫咪| 亚洲人成亚洲人成在线观看图片| 国产精品五月天| 久久影院电视剧免费观看| 欧美一区二区视频在线观看2022| 欧美三级资源在线| 91久久香蕉国产日韩欧美9色| 成人毛片视频在线观看| 国产91露脸合集magnet| 国产成人av电影在线| 国产盗摄视频一区二区三区| 国产九色sp调教91| 盗摄精品av一区二区三区| 国产精品123| 高潮精品一区videoshd| 粉嫩在线一区二区三区视频| 国产成人av一区二区| 国产盗摄视频一区二区三区| 成人激情开心网| 99麻豆久久久国产精品免费优播| 成人精品免费视频| 91丨九色丨黑人外教| 一本色道久久综合亚洲精品按摩 | 国产精品99精品久久免费| 国产成人日日夜夜| kk眼镜猥琐国模调教系列一区二区| 成人18精品视频| 色综合激情五月| 欧美日韩激情一区| 日韩一级完整毛片| 久久精品在这里| 中文字幕一区三区| 亚洲综合精品久久| 日韩国产欧美视频| 国产麻豆视频一区二区| 成人av在线看| 欧美日韩国产综合视频在线观看| 日韩美女一区二区三区| 国产精品萝li| 亚洲一级片在线观看| 成人手机在线视频| 91精彩视频在线观看| 91.xcao| 中文字幕精品一区| 亚洲成人精品在线观看| 久草中文综合在线| 91玉足脚交白嫩脚丫在线播放| 欧美日韩一区在线| 久久久91精品国产一区二区精品| 亚洲丝袜自拍清纯另类| 日韩中文字幕不卡| 国产91色综合久久免费分享| 欧美在线看片a免费观看| 欧美va在线播放| 亚洲黄色免费网站| 国产一区二区三区四区五区入口 | eeuss鲁片一区二区三区| 欧美日韩黄色一区二区| 国产偷国产偷亚洲高清人白洁| 一区二区三区在线视频播放 | 中文字幕亚洲在| 美女高潮久久久| 色香蕉久久蜜桃| 国产视频在线观看一区二区三区| 亚洲第一在线综合网站| 国产91富婆露脸刺激对白| 欧美欧美欧美欧美| 中文字幕av免费专区久久| 久久99精品久久久久| 欧美视频一区二区三区在线观看| 亚洲精品在线电影| 亚洲国产sm捆绑调教视频| 成人在线视频一区二区| 日韩欧美国产综合在线一区二区三区| 国产精品乱子久久久久| 久久精品国产亚洲5555| 欧美三级中文字幕在线观看| 国产精品久久久一本精品 | 亚洲国产精品麻豆| a亚洲天堂av| 久久品道一品道久久精品| 日韩精品一二三| 欧美亚洲动漫另类| 亚洲丝袜另类动漫二区| 成人的网站免费观看| 精品国产乱码久久久久久老虎| 亚洲va中文字幕| 在线区一区二视频| 亚洲免费在线播放| av不卡在线播放| 国产精品天美传媒| 国产一区二区美女诱惑| 日韩视频在线永久播放| 天堂va蜜桃一区二区三区漫画版| 色婷婷综合久久久久中文一区二区| 久久久精品日韩欧美| 国产精品77777竹菊影视小说| 欧美精品一区二区三| 另类的小说在线视频另类成人小视频在线 | 日韩不卡一二三区| 欧美精品乱码久久久久久按摩| 亚洲精品成人在线| 91黄色免费网站| 一区二区三区在线免费播放| 欧美视频在线一区| 亚洲一级二级三级在线免费观看| 在线免费不卡视频| 亚洲与欧洲av电影| 欧美日韩极品在线观看一区| 全部av―极品视觉盛宴亚洲| 欧美一区二区在线视频| 秋霞午夜av一区二区三区| 91精品国产综合久久福利软件| 日本不卡一区二区三区高清视频| 欧美电视剧免费全集观看| 精品一区二区三区不卡| 久久精品视频免费观看| 成人性生交大片免费看在线播放| 国产精品色哟哟| 欧洲精品一区二区| 三级在线观看一区二区| 精品国产三级电影在线观看| 国产另类ts人妖一区二区| 国产精品麻豆一区二区| 日本高清不卡在线观看| 三级成人在线视频| 久久综合九色综合97_久久久| 国产精品66部| 伊人一区二区三区| 日韩一区二区免费电影| 国产精品自拍三区| 亚洲男人都懂的| 欧美一区二区三区免费在线看 | 麻豆精品一区二区av白丝在线| 精品久久久久久久久久久久久久久| 国产成人亚洲综合色影视| 亚洲女女做受ⅹxx高潮|